[Tgcmgroup] interactive tgcmproc (f90 and IDL)

Ben Foster Ben Foster <foster@hao.ucar.edu>
Tue, 10 Jun 2003 14:20:42 -0600 (MDT)


Hi tgcmgroup:

I have put binary executables of tgcmproc f90 and tgcmproc IDL 
under /fs/projects/tgcm on the SCD fileserver. These are accessible
from dave and dataproc (also from bluesky and blackforest, but
these machines are not generally used for post-processing).

To execute tgcmproc interactively (f90 or IDL), put the following
in your .cshrc files on both dave and dataproc (NOT your hao .cshrc):

setenv TGCMROOT /fs/projects/tgcm
set path = ( $path $TGCMROOT/bin $TGCMROOT/bin.`uname -s` )

Note the backquotes around the uname command. After sourcing your
.cshrc file you should be able to execute either processor as 
follows:

tgcmproc         # start the IDL processor (don't forget setenv DISPLAY...)
tgcmproc_idl     # same as tgcmproc

tgcmproc_f90 < tgcmproc.inp   # execute the f90 processor with namelist input

FYI, the tgcmproc and tgcmproc_idl scripts are in /fs/projects/tgcm/bin,
and the tgcmproc_f90 executables are in /fs/projects/tgcm/bin.AIX (for
the IBM's) and /fs/projects/tgcm/bin.IRIX64 (for the SGI dataproc).
It can be very convenient to execute the f90 code interactively because 
you get fast turnaround and avoid the queues.

I am trying to phase out references to ~foster/bin and 
/fs/othrorgs/home0/foster,
so if you have anything like this in your .cshrc files on SCD machines, 
please replace them with the above directories (/fs/projects/tgcm/...)


--Ben

-----------------------------------------------------------------------
Ben Foster		      	High Altitude Observatory (HAO)
foster@ucar.edu			phone: 303-497-1595  fax: 303-497-1589  
Nat. Center for Atmos. Res.     P.O. Box 3000 Boulder CO 80307 USA
-----------------------------------------------------------------------