#!/opt/local/bin/tcsh # # 1/29/96: version 2.0 # # This script sets up and runs idl for the tgcmidl processor: # It will be executed from users private dir, which may 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. # setenv TGCMIDL_DIR ~tigcm/tgcmidl/v2 setenv IDL_PATH $TGCMIDL_DIR/src:$TGCMIDL_DIR/src/sut:$TGCMIDL_DIR/src/mut:$TGCMIDL_DIR/src/glbanim:$IDL_PATH # # TGCMIDL_MSO is fortran shared object file for msis90 and hwm93 # setenv TGCMIDL_MSO $TGCMIDL_DIR/src/msis.so # # TGCMIDL_IRISO is fortran shared object file for IRI # TGCMIDL_IRICOEFDIR is directory with IRI coefficient files # setenv TGCMIDL_IRISO $TGCMIDL_DIR/src/iri.so setenv TGCMIDL_IRICOEFDIR /vishnu/d/foster/iri # setenv IDL_STARTUP ./startup.pro # user's startup file idl exit