; ; User: copy this file to your own tgcmidl directory, and change the ; DEFSYSV definitions below to suit your environment and needs: ; ; This is user's startup.pro file containing their private setup for ; tgcmidl defaults. This file includes startup_sys, which contains ; tgcmidl system vars and .runs utility procedures at startup, before ; tgcmidl is invoked. ($TGCMIDL_DIR is defined in tgcmidl csh script) ; @$TGCMIDL_DIR/src/startup_sys.pro ; this must not be changed ; ; Define default file names and dirs: ; These are specific for each user, and may be changed before running tgcmidl ; Note tmpdir, unixdir, and mssdir should be writeable by the user, ; and are probably on "temp" disks (i.e., not below the home directory) ; ; cdfname = default netcdf input data file ; tmpdir = default directory to receive raster images, metacode or data files ; unixdir = default dir to receive new netcdf files (with unix machine name) ; mssdir = default mss dir to receive new netcdf files ; finderspec = default file specification to start file finder ; DEFSYSV,'!cdfname', "/d/foster/tigcmdat/TETWJ3.ut07.cdf" DEFSYSV,'!tmpdir', "/d/foster/xidl" DEFSYSV,'!unixdir', "vishnu.hao:/d/foster/tigcmdat" DEFSYSV,'!mssdir', "/FOSTER/gencdf/sut" DEFSYSV,'!finderspec',"/d/foster/tigcmdat" ; ; For time dependent processor: ; DEFSYSV,'!cdfname_t', "/d/foster/tigcmdat/mut/SECMAE1.7ut.1lon.cdf" DEFSYSV,'!finderspec_t',"/d/foster/tigcmdat/mut" DEFSYSV,'!mssdir_t', "/FOSTER/gencdf/mut" DEFSYSV,'!unixdir_t', "vishnu.hao:/d/foster/tigcmdat/mut" ; ; For global animation processor: ; DEFSYSV,'!cdfname_ga', "/d/foster/tigcmdat/mutglb/M92B29.25ut.1zp.cdf" DEFSYSV,'!finderspec_ga',"/d/foster/tigcmdat/mutglb" DEFSYSV,'!mssdir_ga', "/FOSTER/gencdf/mutglb" DEFSYSV,'!unixdir_ga', "vishnu.hao:/d/foster/tigcmdat/mutglb" ; ; Additional user options for tgcmidl (may be changed before starting tgcmidl) ; wfont = font to be used for widgets ; DEFSYSV,'!wfont', '8x13bold' tgcmidl