
PROGRAM NAME: joinwrf

PURPOSE: Join WRF split files into one large file in netCDF format.

AUTHOR: Yunheng Wang, CAPS, University of Oklahoma
        05/04/2007

PRINCIPLE:

        Read variable by variable from each split file and write it 
        into the right patch in the large data set of the joined file. 
        
Usage:
     1. Modify Makefile for specify system and compiler;

     2. Compile -
        $> make joinwrf

     3. Modify namelist file - see instructions in joinwrf.input

     4. Run -
        $> joinwrf < joinwrf.input

NOTE:

     1.  MEMORY requirement - At most two 3D arrays of the largest patch size.
     2.  Works with netCDF format only so far.
     3.  Tested on x86_64 with PGI compiler and Intel compiler.
     4.  Detail instructions in file joinwrf.input.
