C C<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< C C INPUT DECK FOR TIMEDIF 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 PERTVOL = '/ROBLE/RGR92/TISE02 ' CNTRVOL = '/ROBLE/RGR92/TISE01 ' PERTTIME = '04:00:00' CNTRTIME = '03:00:00' IDEN = 1 COLOR = 1 ICONT = 1 C PLTGLB = 0 CPOLLAT = 27.5,-27.5 ZP = -4. HT = 100. C PLTLOC = 0 PLGLBM = 0 LOC = 17.5,0. PLTLON = 1 PLTLONHT = 1 CLON = -180.,0.,999. LON = 999. PLTLAT = 1 LAT = 67.5 CHTSCALE = 60.,120.,5. HTSCALE = 60.,200.,5. ZP_RANGE = -13.,-4. CZP_RANGE = -10.,-6. C tn un vn o2 o n4s noz co co2 h2o h2 hox o+ ch4 o21d PLTIME = 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, C no2 no o3 o1 oh ho2 h n2d ti te ne o2+ w z n2 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1 C C tn un vn o2 o n4s noz co co2 h2o h2 hox o+ ch4 o21d CCINT = 5.,.1,.06,2.,0.,20.,0.,0., 0., 0.,0., 0.,0., 0.,0., C no2 no o3 o1 oh ho2 h n2d ti te ne o2+ w z n2 C 0.,5000.,0., 5.,0.,0.,0.,500.,0.,0.,0.,0., 0.,0.,0. C C tn un vn o2 o n4s noz co co2 h2o h2 hox o+ ch4 o21d CCMIN = 1.,1.,1.,1.,1., 1., 1.,1., 1., 1.,1., 1.,1., 1.,1., C no2 no o3 o1 oh ho2 h n2d ti te ne o2+ w z n2 C 1., 1.,1., 1.,1.,1.,1.,1.,1., 1.,1.,1., 1.,1., 1. C C tn un vn o2 o n4s noz co co2 h2o h2 hox o+ ch4 o21d CCMAX = 0.,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 n2 C 0., 0., 0., 0.,0.,0.,0.,0., 0.,0.,0., 0., 0.,0.,0. C ENDOFREAD