# GAMAP.DEFAULTS (mgs, 03/17/1999) # # Default options for GAMAP (Global Atmospheric Model output Analaysis Package) # Version 1.21 # #-------------------------------------- # model name #-------------------------------------- MODELNAME = GEOS1 #-------------------------------------- # file path for model output files #-------------------------------------- FILEMASK = C:\data\CH3I\Model\*pch* #-------------------------------------- # debug mode (0 or 1) #-------------------------------------- DEBUG = 0 # ============================================================ # # The following options allow 3 settings: # 0 = never, 1 = always, *QUERY = ask user each time # # ============================================================ # ------------------------------------- # Options for PostScript output # ------------------------------------- # Create postscript file and postscript filename # default filename for *QUERY is idl.ps DO_POSTSCRIPT = *QUERY PS_FILENAME = *QUERY # Add user ID and time stamp to postscript file TIMESTAMP = 0 #-------------------------------------- # Options for Animation #-------------------------------------- # Animate frames via XINTERANIMATE widget DO_ANIMATE = 0 # Save frames to GIF files, GIF filename (can contain variables) # default filename for *QUERY is frame%NUMBER%.gif DO_GIF = *QUERY GIF_FILENAME = *QUERY # Save frames to an MPEG movie file, MPEG filename DO_MPEG = 0 MPEG_FILENAME = *QUERY