&RECORD1 !--------------------------------------------------------------- TIMIN=1 TIMAX=-99 ! For TIMIN and TIMAX, 1 = first model output time, ! 2 = second, etc. ! For TIMAX, enter -99 for last output time ! For all model times, set: TIMIN = 1 , TIMAX=-99 !--------------------------------------------------------------- NSKIP=1 ! This is the skip increment. After the first GrADS output ! is written, this many time levels of the INFILE are ! skipped before more output is written to the GrADS file. ! 1=every output time ! 3=every third output time ! 12=every 12th output time, etc. !--------------------------------------------------------------- IFLINUX=1 ! set this =1 if you need "byteswapped" in your .ctl file !--------------------------------------------------------------- IFMAP=1 ! set =1 for map ! set =0 for no map ! Note: -GrADS uses interpolation for IFMAP=1 and the ! following map projections: Lambert and polar ! stereographic ! -no interpolation used by GrADS for IFMAP=0 or Mercator ! map projection ! -SH polar stereographic projection not supported (yet) !--------------------------------------------------------------- IFSFC=0 ! set =1 for output at lowest model level only ! set =0 for full 3D output (files can be large!) ! Might want to use IFSFC=1 for smaller file size or to get ! a quick look at surface fields without outputting ! data for all levels) !--------------------------------------------------------------- IFSKEW=0 ! IFSKEW=0 will write fully 3-D data ! IFSKEW=1 will write out data at 1 grid point only. ISKW=120 ! the i point (in N-S direction) JSKW=120 ! the j point (in E-W direction) !--------------------------------------------------------------- ZTYPE=1 ! set =1 for output on native level: ! TERRAIN = surface only ! REGRID = pressure ! RAWINS = pressure ! MMINPUT = sigma ! MMOUT = sigma ! set =2 to interpolate output from sigma to pressure. ! For this option, you need to set the ! following: ! Pressure levels to interpolate to (in mb): ! please list levels in order, from bottom to top plev = 1000., 925., 850., 700., 500., 300., 250. / &RECORD10 !c------------------------------------------------------------------ !c 3D Variables !c 1=yes 0=no !c !c-- Native model output --c IFU = 1 ! X wind (grid-relative if IFMAP=0) ! (earth-relative if IFMAP=1) IFV = 1 ! Y wind (grid-relative if IFMAP=0) ! (earth-relative if IFMAP=1) IFW = 1 ! Vertical velocity IFPP = 0 ! Pressure perturbation IFT = 1 ! Temperature IFQ = 1 ! Water vapor mixing ratio IFCLW = 1 ! Cloud water mixing ratio IFRNW = 1 ! Rain water mixing ratio IFRTND = 0 ! Radiation tendency IFZ = 0 ! Height (above ground) of the sigma levels IFTKE = 0 ! Turbulence kinetic energy (if avail.) IFICE = 0 ! Ice water mixing ratio (if avail.) IFSNOW = 0 ! Snow water mixing ratio (if avail.) IFGRAUP = 0 ! Graupel mixing ratio (if avail.) IFNCI = 0 ! Number concentration of ice (if avail.) / &RECORD11 !-- Derived model output --c IFTD = 1 ! Dewpoint temperature IFRH = 1 ! Relative humidity IFTH = 1 ! Potential temperature IFTHE = 1 ! Equivalent potential temperature IFPRS = 1 ! Pressure IFVOR = 1 ! Vorticity (vertical component) IFPV = 1 ! Potential vorticity IFDIV = 1 ! Divergence (horizontal component) IFDIR = 1 ! Wind direction IFTADV = 1 ! Temperature advection (horizontal) IFDBZ = 1 ! Reflectivity (Note: should only be used for output ! from fully explicit simulatations. For runs with ! a cumulus paramaterization, this output is ! meaningless.) IFH = 1 ! Geopotential height / &RECORD12 !------------------------------------------------------------------ ! 2D Variables ! 1=yes 0=no ! !-- Native model output --c IFPS = 0 ! P-star IFTG = 1 ! Ground temperature IFRC = 1 ! Accumulated convective precipitation IFRN = 1 ! Accumulated non-convective precipitation IFTER = 1 ! Terrain height above sea level IFXMF = 0 ! Map-scale factor on cross points IFDMF = 0 ! Map-scale factor on dot points IFCOR = 0 ! Corilois parameter IFTR = 0 ! Infinite reservoir temp IFXLAT = 1 ! Latitude on cross points IFXLON = 1 ! Longitude on cross points IFLU = 1 ! Land use category IFVGF = 0 ! Vegetation coverage (if avail.) IFSC = 0 ! Snow cover IFPBLH = 1 ! PBL depth IFPBLR = 1 ! PBL regime IFSHF = 1 ! Surface sensible heat flux IFLHF = 1 ! Surface latent heat flux IFGHF = 1 ! Ground heat flux (if avail.) IFUST = 1 ! Frictional velocity (u-star) IFSWD = 1 ! Surface downward shortwave radiation IFLWD = 1 ! Surface downward longwave radiation IFSWO = 1 ! Top outgoing shortwave radiation IFLWO = 1 ! Top outgoing longwave radiation IFSST = 1 ! Sea surface temperature (if avail.) IFMAV = 1 ! Surface moisture availablity IFST1 = 1 ! SOIL TEMP 1 (if avail.) IFST2 = 1 ! SOIL TEMP 2 (if avail.) IFST3 = 1 ! SOIL TEMP 3 (if avail.) IFST4 = 1 ! SOIL TEMP 4 (if avail.) IFST5 = 1 ! SOIL TEMP 5 (if avail.) IFST6 = 1 ! SOIL TEMP 6 (if avail.) IFSM1 = 1 ! SOIL MOISTURE 1 (if avail.) IFSM2 = 1 ! SOIL MOISTURE 2 (if avail.) IFSM3 = 1 ! SOIL MOISTURE 3 (if avail.) IFSM4 = 1 ! SOIL MOISTURE 4 (if avail.) IFSW1 = 1 ! SOIL WATER 1 (if avail.) IFSW2 = 1 ! SOIL WATER 2 (if avail.) IFSW3 = 1 ! SOIL WATER 3 (if avail.) IFSW4 = 1 ! SOIL WATER 4 (if avail.) IFCAN = 1 ! CANOPY MOISTURE (if avail.) IFSNH = 0 ! Physical snow height (if avail.) IFSND = 0 ! Water equivalent of snow depth (SNODPTH) (if avail.) IFWSD = 0 ! Water equivalent of snow depth (WEASD) (if avail.) IFSSI = 0 ! Sea Ice (if avail.) IFSRO = 1 ! Surface Runoff (if avail.) IFURO = 1 ! Underground Runoff (if avail.) IFT2M = 1 ! 2 m Temperature (if avail.) IFQ2M = 1 ! 2 m Mixing Ratio (if avail.) IFU10 = 1 ! 10 m U wind component (if avail.) IFV10 = 1 ! 10 m V wind component (if avail.) IFALB = 1 ! Albedo (fraction ) (if avail.) IFABB = 1 ! Background Albedo (% ) (if avail.) IFASB = 1 ! Max snow Albedo (% ) (if avail.) / &RECORD13 !-- Derived model output --c IFPSLV = 1 ! Sea level pressure IFCREF = 1 ! Composite reflectivity (Note: should only be used for ! output from fully explicit simulatations. For runs ! with a cumulus paramaterization, this output is ! meaningless.) IFICLW = 1 ! Integrated cloud water IFIRNW = 1 ! Integrated rain water IFPWAT = 1 ! Precipitable water IFCLFR = 1 ! Cloud fraction at 3 levels /