
To build and run tgcmproc_f90:

0. cd to the build directory ($SVN/tgcmproc_f90/trunk/build)

1. Make dependencies (will create file Depends): 
   type the command "perl mkdep"

2. Compile source code, creating tgcmproc_f90 executable:
   type the command "gmake".

3. The default is to compile for single-resolution (5-deg)
   model histories. To compile for double-resolution (2.5-deg)
   histories, copy proc.dres to proc.F, and type "gmake".
   This will overwrite the tgcmproc_f90 exec from step 2 above.

4. To execute, type "tgcmproc_f90 < file.inp", where file.inp
   is tgcmproc_sres_example.inp for single-res, or
      tgcmproc_dres_example.inp for double-res.

The above steps should work on either 64-bit Linux systems at
hao, and the NCAR Linux cluster "yellowstone".

The executables can be updated in $TGCMROOT/bin at both yellowstone
(/glade/p/hao/tgcm/bin) and the hao network (/home/tgcm/bin).
File names are "tgcmproc_sres_f90" for single-res version, and 
"tgcmproc_dres_f90" for double-res. Note that tgcmproc_sres_f90
is linked to tgcmproc_f90.

