C C<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< C C INPUT DECK FOR TIEGCM POST-MODEL PROCESSOR: C C NCASE = number of separate cases to be processed during this run C (full set of inputs needed for each case) C C LABEL = 32-character desciptive label for run (can leave blank) C (do NOT use colons (:)) C HISTVOL(S) = history volumes (3 strings per volume) C DDHHMM = Model day:hour:minute (md:mh:mm) where md,mh,mm are integers C and each time enclosed in quotes, e.g., '01:12:00' C (number of values usually multiple of 25) C IYD = year-day for each day of run (e.g., 76080,76081,...) C IDEN = flag for species densities: C 0 -> species in number densities and total in mass density C 1 -> species and total in mass mixing ratio (as on history) C 2 -> convert species and total to number densities (cm3) C 3 -> convert species and total to mass density (gm/cm3) C IPLUTLAT = 1 -> Contour ut on x-axis, latitude on y-axis C IPLGLB = 1 -> Contour cylindrical equidistant global projection C at current ut and at selected pressures C IPLPOL = flag for stereographic (polar) projections at current C ut and at selected pressures as follows: C 0 -> do not make polar plots C 1 -> make polar plots for southern hemisphere only C 2 -> make polar plots for northern hemisphere only C 3 -> make polar plots for both hemispheres C SLON = selected longitudes at which to plot lat/ut (max of 5 lons) C SPLS = selected pressure levels at which to plot lat/ut (max of 5) C IPLUTZPM = 1 -> Contour global means with ut on x-axis, zp on y-axis C (in this case, slon and spls are ignored) C IPLUTHTM = 1 -> Contour global means with ut on x-axis, height on y-axis C (in this case, slon and spls are ignored) C PLFLDS -> choose fields to be contoured C C<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< C NCASE = 1 ENDOFREAD C Ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc C Case 1: C C SOLAR MINIMUM TO SOLAR MAXIMUM STEP FUNCTION RESPONSE C C 2. December 21,1976 to December 21,1979, day 76355, F107=67.-243., P=5GW C F107A=72.-215., PHI=30KV C DATA=ROBLE/RGR88/DVWSOL C HISTORY=ROBLE/RGR90/SNSX01,02 FROM 0,0,0 TO 1,0,0 (1hr hist.) C HISTORY=ROBLE/RGR90/SNSX03,04 FROM 1,0,0 TO 2,0,0 (1hr hist.) C HISTORY=ROBLE/RGR90/SNSX05,06 FROM 2,0,0 TO 3,0,0 (1hr hist.) C HISTORY=ROBLE/RGR90/SNSX07 FROM 3,0,0 TO 5,0,0 (6hr hsit.) C Ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc C LABEL = 'Solar min to max (SNSX01-06) ' HISTVOL = 'ROBLE','RGR90','SNSX01','ROBLE','RGR90','SNSX02', 'ROBLE','RGR90','SNSX03','ROBLE','RGR90','SNSX04', 'ROBLE','RGR90','SNSX05','ROBLE','RGR90','SNSX06' C DDHHMM = '00:00:00','00:01:00','00:02:00','00:03:00','00:04:00', '00:05:00','00:06:00','00:07:00','00:08:00','00:09:00', '00:10:00','00:11:00','00:12:00','00:13:00','00:14:00', '00:15:00','00:16:00','00:17:00','00:18:00','00:19:00', '00:20:00','00:21:00','00:22:00','00:23:00', '01:00:00','01:01:00','01:02:00','01:03:00','01:04:00', '01:05:00','01:06:00','01:07:00','01:08:00','01:09:00', '01:10:00','01:11:00','01:12:00','01:13:00','01:14:00', '01:15:00','01:16:00','01:17:00','01:18:00','01:19:00', '01:20:00','01:21:00','01:22:00','01:23:00', '02:00:00','02:01:00','02:02:00','02:03:00','02:04:00', '02:05:00','02:06:00','02:07:00','02:08:00','02:09:00', '02:10:00','02:11:00','02:12:00','02:13:00','02:14:00', '02:15:00','02:16:00','02:17:00','02:18:00','02:19:00', '02:20:00','02:21:00','02:22:00','02:23:00','03:00:00' C IYD = 76355,76356,76357 C IDEN = 2 IPLGLB = 0 IPLPOL = 0 IPLUTLAT = 0 IPLUTZPM = 0 IPLUTHTM = 1 SLON = -70. SPLS = +2. C C PLFLDS = choose fields to be plotted (0 or 1) C Note: As of 8/90 some fields not available (poten,rho,rat,ui,vi,wi) C Also note that fof2,hmf2 will automatically not be plotted zp vs lat C C T U V O2 O N4S NO O+ N2D TI TE NE O2+ W Z N2 PLFLDS = 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, C POTEN FOF2 HMF2 RHO RAT UI VI WI 0, 0, 0, 1, 0, 0, 0, 0 ENDOFREAD C