C C<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< C C INPUT DECK FOR TIMESDIF DIFFERENCE FIELDS PROCESSOR: C C PERTVOL = Perturbed volume(s) C CNTRVOL = Control volume(s) C PERTTIME = model day, hour, minute (e.g. '01:12:00') of perturbed history C CNTRTIME = model day, hour, minute (e.g. '08:12:00') of control history C (PERTTIME and CNTRTIME may have different day numbers, but must C be same UT C IDEN = density flag C 0 -> leave species as on history (most are mass mixing ratio) C 1 -> convert species to number densities (cm3) C 2 -> convert species to number density mixing ratios C COLOR = 1 -> color fill (otherwise monochrome) C ICONT = 0/1 -> do not / do plot continental outlines C PLTGLB = 1 -> cylindrical equidistant plots at ZP pressures C POLLAT = perimeter latitude(s) for stereographic polar contours C (comment out for no polar plots; control hem with sign) C ZP = selected pressure levels for PLTGLB and POLLAT C HT = selected height surfaces for PLTGLB and POLLAT C PLTLOC = 1 -> line plots of pressure columns at LOC locations (single ut) C PLGLBM = 1 -> line plots of global means (pressure on y-axis) C (actually a special case of pltloc) C LOC = lat,lon pairs of locations C PLTLON = 1 -> longitude slice contours (lat on x-axis, zp on y-axis C PLTLONHT = 1 -> longitude slice contours (lat on x-axis, ht on y-axis) C LON = selected longitudes for PLTLON and PLTLONHT C (use 999. to get zonal means) C PLTLAT = 1 -> latitude slice contours (lon on x-axis, zp on y-axis) C LAT = selected latitudes for PLTLAT C HTSCALE = linear height scale for PLTLONHT (bottom,top,delta) C ZP_RANGE = minimum,maximum range of zp (y-axis) for pltlon and pltlat C PLTIME = fields to plot (0 or 1) C C Note: as of 4/92, zonal and global means are average of differences, C rather than difference of averages. C C<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< C CPERTVOL = '/ROBLE/RGR93/TSSOL8 ' CCNTRVOL = '/ROBLE/RGR93/TSSOL7 ' CPERTTIME = '32:00:00' CCNTRTIME = '30:00:00' PERTVOL = '/ROBLE/RGR93/TSEQ07 ' CNTRVOL = '/ROBLE/RGR93/TSSL03 ' PERTTIME = '12:00:00' CNTRTIME = '04:00:00' IDEN = 1 COLOR = 0 ICONT = 0 C PLTGLB = 1 CPOLLAT = 27.5,-27.5 ZP = -15.,-7.,2. HT = 90.,200. C PLTLOC = 0 PLGLBM = 0 CLOC = 62.5,-115. PLTLON = 1 LON = 999.,-180. PLTLAT = 1 LAT = 2.5,17.5,42.5,67.5 HT_SCALE = 50.,120.,5. ZP_RANGE = -17.,5. C tn un vn o2 o n4s noz co co2 h2o h2 hox o+ ch4 o21d PLTIME = 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, C no2 no o3 o1 oh ho2 h n2d ti te ne o2+ w z epot n2 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1 ENDOFREAD