# Registry file NMM_NEST # # At the present time this file is managed manually and edited by hand. # ################################################################################ # Dimension specifications # # This section of the Registry file is used to specify the dimensions # that will be used to define arrays. Dim is the one-letter name of the # dimension. How defined can either be "standard_domain", which means # that the dimension (1) is one of the three spatial dimensions and (2) # it will be set using the standard namelist mechanism and domain data # structure dimension fields (e.g. sd31,ed31,sd32...). # # Order refers to which of the three sets of just-mentioned internal # dimension variables the dimension is referred to by in the driver. # That is, is it the first, second, or third dimension. The registry # infers the mapping of its internal dimensions according to the # combination of Order and Coord-axis that are specified in this table. # Note that it is all right to more than one dimension name for, say, the # x dimension. However, the Order and Coord-axis relationship must be # consistent throughout. # # Note: these entries do not enforce storage order on a particular field. # That is determined by the dimension strings for each field. But it does # relate the dimspec to the internal data structures that the driver uses # to maintain the three physical domain dimensions. # # "How defined" can also specify the name of a namelist variable from which # the definition for the dimension will come; this is specified as # "namelist=". The namelist variable must have been # defined as an integer and with only one entry in the rconfig table. Or # a constant can be specified. The coordinate axis for the dimension is # either X, Y, Z, or C (for "not a spatial dimension"). The Dimname is # the descriptive name of the dimension that will be included in the # metadata in data sets. Note that the b, f, and t modifiers that appear # as the last characters of dimension strings used # in state and # i1 # registry definitions are not dimensions and do not need to be declared # here. # # dimspec i 1 standard_domain x west_east dimspec j 3 standard_domain y south_north dimspec k 2 standard_domain z bottom_top dimspec l 2 namelist=num_soil_layers z soil_layers dimspec w - namelist=spec_bdy_width c spec_bdy_width dimspec u 2 namelist=num_land_cat z land_cat dimspec s 2 namelist=num_soil_cat z soil_cat dimspec e 3 namelist=ensdim z gd ensemble dimension dimspec p - constant=7501 c microphysics_rstrt_state dimspec a - namelist=cam_abs_dim1 c cam_abs_dim1 dimspec g - namelist=cam_abs_dim2 z cam_abs_dim2 dimspec o 2 namelist=levsiz z levsiz dimspec d 2 namelist=paerlev z paerlev #### 7. Edit the Registry file and create the state data assocaited with this #### solver. Single entry: state real x ikj dyn_exp 2 - ih "TOYVAR" #### ################################################################################ ################################################################################ ################################################################################ # Lines that start with the word 'state' form a table that is # used by the script use_registry to generate module_state_descript.F # and other files. Also see documentation in use_registry. # # It is reauired that LU_INDEX appears before any variable that is # interpolated with a mask, as lu_index supplies that mask. # state real LU_INDEX ij misc 1 - irh01d=(interp_fcnm)u=(copy_fcnm) "LU_INDEX" "LAND USE CATEGORY" "" state real LU_MASK ij misc 1 - i3h1 "LU_MASK" "0 land 1 water" "" ################################################################################ ################################################################################ # Variables for nmm dynamics # # module_BC # # pdb is only 2d but registry doesn't support 2d bdy arrays right now... #definitions for NMM slab arrays dimspec q - constant=2600 c # a little crude right now dimspec v - constant=1 c # a little crude right now # The following arrays were added to avoid using _b and _bt arrays for nesting. # This is gopal' doing: state real pdnest_b ij dyn_nmm 1 - - state real pdnest_bt ij dyn_nmm 1 - - state real tnest_b ikj dyn_nmm 1 - - state real tnest_bt ikj dyn_nmm 1 - - state real qnest_b ikj dyn_nmm 1 - - state real qnest_bt ikj dyn_nmm 1 - - state real unest_b ikj dyn_nmm 1 - - state real unest_bt ikj dyn_nmm 1 - - state real vnest_b ikj dyn_nmm 1 - - state real vnest_bt ikj dyn_nmm 1 - - state real q2nest_b ikj dyn_nmm 1 - - state real q2nest_bt ikj dyn_nmm 1 - - state real cwmnest_b ikj dyn_nmm 1 - - state real cwmnest_bt ikj dyn_nmm 1 - - # # For the moving nest. This is gopal's doing # state real pdyn ij dyn_nmm 1 - r "PDYN" "DYNAMIC PRESSURE USED FOR TRACKING GRID MOTION" state real mslp ij dyn_nmm 1 - r "MSLP" "MSLP USED TO DETERMINE STORM LOCATION" state real sqws ij dyn_nmm 1 - r "SQWS" "SQUARE OF WIND SPEED AT LEVEL 10" state integer xloc - dyn_nmm 2 - r "XLOC" "I-LOCATION OF MINIMUM DYNAMIC PRESSURE" state integer yloc - dyn_nmm 2 - r "YLOC" "J-LOCATION OF MINIMUM DYNAMIC PRESSURE" state logical mvnest - dyn_nmm 1 - rm "MVNEST" "LOGICAL SWITCH FOR NMM GRID MOTION" # flag for nest movement state logical moved - misc 1 - - # Location of the SOUTH-WEST nested pointed in terms of parent grid state integer IIH ij dyn_nmm 1 - - state integer JJH ij dyn_nmm 1 - - state integer IIV ij dyn_nmm 1 - - state integer JJV ij dyn_nmm 1 - - # Bi-linear weights state real HBWGT1 ij dyn_nmm 1 - - state real HBWGT2 ij dyn_nmm 1 - - state real HBWGT3 ij dyn_nmm 1 - - state real HBWGT4 ij dyn_nmm 1 - - state real VBWGT1 ij dyn_nmm 1 - - state real VBWGT2 ij dyn_nmm 1 - - state real VBWGT3 ij dyn_nmm 1 - - state real VBWGT4 ij dyn_nmm 1 - - # state real HLON ij dyn_nmm 1 - d=(test_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) state real HLAT ij dyn_nmm 1 - d=(test_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) state real VLON ij dyn_nmm 1 - - state real VLAT ij dyn_nmm 1 - - # rconfig real wbd0 derived max_domains 0 - "wbd0" "western boundary of the domain" rconfig real sbd0 derived max_domains 0 - "sbd0" "southern boundary of the domain" state real PSTD k dyn_nmm 1 Z - state integer KZMAX - dyn_nmm - - r state real Z3D ikj dyn_nmm 1 Z rd=(nmm_copy:IIH,JJH)f=(nmm_copy:IIH,JJH) "Z3D" "HEIGHT ARRAY FIELD VALID FOR PARENT ONLY" state real T3D ikj dyn_nmm 1 - rd=(nmm_copy:IIH,JJH)f=(nmm_copy:IIH,JJH) "T3D" "TEMPERATURE ARRAY ON STANDARD PRESSURE LEVELS" state real Q3D ikj dyn_nmm 1 - rd=(nmm_copy:IIH,JJH)f=(nmm_copy:IIH,JJH) "Q3D" "SP HUMIDITY ARRAY ON STANDARD PRESSURE LEVELS" state real HRES_FIS ij dyn_nmm 1 - r "HRES_FIS" "HIGH RESOLUTION TERRAIN DATA FOR NESTED DOMAIN" # # module_LOOPS # state integer lmh ij dyn_nmm 1 - irh "LMH" "Lowest model layer at mass points from domain top" "" state integer lmv ij dyn_nmm 1 - irh "LMV" "Lowest model layer at velocity points from domain top" "" # # module_MASKS # state real hbm2 ij dyn_nmm 1 - irh "HBM2" "Height boundary mask; =0 outer 2 rows on H points" "" state real hbm3 ij dyn_nmm 1 - irh "HBM3" "Height boundary mask; =0 outer 3 rows on H points" "" state real vbm2 ij dyn_nmm 1 - irh "VBM2" "Velocity boundary mask; =0 outer 2 rows on V points" "" state real vbm3 ij dyn_nmm 1 - irh "VBM3" "Velocity boundary mask; =0 outer 3 rows on V points" "" state real sm ij dyn_nmm 1 - i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "SM" "Sea mask; =1 for sea, =0 for land" state real sice ij dyn_nmm 1 - irh "SICE" "Sea ice mask; =1 for sea ice, =0 for no sea ice" "" state real htm ikj dyn_nmm 1 - rh "HTM" "Height mask; =1 at all mass points above ground" "" state real vtm ikj dyn_nmm 1 - rh "VTM" "Velocity mask; =1 at all velocity points above ground" "" # # module_VRBLS # state integer ntsd - dyn_nmm - - r "NTSD" "Number of timesteps done" "" state integer nstart_hour - dyn_nmm - - r "NSTART_HOUR" "Forecast hour at start of integration" "" state real pd ijb dyn_nmm 1 - i01rhu=(nmm_feedback:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)d=(interp_mass_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,Z3D,HRES_FIS,SM,PDTOP,PT,PSTD,KZMAX)f=(nmm_bdymass_hinterp:dt,pdnest_b,pdnest_bt,IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,Z3D,HRES_FIS,SM,PDTOP,PT,PSTD,KZMAX) "PD" "Mass at I,J in the sigma domain" "Pa" state real fis ij dyn_nmm 1 - i01rh "FIS" "Surface geopotential" "m2 s-2" state real res ij dyn_nmm 1 - irh "RES" "Reciprocal of surface sigma" "" #state real q ikjb dyn_nmm 1 - i01rhu=(nmm_feedback:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)d=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)f=(nmm_bdy_hinterp:dt,qnest_b,qnest_bt,IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "Q" "Specific humidity" "kg kg-1" #state real t ikjb dyn_nmm 1 - i01rhu=(nmm_feedback:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)d=(interp_p2hyb_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,Z3D,Q,HRES_FIS,PD,PSTD,PDTOP,PT,ETA1,ETA2,DETA1,DETA2)f=(nmm_bdy_p2hyb:dt,tnest_b,tnest_bt,Z3D,qnest_b,HRES_FIS,pdnest_b,PSTD,PDTOP,PT,ETA1,ETA2,DETA1,DETA2) "T" "Sensible temperature" "K" state real t ikjb dyn_nmm 1 - i01rhu=(nmm_feedback:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)d=(interp_scalar_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,T3D,PD,PSTD,PDTOP,PT,ETA1,ETA2)f=(nmm_bdy_scalar:dt,tnest_b,tnest_bt,IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,T3d,PD,PSTD,PDTOP,PT,ETA1,ETA2) "T" "Sensible temperature" "K" state real q ikjb dyn_nmm 1 - i01rhu=(nmm_feedback:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)d=(interp_scalar_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,Q3D,PD,PSTD,PDTOP,PT,ETA1,ETA2)f=(nmm_bdy_scalar:dt,qnest_b,qnest_bt,IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,Q3d,PD,PSTD,PDTOP,PT,ETA1,ETA2) "Q" "Specific humidity" "kg kg-1" state real u ikjb dyn_nmm 1 - i01rhu=(nmm_vfeedback:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4)d=(interp_v_nmm:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4)f=(nmm_bdy_vinterp:dt,unest_b,unest_bt,IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4) "U" "U component of wind" "m s-1" state real v ikjb dyn_nmm 1 - i01rhu=(nmm_vfeedback:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4)d=(interp_v_nmm:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4)f=(nmm_bdy_vinterp:dt,vnest_b,vnest_bt,IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4) "V" "V component of wind" "m s-1" state real told ikj dyn_nmm 1 - r "TOLD" "T from previous timestep" "K" state real uold ikj dyn_nmm 1 - r "UOLD" "U from previous timestep" "m s-1" state real vold ikj dyn_nmm 1 - r "VOLD" "V from previous timestep" "m s-1" # # module_DYNAM # state real dx_nmm ij dyn_nmm 1 - irh "DX_NMM" "East-west distance H-to-V points" "m" state real wpdar ij dyn_nmm 1 - ir state real cpgfu ij dyn_nmm 1 - ir state real curv ij dyn_nmm 1 - ir "CURV" "Curvature term= .5*DT*TAN(phi)/RadEarth" "s m-1" state real fcp ij dyn_nmm 1 - ir state real fdiv ij dyn_nmm 1 - ir state real f ij dyn_nmm 1 - ir "F" "Coriolis * DT/2" "" state real fad ij dyn_nmm 1 - ir state real ddmpu ij dyn_nmm 1 - ir "DDMPU" "Divergence damping term for U" "m" state real ddmpv ij dyn_nmm 1 - ir "DDMPV" "Divergence damping term for V" "m" state real deta k dyn_nmm 1 - i01r "DETA" "Delta sigma in sigma domain" "" state real rdeta k dyn_nmm 1 - ir "RDETA" "Reciprocal of DETA" state real aeta k dyn_nmm 1 - i01r state real f4q2 k dyn_nmm 1 - ir state real etax k dyn_nmm 1 - i01r state real dfl k dyn_nmm 1 Z i01r "DFL" "Standard atmosphere geopotential" "m2 s-2" state real deta1 k dyn_nmm 1 - i01r "DETA1" "Delta sigma in pressure domain" "" state real aeta1 k dyn_nmm 1 - i01r "AETA1" "Midlayer sigma value in pressure domain" "" state real eta1 k dyn_nmm 1 - i01rh "ETA1" "Interface sigma value in pressure domain" "" state real deta2 k dyn_nmm 1 - i01r "DETA2" "Delta sigma in sigma domain" "" state real aeta2 k dyn_nmm 1 - i01r "AETA2" "Midlayer sigma value in sigma domain" "" state real eta2 k dyn_nmm 1 - i01rh "ETA2" "Interface sigma value in sigma domain" "" state real em q dyn_nmm 1 - ir state real emt q dyn_nmm 1 - ir state real adt ikj dyn_nmm 1 - - "ADT" "Change of T due to advection" "K" state real adu ikj dyn_nmm 1 - - "ADU" "Change of U due to advection" "m s-1" state real adv ikj dyn_nmm 1 - - "ADV" "Change of V due to advection" "m s-1" state real em_loc q dyn_nmm 1 - r state real emt_loc q dyn_nmm 1 - r state real dy_nmm - dyn_nmm - - ir "DY_NMM" "North-south distance H-to-V points" "m" state real cpgfv - dyn_nmm - - ir state real en - dyn_nmm - - ir state real ent - dyn_nmm - - ir state real f4d - dyn_nmm - - ir state real f4q - dyn_nmm - - ir state real ef4t - dyn_nmm - - ir state logical upstrm - dyn_nmm - - - "UPSTRM" ".TRUE. => In upstream advec region of grid" "" state real dlmd - dyn_nmm - - ir "DLMD" "East-west angular distance H-to-V points" "degrees" state real dphd - dyn_nmm - - ir "DPHD" "North-south angular distance H-to-V points" "degrees" state real pdtop - dyn_nmm - - i01rh "PDTOP" "Mass at I,J in pressure domain" "Pa" state real pt - dyn_nmm - - i01rh "PT" "Pressure at top of domain" "Pa" # # module_CONTIN # state real pdsl ij dyn_nmm 1 - - "PDSL" "Sigma-domain pressure at sigma=1" "Pa" state real pdslo ij dyn_nmm 1 - - "PDSLO" "PDSL from previous timestep" "Pa" state real psdt ij dyn_nmm 1 - r "PSDT" "Surface pressure tendency" "Pa s-1" state real div ikj dyn_nmm 1 - r "DIV" "Divergence" "Pa s-1" state real few ikj dyn_nmm 1 - - "FEW" "Integrated east-west mass flux" "Pa m2 s-1" state real fne ikj dyn_nmm 1 - - "FNE" "Integrated northeast-southwest mass flux" "Pa m2 s-1" state real fns ikj dyn_nmm 1 - - "FNS" "Integrated north-south mass flux" "Pa m2 s-1" state real fse ikj dyn_nmm 1 - - "FSE" "Integrated southeast-northwest mass flux" "Pa m2 s-1" state real omgalf ikj dyn_nmm 1 - r "OMGALF" "Omega-alpha" "K" state real petdt ikj dyn_nmm 1 - - "PETDT" "Vertical mass flux" "Pa s-1" state real rtop ikj dyn_nmm 1 - r "RTOP" "Rd * Tv / P" "m3 kg-1" # # module_PVRBLS # state real pblh ij dyn_nmm 1 - rh "PBLH" "PBL Height" "m" state integer lpbl ij dyn_nmm 1 - ir "LPBL" "Model layer of PBL top" "" state real ustar ij dyn_nmm 1 - irhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "USTAR" "Friction velocity" "m s-1" state real z0 ij dyn_nmm 1 - i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "Z0" "Roughness height" "m" state real z0base ij dyn_nmm 1 - ir "Z0BASE" "Base roughness height" "m" state real ths ij dyn_nmm 1 - irhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "THS" "Surface potential temperature" "K" state real mavail ij dyn_nmm 1 - i state real qsh ij dyn_nmm 1 - irhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "QS" "Surface specific humidity" "kg kg-1" state real twbs ij dyn_nmm 1 - irh "TWBS" "Instantaneous sensible heat flux" "W m-2" state real qwbs ij dyn_nmm 1 - irh "QWBS" "Instantaneous latent heat flux" "W m-2" state real prec ij dyn_nmm 1 - rh "PREC" "Precipitation in physics timestep" "m" state real aprec ij dyn_nmm 1 - rh state real acprec ij dyn_nmm 1 - rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "ACPREC" "Accumulated total precipitation" "m" state real cuprec ij dyn_nmm 1 - r "CUPREC" "Accumulated convective precipitation" "m" state real lspa ij dyn_nmm 1 - h "LSPA" "Land Surface Precipitation Accumulation" "kg m-2" state real ddata ij dyn_nmm 1 - - "DDATA" "Observed precip to each physics timestep" "kg m-2" state real accliq ij dyn_nmm 1 - r state real sno ij dyn_nmm 1 - irh "SNO" "Liquid water snow amount" "m" state real si ij dyn_nmm 1 - irh "SI" "Snow depth" "m" state real cldefi ij dyn_nmm 1 - rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "CLDEFI" "Convective cloud efficiency" "" state real deep ij dyn_nmm 1 - r "DEEP" "Deep convection =>.TRUE." "" state real rf ij dyn_nmm 1 - r state real th10 ij dyn_nmm 1 - irh "TH10" "10-m potential temperature" "K" state real q10 ij dyn_nmm 1 - irh "Q10" "10-m specific humidity" "kg kg-1" state real pshltr ij dyn_nmm 1 - irh "PSHLTR" "2-m pressure" "Pa" state real tshltr ij dyn_nmm 1 - irh "TSHLTR" "2-m sensible temperature" "K" state real qshltr ij dyn_nmm 1 - irh "QSHLTR" "2-m specific humidity" "kg kg-1" state real q2 ikjb dyn_nmm 1 - irhu=(nmm_feedback:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)d=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)f=(nmm_bdy_hinterp:dt,q2nest_b,q2nest_bt,IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "Q2" "2 * Turbulence kinetic energy" "m2 s-2" state real t_adj ikj dyn_nmm 1 - rd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "T_ADJ" "T change due to precip in phys step" "K" state real t_old ikj dyn_nmm 1 - r "T_OLD" "T before last call to precip" "K" state real zero_3d ikj dyn_nmm 1 - r state real W0AVG ikj dyn_nmm 1 - r "W0AVG" "AVERAGE VERTICAL VELOCITY FOR KF CUMULUS SCHEME" "m s-1" state real AKHS_OUT ij dyn_nmm 1 - h "AKHS_OUT" "OUTPUT SFC EXCH COEFF FOR HEAT" "m^2 s-1" state real AKMS_OUT ij dyn_nmm 1 - h "AKMS_OUT" "OUTPUT SFC EXCH COEFF FOR MOMENTUM" "m^2 s-1" # # module_PHYS # state real albase ij dyn_nmm 1 - i01rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "ALBASE" "Base albedo" "" state real albedo ij dyn_nmm 1 - irh "ALBEDO" "Dynamic albedo" "" state real cnvbot ij dyn_nmm 1 - irh "CNVBOT" "Lowest convec cloud bottom lyr between outputs" "" state real cnvtop ij dyn_nmm 1 - irh "CNVTOP" "Highest convec cloud top lyr between outputs" "" state real czen ij dyn_nmm 1 - irh "CZEN" "Cosine of solar zenith angle" "" state real czmean ij dyn_nmm 1 - irh "CZMEAN" "Mean CZEN between SW radiation calls" "" state real epsr ij dyn_nmm 1 - ir "EPSR" "Radiative emissivity" state real gffc ij dyn_nmm 1 - ir state real glat ij dyn_nmm 1 - i01rh "GLAT" "Geographic latitude, radians" "" state real glon ij dyn_nmm 1 - i01rh "GLON" "Geographic longitude, radians" "" state real NMM_TSK ij dyn_nmm 1 - i01rd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "TSK" "Skin temperature" "K" state real hdac ij dyn_nmm 1 - ir "HDAC" "Composite diffusion coeff for mass points" "s m-1" state real hdacv ij dyn_nmm 1 - ir "HDACV" "Composite diffusion coeff for velocity points" "s m-1" state real mxsnal ij dyn_nmm 1 - i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "MXSNAL" "Maximum deep snow albedo" "" state real radin ij dyn_nmm 1 - - state real radot ij dyn_nmm 1 - rh "RADOT" "Radiative emission from surface" "W m-2" state real sigt4 ij dyn_nmm 1 - rh "SIGT4" "Stefan-Boltzmann * T**4" "W m-2" state real tg ij dyn_nmm 1 - i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "TGROUND" "Deep ground soil temperature" "K" state real dfrlg k dyn_nmm 1 Z i01r "DFRLG" "Std atmosphere height of model layer interfaces" "m" state integer lvl ij dyn_nmm 1 - ir # # module_CLDWTR.F # state real cwm ikjb dyn_nmm 1 - rhu=(nmm_feedback:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)d=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)f=(nmm_bdy_hinterp:dt,cwmnest_b,cwmnest_bt,IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "CWM" "Total condensate" "kg kg-1" state real f_ice ikj dyn_nmm 1 - rhd=(interp_int_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "F_ICE" "Frozen fraction of CWM" "" state real f_rain ikj dyn_nmm 1 - rhd=(interp_int_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "F_RAIN" "Rain fraction of liquid part of CWM" "" state real f_rimef ikj dyn_nmm 1 - rhd=(interp_int_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "F_RIMEF" "Rime factor" "" state real cldfra ikj dyn_nmm 1 - rh "CLDFRA" "Cloud fraction" "" state real sr ij dyn_nmm 1 - irh "SR" "Timestep mass ratio of snow:precip" "" state real cfrach ij dyn_nmm 1 - rh "CFRACH" "High cloud fraction" "" state real cfracl ij dyn_nmm 1 - rh "CFRACL" "Low cloud fraction" "" state real cfracm ij dyn_nmm 1 - rh "CFRACM" "Middle cloud fraction" "" state logical micro_start - dyn_nmm - - - # # module_SOIL.F # state integer islope ij dyn_nmm 1 - i01rhd=(interp_int_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "ISLOPE" state real dzsoil k dyn_nmm 1 - ir "DZSOIL" "Thickness of soil layers" "m" state real rtdpth k dyn_nmm 1 - i01r state real sldpth k dyn_nmm 1 - i01rh "SLDPTH" "Thickness of soil layers" "m" state real cmc ij dyn_nmm 1 - i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "CMC" "Canopy moisture" "m" state real grnflx ij dyn_nmm 1 - irh "GRNFLX" "Deep soil heat flux" "W m-2" state real pctsno ij dyn_nmm 1 - irh state real soiltb ij dyn_nmm 1 - i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "SOILTB" "Deep ground soil temperature" "K" state real vegfrc ij dyn_nmm 1 - i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "VEGFRC" "Vegetation fraction" "" state real shdmin ij dyn_nmm 1 - - state real shdmax ij dyn_nmm 1 - - state real sh2o ilj dyn_nmm 1 Z irhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "SH2O" "Unfrozen soil moisture volume fraction" "" state real smc ilj dyn_nmm 1 Z irhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "SMC" "Soil moisture volume fraction" "" state real stc ilj dyn_nmm 1 Z irhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "STC" "Soil temperature" "K" # # module_NHYDRO.F # state logical hydro - dyn_nmm - - - "HYDRO" ".FALSE. => nonhydrostatic" "" state real dwdtmn ij dyn_nmm 1 - - "DWDTMN" "Minimum value for DWDT" "m s-2" state real dwdtmx ij dyn_nmm 1 - - "DWDTMX" "Maximum value for DWDT" "m s-2" state real dwdt ikj dyn_nmm 1 - rd=(interp_v_nmm:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4) "DWDT" "dwdt and 1+(dwdt)/g" "m s-2" state real pdwdt ikj dyn_nmm 1 - r state real pint ikj dyn_nmm 1 Z rh "PINT" "Model layer interface pressure" "Pa" state real w ikj dyn_nmm 1 Z rh "W" "Vertical velocity" "m s-1" state real z ikj dyn_nmm 1 Z - "Z" "Distance from ground" "m" # # module_ACCUM.F # state real acfrcv ij dyn_nmm 1 - h "ACFRCV" "Accum convective cloud fraction" "" state real acfrst ij dyn_nmm 1 - h "ACFRST" "Accum stratiform cloud fraction" "" state real ssroff ij dyn_nmm 1 - h "SSROFF" "Surface runoff" "mm" state real bgroff ij dyn_nmm 1 - h "BGROFF" "Subsurface runoff" "mm" state real rlwin ij dyn_nmm 1 - rh "RLWIN" "Downward longwave at surface" "W m-2" state real rlwout ij dyn_nmm 1 - - state real rlwtoa ij dyn_nmm 1 - rh "RLWTOA" "Outgoing LW flux at top of atmos" "W m-2" state real alwin ij dyn_nmm 1 - h "ALWIN" "Accum LW down at surface" "W m-2" state real alwout ij dyn_nmm 1 - h "ALWOUT" "Accum RADOT (see above)" "W m-2" state real alwtoa ij dyn_nmm 1 - h "ALWTOA" "Accum RLWTOA" "W m-2" state real rswin ij dyn_nmm 1 - rh "RSWIN" "Downward shortwave at surface" "W m-2" state real rswinc ij dyn_nmm 1 - rh "RSWINC" "Clear-sky equivalent of RSWIN" "W m-2" state real rswout ij dyn_nmm 1 - rh "RSWOUT" "Upward shortwave at surface" "W m-2" state real rswtoa ij dyn_nmm 1 - - "RSWTOA" "Outgoing SW flux at top of atmos" "W m-2" state real aswin ij dyn_nmm 1 - h "ASWIN" "Accum SW down at surface" "W m-2" state real aswout ij dyn_nmm 1 - h "ASWOUT" "Accum RSWOUT" "W m-2" state real aswtoa ij dyn_nmm 1 - h "ASWTOA" "Accum RSWTOA" "W m-2" state real sfcshx ij dyn_nmm 1 - rh "SFCSHX" "Accum sfc sensible heat flux" "W m-2" state real sfclhx ij dyn_nmm 1 - rh "SFCLHX" "Accum sfc latent heat flux" "W m-2" state real subshx ij dyn_nmm 1 - rh "SUBSHX" "Accum deep soil heat flux" "W m-2" state real snopcx ij dyn_nmm 1 - rh "SNOPCX" "Snow phase change heat flux" "W m-2" state real sfcuvx ij dyn_nmm 1 - rh state real potevp ij dyn_nmm 1 - rh "POTEVP" "Accum potential evaporation" "m" state real potflx ij dyn_nmm 1 - rh "POTFLX" "Energy equivalent of POTEVP" "W m-2" state real tlmin ij dyn_nmm 1 - - state real tlmax ij dyn_nmm 1 - - state real rlwtt ikj dyn_nmm 1 - rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "RLWTT" "Longwave temperature tendency" "K s-1" state real rswtt ikj dyn_nmm 1 - rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "RSWTT" "Shortwave temperature tendency" "K s-1" state real tcucn ikj dyn_nmm 1 - h "TCUCN" "Accum convec temperature tendency" "K s-1" state real train ikj dyn_nmm 1 - h "TRAIN" "Accum stratiform temp tendency" "K s-1" state integer ncfrcv ij dyn_nmm 1 - irh "NCFRCV" "# times convec cloud >0 between rad calls" "" state integer ncfrst ij dyn_nmm 1 - irh "NCFRST" "# times stratiform cloud >0 between rad calls" "" state integer nphs0 - dyn_nmm - - rh state integer nprec - dyn_nmm - - irh "NPREC" "# timesteps between resetting precip bucket" "" state integer nclod - dyn_nmm - - irh "NCLOD" "# timesteps between resetting cloud frac accum" "" state integer nheat - dyn_nmm - - irh "NHEAT" "# timesteps between resetting latent heat accum" "" state integer nrdlw - dyn_nmm - - irh "NRDLW" "# timesteps between resetting longwave accums" "" state integer nrdsw - dyn_nmm - - irh "NRDSW" "# timesteps between resetting shortwave accums" "" state integer nsrfc - dyn_nmm - - irh "NSRFC" "# timesteps between resetting sfcflux accums" "" state real avrain - dyn_nmm - - irh "AVRAIN" "# of times gridscale precip called in NHEAT steps" "" state real avcnvc - dyn_nmm - - irh "AVCNVC" "# of times convective precip called in NHEAT steps" "" state real aratim - dyn_nmm - - ir state real acutim - dyn_nmm - - ir state real ardlw - dyn_nmm - - irh "ARDLW" "# of times LW fluxes summed before resetting" "" state real ardsw - dyn_nmm - - irh "ARDSW" "# of times SW fluxes summed before resetting" "" state real asrfc - dyn_nmm - - irh "ASRFC" "# of times sfc fluxes summed before resetting" "" state real aphtim - dyn_nmm - - irh # # module_INDX.F # state integer ihe j dyn_nmm 1 - - "IHE" "0 or +1 to obtain I index of V point east of H point" "" state integer ihw j dyn_nmm 1 - - "IHW" "0 or -1 to obtain I index of V point west of H point" "" state integer ive j dyn_nmm 1 - - "IVE" "0 or +1 to obtain I index of H point east of V point" "" state integer ivw j dyn_nmm 1 - - "IVW" "0 or -1 to obtain I index of H point west of V point" "" state integer irad i dyn_nmm 1 - - #definitions for NMM east-west orientation on E grid state integer iheg q dyn_nmm 1 - - state integer ihwg q dyn_nmm 1 - - state integer iveg q dyn_nmm 1 - - state integer ivwg q dyn_nmm 1 - - dimspec r - constant=2000 c # a little crude right now state integer iradg r dyn_nmm 1 - - dimspec m - constant=(-3:3) c dimspec n - constant=(0:6) c state integer indx3_wrk mqn dyn_nmm 1 - - "INDX3_WRK" "Array of 3rd (J) indices for local arrays" "" state integer n_iup_h j dyn_nmm 1 - - "N_IUP_H" "# mass points needed in each row for upstream advection" "" state integer n_iup_v j dyn_nmm 1 - - "N_IUP_V" "# velocity points needed in each row for upstream advection" "" state integer n_iup_adh j dyn_nmm 1 - - "N_IUP_ADH" "# mass points in each row of upstream advection" "" state integer n_iup_adv j dyn_nmm 1 - - "N_IUP_ADV" "# velocity points in each row of upstream advection" "" state integer iup_h ij dyn_nmm 1 - - state integer iup_v ij dyn_nmm 1 - - state integer iup_adh ij dyn_nmm 1 - - state integer iup_adv ij dyn_nmm 1 - - state integer imicrogram - misc - - r "imicrogram" "flag 0/1 0=mixratio, 1=mcrograms/m3" "" # # table entries are of the form #
# # Mask for moving nest interpolations state integer imask_nostag ij misc - state integer imask_xstag ij misc X state integer imask_ystag ij misc Y state integer imask_xystag ij misc XY # #--------------------------------------------------------------------------------------------------------------------------------- # SI - start variables from netCDF format from Standard Initialization, most eventually for use in LSM schemes #--------------------------------------------------------------------------------------------------------------------------------- state real sm000007 ij misc 1 - i1 "SM000007" "LAYER SOIL MOISTURE" "m3 m-3" state real sm007028 ij misc 1 - i1 "SM007028" "LAYER SOIL MOISTURE" "m3 m-3" state real sm028100 ij misc 1 - i1 "SM028100" "LAYER SOIL MOISTURE" "m3 m-3" state real sm100255 ij misc 1 - i1 "SM100255" "LAYER SOIL MOISTURE" "m3 m-3" state real st000007 ij misc 1 - i1 "ST000007" "LAYER SOIL TEMPERATURE" "K" state real st007028 ij misc 1 - i1 "ST007028" "LAYER SOIL TEMPERATURE" "K" state real st028100 ij misc 1 - i1 "ST028100" "LAYER SOIL TEMPERATURE" "K" state real st100255 ij misc 1 - i1 "ST100255" "LAYER SOIL TEMPERATURE" "K" state real sm000010 ij misc 1 - i1 "SM000010" "description" "units" state real sm010040 ij misc 1 - i1 "SM010040 " "description" "units" state real sm040100 ij misc 1 - i1 "SM040100 " "description" "units" state real sm100200 ij misc 1 - i1 "SM100200 " "description" "units" state real sm010200 ij misc 1 - i1 "SM010200" "description" "units" state real soilm000 ij misc 1 - i1 "SOILM000" "description" "units" state real soilm005 ij misc 1 - i1 "SOILM005" "description" "units" state real soilm020 ij misc 1 - i1 "SOILM020" "description" "units" state real soilm040 ij misc 1 - i1 "SOILM040" "description" "units" state real soilm160 ij misc 1 - i1 "SOILM160" "description" "units" state real soilm300 ij misc 1 - i1 "SOILM300" "description" "units" state real sw000010 ij misc 1 - i1 "SW000010" "description" "units" state real sw010040 ij misc 1 - i1 "SW010040" "description" "units" state real sw040100 ij misc 1 - i1 "SW040100" "description" "units" state real sw100200 ij misc 1 - i1 "SW100200" "description" "units" state real sw010200 ij misc 1 - i1 "SW010200" "description" "units" state real soilw000 ij misc 1 - i1 "SOILW000" "description" "units" state real soilw005 ij misc 1 - i1 "SOILW005" "description" "units" state real soilw020 ij misc 1 - i1 "SOILW020" "description" "units" state real soilw040 ij misc 1 - i1 "SOILW040" "description" "units" state real soilw160 ij misc 1 - i1 "SOILW160" "description" "units" state real soilw300 ij misc 1 - i1 "SOILW300" "description" "units" state real st000010 ij misc 1 - i1 "ST000010" "description" "units" state real st010040 ij misc 1 - i1 "ST010040" "description" "units" state real st040100 ij misc 1 - i1 "ST040100" "description" "units" state real st100200 ij misc 1 - i1 "ST100200" "description" "units" state real st010200 ij misc 1 - i1 "ST010200" "description" "units" state real soilt000 ij misc 1 - i1 "SOILT000" "description" "units" state real soilt005 ij misc 1 - i1 "SOILT005" "description" "units" state real soilt020 ij misc 1 - i1 "SOILT020" "description" "units" state real soilt040 ij misc 1 - i1 "SOILT040" "description" "units" state real soilt160 ij misc 1 - i1 "SOILT160" "description" "units" state real soilt300 ij misc 1 - i1 "SOILT300" "description" "units" state real landmask ij misc 1 - i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "LANDMASK" "description" "units" state real topostdv ij misc 1 - i1 "TOPOSTDV" "description" "units" state real toposlpx ij misc 1 - i1 "TOPOSLPX" "description" "units" state real toposlpy ij misc 1 - i1 "TOPOSLPY" "description" "units" state real greenmax ij misc 1 - i1 "GREENMAX" "description" "units" state real greenmin ij misc 1 - i1 "GREENMIN" "description" "units" state real albedomx ij misc 1 - i1 "ALBEDOMX" "description" "units" state real slopecat ij misc 1 - i1 "SLOPECAT" "description" "units" state real toposoil ij misc 1 - i1d=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "TOPOSOIL" "description" "units" state real landusef iuj misc 1 Z i1 "LANDUSEF" "description" "units" state real soilctop isj misc 1 Z i1 "SOILCTOP" "description" "units" state real soilcbot isj misc 1 Z i1 "SOILCBOT" "description" "units" #------------------------------------------------------------------------------------------------------------------------------- # SI - end variables from netCDF format from Standard Initialization #------------------------------------------------------------------------------------------------------------------------------- #----------------------------------------------------------------------------------------------------------------------------------------------------------------- # Moist Scalars - both height and mass coordinate models # # The first line ensures that there will be identifiers named moist and # moist_tend even if there are not any moist scalars (so the essentially # dry code will will still link properly) # state real - ikjft moist 1 - - - state real qv ikjft moist 1 - r "QVAPOR" "Water vapor mixing ratio" "kg kg-1" state real qc ikjft moist 1 - r "QCLOUD" "Cloud water mixing ratio" "kg kg-1" state real qr ikjft moist 1 - r "QRAIN" "Rain water mixing ratio" "kg kg-1" state real qi ikjft moist 1 - r "QICE" "Ice mixing ratio" "kg kg-1" state real qs ikjft moist 1 - rh "QSNOW" "Snow mixing ratio" "kg kg-1" state real qg ikjft moist 1 - r "QGRAUP" "Graupel mixing ratio" "kg kg-1" # # Other Scalars state real - ikjftb scalar 1 - - - state real qni ikjftb scalar 1 - i01rusdf=(bdy_interp:dt) "QNI" "Ice Number concentration" "# kg(-1)" #----------------------------------------------------------------------------------------------------------------------------------------------------------------- ## Chem Scalars - both height and mass coordinate models # state real - ikjft chem 1 - - - #----------------------------------------------------------------------------------------------------------------------------------------------------------------- # specified LBC arrays, first, Eulerian height coordinate model # specified LBC arrays, next, Eulerian mass coordinate model # specified LBC variables shared between the mass and height coordinate models # soil model variables (Note that they are marked as staggered in the vertical dimension # because they are "fully dimensioned" -- they use every element in that dim # 2m and 10m output diagnostics # lsm State Variables state real SMOIS ilj - 1 Z rh "SMOIS" "SOIL MOISTURE" "" # MYJ PBL variables # gfdl (eta) radiation State Variables # eta microphpysics State Variables # new eta microphpysics State Variables # some mass-coordinate-model-specific variables # was em_only ################################################################# # Physics Variables (em core) ################################################################# # Physics Variables (eh core) ; should be same as em ################################################################# # variables added for CHEMISTRY compatibility with ARW core - kludge ################################################################# state real GSW ij misc 1 - - "" "" state real XLAT ij misc 1 - - "" "" state real XLONG ij misc 1 - - "" "" state real XLAND ij misc 1 - - "" "" state real RAINCV ij misc 1 - - "" "" ################################################################# # other misc variables (all cores) ################################################################# # added for surface_driver state real PSFC ij misc 1 - rh "PSFC" "SFC PRESSURE" state real dtbc - misc - - ir "dtbc" "TIME SINCE BOUNDARY READ" "" state real TH2 ij misc 1 - irh "TH2" "POT TEMP at 2 M" "" state real T2 ij misc 1 - ir "T2" "TEMP at 2 M" "" state real U10 ij misc 1 - irh "U10" "U at 10 M" " " state real V10 ij misc 1 - irh "V10" "V at 10 M" " " state real XICE ij misc 1 - i01rd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "XICE" "SEA ICE" "" state real SMSTAV ij misc 1 - irh "SMSTAV" "MOISTURE VARIBILITY" "" state real SMSTOT ij misc 1 - irh "SMSTOT" "TOTAL SOIL MOISTURE" "" state real SFCRUNOFF ij misc 1 - rh "SFROFF" "SURFACE RUNOFF" "" state real UDRUNOFF ij misc 1 - rh "UDROFF" "UNDERGROUND RUNOFF" "" state integer IVGTYP ij misc 1 - irhd=(interp_int_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "IVGTYP" "VEGETATION TYPE" "" state integer ISLTYP ij misc 1 - irhd=(interp_int_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "ISLTYP" "SOIL TYPE" " " state real VEGFRA ij misc 1 - i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "VEGFRA" "VEGETATION FRACTION" "" state real SFCEVP ij misc 1 - irh "SFCEVP" "SURFACE EVAPORATION" "" state real GRDFLX ij misc 1 - irh "GRDFLX" "GROUND HEAT FLUX" "" state real ALBBCK ij misc 1 - i012r "ALBBCK" "BACKGROUND ALBEDO" "NA" state real SFCEXC ij misc 1 - irh "SFCEXC " "SURFACE EXCHANGE COEFFICIENT" "" state real ACSNOW ij misc 1 - irh "ACSNOW" "ACCUMULATED SNOW" "" state real ACSNOM ij misc 1 - irh "ACSNOM" "ACCUMULATED MELTED SNOW" "" state real RMOL ij misc 1 - ir "RMOL" "" "" state real SNOW ij misc 1 - irh "SNOW" "SNOW WATER EQUIVALENT" "" state real CANWAT ij misc 1 - irh "CANWAT" "CANOPY WATER" "" state real SST ij misc 1 - i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4 "SST" "SEA SURFACE TEMPERATURE" "K" state real WEASD ij misc 1 - i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "WEASD" "WATER EQUIVALENT OF ACCUMULATED SNOW" "" state real ZNT ij misc 1 - ir "ZNT" "TIME-VARYING ROUGHNESS LENGTH" state real MOL ij misc 1 - ir "MOL" "T* IN SIMILARITY THEORY" "K" state real tke_myj ikj misc 1 - rh "tke_myj" "TKE FROM MELLOR-YAMADA-JANJIC" "m2 s-2" state real EL_MYJ ikj misc 1 - h "el_myj" "MIXING LENGTH FROM MELLOR-YAMADA-JANJIC" "m" state real EXCH_H ikj misc 1 - rh "EXCH_H" "EXCHANGE COEFFICIENTS FOR HEAT" "m2 s-1" state real THZ0 ij misc 1 - irhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "THZ0" "POTENTIAL TEMPERATURE AT ZNT" "K" state real QZ0 ij misc 1 - irhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "QZ0" "SPECIFIC HUMIDITY AT ZNT" "kg kg-1" state real UZ0 ij misc 1 - irhd=(interp_v_nmm:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4) "UZ0" "U WIND COMPONENT AT ZNT" "m s-1" state real VZ0 ij misc 1 - irhd=(interp_v_nmm:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4) "VZ0" "V WIND COMPONENT AT ZNT" "m s-1" state real FLHC ij misc 1 - r "FLHC" "SURFACE EXCHANGE COEFFICIENT FOR HEAT" "" state real FLQC ij misc 1 - r "FLQC" "SURFACE EXCHANGE COEFFICIENT FOR MOISTURE" "" state real QSG ij misc 1 - r "QSG" "SURFACE SATURATION WATER VAPOR MIXING RATIO" "kg kg-1" state real QVG ij misc 1 - r "QVG" "WATER VAPOR MIXING RATIO AT THE SURFACE" "kg kg-1" state real QCG ij misc 1 - r "QCG" "CLOUD WATER MIXING RATIO AT THE SURFACE" "kg kg-1" state real SOILT1 ij misc 1 - r "SOILT1" "TEMPERATURE INSIDE SNOW " "K" state real TSNAV ij misc 1 - r "TSNAV" "AVERAGE SNOW TEMPERATURE " "C" # added as state for HALO_NMM_TURBL, jm state real UZ0h ij misc 1 - - state real VZ0h ij misc 1 - - state real dudt ikj misc 1 - - state real dvdt ikj misc 1 - - state real QSFC ij misc 1 - irh "QSFC" "SPECIFIC HUMIDITY AT LOWER BOUNDARY" "kg kg-1" state real AKHS ij misc 1 - ir "AKHS" "SFC EXCH COEFF FOR HEAT" "m s-1" state real AKMS ij misc 1 - ir "AKMS" "SFC EXCH COEFF FOR MOMENTUM" "m s-1" i1 real TSHLTR ij misc 1 - - "TSHLTR" "SHELTER THETA FROM MYJ" "K" i1 real QSHLTR ij misc 1 - - "QSHLTR" "SHELTER SPECIFIC HUMIDITY FROM MYJ" "kg kg-1" i1 real TH10 ij misc 1 - - "TH10" "10-M THETA FROM MYJ" "K" i1 real Q10 ij misc 1 - - "Q10" "10-M SPECIFIC HUMIDITY FROM MYJ" "kg kg-1" state real HTOP ij misc 1 - irhd=(interp_int_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "HTOP" "TOP OF CONVECTION LEVEL" "" state real HBOT ij misc 1 - irhd=(interp_int_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "HBOT" "BOT OF CONVECTION LEVEL" "" state real HTOPD ij misc 1 - rh "HTOPD" "TOP DEEP CONVECTION LEVEL" "" state real HBOTD ij misc 1 - rh "HBOTD" "BOT DEEP CONVECTION LEVEL" "" state real HTOPS ij misc 1 - rh "HTOPS" "TOP SHALLOW CONVECTION LEVEL" "" state real HBOTS ij misc 1 - rh "HBOTS" "BOT SHALLOW CONVECTION LEVEL" "" state REAL CUPPT ij misc 1 - rhd=(interp_int_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "CUPPT" "ACCUMULATED CONVECTIVE RAIN SINCE LAST CALL TO THE RADIATION" "" state REAL CPRATE ij misc 1 - rh "CPRATE" "INSTANTANEOUS CONVECTIVE PRECIPITATION RATE" "" # 1-17-06a state real F_ICE_PHY ikj misc 1 - - "F_ICE_PHY" "FRACTION OF ICE" "" state real F_RAIN_PHY ikj misc 1 - - "F_RAIN_PHY" "FRACTION OF RAIN " "" state real F_RIMEF_PHY ikj misc 1 - - "F_RIMEF_PHY" "MASS RATIO OF RIMED ICE " "" state real MASS_FLUX ij misc 1 - r "MASS_FLUX" "DOWNDRAFT MASS FLUX FOR IN GRELL CUMULUS SCHEME" "mb/hour" state real apr_gr ij misc 1 - r "APR_GR" "PRECIP FROM CLOSURE OLD_GRELL " "mm/hour" state real apr_w ij misc 1 - r "APR_W" "PRECIP FROM CLOSURE W " "mm/hour" state real apr_mc ij misc 1 - r "APR_MC" "PRECIP FROM CLOSURE KRISH MV" "mm/hour" state real apr_st ij misc 1 - r "APR_ST" "PRECIP FROM CLOSURE STABILITY " "mm/hour" state real apr_as ij misc 1 - r "APR_AS" "PRECIP FROM CLOSURE AS-TYPE " "mm/hour" state real apr_capma ij misc 1 - r "APR_CAPMA" "PRECIP FROM MAX CAP" "mm/hour" state real apr_capme ij misc 1 - r "APR_CAPME" "PRECIP FROM MEAN CAP" "mm/hour" state real apr_capmi ij misc 1 - r "APR_CAPMI" "PRECIP FROM MIN CAP" "mm/hour" state real xf_ens ije misc 1 Z r "XF_ENS" "MASS FLUX PDF IN GRELL CUMULUS SCHEME" "mb hour-1" state real pr_ens ije misc 1 Z r "PR_ENS" "PRECIP RATE PDF IN GRELL CUMULUS SCHEME" "mb hour-1" state real RTHFTEN ikj misc 1 - r "RTHFTEN" "TEMPERATURE TENDENCY USED IN GRELL CUMULUS SCHEME" "K/sec" state real RQVFTEN ikj misc 1 - r "RQVFTEN" "MOISTURE TENDENCY USED IN GRELL CUMULUS SCHEME" "kg/sec" state real SNOWH ij misc 1 - i01rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "SNOWH" "PHYSICAL SNOW DEPTH" "" state real RHOSN ij misc 1 - i01rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "RHOSN" " SNOW DENSITY" "kg m-3" state real SMFR3D ilj misc 1 Z rh "SMFR3D" "SOIL ICE" "" state real KEEPFR3DFLAG ilj misc 1 Z r "KEEPFR3DFLAG" "FLAG - 1. FROZEN SOIL YES, 0 - NO" "" # added state for etampnew microphysics (needed for restarts) state real mp_restart_state p misc 1 - r "MP_RESTART_STATE" "STATE VECTOR FOR MICROPHYSICS RESTARTS" state real tbpvs_state p misc 1 - r "TBPVS_STATE" "STATE FOR ETAMPNEW MICROPHYSICS" state real tbpvs0_state p misc 1 - r "TBPVS0_STATE" "STATE FOR ETAMPNEW MICROPHYSICS" # State variables for landuse_init, Must be declared state because the are read in and needed for restarts. Had been SAVE vars in # landuse_init (phys/module_physics_init.F) state integer landuse_isice - misc - - - state integer landuse_lucats - misc - - - state integer landuse_luseas - misc - - - state integer landuse_isn - misc - - - state real lu_state p misc - - - ################################################################# # state integer number_at_same_level - - - - - "number_at_same_level" "" "" # State for derived time quantities. state integer itimestep - - - - h "itimestep" "" "" state real xtime - - - - h "xtime" "minutes since simulation start" "" state real julian - - - - - "julian" "day of year" "" # output file descriptor for a domain # input file descriptor for lbcs on parent domain state integer lbc_fid - - - - - "lbc_fid" "" "" # indicates if tiling has been computed state logical tiled - - - - - "tiled" "" "" # indicates if patches have been computed state logical patched - - - - - "patched" "" "" # indicates whether to read input from file or generate #state logical input_from_file - - - - - "input_from_file" "" "" ###### # # Variables that are set at run-time to control configuration (namelist-settable) # #
# Time Control rconfig integer run_days namelist,time_control 1 0 irh "run_days" "NUMBER OF DAYS TO RUN" rconfig integer run_hours namelist,time_control 1 0 irh "run_hours" "NUMBER OF HOURS TO RUN" rconfig integer run_minutes namelist,time_control 1 0 irh "run_minutes" "NUMBER OF MINUTES TO RUN" rconfig integer run_seconds namelist,time_control 1 0 irh "run_seconds" "NUMBER OF SECONDS TO RUN" rconfig integer start_year namelist,time_control max_domains 1993 irh "start_year" "4 DIGIT YEAR OF START OF MODEL" "YEARS" rconfig integer start_month namelist,time_control max_domains 03 irh "start_month" "2 DIGIT MONTH OF THE YEAR OF START OF MODEL, 1-12" "MONTHS" rconfig integer start_day namelist,time_control max_domains 13 irh "start_day" "2 DIGIT DAY OF THE MONTH OF START OF MODEL, 1-31" "DAYS" rconfig integer start_hour namelist,time_control max_domains 12 irh "start_hour" "2 DIGIT HOUR OF THE DAY OF START OF MODEL, 0-23" "HOURS" rconfig integer start_minute namelist,time_control max_domains 00 irh "start_minute" "2 DIGIT MINUTE OF THE HOUR OF START OF MODEL, 0-59" "MINUTES" rconfig integer start_second namelist,time_control max_domains 00 irh "start_second" "2 DIGIT SECOND OF THE MINUTE OF START OF MODEL, 0-59" "SECONDS" rconfig integer end_year namelist,time_control max_domains 1993 irh "end_year" "4 DIGIT YEAR OF END OF MODEL" "YEARS" rconfig integer end_month namelist,time_control max_domains 03 irh "end_month" "2 DIGIT MONTH OF THE YEAR OF END OF MODEL, 1-12" "MONTHS" rconfig integer end_day namelist,time_control max_domains 14 irh "end_day" "2 DIGIT DAY OF THE MONTH OF END OF MODEL, 1-31" "DAYS" rconfig integer end_hour namelist,time_control max_domains 12 irh "end_hour" "2 DIGIT HOUR OF THE DAY OF END OF MODEL, 0-23" "HOURS" rconfig integer end_minute namelist,time_control max_domains 00 irh "end_minute" "2 DIGIT MINUTE OF THE HOUR OF END OF MODEL, 0-59" "MINUTES" rconfig integer end_second namelist,time_control max_domains 00 irh "end_second" "2 DIGIT SECOND OF THE MINUTE OF END OF MODEL, 0-59" "SECONDS" rconfig integer interval_seconds namelist,time_control 1 43200 irh "interval_seconds" "SECONDS BETWEEN ANALYSIS AND BOUNDARY PERIODS" "SECONDS" rconfig logical input_from_file namelist,time_control max_domains .false. irh "input_from_file" "T/F INPUT FOR THIS DOMAIN FROM A SEPARATE INPUT FILE" "" rconfig integer fine_input_stream namelist,time_control max_domains 0 irh "fine_input_stream" "0 THROUGH 5, WHAT INPUT STREAM IS FINE GRID IC FROM" "" include registry.io_boilerplate rconfig integer JULYR namelist,time_control max_domains 0 h "JULYR" "" "" rconfig integer JULDAY namelist,time_control max_domains 1 h "JULDAY" "" "" rconfig real GMT namelist,time_control max_domains 0. h "GMT" "" "" rconfig character input_inname namelist,time_control 1 "wrfinput_d" - "name of input infile" "" "" rconfig character input_outname namelist,time_control 1 "wrfinput_d" - "name of input outfile" "" "" rconfig character bdy_inname namelist,time_control 1 "wrfbdy_d" - "name of boundary infile" "" "" rconfig character bdy_outname namelist,time_control 1 "wrfbdy_d" - "name of boundary outfile" "" "" rconfig character rst_inname namelist,time_control 1 "wrfrst_d_" - "name of restrt infile" "" "" rconfig character rst_outname namelist,time_control 1 "wrfrst_d_" - "name of restrt outfile" "" "" rconfig logical write_input namelist,time_control 1 .false. - "write input data for 3dvar etc." "" "" rconfig logical write_restart_at_0h namelist,time_control 1 .false. h "write_restart_at_0h" "" "" rconfig logical adjust_output_times namelist,time_control 1 .false. - "adjust_output_times" rconfig logical adjust_input_times namelist,time_control 1 .false. - "adjust_input_times" rconfig real tstart namelist,time_control max_domains 0 rh "tstart" "forecast hour at the start of the NMM integration" rconfig logical nocolons namelist,time_control 1 .false. - "nocolons" # Domains rconfig integer time_step namelist,domains 1 - ih "time_step" rconfig integer time_step_fract_num namelist,domains 1 0 ih "time_step_fract_num" rconfig integer time_step_fract_den namelist,domains 1 1 ih "time_step_fract_den" rconfig integer max_dom namelist,domains 1 1 irh "max_dom" "" "" rconfig integer s_we namelist,domains max_domains 1 irh "s_we" "" "" rconfig integer e_we namelist,domains max_domains 32 irh "e_we" "" "" rconfig integer s_sn namelist,domains max_domains 1 irh "s_sn" "" "" rconfig integer e_sn namelist,domains max_domains 32 irh "e_sn" "" "" rconfig integer s_vert namelist,domains max_domains 1 irh "s_vert" "" "" rconfig integer e_vert namelist,domains max_domains 31 irh "e_vert" "" "" rconfig real dx namelist,domains max_domains 200 h "dx" "X HORIZONTAL RESOLUTION" "METERS" rconfig real dy namelist,domains max_domains 200 h "dy" "Y HORIZONTAL RESOLUTION" "METERS" rconfig integer grid_id namelist,domains max_domains 1 irh "id" "" "" rconfig integer parent_id namelist,domains max_domains 0 h "parent_id" "" "" rconfig integer i_parent_start namelist,domains max_domains 1 h "i_parent_start" "" "" rconfig integer j_parent_start namelist,domains max_domains 1 h "j_parent_start" "" "" rconfig integer parent_grid_ratio namelist,domains max_domains 1 h "parent_grid_ratio" "" "" rconfig integer parent_time_step_ratio namelist,domains max_domains 1 h "parent_time_step_ratio" "" "" rconfig integer feedback namelist,domains 1 0 h "feedback" "" "" rconfig integer smooth_option namelist,domains 1 2 h "smooth_option" "" "" rconfig real ztop namelist,domains max_domains 15000. h "ztop" "" "" rconfig integer moad_grid_ratio namelist,domains max_domains 1 h "moad_grid_ratio" "" "" rconfig integer moad_time_step_ratio namelist,domains max_domains 1 h "moad_time_step_ratio" "" "" rconfig integer shw namelist,domains max_domains 2 h "stencil_half_width" "HORIZONTAL INTERPOLATION STENCIL HALF-WIDTH" "GRID POINTS" rconfig integer tile_sz_x namelist,domains 1 0 - "tile_sz_x" "" "" rconfig integer tile_sz_y namelist,domains 1 0 - "tile_sz_y" "" "" rconfig integer numtiles namelist,domains 1 1 - "numtiles" "" "" rconfig integer nproc_x namelist,domains 1 -1 - "nproc_x" "-1 means not set" "" rconfig integer nproc_y namelist,domains 1 -1 - "nproc_y" "-1 means not set" "" rconfig integer irand namelist,domains 1 0 - "irand" "" "" rconfig real dt derived max_domains 2. h "dt" "TEMPORAL RESOLUTION" "SECONDS" rconfig integer num_moves namelist,domains 1 0 rconfig integer move_id namelist,domains max_moves 0 rconfig integer move_interval namelist,domains max_moves 999999999 rconfig integer move_cd_x namelist,domains max_moves 0 rconfig integer move_cd_y namelist,domains max_moves 0 rconfig logical swap_x namelist,domains max_domains .false. rh "swap_x" "" "" rconfig logical swap_y namelist,domains max_domains .false. rh "swap_y" "" "" rconfig logical cycle_x namelist,domains max_domains .false. rh "cycle_x" "" "" rconfig logical cycle_y namelist,domains max_domains .false. rh "cycle_y" "" "" rconfig logical reorder_mesh namelist,domains 1 .false. rh "reorder_mesh" "" "" rconfig logical perturb_input namelist,domains 1 .false. h "" "" "" # Physics rconfig integer mp_physics namelist,physics max_domains 0 rh "mp_physics" "" "" rconfig integer ra_lw_physics namelist,physics max_domains 0 rh "ra_lw_physics" "" "" rconfig integer ra_sw_physics namelist,physics max_domains 0 rh "ra_sw_physics" "" "" rconfig real radt namelist,physics max_domains 0 h "RADT" "" "" rconfig integer sf_sfclay_physics namelist,physics max_domains 0 rh "sf_sfclay_physics" "" "" rconfig integer sf_surface_physics namelist,physics max_domains 0 rh "sf_surface_physics" "" "" rconfig integer bl_pbl_physics namelist,physics max_domains 0 rh "bl_pbl_physics" "" "" rconfig real BLDT namelist,physics max_domains 0 h "BLDT" "" "" rconfig integer cu_physics namelist,physics max_domains 0 rh "cu_physics" "" "" rconfig real CUDT namelist,physics max_domains 0 h "CUDT" "" "" rconfig real GSMDT namelist,physics max_domains 0 h "GSMDT" "" "" rconfig integer ISFFLX namelist,physics 1 1 irh "ISFFLX" "" "" rconfig integer IFSNOW namelist,physics 1 0 irh "IFSNOW" "" "" rconfig integer ICLOUD namelist,physics 1 1 irh "ICLOUD" "" "" rconfig real swrad_scat namelist,physics 1 1 irh "SWRAD_SCAT" "SCATTERING FACTOR IN SWRAD" "" rconfig integer surface_input_source namelist,physics 1 1 irh "surface_input_source" "1=static (fractional), 2=time dependent (dominant), 3=hybrid (not yet implemented)" "" rconfig integer num_soil_layers namelist,physics 1 5 irh "num_soil_layers" "" "" rconfig integer maxiens namelist,physics 1 1 irh "maxiens" "" "" rconfig integer maxens namelist,physics 1 3 irh "maxens" "" "" rconfig integer maxens2 namelist,physics 1 3 irh "maxens2" "" "" rconfig integer maxens3 namelist,physics 1 16 irh "maxens3" "" "" rconfig integer ensdim namelist,physics 1 144 irh "ensdim" "" "" rconfig integer chem_opt namelist,physics max_domains 0 rh "chem_opt" "" "" rconfig integer num_land_cat namelist,physics 1 24 - "num_land_cat" "" "" rconfig integer num_soil_cat namelist,physics 1 16 - "num_soil_cat" "" "" rconfig integer mp_zero_out namelist,physics 1 0 - "mp_zero_out" "microphysics fields set to zero 0=no action taken, 1=all fields but Qv, 2=all fields including Qv" "flag" rconfig real mp_zero_out_thresh namelist,physics 1 1.e-8 - "mp_zero_out_thresh" "minimum threshold for non-Qv moist fields, below are set to zero" "kg/kg" rconfig real seaice_threshold namelist,physics 1 271 h "seaice_threshold" "tsk below which which water points are set to sea ice for slab scheme" "K" rconfig integer sst_update namelist,physics 1 0 h "sst_update" "update sst from wrflowinp file 0=no, 1=yes" "" rconfig integer ucmcall namelist,physics 1 0 h "ucmcall" "activate urban model 0=no, 1=yes" "" # nmm variables rconfig integer idtad namelist,physics max_domains 2 irh "idtad" "fundamental timesteps between calls to NMM passive advection scheme" rconfig integer nsoil namelist,physics max_domains 4 irh "nsoil" "number of soil layers" rconfig integer nphs namelist,physics max_domains 10 irh "nphs" "fundamental timesteps between calls to NMM turbulence" rconfig integer ncnvc namelist,physics max_domains 10 irh "ncnvc" "fundamental timesteps between calls to NMM convection" rconfig integer nrads namelist,physics max_domains 200 irh "nrads" "fundamental timesteps between calls to NMM shortwave radiation" rconfig integer nradl namelist,physics max_domains 200 irh "nradl" "fundamental timesteps between calls to NMM longwave radiation" rconfig real tprec namelist,physics max_domains 3. rh "tprec" "number of hours in bucket for total precipitation" rconfig real theat namelist,physics max_domains 6. rh "theat" "number of hours in bucket for gridscale and convective heating rates" rconfig real tclod namelist,physics max_domains 6. rh "tclod" "number of hours in bucket for cloud amounts" rconfig real trdsw namelist,physics max_domains 6. rh "trdsw" "number of hours in bucket for short wave fluxes" rconfig real trdlw namelist,physics max_domains 6. rh "trdlw" "number of hours in bucket for long wave fluxes" rconfig real tsrfc namelist,physics max_domains 6. rh "tsrfc" "number of hours in bucket for evaporation / sfc fluxes" rconfig logical pcpflg namelist,physics max_domains .false. rh "pcpflg" "logical switch that turns on/off the precipitation assimilation" rconfig integer sigma namelist,physics max_domains 1 irh "sigma" "logical switch for NMM vertical coordinate (sigma or hybrid)" rconfig integer co2tf namelist,physics 1 0 - "co2tf" "GFDL radiation co2 flag" rconfig integer ra_call_offset namelist,physics 1 -1 - "ra_call_offset" "radiation call offset in timesteps (-1=old, 0=new offset)" "" rconfig real cam_abs_freq_s namelist,physics 1 21600. - "cam_abs_freq_s" "CAM radiation frequency for clear-sky longwave calculations" "s" rconfig integer levsiz namelist,physics 1 1 - "levsiz" "Number of ozone data levels for CAM radiation (59)" "" rconfig integer paerlev namelist,physics 1 1 - "paerlev" "Number of aerosol data levels for CAM radiation (29)" "" rconfig integer cam_abs_dim1 namelist,physics 1 1 - "cam_abs_dim1" "dimension for absnxt in CAM radiation" "" rconfig integer cam_abs_dim2 namelist,physics 1 1 - "cam_abs_dim2" "dimension for abstot in CAM radiation" "" rconfig logical cu_rad_feedback namelist.physics max_domains .false. - "feedback cumulus to radiation" # Dynamics # dynamics option (see package definitions, below) rconfig integer dyn_opt namelist,dynamics 1 1 irh "dyn_opt" "" "" rconfig integer rk_ord namelist,dynamics 1 3 irh "rk_order" "" "" rconfig integer w_damping namelist,dynamics 1 0 irh "w_damping" "" "" # diff_opt 1=old diffusion, 2=new rconfig integer diff_opt namelist,dynamics 1 1 irh "diff_opt" "" "" # km_opt 1=old coefs, 2=tke, 3=Smagorinksy rconfig integer km_opt namelist,dynamics 1 1 irh "km_opt" "" "" rconfig integer damp_opt namelist,dynamics 1 1 irh "damp_opt" "" "" rconfig real zdamp namelist,dynamics max_domains 5000. h "zdamp" "" "" rconfig real base_pres namelist,dynamics 1 100000. h "base_pres" "Base state pressure - do not change (10^5 Pa), real only" "Pa" rconfig real base_temp namelist,dynamics 1 290. h "base_temp" "Base state sea level temperature, real only" "K" rconfig real base_lapse namelist,dynamics 1 50. h "base_lapse" "Base state temperature difference between base pres and 1/e of atm depth - do not change, real only" "K" rconfig real dampcoef namelist,dynamics max_domains 0.2 h "dampcoef" "" "" rconfig real khdif namelist,dynamics max_domains 0 h "khdif" "" "" rconfig real kvdif namelist,dynamics max_domains 0 h "kvdif" "" "" rconfig real smdiv namelist,dynamics max_domains 0. h "smdiv" "" "" rconfig real emdiv namelist,dynamics max_domains 0. h "emdiv" "" "" rconfig real epssm namelist,dynamics max_domains .1 h "epssm" "" "" rconfig logical non_hydrostatic namelist,dynamics max_domains .true. irh "non_hydrostatic" "" "" rconfig integer time_step_sound namelist,dynamics max_domains 10 h "time_step_sound" "" "" rconfig integer h_mom_adv_order namelist,dynamics max_domains 3 rh "h_mom_adv_order" "" "" rconfig integer v_mom_adv_order namelist,dynamics max_domains 3 rh "v_mom_adv_order" "" "" rconfig integer h_sca_adv_order namelist,dynamics max_domains 3 rh "h_sca_adv_order" "" "" rconfig integer v_sca_adv_order namelist,dynamics max_domains 3 rh "v_sca_adv_order" "" "" rconfig logical top_radiation namelist,dynamics max_domains .false. rh "top_radiation" "" "" rconfig real mix_cr_len namelist,dynamics max_domains 200. h "mix_cr_len" "" "" rconfig real tke_upper_bound namelist,dynamics max_domains 1000. h "tke_upper_bound" "" "" rconfig real kh_tke_upper_bound namelist,dynamics max_domains 1000. h "kh_tke_upper_bound" "" "" rconfig real kv_tke_upper_bound namelist,dynamics max_domains 100. h "kv_tke_upper_bound" "" "" rconfig real tke_drag_coefficient namelist,dynamics max_domains 0. h "tke_drag_coefficient" "" "" rconfig real tke_heat_flux namelist,dynamics max_domains 0. h "tke_heat_flux" "" "" rconfig logical pert_coriolis namelist,dynamics max_domains .false. irh "pert_coriolis" "" "" # Bdy_control rconfig integer spec_bdy_width namelist,bdy_control 1 5 irh "spec_bdy_width" "" "" rconfig integer spec_zone namelist,bdy_control 1 1 irh "spec_zone" "" "" rconfig integer relax_zone namelist,bdy_control 1 4 irh "relax_zone" "" "" rconfig logical specified namelist,bdy_control max_domains .false. rh "specified" "" "" rconfig logical periodic_x namelist,bdy_control max_domains .false. rh "periodic_x" "" "" rconfig logical symmetric_xs namelist,bdy_control max_domains .false. rh "symmetric_xs" "" "" rconfig logical symmetric_xe namelist,bdy_control max_domains .false. rh "symmetric_xe" "" "" rconfig logical open_xs namelist,bdy_control max_domains .false. rh "open_xs" "" "" rconfig logical open_xe namelist,bdy_control max_domains .false. rh "open_xe" "" "" rconfig logical periodic_y namelist,bdy_control max_domains .false. rh "periodic_y" "" "" rconfig logical symmetric_ys namelist,bdy_control max_domains .false. rh "symmetric_ys" "" "" rconfig logical symmetric_ye namelist,bdy_control max_domains .false. rh "symmetric_ye" "" "" rconfig logical open_ys namelist,bdy_control max_domains .false. rh "open_ys" "" "" rconfig logical open_ye namelist,bdy_control max_domains .false. rh "open_ye" "" "" rconfig logical nested namelist,bdy_control max_domains .false. rh "nested" "" "" rconfig integer real_data_init_type namelist,bdy_control 1 1 irh "real_data_init_type" "REAL DATA INITIALIZATION OPTIONS: 1=SI, 2=MM5, 3=GENERIC" "PRE-PROCESSOR TYPES" rconfig integer background_proc_id namelist,grib2 1 255 rh "background_proc_id" "Background processing id for grib2" "" rconfig integer forecast_proc_id namelist,grib2 1 255 rh "forecast_proc_id" "Analysis and forecast processing id for grib2" "" rconfig integer production_status namelist,grib2 1 255 rh "production_status" "Background processing id for grib2" "" rconfig integer compression namelist,grib2 1 40 rh "compression" "grib2 compression, 40 for JPEG2000 or 41 for PNG" "" # NAMELIST DERIVED rconfig real cen_lat derived max_domains 0 - "cen_lat" "center latitude" "degrees, negative is south" rconfig real cen_lon derived max_domains 0 - "cen_lon" "central longitude" "degrees, negative is west" rconfig real truelat1 derived max_domains 0 - "true_lat1" "first standard parallel" "degrees, negative is south" rconfig real truelat2 derived max_domains 0 - "true_lat2" "second standard parallel" "degrees, negative is south" rconfig real moad_cen_lat derived max_domains 0 - "moad_cen_lat" "center latitude of the most coarse grid" "degrees, negative is south" rconfig real stand_lon derived max_domains 0 - "stand_lon" "standard longitude, parallel to j-direction, perpendicular to i-direction " "degrees, negative is west" rconfig real bdyfrq derived max_domains 0 - "bdyfrq" "lateral boundary input frequency" "seconds" rconfig integer iswater derived max_domains 0 - "iswater" "land use index of water" "index category" rconfig integer isice derived max_domains 0 - "isice" "land use index of ice" "index category" rconfig integer isurban derived max_domains 0 - "isurban" "land use index for 'urban and built-up" "index category" rconfig integer isoilwater derived max_domains 0 - "isoilwater" "land use index of water for soil" "index category" rconfig integer map_proj derived max_domains 0 - "map_proj" "domain map projection" "0=none, 1=Lambert, 2=polar, 3=Mercator" rconfig integer simulation_start_year derived 1 0 h "simulation_start_year" "start of simulation through restarts" "4-digit year" rconfig integer simulation_start_month derived 1 0 h "simulation_start_month" "start of simulation through restarts" "2-digit month" rconfig integer simulation_start_day derived 1 0 h "simulation_start_day" "start of simulation through restarts" "2-digit day" rconfig integer simulation_start_hour derived 1 0 h "simulation_start_hour" "start of simulation through restarts" "2-digit hour" rconfig integer simulation_start_minute derived 1 0 h "simulation_start_minute" "start of simulation through restarts" "2-digit minute" rconfig integer simulation_start_second derived 1 0 h "simulation_start_second" "start of simulation through restarts" "2-digit second" # # Single dummy declaration to define a nodyn dyn option state integer nodyn_dummy - dyn_nodyn - - - "" "" "" #key package associated package associated 4d scalars # name namelist choice state vars package dyn_nodyn dyn_opt==0 - - package dyn_nmm dyn_opt==4 - - #### 9. Edit the Registry file to set up '5' as the value of the **** namelist variable dyn_opt that means to select our exp dyncore. package dyn_exp dyn_opt==5 - - #package passivec1 chem_opt==0 - package passiveqv mp_physics==0 - moist:qv package kesslerscheme mp_physics==1 - moist:qv,qc,qr package linscheme mp_physics==2 - moist:qv,qc,qr,qi,qs,qg package wsm3scheme mp_physics==3 - moist:qv,qc,qr package wsm5scheme mp_physics==4 - moist:qv,qc,qr,qi,qs package etampnew mp_physics==5 - moist:qv,qc,qr,qs package wsm6scheme mp_physics==6 - moist:qv,qc,qr,qi,qs,qg package ncepcloud3 mp_physics==98 - moist:qv,qc,qr package ncepcloud5 mp_physics==99 - moist:qv,qc,qr,qi,qs package thompson mp_physics==8 - moist:qv,qc,qr,qi,qs,qg;scalar:qni package rrtmscheme ra_lw_physics==1 - - package camlwscheme ra_lw_physics==3 - - package gfdllwscheme ra_lw_physics==99 - - package swradscheme ra_sw_physics==1 - - package gsfcswscheme ra_sw_physics==2 - - package camswscheme ra_sw_physics==3 - - package gfdlswscheme ra_sw_physics==99 - - package sfclayscheme sf_sfclay_physics==1 - - package myjsfcscheme sf_sfclay_physics==2 - - package gfssfcscheme sf_sfclay_physics==3 - - package slabscheme sf_surface_physics==1 - - package lsmscheme sf_surface_physics==2 - - package ruclsmscheme sf_surface_physics==3 - - package nmmlsmscheme sf_surface_physics==99 - - package ysuscheme bl_pbl_physics==1 - - package myjpblscheme bl_pbl_physics==2 - - package gfsscheme bl_pbl_physics==3 - - package mrfscheme bl_pbl_physics==99 - - package kfetascheme cu_physics==1 - - package bmjscheme cu_physics==2 - - package gdscheme cu_physics==3 - - package sasscheme cu_physics==4 - - package kfscheme cu_physics==99 - - # only need to specify these once; not for every io_form* variable package io_intio io_form_restart==1 - - package io_netcdf io_form_restart==2 - - package io_hdf io_form_restart==3 - - package io_phdf5 io_form_restart==4 - - package io_grib1 io_form_restart==5 - - package io_mcel io_form_restart==6 - - package io_esmf io_form_restart==7 - - # Placeholders for additional packages (we can go beyond zzz # but that will entail modifying frame/module_io.F and frame/md_calls.m4) # Please note these are placeholders; HDF has not been implemented yet. package io_yyy io_form_restart==8 - - package io_zzz io_form_restart==9 - - package io_grib2 io_form_restart==10 - - package io_pnetcdf io_form_restart==11 - - ## communications ### 8. Edit the Registry file and create a halo-exchange for x_1. # NMM communications #halo HALO_NMM_INIT_1 dyn_nmm 120:LMH,LMV,HBM2 halo HALO_NMM_INIT_1 dyn_nmm 120:HBM2 halo HALO_NMM_INIT_2 dyn_nmm 120:HBM3,VBM2,VBM3 halo HALO_NMM_INIT_3 dyn_nmm 120:SM,SICE,HTM halo HALO_NMM_INIT_4 dyn_nmm 120:VTM,DX_NMM,WPDAR halo HALO_NMM_INIT_5 dyn_nmm 120:CPGFU,CURV,FCP halo HALO_NMM_INIT_6 dyn_nmm 120:FDIV,FAD,F halo HALO_NMM_INIT_7 dyn_nmm 120:DDMPU,DDMPV,GLAT halo HALO_NMM_INIT_8 dyn_nmm 120:GLON,EPSR,TG halo HALO_NMM_INIT_9 dyn_nmm 120:GFFC,SST,ALBASE #halo HALO_NMM_INIT_10 dyn_nmm 120:HDAC,HDACV,IVGTYP halo HALO_NMM_INIT_10 dyn_nmm 120:HDAC,HDACV #halo HALO_NMM_INIT_11 dyn_nmm 120:ISLTYP,ISLOPE,VEGFRC halo HALO_NMM_INIT_11 dyn_nmm 120:VEGFRC halo HALO_NMM_INIT_12 dyn_nmm 120:DIV,OMGALF,PD,RES halo HALO_NMM_INIT_13 dyn_nmm 120:FIS,T,U halo HALO_NMM_INIT_14 dyn_nmm 120:V,Q,Q2 halo HALO_NMM_INIT_15 dyn_nmm 120:CWM,TRAIN,TCUCN halo HALO_NMM_INIT_15B dyn_nmm 120:moist,scalar halo HALO_NMM_INIT_16 dyn_nmm 120:RSWIN,RSWOUT,TG halo HALO_NMM_INIT_17 dyn_nmm 120:Z0,AKMS,CZEN halo HALO_NMM_INIT_18 dyn_nmm 120:AKHS,THS,QSH halo HALO_NMM_INIT_19 dyn_nmm 120:TWBS,QWBS,HBOT halo HALO_NMM_INIT_20 dyn_nmm 120:CFRACL,THZ0,QZ0 halo HALO_NMM_INIT_21 dyn_nmm 120:UZ0,VZ0,USTAR halo HALO_NMM_INIT_22 dyn_nmm 120:HTOP,CFRACM,SNO halo HALO_NMM_INIT_23 dyn_nmm 120:SI,CLDEFI,RF halo HALO_NMM_INIT_24 dyn_nmm 120:CUPPT,CFRACH,SOILTB halo HALO_NMM_INIT_25 dyn_nmm 120:SFCEXC,SMSTAV,SMSTOT halo HALO_NMM_INIT_26 dyn_nmm 120:GRNFLX,PCTSNO,RLWIN halo HALO_NMM_INIT_27 dyn_nmm 120:RADOT,CZMEAN,SIGT4 halo HALO_NMM_INIT_28 dyn_nmm 120:SR halo HALO_NMM_INIT_29 dyn_nmm 120:PREC,ACPREC,ACCLIQ halo HALO_NMM_INIT_30 dyn_nmm 120:ACFRST,ACSNOW halo HALO_NMM_INIT_31 dyn_nmm 120:ACSNOM,SSROFF,BGROFF halo HALO_NMM_INIT_32 dyn_nmm 120:SFCSHX,SFCLHX,SUBSHX halo HALO_NMM_INIT_33 dyn_nmm 120:SNOPCX,SFCUVX,SFCEVP halo HALO_NMM_INIT_34 dyn_nmm 120:POTEVP,ASWIN,ASWOUT halo HALO_NMM_INIT_35 dyn_nmm 120:ASWTOA,ALWIN,ALWOUT halo HALO_NMM_INIT_36 dyn_nmm 120:ALWTOA,SMC,CMC halo HALO_NMM_INIT_37 dyn_nmm 120:STC,SH2O,ALBEDO halo HALO_NMM_INIT_38 dyn_nmm 120:PINT,Z,DWDT halo HALO_NMM_INIT_39 dyn_nmm 120:TOLD,UOLD,VOLD halo HALO_NMM_A dyn_nmm 24:pd,t,u,v,q,cwm,dwdt,div;24:pint halo HALO_NMM_A_3 dyn_nmm 24:moist,scalar halo HALO_NMM_B dyn_nmm 24:div halo HALO_NMM_C dyn_nmm 8:u,v halo HALO_NMM_D dyn_nmm 24:pd halo HALO_NMM_E dyn_nmm 24:petdt halo HALO_NMM_F dyn_nmm 24:t,u,v halo HALO_NMM_F1 dyn_nmm 80:pdslo halo HALO_NMM_G dyn_nmm 24:u,v;24:z halo HALO_NMM_H dyn_nmm 24:w,lmh halo HALO_NMM_I dyn_nmm 48:q,q2,cwm halo HALO_NMM_I_3 dyn_nmm 48:moist,scalar halo HALO_NMM_J dyn_nmm 8:pd,uz0,vz0,t,q,cwm halo HALO_NMM_J_3 dyn_nmm 8:moist,scalar halo HALO_NMM_K dyn_nmm 8:q2;24:t,u,v,q,w,z halo HALO_NMM_L dyn_nmm 8:pd,t,q,cwm,q2 halo HALO_NMM_L_3 dyn_nmm 8:moist,scalar halo HALO_NMM_TURBL_A dyn_nmm 8:uz0h,vz0h,hbm2 halo HALO_NMM_TURBL_B dyn_nmm 8:dudt,dvdt # following halos added for nesting purpose (gopal's doing): halo HALO_NMM_ZZ dyn_nmm 8:pdnest_b,unest_b,vnest_b,tnest_b,qnest_b,cwmnest_b,q2nest_b,pdnest_bt,unest_bt,vnest_bt,tnest_bt,qnest_bt,cwmnest_bt,q2nest_bt halo HALO_NMM_TRACK dyn_nmm 120:sm,pdyn,mslp,sqws halo HALO_NMM_INTERP_DOWN1 dyn_nmm 120:sm,fis,t,u,v,q,q2,z3d,q3d,t3d,pd,albase,nmm_tsk,mxsnal,tg,islope,cmc,soiltb,vegfrc,sh2o,smc,stc,toposoil,xice,ivgtyp,isltyp,vegfra,sst,weasd,snowh,hlat,hlon,z0,landmask,cwm,ustar,ths,qsh,cldefi,pshltr,dwdt,acprec,thz0,qz0,uz0,vz0,htop,hbot,cuppt,rlwtt,rswtt,t_adj,f_ice,f_rain,f_rimef halo HALO_NMM_FORCE_DOWN1 dyn_nmm 120:t,u,v,q,q2,cwm,z3d,q3d,t3d #,qv,qc,qr,qi,qs,qg halo HALO_NMM_WEIGHTS dyn_nmm 48:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4