# # This script sets up and runs idl for the snapshot tgcmidl processor: # It will be executed from users private dir, which will also contain # their startup.pro file with their DEFSYS defaults for tgcmidl # Users startup in turn includes the startup_sys file which contains # system variables for tgcmidl, and compiles utility procedures at # startup time, before execution of tgcmidl application # # TGCMIDL_DIR is root dir path of tgcmidl code, etc. # TGCMIDL_MSO is fortran shared object file for Hedin's msis90 # #setenv TGCMIDL_DIR ~tigcm/tgcmidl setenv TGCMIDL_DIR /home/vishnu/foster/tgcmidl echo TGCMIDL_DIR = $TGCMIDL_DIR setenv TGCMIDL_MSO ~tigcm/tgcmidl/src/msis.so #setenv IDL_PATH $IDL_PATH\:$TGCMIDL_DIR/src setenv IDL_PATH $TGCMIDL_DIR/src:$IDL_PATH setenv IDL_STARTUP ./startup.pro # user's startup file idl exit