#!/bin/csh
#
# Set env var $TGCMROOT to the path containing the
# tgcmproc_idl source code directory.
#
setenv TGCMPROC_DIR $TGCMROOT/tgcmproc_idl	# dir path to idl source
setenv IDL_PATH $TGCMPROC_DIR\:$IDL_PATH	# add src dir to idl_path
setenv IDL_STARTUP $TGCMPROC_DIR/startup.pro    # user's startup file
idl
exit
