Original WRF subgrid support version from John Michalakes without fire
[wrffire.git] / wrfv2_fire / Registry / Registry.EM
blob91d19429e939279fa4204a9a7f836f0201225053
1 # Registry file, EM
2 #                                               
3 # At the present time this file is managed manually and edited by hand.                                         
4 #                                               
5 ################################################################################
6 # Dimension specifications
8 # This section of the Registry file is used to specify the dimensions
9 # that will be used to define arrays. Dim is the one-letter name of the
10 # dimension.  How defined can either be "standard_domain", which means
11 # that the dimension (1) is one of the three spatial dimensions and (2)
12 # it will be set using the standard namelist mechanism and domain data
13 # structure dimension fields (e.g. sd31,ed31,sd32...).
15 # Order refers to which of the three sets of just-mentioned internal
16 # dimension variables the dimension is referred to by in the driver.
17 # That is, is it the first, second, or third dimension.  The registry
18 # infers the mapping of its internal dimensions according to the
19 # combination of Order and Coord-axis that are specified in this table.
20 # Note that it is all right to more than one dimension name for, say, the
21 # x dimension.  However, the Order and Coord-axis relationship must be
22 # consistent throughout.
23
24 # Note: these entries do not enforce storage order on a particular field.
25 # That is determined by the dimension strings for each field. But it does
26 # relate the dimspec to the internal data structures that the driver uses
27 # to maintain the three physical domain dimensions.
28
29 # "How defined" can also specify the name of a namelist variable from which
30 # the definition for the dimension will come; this is specified as
31 # "namelist=<variable name>".  The namelist variable must have been
32 # defined as an integer and with only one entry in the rconfig table. Or
33 # a constant can be specified.  The coordinate axis for the dimension is
34 # either X, Y, Z, or C (for "not a spatial dimension").  The Dimname is
35 # the descriptive name of the dimension that will be included in the
36 # metadata in data sets.  Note that the b, f, and t modifiers that appear
37 # as the last characters of dimension strings used # in state and # i1
38 # registry definitions are not dimensions and do not need to be declared
39 # here.
42 # Available characters for dimspec: 0123456789@%+=|?.!&[{}]
44 #<Table>  <Dim>  <Order> <How defined>         <Coord-axis>  <Dimname in Datasets>
45 dimspec    i      1     standard_domain              x          west_east
46 dimspec    j      3     standard_domain              y          south_north
47 dimspec    k      2     standard_domain              z          bottom_top
48 dimspec    l      2     namelist=num_soil_layers     z          soil_layers
49 dimspec    u      2     namelist=num_land_cat        z          land_cat
50 dimspec    s      2     namelist=num_soil_cat        z          soil_cat
51 dimspec    p      -     constant=7501                c          microphysics_rstrt_state
52 dimspec    w      -     namelist=spec_bdy_width      c          spec_bdy_width
53 dimspec    e      3     namelist=ensdim              z          ensemble dimension
54 dimspec    z      -     namelist=max_obs          c          max_obs
55 dimspec    h      -     namelist=nobs_err_flds    c          nobs_err_flds
56 dimspec    r      -     namelist=nobs_ndg_vars    c          nobs_ndg_vars
57 dimspec    g      2     namelist=num_metgrid_levels  z          num_metgrid_levels
58 dimspec    m      2     constant=12                  z          months_per_year
59 dimspec    a      -     namelist=cam_abs_dim1     c          cam_abs_dim1
60 dimspec    c      -     namelist=cam_abs_dim2     z          cam_abs_dim2
61 dimspec    q      2     namelist=levsiz           z          levsiz
62 dimspec    d      2     namelist=paerlev          z          paerlev
63 dimspec    v      -     constant=1                z          one
66 ################################################################################
67 ################################################################################
68 ################################################################################
70 #state    real   floob       ikjb     dyn_em      1         -    
71 #state    real   floob_x     ikjx     dyn_em      1         -     
72 #state    real   floob_y     ikjy     dyn_em      1         - 
73 #xpose FLOOB dyn_em floob,floob_x,floob_y
75 #state real xxx ijk misc 2 - h6ud
76 #halo  HALO_FLOOB dyn_em  4:xxx_2
78 # Lines that start with the word 'state' form a table that is                                           
79 # used by the script use_registry to generate module_state_descript.F                                           
80 # and other files.  Also see documentation in use_registry.                                             
81 #                                               
82 # table entries are of the form                                         
83 #<Table> <Type> <Sym>         <Dims>   <Use>   <NumTLev> <Stagger> <IO>     <DNAME>             <DESCRIP>     <UNITS>   
86 # It is required that LU_INDEX appears before any variable that is
87 # interpolated with a mask, as lu_index supplies that mask.
88 # this next 1 is for the HFSoLE/PET demo; writing these to auxhist1 output over MCEL for coupling
89 # with wave model, only if compiled with -DMCELIO, JM 2003/05/29
90 state    real  LU_INDEX         ij      misc        1         -     irh01d=(interp_fcnm)u=(copy_fcnm)   "LU_INDEX"              "LAND USE CATEGORY"         ""
91 state    real  LU_MASK          ij      misc        1         -     i3h1     "LU_MASK"              "0 land 1 water"         ""
94 # Variables from WPS
96 state    real   u_gc           igj      dyn_em      1        XZ    i1  "UU"     "x-wind component"    "m s-1"
97 state    real   v_gc           igj      dyn_em      1        YZ    i1  "VV"     "y-wind component"    "m s-1"
98 state    real   t_gc           igj      dyn_em      1        Z     i1  "TT"     "temperature"         "K"
99 state    real   rh_gc          igj      dyn_em      1        Z     i1  "RH"    "relative humidity"   "%"
100 state    real   ght_gc         igj      dyn_em      1        Z     i1  "GHT"   "geopotential height" "m"
101 state    real   p_gc           igj      dyn_em      1        Z     i1  "PRES"   "pressure"            "Pa"
102 state    real   xlat_gc        ij       dyn_em      1        -     i1  "XLAT_M" "latitude, positive north" "degrees"
103 state    real   xlong_gc       ij       dyn_em      1        -     i1  "XLONG_M" "longitude, positive east" "degrees"
104 state    real   ht_gc          ij       dyn_em      1        -     i1  "HGT_M" "topography elevation" "m"
105 state    real   tsk_gc         ij       dyn_em      1        -     i1  "SKINTEMP"  "skin temperature"  "K"
106 state    real   tavgsfc        ij       dyn_em      1        -     i1  "TAVGSFC"  "daily mean of surface air temperature"  "K"
107 state    real   tmn_gc         ij       dyn_em      1        -     i1  "SOILTEMP"  "annual mean deep soil temperature"  "K"
108 state    real   pslv_gc        ij       dyn_em      1        -     i1  "PMSL"  "sea level pressure"  "Pa"
109 state    real   greenfrac      imj      dyn_em      1        Z     i1  "GREENFRAC" "monthly greenness fraction" "0 - 1 fraction"
110 state    real   albedo12m      imj      dyn_em      1        Z     i1  "ALBEDO12M" "background albedo" "0 - 1 fraction"
111 state    real   pd_gc          igj      dyn_em      1        Z     -   "PD"    "dry pressure"        "Pa"
112 state    real   psfc_gc        ij       dyn_em      1        -      -  "PSFC_GC"     "surface pressure"            "Pa"
113 state    real   intq_gc        ij       dyn_em      1        -     -   "INTQ"  "integrated mixing ratio" "Pa"
114 state    real   pdhs           ij       dyn_em      1        -     -   "PDHS"  "hydrostatic dry surface pressure" "Pa"
115 state    real   qv_gc          igj      dyn_em      1        Z     i1  "QV"     "mixing ratio"        "kg kg-1"
116 #state    real   qr_gc          igj      dyn_em      1        Z     i1  "QR"    "rain water mixing ratio"   "kg kg-1"
117 #state    real   qc_gc          igj      dyn_em      1        Z     i1  "QC"    "cloud water mixing ratio"   "kg kg-1"
118 #state    real   qs_gc          igj      dyn_em      1        Z     i1  "QS"    "snow mixing ratio"   "kg kg-1"
119 #state    real   qi_gc          igj      dyn_em      1        Z     i1  "QI"    "cloud ice mixing ratio"   "kg kg-1"
120 #state    real   qg_gc          igj      dyn_em      1        Z     i1  "QG"    "graupel mixing ratio"   "kg kg-1"
122 #-----------------------------------------------------------------------------------------------------------------------------------------------------------------
123 #                                               
124 # Variables for Eulerian mass coordinate dynamics                                            
125 #                                               
128 # Velocities
130 # U Vel
131 state    real   u              ikjb     dyn_em      2         X     \
132      i01rhusdf=(bdy_interp:dt)       "U"                      "x-wind component"   "m s-1"
133 state    real   ru             ikj     dyn_em      1         X      -        "MU_U"        "mu-coupled u"   "Pa m s-1"
134 state    real   ru_m           ikj     dyn_em      1         X      -        "ru_m"        ""   ""
135 state    real   ru_tend        ikj     dyn_em      1         X      -        "ru_tend"        ""   ""                                   
136 i1       real   ru_tendf       ikj     dyn_em      1         X                                          
137 state    real   u_save         ikj     dyn_em      1         X      -        "u_save"
138 #                                               
139 # V Vel
140 state    real   v              ikjb     dyn_em      2         Y     \
141      i01rhusdf=(bdy_interp:dt)        "V"                     "y-wind component"   "m s-1"
142 state    real   rv             ikj     dyn_em      1         Y      -        "MU_V"        "mu-coupled v"   "Pa m s-1"
143 state    real   rv_m           ikj     dyn_em      1         Y      -        "rv_m"
144 state    real   rv_tend        ikj     dyn_em      1         Y      -        "rv_tend"
145 i1       real   rv_tendf       ikj     dyn_em      1         Y                                          
146 state    real   v_save         ikj     dyn_em      1         Y      -        "v_save"                   
147 #                                               
148 # Vertical Vel                                          
149 state    real   w              ikjb     dyn_em      2         Z     \
150         irhusdf=(bdy_interp:dt)  "w"                          "z-wind component"   "m s-1"
151 state    real   ww             ikj     dyn_em      1         Z      r         "ww"   "mu-coupled eta-dot"    "Pa s-1"
152 state    real   rw             ikj     dyn_em      1         Z      -         "rw"   "mu-coupled w"          "Pa m s-1"
153 i1       real   ww1            ikj     dyn_em      1         Z                                          
154 state    real   ww_m           ikj     dyn_em      1         Z      r         "ww_m"   "time-avg mu-coupled eta-dot"    "Pa s-1"
155 i1       real   wwp            ikj     dyn_em      1         Z                                          
156 i1       real   rw_tend        ikj     dyn_em      1         Z                                          
157 i1       real   rw_tendf       ikj     dyn_em      1         Z                                          
158 i1       real   w_save         ikj     dyn_em      1         Z                                          
160 # Geopotential
161 state    real   ph             ikjb     dyn_em      2         Z     \
162        irhusdf=(bdy_interp:dt)   "ph"   "perturbation geopotential"  "m2 s-2"
163 state    real   phb            ikj     dyn_em      1         Z     irhdus "phb"  "base-state geopotential"  "m2 s-2"
164 state    real   phb_fine       ikj     dyn_em      1         Z      -     "phb_fine"  "for nesting, temp holding interpolated coarse grid phb"  "m2 s-2"
165 state    real   ph0            ikj     dyn_em      1         Z      r     "ph0"  "initial geopotential"     "m2 s-2"
166 state    real   php            ikj     dyn_em      1         Z      r     "php"  "geopotential"             "m2 s-2"
167 i1       real   ph_tend        ikj     dyn_em      1         Z 
168 i1       real   ph_tendf       ikj     dyn_em      1         Z 
169 i1       real   ph_save        ikj     dyn_em      1         Z 
171 # Potential Temperature
172 state    real   t              ikjb     dyn_em      2         -     \
173        i01rhusdf=(bdy_interp:dt)   "t"      "perturbation potential temperature (theta-t0)" "K"
175 state    real   t_init         ikj     dyn_em      1         -      ir       "t_init" "initial potential temperature" "K"
176 i1       real   t_tend         ikj     dyn_em      1         -  
177 i1       real   t_tendf        ikj     dyn_em      1         -  
178 state    real   tp             ikj     dyn_em      2         -  
179 i1       real   t_2save        ikj     dyn_em      1         -   
180 state    real   t_save         ikj     dyn_em      1         -               "t_save"
181 #                                               
184 # Mass
185 state    real   mu              ijb     dyn_em      2         -     \
186      irhusdf=(bdy_interp:dt)   "mu"  "perturbation dry air mass in column" "Pa"
187 state    real   mub             ij     dyn_em      1         -     irhdus       "mub" "base state dry air mass in column" "Pa"
188 state    real   mub_fine        ij     dyn_em      1         -      -           "mub_fine" "nest temp, holds interpolated coarse grid mub" "Pa"
189 state    real   mu0             ij     dyn_em      1         -     i01rdu       "mu0" "initial dry mass in column" "Pa"
190 state    real   mudf            ij     dyn_em      1         -      -           "mudf" "" ""
191 state    real   muu             ij     dyn_em      1          -                 "muu"
192 i1       real   muus            ij     dyn_em      1          -     
193 state    real   muv             ij     dyn_em      1          -                 "muv"
194 i1       real   muvs            ij     dyn_em      1          -     
195 state    real   mut             ij     dyn_em      1          -                 "mut"
196 state    real   muts            ij     dyn_em      1          -                 "muts"
197 i1       real   muave           ij     dyn_em      1          -     
198 i1       real   mu_save         ij     dyn_em      1          -     
199 i1       real   mu_tend         ij     dyn_em      1          -     
200 i1       real   mu_tendf        ij     dyn_em      1          -     
202 #diagnostic for looking at nest position in output. A mungy version of terrain height.
203 state    real   nest_pos        ij     misc        1   -   rhu=(mark_domain)  "NEST_POS"
204 state    real   nest_mask       ij     misc        1   -   ru=(mark_domain)   "NEST_MASK"     "LOCATION OF NEST IF ANY"
205 state    real   ht_coarse       ij     misc        1   -     r                -              "STORAGE FOR LOW-RES TERRAIN"
208 # TKE
209 state    real   tke            ikj     dyn_em      2         -       r        "tke"          "TURBULENCE KINETIC ENERGY"     "m2 s-2"
210 i1       real   tke_tend       ikj     dyn_em      1         -      
212 # Pressure and Density
213 state    real   p              ikj     dyn_em      1         -      rh        "p"           "perturbation pressure"         "Pa"
214 state    real   al             ikj     dyn_em      1         -      r         "al"          "inverse perturbation density"  "m3 kg-1"
215 state    real   alt            ikj     dyn_em      1         -      r         "alt"         "inverse density"               "m3 kg-1"
216 state    real   alb            ikj     dyn_em      1         -      rdus      "alb"         "inverse base density"          "m3 kg-1"
217 state    real   zx             ikj     dyn_em      1         X      -         " "  " "  " "    
218 state    real   zy             ikj     dyn_em      1         Y      -         " "  " "  " "   
219 state    real   rdz            ikj     dyn_em      1         Z      -         " "  " "  " "   
220 state    real   rdzw           ikj     dyn_em      1         Z       -        " "  " "  " "   
221 state    real   pb             ikj     dyn_em      1         -      rhdus     "pb"          "BASE STATE PRESSURE "          "Pa"
223 #                                               
224 # Other dyn                                             
225 #                                               
226 i1       real   advect_tend    ikj     dyn_em      1         -                                          
227 i1       real   alpha          ikj     dyn_em      1         -                                                  
228 i1       real   a              ikj     dyn_em      1         -                                                  
229 i1       real   gamma          ikj     dyn_em      1         -                                                  
230 i1       real   c2a            ikj     dyn_em      1         -     -
231 i1       real   rho            ikj     dyn_em      1         -     -
232 i1       real   phm            ikj     dyn_em      1         -     -
233 i1       real   cqu            ikj     dyn_em      1         -     -
234 i1       real   cqv            ikj     dyn_em      1         -     -
235 i1       real   cqw            ikj     dyn_em      1         -     -
236 i1       real   pm1            ikj     dyn_em      1         -     -
237 state    real   sr             ij      dyn_em      1         -      irh         "sr" "fraction of frozen precipitation"
238 state    real   potevp         ij      dyn_em      1         -        h         "potevp" "whatever"
239 state    real   snopcx         ij      dyn_em      1         -        h         "snopcx" "whatever"
240 state    real   soiltb         ij      dyn_em      1         -        h         "soiltb" "whatever"
241 state    real    fnm            k       dyn_em      1         -     irh       "fnm"  "upper weight for vertical stretching"  ""
242 state    real    fnp            k       dyn_em      1         -     irh       "fnp"  "lower weight for vertical stretching"  ""
243 state    real    rdnw           k       dyn_em      1         -     irh       "rdnw"  "inverse d(eta) values between full (w) levels"   ""
244 state    real    rdn            k       dyn_em      1         -     irh       "rdn"  "inverse d(eta) values between half (mass) levels"   ""
245 state    real    dnw            k       dyn_em      1         -     irh       "dnw" "d(eta) values between full (w) levels"   ""
246 state    real    dn             k       dyn_em      1         -     irh       "dn " "d(eta) values between half (mass) levels"   ""
247 state    real    znu            k       dyn_em      1         -     irh       "znu"  "eta values on half (mass) levels"  ""
248 state    real    znw            k       dyn_em      1         Z     i01rh     "znw"  "eta values on full (w) levels"  ""
249 state    real    t_base         k       dyn_em      1         -     ir        "t_base"               "BASE STATET T IN IDEALIZED CASES"         "K"      
250 state    real    z              ikj     dyn_em      1         -     -         " " " " " "
251 i1       real    mu_3d          ikj     dyn_em      1         -                                          
252 i1       real    z_at_w         ikj     dyn_em      1         Z 
253 state    real    cfn            -       misc      -         -     irh       "cfn"    "extrapolation constant"  ""
254 state    real    cfn1           -       misc      -         -     irh       "cfn1"   "extrapolation constant"  ""
255 state    integer step_number    -       misc      -         -     ir        "step_number"  ""
257 # 2m and 10m output diagnostics
258 state    real   Q2               ij     misc        1         -     irhd      "Q2"                   "QV at 2 M"         "kg kg-1"
259 state    real   T2               ij     misc        1         -     irhd      "T2"                   "TEMP at 2 M"       "K"
260 state    real   TH2              ij     misc        1         -     irhd      "TH2"                  "POT TEMP at 2 M"   "K"
261 state    real   PSFC             ij     misc        1         -     i01rh     "PSFC"                 "SFC PRESSURE"      "Pa"
263 # these next 2 are for the HFSoLE/PET demo; writing these to auxhist1 output over MCEL for coupling
264 # with wave model, only if compiled with -DMCELIO, JM 2003/05/29
265 state    real   U10              ij     misc        1         -     irh01d      "U10"                "U at 10 M"         "m s-1"
266 state    real   V10              ij     misc        1         -     irh01d      "V10"                "V at 10 M"         "m s-1"
268 # these next 4 are for observational nudging
269 state    real   uratx           ij      misc        1         -     ir          "URATX"            "Ratio of U over U10 on mass points "         "dimensionless"
270 state    real   vratx           ij      misc        1         -     ir          "VRATX"            "Ratio of V over V10 on mass points "         "dimensionless"   
271 state    real   tratx           ij      misc        1         -     ir          "TRATX"            "Ratio of T over TH2 on mass points "         "dimensionless"   
272 state    real   obs_savwt      hikj     dyn_em      1         X      -       "OBS_SAVWT"
274 # Other
275 state   real    rdx            -        misc      -         -     irh       "rdx"                   "INVERSE X GRID LENGTH"         ""      
276 state   real    rdy            -        misc      -         -     irh       "rdy"                   "INVERSE Y GRID LENGTH"         ""      
277 state   real    dts            -        misc      -         -     ir        "dts"                   "SMALL TIMESTEP"         ""      
278 state   real    dtseps         -        misc      -         -     ir        "dtseps"                "TIME WEIGHT CONSTANT FOR SMALL STEPS"         ""      
279 state   real    resm           -        misc      -         -     irh       "resm"                  "TIME WEIGHT CONSTANT FOR SMALL STEPS"         ""      
280 state   real    zetatop        -        misc      -         -     irh       "zetatop"               "ZETA AT MODEL TOP"         ""      
281 state   real    cf1            -        misc      -         -     irh       "cf1"                   "2nd order extrapolation constant"         ""      
282 state   real    cf2            -        misc      -         -     irh       "cf2"                   "2nd order extrapolation constant"         ""      
283 state   real    cf3            -        misc      -         -     irh       "cf3"                   "2nd order extrapolation constant"         ""      
284 state   integer number_at_same_level    -        -          -         -     -        "number_at_same_level"  ""         ""      
286 # State for derived time quantities.  
287 state   integer itimestep      -        -          -         -     rh         "itimestep"             ""         ""      
288 state   real    xtime          -        -          -         -     rh         "xtime"                 "minutes since simulation start"         ""      
289 state   real    julian         -        -          -         -     -          "julian"                "day of year, 0.0 at 0Z on 1 Jan."         "days"      
292 # input file descriptor for lbcs on parent domain                                               
293 state   integer lbc_fid        -        -          -         -     -         "lbc_fid"               ""         ""      
294 # indicates if tiling has been computed                                         
295 state   logical tiled          -        -          -         -     -         "tiled"                 ""         ""      
296 # indicates if patches have been computed                                               
297 state   logical patched        -        -          -         -     -         "patched"               ""         ""      
298 # indicates whether to read input from file or generate                                         
299 #state   logical input_from_file        -        -          -         -     -         "input_from_file"         ""         ""    
301 # Mask for moving nest interpolations
302 state    integer imask_nostag         ij      misc     1     -
303 state    integer imask_xstag          ij      misc     1     X
304 state    integer imask_ystag          ij      misc     1     Y
305 state    integer imask_xystag         ij      misc     1     XY 
306 # vortex center indices; need for restarts of moving nests
307 state    real    xi                   -       misc     -     -    r
308 state    real    xj                   -       misc     -     -    r
309 state    real    vc_i                 -       misc     -     -    r
310 state    real    vc_j                 -       misc     -     -    r
312 #-----------------------------------------------------------------------------------------------------------------------------------------------------------------
313 # Scalar (4D) arrays
315 # Moist Scalars
316 #                                               
317 # The first line ensures that there will be identifiers named moist and                                         
318 # moist_tend even if there are not any moist scalars (so the essentially                                                
319 # dry code will will still link properly)                                               
320 #                                               
321 state   real    -              ikjftb   moist       1         -     -    -
322 state   real    qv             ikjftb   moist       1         -     \
323    i01rhusdf=(bdy_interp:dt)  "QVAPOR"           "Water vapor mixing ratio"      "kg kg-1"
324 state   real    qc             ikjftb   moist       1         -     \
325    i01rhusdf=(bdy_interp:dt)  "QCLOUD"           "Cloud water mixing ratio"      "kg kg-1"
326 state   real    qr             ikjftb   moist       1         -     \
327    i01rhusdf=(bdy_interp:dt)  "QRAIN"            "Rain water mixing ratio"       "kg kg-1"
328 state   real    qi             ikjftb   moist       1         -     \
329    i01rhusdf=(bdy_interp:dt)  "QICE"             "Ice mixing ratio"              "kg kg-1"
330 state   real    qs             ikjftb   moist       1         -     \
331    i01rhusdf=(bdy_interp:dt)  "QSNOW"            "Snow mixing ratio"             "kg kg-1"
332 state   real    qg             ikjftb   moist       1         -     \
333    i01rhusdf=(bdy_interp:dt)  "QGRAUP"           "Graupel mixing ratio"          "kg kg-1"
335 # Chem Scalars
336 state   real    -              ikjftb   chem        1         -     -    -                                       
338 # Other Scalars
339 state   real    -              ikjftb  scalar      1         -     -   -
340 state   real    qndrop         ikjftb  scalar      1         -     \
341    i01rhusdf=(bdy_interp:dt)    "QNDROP"        "Droplet number mixing ratio"        "# kg-1"
342 state   real    qni            ikjftb  scalar      1         -     \
343    i01rhusdf=(bdy_interp:dt)    "QNICE"         "Ice Number concentration" "# kg(-1)"
344 state   real    qt             ikjftb  scalar      1         -     \
345    i01rhusdf=(bdy_interp:dt)    "CWM"           "Total condensate mixing ratio"      "kg kg-1"
347 #-----------------------------------------------------------------------------------------------------------------------------------------------------------------
349 # Arrays for Specified LBCs  (lbc arrays REMOVED; Boundary arrays are now specified with the state array; see above, 20050413 JM )
351 state    real   fcx            w         misc     -         -      ir       "fcx"                  "RELAXATION TERM FOR BOUNDARY ZONE"         ""
352 state    real   gcx            w         misc     -         -      ir       "gcx"                  "2ND RELAXATION TERM FOR BOUNDARY ZONE"         ""
353 state    real   dtbc            -        misc     -         -      ir       "dtbc"                 "TIME SINCE BOUNDARY READ"         ""
355 #-------------------------------------------------------------------------------------------------------------------------------------------
356 #-------------------------------------------------------------------------------------------------------------------------------------------
357 # Physics Related State Varibles
359 #-------------------------------------------------------------------------------------------------------------------------------------------
360 # SI - start variables from netCDF format from Standard Initialization, most eventually for use in LSM schemes
361 #-------------------------------------------------------------------------------------------------------------------------------------------
363 state   real   sm000007            ij    misc          1     -     i1      "SM000007"      "LAYER SOIL MOISTURE" "m3 m-3"
364 state   real   sm007028            ij    misc          1     -     i1      "SM007028"      "LAYER SOIL MOISTURE" "m3 m-3"
365 state   real   sm028100            ij    misc          1     -     i1      "SM028100"      "LAYER SOIL MOISTURE" "m3 m-3"
366 state   real   sm100255            ij    misc          1     -     i1      "SM100255"      "LAYER SOIL MOISTURE" "m3 m-3"
367 state   real   st000007            ij    misc          1     -     i1      "ST000007"      "LAYER SOIL TEMPERATURE" "K"
368 state   real   st007028            ij    misc          1     -     i1      "ST007028"      "LAYER SOIL TEMPERATURE" "K"
369 state   real   st028100            ij    misc          1     -     i1      "ST028100"      "LAYER SOIL TEMPERATURE" "K"
370 state   real   st100255            ij    misc          1     -     i1      "ST100255"      "LAYER SOIL TEMPERATURE" "K"
371 state   real   sm000010            ij    misc          1     -     i1      "SM000010"      "LAYER SOIL MOISTURE" "m3 m-3"
372 state   real   sm010040            ij    misc          1     -     i1      "SM010040 "     "LAYER SOIL MOISTURE" "m3 m-3"
373 state   real   sm040100            ij    misc          1     -     i1      "SM040100 "     "LAYER SOIL MOISTURE" "m3 m-3"
374 state   real   sm100200            ij    misc          1     -     i1      "SM100200 "     "LAYER SOIL MOISTURE" "m3 m-3"
375 state   real   sm010200            ij    misc          1     -     i1      "SM010200"      "LAYER SOIL MOISTURE" "m3 m-3"
376 state   real   soilm000            ij    misc          1     -     i1      "SOILM000"      "LAYER SOIL MOISTURE" "m3 m-3"
377 state   real   soilm005            ij    misc          1     -     i1      "SOILM005"      "LAYER SOIL MOISTURE" "m3 m-3"
378 state   real   soilm020            ij    misc          1     -     i1      "SOILM020"      "LAYER SOIL MOISTURE" "m3 m-3"
379 state   real   soilm040            ij    misc          1     -     i1      "SOILM040"      "LAYER SOIL MOISTURE" "m3 m-3"
380 state   real   soilm160            ij    misc          1     -     i1      "SOILM160"      "LAYER SOIL MOISTURE" "m3 m-3"
381 state   real   soilm300            ij    misc          1     -     i1      "SOILM300"      "LAYER SOIL MOISTURE" "m3 m-3"
382 state   real   sw000010            ij    misc          1     -     i1      "SW000010"      "LAYER SOIL LIQUID" "m3 m-3"
383 state   real   sw010040            ij    misc          1     -     i1      "SW010040"      "LAYER SOIL LIQUID" "m3 m-3"
384 state   real   sw040100            ij    misc          1     -     i1      "SW040100"      "LAYER SOIL LIQUID" "m3 m-3"
385 state   real   sw100200            ij    misc          1     -     i1      "SW100200"      "LAYER SOIL LIQUID" "m3 m-3"
386 state   real   sw010200            ij    misc          1     -     i1      "SW010200"      "LAYER SOIL LIQUID" "m3 m-3"
387 state   real   soilw000            ij    misc          1     -     i1      "SOILW000"      "LAYER SOIL LIQUID" "m3 m-3"
388 state   real   soilw005            ij    misc          1     -     i1      "SOILW005"      "LAYER SOIL LIQUID" "m3 m-3"
389 state   real   soilw020            ij    misc          1     -     i1      "SOILW020"      "LAYER SOIL LIQUID" "m3 m-3"
390 state   real   soilw040            ij    misc          1     -     i1      "SOILW040"      "LAYER SOIL LIQUID" "m3 m-3"
391 state   real   soilw160            ij    misc          1     -     i1      "SOILW160"      "LAYER SOIL LIQUID" "m3 m-3"
392 state   real   soilw300            ij    misc          1     -     i1      "SOILW300"      "LAYER SOIL LIQUID" "m3 m-3"
393 state   real   st000010            ij    misc          1     -     i1      "ST000010"      "LAYER SOIL TEMPERATURE" "K"
394 state   real   st010040            ij    misc          1     -     i1      "ST010040"      "LAYER SOIL TEMPERATURE" "K"
395 state   real   st040100            ij    misc          1     -     i1      "ST040100"      "LAYER SOIL TEMPERATURE" "K"
396 state   real   st100200            ij    misc          1     -     i1      "ST100200"      "LAYER SOIL TEMPERATURE" "K"
397 state   real   st010200            ij    misc          1     -     i1      "ST010200"      "LAYER SOIL TEMPERATURE" "K"
398 state   real   soilt000            ij    misc          1     -     i1      "SOILT000"      "LAYER SOIL TEMPERATURE" "K"
399 state   real   soilt005            ij    misc          1     -     i1      "SOILT005"      "LAYER SOIL TEMPERATURE" "K"
400 state   real   soilt020            ij    misc          1     -     i1      "SOILT020"      "LAYER SOIL TEMPERATURE" "K"
401 state   real   soilt040            ij    misc          1     -     i1      "SOILT040"      "LAYER SOIL TEMPERATURE" "K"
402 state   real   soilt160            ij    misc          1     -     i1      "SOILT160"      "LAYER SOIL TEMPERATURE" "K"
403 state   real   soilt300            ij    misc          1     -     i1      "SOILT300"      "LAYER SOIL TEMPERATURE" "K"
404 state   real   landmask            ij    misc          1     -     i012rhd=(interp_fcnm)u=(copy_fcnm)   "LANDMASK"      "LAND MASK (1 FOR LAND, 0 FOR WATER)"  ""
405 state   real   topostdv            ij    misc          1     -     i12     "TOPOSTDV"      "ELEVATION STD DEV"  "m"
406 state   real   toposlpx            ij    misc          1     -     i12     "TOPOSLPX"      "ELEVATION X SLOPE"  ""
407 state   real   toposlpy            ij    misc          1     -     i12     "TOPOSLPY"      "ELEVATION Y SLOPE"  ""
408 state   real   shdmax              ij    misc          1     -     i012r   "SHDMAX"        "ANNUAL MAX VEG FRACTION" ""
409 state   real   shdmin              ij    misc          1     -     i012r   "SHDMIN"        "ANNUAL MIN VEG FRACTION" ""
410 state   real   snoalb              ij    misc          1     -     i012r   "SNOALB"        "ANNUAL MAX SNOW ALBEDO IN FRACTION" ""
411 state   real   slopecat            ij    misc          1     -     i12     "SLOPECAT"      "SLOPE CATEGORY"  ""
412 state   real   toposoil            ij    misc          1     -     i12     "SOILHGT"       "ELEVATION OF LSM DATA"  "m"
413 state   real   landusef            iuj   misc          1     Z     i12     "LANDUSEF"      "LANDUSE FRACTION BY CATEGORY"  ""
414 state   real   soilctop            isj   misc          1     Z     i12     "SOILCTOP"      "SOIL CAT FRACTION (TOP)"  ""
415 state   real   soilcbot            isj   misc          1     Z     i1      "SOILCBOT"      "SOIL CAT FRACTION (BOTTOM)"  ""
416 state   real   soilcat             ij    misc          1     -     i12     "SOILCAT"       "SOIL CAT DOMINANT TYPE" ""
417 state   real   vegcat              ij    misc          1     -     i12     "VEGCAT"        "VEGETATION CAT DOMINANT TYPE" ""
419 #---------------------------------------------------------------------------------------------------------------------------------------
420 # SI - end variables from netCDF format from Standard Initialization
421 #---------------------------------------------------------------------------------------------------------------------------------------
423 # soil model variables  (Note that they are marked as staggered in the vertical dimension
424 # because they are "fully dimensioned" -- they use every element in that dim
425 state    real   TSLB           ilj       misc      1         Z     i02rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm)           "TSLB"     "SOIL TEMPERATURE"   "K"
426 state    real   ZS              l        misc      -         Z     irh       "ZS"                    "DEPTHS OF CENTERS OF SOIL LAYERS"         "m"
427 state    real   DZS             l        misc      -         Z     irh       "DZS"                   "THICKNESSES OF SOIL LAYERS"               "m"
429 # urban model variables
430 state    real   DZR             l        em      -            Z     r        "DZR"            "THICKNESSES OF ROOF LAYERS"                      "m"
431 state    real   DZB             l        em      -            Z     r        "DZB"            "THICKNESSES OF WALL LAYERS"                      "m"
432 state    real   DZG             l        em      -            Z     r        "DZG"            "THICKNESSES OF ROAD LAYERS"                      "m"
434 # lsm State Variables
436 state    real   SMOIS            ilj     -          1         Z     i02rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm)    "SMOIS"            "SOIL MOISTURE"     "m3 m-3"
437 state    real   SH2O             ilj     -          1         Z     i02rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm)    "SH2O"             "SOIL LIQUID WATER" "m3 m-3"
438 state    real   XICE             ij     misc        1         -     i012rhd=(interp_mask_water_field:lu_index)u=(copy_fcnm)  "XICE"             "SEA ICE FLAG"  ""
439 state    real   SMSTAV           ij     misc        1         -      rd=(interp_mask_land_field:lu_index)       "SMSTAV"           "MOISTURE AVAILABILITY" ""
440 state    real   SMSTOT           ij     misc        1         -      r                                          "SMSTOT"           "TOTAL SOIL MOISTURE" "m3 m-3"
442 state    real   SFCRUNOFF        ij     misc        1         -      rhd=(interp_mask_land_field:lu_index)      "SFROFF"           "SURFACE RUNOFF"     "mm"
443 state    real   UDRUNOFF         ij     misc        1         -      rhd=(interp_mask_land_field:lu_index)      "UDROFF"           "UNDERGROUND RUNOFF" "mm"
444 state  integer  IVGTYP           ij     misc        1         -     i02rhd=(interp_fcni)u=(copy_fcni)            "IVGTYP"           "DOMINANT VEGETATION CATEGORY" ""
445 state  integer  ISLTYP           ij     misc        1         -     i02rhd=(interp_fcni)u=(copy_fcni)            "ISLTYP"           "DOMINANT SOIL CATEGORY"       ""
446 state    real   VEGFRA           ij     misc        1         -     i0125rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm)   "VEGFRA"           "VEGETATION FRACTION" ""
447 state    real   SFCEVP           ij     misc        1         -      r                                          "SFCEVP"           "SURFACE EVAPORATION" "kg m-2"
448 state    real   GRDFLX           ij     misc        1         -      rh                                         "GRDFLX"           "GROUND HEAT FLUX" "W m-2"
449 state    real   SFCEXC           ij     misc        1         -      r                                          "SFCEXC "          "SURFACE EXCHANGE COEFFICIENT"   "m s-1"
451 state    real   ACSNOW           ij     misc        1         -      rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)       "ACSNOW"           "ACCUMULATED SNOW"         "kg m-2"
452 state    real   ACSNOM           ij     misc        1         -      rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)       "ACSNOM"           "ACCUMULATED MELTED SNOW"  "kg m-2"
453 state    real   SNOW             ij     misc        1         -     i01rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm)    "SNOW"             "SNOW WATER EQUIVALENT"    "kg m-2"
454 state    real   SNOWH            ij     misc        1         -     i01rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm)    "SNOWH"            "PHYSICAL SNOW DEPTH"      "m"
455 state    real   RHOSN            ij     misc        1         -     i01rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm)    "RHOSN"            " SNOW DENSITY"      "kg m-3" 
456 state    real   CANWAT           ij     misc        1         -     i01rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm)    "CANWAT"           "CANOPY WATER"             "kg m-2"
457 state    real   SST              ij     misc        1         -     i0125rhd=(interp_mask_water_field:lu_index)   "SST"              "SEA SURFACE TEMPERATURE" "K"
458 state  integer  IFNDSNOWH        -      misc        1         -     i         "FNDSNOWH" "SNOWH_LOGICAL"
459 state  integer  IFNDSOILW        -      misc        1         -     i         "FNDSOILW" "SOILW_LOGICAL"
461 # urban state variables
462 state    real   TR_URB2D         ij     misc        1         -     rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)     "TR_URB"              "URBAN ROOF SKIN TEMPERATURE"        "K"
463 state    real   TB_URB2D         ij     misc        1         -     rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)     "TB_URB"              "URBAN WALL SKIN TEMPERATURE"        "K" 
464 state    real   TG_URB2D         ij     misc        1         -     rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)     "TG_URB"              "URBAN ROAD SKIN TEMPERATURE"        "K" 
465 state    real   TC_URB2D         ij     misc        1         -     rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)     "TC_URB"              "URBAN CANOPY TEMPERATURE"           "K"
466 state    real   QC_URB2D         ij     misc        1         -     rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)     "QC_URB"              "URBAN CANOPY HUMIDITY"          "kg kg{-1}"
467 state    real   UC_URB2D         ij     misc        1         -     rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)     "UC_URB"              "URBAN CANOPY WIND"          "m s{-1}"
468 state    real   XXXR_URB2D       ij     misc        1         -     rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)      "XXXR_URB" "M-O LENGTH ABOVE URBAN ROOF"   "dimensionless"
469 state    real   XXXB_URB2D       ij    misc        1         -      rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)      "XXXB_URB" "M-O LENGTH ABOVE URBAN WALL"   "dimensionless"
470 state    real   XXXG_URB2D       ij    misc        1         -      rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)       "XXXG_URB" "M-O LENGTH ABOVE URBAN ROAD"   "dimensionless"
471 state    real   XXXC_URB2D       ij    misc        1         -      rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)       "XXXC_URB" "M-O LENGTH ABOVE URBAN CANOPY" "dimensionless"
472 state    real   TRL_URB3D        ilj    misc        1         Z     rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)      "TRL_URB" "ROOF LAYER TEMPERATURE"          "K"
473 state    real   TBL_URB3D        ilj    misc        1         Z     rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)      "TBL_URB" "WALL LAYER TEMPERATURE"          "K"
474 state    real   TGL_URB3D        ilj    misc        1         Z     rd=(interp_mask_land_field:lu_index)u=(copy_fcnm)      "TGL_URB" "ROAD LAYER TEMPERATURE"          "K"
475 state    real   SH_URB2D        ij    misc        1         -     r       "SH_URB"  "SENSIBLE HEAT FLUX FROM URBAN SFC"  "W m{-2}"
476 state    real   LH_URB2D        ij    misc        1         -     r       "LH_URB"  "LATENT HEAT FLUX FROM URBAN SFC"    "W m{-2}"
477 state    real   G_URB2D         ij    misc        1         -     r        "G_URB"  "GROUND HEAT FLUX INTO URBAN"        "W m{-2}"
478 state    real   RN_URB2D        ij    misc        1         -     r       "RN_URB"  "NET RADIATION ON URBAN SFC"         "W m{-2}"
479 state    real   TS_URB2D        ij    misc        1         -     r       "TS_URB"  "SKIN TEMPERATURE"          "K"
480 state    real   FRC_URB2D       ij    misc        1         -     rd=(interp_fcnm)u=(copy_fcnm)       "FRC_URB"  "URBAN FRACTION"         "dimensionless"
481 state    integer   UTYPE_URB2D  ij    misc        1         -     rd=(interp_fcnm)u=(copy_fcnm)       "UTYPE_URB"  "URBAN TYPE"         "dimensionless"
484 # urban variables from radiation model
485 state    real   COSZ_URB2D       ij     misc        1         -      r       "COSZ_URB"  "COS of SOLAR ZENITH ANGLE"         "dimensionless"
486 state    real   OMG_URB2D        ij     misc        1         -      r       "OMG_URB"   "SOLAR HOUR ANGLE"         "dimensionless"
487 state    real   DECLIN_URB       -     misc        1         -       r       "DECLIN_URB"  "SOLAR DECLINATION"         "dimensionless"
490 # RUC LSM
491 state    real   SMFR3D           ilj    misc        1         Z      r        "SMFR3D"               "SOIL ICE" ""
492 state    real   KEEPFR3DFLAG     ilj    misc        1         Z      r        "KEEPFR3DFLAG"          "FLAG - 1. FROZEN SOIL YES, 0 - NO"             ""
494 # MRF PBL variables
495 i1      real   PSIM           ij     misc        1         -     -         "PSIM"                "SIMILARITY FUNCTION FOR MOMENTUM"     ""
496 i1      real   PSIH           ij     misc        1         -     -         "PSIH"                "SIMILARITY FUNCTION FOR HEAT"         ""
497 i1      real   WSPD           ij     misc        1         -     -         "WSPD"                "Wind speed"                           "m s-1"
498 i1      real   GZ1OZ0         ij     misc        1         -     -         "GZ1OZ0"              "LOG OF Z1 over Z0"                     ""
499 i1      real   BR             ij     misc        1         -     -         "BR"                  "Bulk Richardson"                       ""
501 # MYJ PBL variables
502 state    real   tke_myj        ikj     misc        1         -      r        "tke_myj"               "TKE FROM MELLOR-YAMADA-JANJIC"      "m2 s-2"
503 state    real   EL_MYJ          ikj     misc        1         -     -        "el_myj"                "MIXING LENGTH FROM MELLOR-YAMADA-JANJIC"     "m"
504 state    real   EXCH_H          ikj     misc        1         -     r          "EXCH_H"               "EXCHANGE COEFFICIENTS "
505 state    real  CT              ij      misc        1         -      r        "CT"                    "COUNTERGRADIENT TERM"    "K"
506 state   real   THZ0             ij     misc        1         -      r        "THZ0"                  "POTENTIAL TEMPERATURE AT ZNT"                 "K"
507 state    real  Z0               ij     misc        1         -      r        "Z0"                    "Background ROUGHNESS LENGTH"                  "m"
508 state   real   QZ0              ij     misc        1         -      r        "QZ0"                   "SPECIFIC HUMIDITY AT ZNT"                     "kg kg-1"
509 state   real   UZ0              ij     misc        1         -      r        "UZ0"                   "U WIND COMPONENT AT ZNT"                      "m s-1"
510 state   real   VZ0              ij     misc        1         -      r        "VZ0"                   "V WIND COMPONENT AT ZNT"                      "m s-1"
511 state   real   QSFC             ij     misc        1         -      r        "QSFC"                  "SPECIFIC HUMIDITY AT LOWER BOUNDARY"          "kg kg-1"
512 state   real   AKHS             ij     misc        1         -      r        "AKHS"                  "SFC EXCH COEFF FOR HEAT"                      "m s-1"    
513 state   real   AKMS             ij     misc        1         -      r        "AKMS"                  "SFC EXCH COEFF FOR MOMENTUM"                  "m s-1"    
514 state   integer KPBL            ij     misc        1         -     r         "KPBL"                  "LEVEL OF PBL TOP"                             ""
515 i1      real   TSHLTR           ij     misc        1         -     -         "TSHLTR"                "SHELTER THETA FROM MYJ"                       "K"         
516 i1      real   QSHLTR           ij     misc        1         -     -         "QSHLTR"                "SHELTER SPECIFIC HUMIDITY FROM MYJ"           "kg kg-1"
517 i1      real   PSHLTR           ij     misc        1         -     -         "PSHLTR"                "SHELTER PRESSURE FROM MYJ"           "Pa"
518 i1      real   TH10             ij     misc        1         -     -         "TH10"                  "10-M THETA FROM MYJ"                          "K"        
519 i1      real   Q10              ij     misc        1         -     -         "Q10"                   "10-M SPECIFIC HUMIDITY FROM MYJ"              "kg kg-1"
520 i1      real   CHKLOWQ          ij     misc        1         -     -         "CHKLOWQ"               "SURFACE SATURATION FLAG"        ""
522 # gfdl (eta) radiation State Variables
523 state    real    HTOP            ij     misc        1         -      r        "HTOP"                 "TOP OF CONVECTION LEVEL"         ""
524 state    real    HBOT            ij     misc        1         -      r        "HBOT"                 "BOT OF CONVECTION LEVEL"         ""
525 state    real    HTOPR           ij     misc        1         -      r        "HTOPR"                "TOP OF CONVECTION LEVEL FOR RADIATION"    ""
526 state    real    HBOTR           ij     misc        1         -      r        "HBOTR"                "BOT OF CONVECTION LEVEL FOR RADIATION"    ""
527 state    real    CUTOP           ij     misc        1         -      r        "CUTOP"                "TOP OF CONVECTION LEVEL FROM CUMULUS PAR"    ""
528 state    real    CUBOT           ij     misc        1         -      r        "CUBOT"                "BOT OF CONVECTION LEVEL FROM CUMULUS PAR"    ""
529 state    REAL      CUPPT         ij     misc        1         -      r        "CUPPT"                "ACCUMULATED CONVECTIVE RAIN SINC LAST CALL TO THE RADIATION"         ""
530 state  real   rswtoa    ij    misc        1    -    i
531 state  real   rlwtoa    ij    misc        1    -    i
532 state  real   czmean    ij    misc      1    -     i
533 state  real   cfracl    ij    misc      1    -     i
534 state  real   cfracm    ij    misc      1    -     i
535 state  real   cfrach    ij    misc      1    -     i
536 state  real   acfrst    ij    misc        1    -    i
537 state integer ncfrst    ij    misc        1    -    i
538 state  real   acfrcv    ij    misc        1    -    i
539 state integer ncfrcv    ij    misc        1    -    i
541 # cam radiation variables
542 state  real    -       iqjf ozmixm      1    -   -     -
543 state  real   mth01    iqjf ozmixm      1    -   -     -
544 state  real   mth02    iqjf ozmixm      1    -   -     -
545 state  real   mth03    iqjf ozmixm      1    -   -     -
546 state  real   mth04    iqjf ozmixm      1    -   -     -
547 state  real   mth05    iqjf ozmixm      1    -   -     -
548 state  real   mth06    iqjf ozmixm      1    -   -     -
549 state  real   mth07    iqjf ozmixm      1    -   -     -
550 state  real   mth08    iqjf ozmixm      1    -   -     -
551 state  real   mth09    iqjf ozmixm      1    -   -     -
552 state  real   mth10    iqjf ozmixm      1    -   -     -
553 state  real   mth11    iqjf ozmixm      1    -   -     -
554 state  real   mth12    iqjf ozmixm      1    -   -     -
555 state  real   pin       q     misc      1    -   -      "PIN"             "PRESSURE LEVEL OF OZONE MIXING RATIO"  "millibar"
556 state  real   m_ps       ij   misc      2    -   -      "m_ps"            "PS from MATCH on WRF grids"
557 state  real    -       idjf aerosolc    2    -   -       -
558 state  real   SUL      idjf aerosolc    2    -   -     "SUL"        "SUL aerosol concentration"
559 state  real   SSLT     idjf aerosolc    2    -   -     "SSLT"        "SSLT aerosol concentration"
560 state  real   DUST1    idjf aerosolc    2    -   -     "DUST1"        "DUST1 aerosol concentration"
561 state  real   DUST2    idjf aerosolc    2    -   -     "DUST2"        "DUST2 aerosol concentration"
562 state  real   DUST3    idjf aerosolc    2    -   -     "DUST3"        "DUST3 aerosol concentration"
563 state  real   DUST4    idjf aerosolc    2    -   -     "DUST4"        "DUST4 aerosol concentration"
564 state  real   OCPHO    idjf aerosolc    2    -   -     "OCPHO"        "OCPHO aerosol concentration"
565 state  real   BCPHO    idjf aerosolc    2    -   -     "BCPHO"        "BCPHO aerosol concentration"
566 state  real   OCPHI    idjf aerosolc    2    -   -     "OCPHI"        "OCPHI aerosol concentration"
567 state  real   BCPHI    idjf aerosolc    2    -   -     "BCPHI"        "BCPHI aerosol concentration"
568 state  real   BG       idjf aerosolc    2    -   -     "BG"        "BG aerosol concentration"
569 state  real   VOLC     idjf aerosolc    2    -   -     "VOLC"        "VOLC aerosol concentration"
570 state  real   m_hybi    d     misc      1    -   -     "m_hybi"         "MATCH hybi"
572 # new eta microphpysics State Variables
573 state    real    F_ICE_PHY       ikj    misc        1         -      rdu      "F_ICE_PHY"            "FRACTION OF ICE"         ""
574 state    real    F_RAIN_PHY      ikj    misc        1         -      rdu      "F_RAIN_PHY"           "FRACTION OF RAIN "         ""
575 state    real    F_RIMEF_PHY     ikj    misc        1         -      rdu      "F_RIMEF_PHY"          "MASS RATIO OF RIMED ICE "         ""
576 state    real    qndropsource    ikj    misc        1         -      h        "qndropsource"         "Droplet number source"   "#/kg/s"
578 # Other Misc State Variables                                            
579 state   real    h_diabatic     ikj     misc         1         -      r        "h_diabatic"            "PREVIOUS TIMESTEP CONDENSATIONAL HEATING"         ""      
580 state   real    msft           ij      misc         1         -     i012rhdu=(copy_fcnm)    "MAPFAC_M"         "Map scale factor on mass grid" ""
581 state   real    msfu           ij      misc         1         X     i012rhdu=(copy_fcnm)    "MAPFAC_U"         "Map scale factor on u-grid" ""
582 state   real    msfv           ij      misc         1         Y     i012rhdu=(copy_fcnm)    "MAPFAC_V"         "Map scale factor on v-grid" ""
583 state   real    f              ij      misc         1         -     i012rhdu=(copy_fcnm)    "f"                "Coriolis sine latitude term"  "s-1"
584 state   real    e              ij      misc         1         -     i012rhdu=(copy_fcnm)    "e"                "Coriolis cosine latitude term"  "s-1"
585 state   real    sina           ij      misc         1         -     i012rhdu=(copy_fcnm)    "SINALPHA"         "Local sine of map rotation"   ""
586 state   real    cosa           ij      misc         1         -     i012rhdu=(copy_fcnm)    "COSALPHA"         "Local cosine of map rotation"  ""
587 state   real    ht             ij      misc         1         -     i012rhdus  "HGT"              "Terrain Height"   "m"
588 state   real    ht_fine        ij      misc         1         -     -          "HGT_FINE"         "Fine Terrain Height"   "m"
589 state   real    ht_int         ij      misc         1         -     -          "HGT_INT"          "Terrain Height Horizontally Interpolated"   "m"
590 state   real    ht_input       ij      misc         1         -     -          "HGT_INPUT"        "Terrain Height from FG Input File"   "m"
592 state   real    TSK            ij      misc         1         -     i012rhdu=(copy_fcnm)    "TSK"                   "SURFACE SKIN TEMPERATURE"                  "K"
593 state   real    TSK_SAVE       ij      misc         1         -     -         "TSK_SAVE" "SURFACE SKIN TEMPERATURE, EXTRA COPY FOR SEA ICE TESTS in REAL"       "K"
594 state   real    u_base         k       misc         1         -     ir        "u_base"                "BASE STATE X WIND IN IDEALIZED CASES"         ""      
595 state   real    v_base         k       misc         1         -     ir        "v_base"                "BASE STATE Y WIND IN IDEALIZED CASES"         ""      
596 state   real    qv_base        k       misc         1         -     ir        "qv_base"               "BASE STATE QV IN IDEALIZED CASES"         ""      
597 state   real    z_base         k       misc         1         -     ir        "z_base"                "BASE STATE HEIGHT IN IDEALIZED CASES"         ""      
598 state   real    u_frame        -       misc         1         -     ir        "u_frame"               "FRAME X WIND"         "m s-1"      
599 state   real    v_frame        -       misc         1         -     ir        "v_frame"               "FRAME Y WIND"         "m s-1"      
600 # p_top appears as metadata between SI and real but as a state variable in real and WRF
601 # since it is a scalar and a constant, it makes sense to have it as metadata -- there
602 # are, however, probably post-processing programs that expect to see it as an I/O record
603 # another problem: share/input_wrf tries to read this as metadata (fine for real reading
604 # SI, but with model reading real output, it generates a warning when debug is > 0 in
605 # namelist and causes repeated questions from users.  A third problem is the potential
606 # collision between a metadata name and a field record in the I/O data
607 # resolve this how?  Have the real program throw a switch to tell the code to get it
608 # from the metadata?  Otherwise it's a field?
609 state   real    p_top          -       misc         -         -     irh       "p_top"                 "PRESSURE TOP OF THE MODEL"  "Pa"
610 state   real    lat_ll_t       -       dyn_em       -         -     irh       "lat_ll_t"              "latitude lower left, temp point" "degrees"
611 state   real    lat_ul_t       -       dyn_em       -         -     irh       "lat_ul_t"              "latitude up left, temp point" "degrees"
612 state   real    lat_ur_t       -       dyn_em       -         -     irh       "lat_ur_t"              "latitude up right, temp point" "degrees"
613 state   real    lat_lr_t       -       dyn_em       -         -     irh       "lat_lr_t"              "latitude lower right, temp point" "degrees"
614 state   real    lat_ll_u       -       dyn_em       -         -     irh       "lat_ll_u"              "latitude lower left, u point" "degrees"
615 state   real    lat_ul_u       -       dyn_em       -         -     irh       "lat_ul_u"              "latitude up left, u point" "degrees"
616 state   real    lat_ur_u       -       dyn_em       -         -     irh       "lat_ur_u"              "latitude up right, u point" "degrees"
617 state   real    lat_lr_u       -       dyn_em       -         -     irh       "lat_lr_u"              "latitude lower right, u point" "degrees"
618 state   real    lat_ll_v       -       dyn_em       -         -     irh       "lat_ll_v"              "latitude lower left, v point" "degrees"
619 state   real    lat_ul_v       -       dyn_em       -         -     irh       "lat_ul_v"              "latitude up left, v point" "degrees"
620 state   real    lat_ur_v       -       dyn_em       -         -     irh       "lat_ur_v"              "latitude up right, v point" "degrees"
621 state   real    lat_lr_v       -       dyn_em       -         -     irh       "lat_lr_v"              "latitude lower right, v point" "degrees"
622 state   real    lat_ll_d       -       dyn_em       -         -     irh       "lat_ll_d"              "latitude lower left, massless point" "degrees"
623 state   real    lat_ul_d       -       dyn_em       -         -     irh       "lat_ul_d"              "latitude up left, massless point" "degrees"
624 state   real    lat_ur_d       -       dyn_em       -         -     irh       "lat_ur_d"              "latitude up right, massless point" "degrees"
625 state   real    lat_lr_d       -       dyn_em       -         -     irh       "lat_lr_d"              "latitude lower right, massless point" "degrees"
626 state   real    lon_ll_t       -       dyn_em       -         -     irh       "lon_ll_t"              "longitude lower left, temp point" "degrees"
627 state   real    lon_ul_t       -       dyn_em       -         -     irh       "lon_ul_t"              "longitude up left, temp point" "degrees"
628 state   real    lon_ur_t       -       dyn_em       -         -     irh       "lon_ur_t"              "longitude up right, temp point" "degrees"
629 state   real    lon_lr_t       -       dyn_em       -         -     irh       "lon_lr_t"              "longitude lower right, temp point" "degrees"
630 state   real    lon_ll_u       -       dyn_em       -         -     irh       "lon_ll_u"              "longitude lower left, u point" "degrees"
631 state   real    lon_ul_u       -       dyn_em       -         -     irh       "lon_ul_u"              "longitude up left, u point" "degrees"
632 state   real    lon_ur_u       -       dyn_em       -         -     irh       "lon_ur_u"              "longitude up right, u point" "degrees"
633 state   real    lon_lr_u       -       dyn_em       -         -     irh       "lon_lr_u"              "longitude lower right, u point" "degrees"
634 state   real    lon_ll_v       -       dyn_em       -         -     irh       "lon_ll_v"              "longitude lower left, v point" "degrees"
635 state   real    lon_ul_v       -       dyn_em       -         -     irh       "lon_ul_v"              "longitude up left, v point" "degrees"
636 state   real    lon_ur_v       -       dyn_em       -         -     irh       "lon_ur_v"              "longitude up right, v point" "degrees"
637 state   real    lon_lr_v       -       dyn_em       -         -     irh       "lon_lr_v"              "longitude lower right, v point" "degrees"
638 state   real    lon_ll_d       -       dyn_em       -         -     irh       "lon_ll_d"              "longitude lower left, massless point" "degrees"
639 state   real    lon_ul_d       -       dyn_em       -         -     irh       "lon_ul_d"              "longitude up left, massless point" "degrees"
640 state   real    lon_ur_d       -       dyn_em       -         -     irh       "lon_ur_d"              "longitude up right, massless point" "degrees"
641 state   real    lon_lr_d       -       dyn_em       -         -     irh       "lon_lr_d"              "longitude lower right, massless point" "degrees"
642                                                 
643 # Other physics variables
644                                                 
645 state    real  RTHCUTEN        ikj      misc        1         -      r        "RTHCUTEN"              "COUPLED THETA TENDENCY DUE TO CUMULUS SCHEME"     "Pa K s-1"
646 state    real  RQVCUTEN        ikj      misc        1         -      r        "RQVCUTEN"              "COUPLED Q_V TENDENCY DUE TO CUMULUS SCHEME"       "Pa kg kg-1 s-1"
647 state    real  RQRCUTEN        ikj      misc        1         -      r        "RQRCUTEN"              "COUPLED Q_R TENDENCY DUE TO CUMULUS SCHEME"       "Pa kg kg-1 s-1"
648 state    real  RQCCUTEN        ikj      misc        1         -      r        "RQCCUTEN"              "COUPLED Q_C TENDENCY DUE TO CUMULUS SCHEME"       "Pa kg kg-1 s-1"
649 state    real  RQSCUTEN        ikj      misc        1         -      r        "RQSCUTEN"              "COUPLED Q_S TENDENCY DUE TO CUMULUS SCHEME"       "Pa kg kg-1 s-1"
650 state    real  RQICUTEN        ikj      misc        1         -      r        "RQICUTEN"              "COUPLED Q_I TENDENCY DUE TO CUMULUS SCHEME"       "Pa kg kg-1 s-1"
651 state    real  W0AVG           ikj      misc        1         -      r        "W0AVG"                 "AVERAGE VERTICAL VELOCITY FOR KF CUMULUS SCHEME"         "m s-1"
652                                                 
653 state    real  RAINC            ij      misc        1         -      rhdu     "RAINC"                 "ACCUMULATED TOTAL CUMULUS PRECIPITATION"                 "mm"      
654 state    real  RAINNC           ij      misc        1         -      rhdu     "RAINNC"                "ACCUMULATED TOTAL GRID SCALE PRECIPITATION"              "mm"      
655 state    real  RAINCV           ij      misc        1         -      r        "RAINCV"                "TIME-STEP CUMULUS PRECIPITATION"                         "mm"      
656 state    real  RAINNCV          ij      misc        1         -      r        "RAINNCV"               "TIME-STEP NONCONVECTIVE PRECIPITATION"                   "mm"
657 state    real  RAINBL           ij      misc        1         -      r        "RAINBL"                "PBL TIME-STEP TOTAL PRECIPITATION"                       "mm"      
658 state    real  SNOWNC           ij      misc        1         -      rhdu     "SNOWNC"                "ACCUMULATED TOTAL GRID SCALE SNOW AND ICE"               "mm"
659 state    real  GRAUPELNC        ij      misc        1         -      rhdu     "GRAUPELNC"             "ACCUMULATED TOTAL GRID SCALE GRAUPEL"                    "mm"
660 state    real  SNOWNCV          ij      misc        1         -      r        "SNOWNCV"               "TIME-STEP NONCONVECTIVE SNOW AND ICE"                    "mm"
661 state    real  GRAUPELNCV       ij      misc        1         -      r        "GRAUPELNCV"            "TIME-STEP NONCONVECTIVE GRAUPEL"                      "mm"
662 state    real  NCA              ij      misc        1         -      r        "NCA"                   "COUNTER OF THE CLOUD RELAXATION TIME IN KF CUMULUS SCHEME"    ""      
663 state    integer  LOWLYR        ij      misc        1         -     -         "LOWLYR"                "INDEX OF LOWEST MODEL LAYER ABOVE THE GROUND IN BMJ SCHEME"   ""      
664 state    real  MASS_FLUX        ij      misc        1         -      r        "MASS_FLUX"             "DOWNDRAFT MASS FLUX FOR IN GRELL CUMULUS SCHEME"  "mb hour-1"
665 state    real  apr_gr           ij      misc         1         -      r       "APR_GR"                "PRECIP FROM CLOSURE OLD_GRELL"   "mm hour-1"
666 state    real  apr_w            ij      misc         1         -      r       "APR_W"                 "PRECIP FROM CLOSURE W"           "mm hour-1"
667 state    real  apr_mc           ij      misc         1         -      r       "APR_MC"                "PRECIP FROM CLOSURE KRISH MV"    "mm hour-1"
668 state    real  apr_st           ij      misc         1         -      r       "APR_ST"                "PRECIP FROM CLOSURE STABILITY"   "mm hour-1"
669 state    real  apr_as           ij      misc         1         -      r       "APR_AS"                "PRECIP FROM CLOSURE AS-TYPE"     "mm hour-1"
670 state    real  apr_capma        ij      misc         1         -      r       "APR_CAPMA"             "PRECIP FROM MAX CAP"             "mm hour-1"
671 state    real  apr_capme        ij      misc         1         -      r       "APR_CAPME"             "PRECIP FROM MEAN CAP"            "mm hour-1"
672 state    real  apr_capmi        ij      misc         1         -      r       "APR_CAPMI"             "PRECIP FROM MIN CAP"             "mm hour-1"
673 state    real  xf_ens           ije     misc        1         Z      r        "XF_ENS"                "MASS FLUX PDF IN GRELL CUMULUS SCHEME"    "mb hour-1"  
674 state    real  pr_ens           ije     misc        1         Z      r        "PR_ENS"                "PRECIP RATE PDF IN GRELL CUMULUS SCHEME"  "mb hour-1" 
675 state    real  RTHFTEN          ikj     misc        1         -      r        "RTHFTEN"               "TEMPERATURE TENDENCY USED IN GRELL CUMULUS SCHEME"  "K s-1"      
676 state    real  RQVFTEN          ikj     misc        1         -      r        "RQVFTEN"               "MOISTURE TENDENCY USED IN GRELL CUMULUS SCHEME"     "kg s-1"
678 state integer  STEPCU          -        misc        1         -      r        "STEPCU"                "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN CONVECTION CALLS"  ""
679                                                 
680 state    real  RTHRATEN        ikj      misc        1         -      rd       "RTHRATEN"              "COUPLED THETA TENDENCY DUE TO RADIATION"              "Pa K s-1"
681 state    real  RTHRATENLW      ikj      misc        1         -      r        "RTHRATLW"              "COUPLED THETA TENDENCY DUE TO LONG WAVE RADIATION"    "Pa K s-1"
682 state    real  RTHRATENSW      ikj      misc        1         -      r        "RTHRATSW"              "COUPLED THETA TENDENCY DUE TO SHORT WAVE RADIATION"   "Pa K s-1"
683 state    real  CLDFRA          ikj      misc        1         -      r        "CLDFRA"                "CLOUD FRACTION"                                       ""
685 state    real  SWDOWN           ij      misc        1         -      rhd      "SWDOWN"                "DOWNWARD SHORT WAVE FLUX AT GROUND SURFACE"           "W m-2"      
686 state    real  SWDOWNC          ij      misc        1         -      -        "SWDOWNC"               "DOWNWARD CLEAR-SKY SHORT WAVE FLUX AT GROUND SURFACE"           "W m-2"      
687 state    real  GSW              ij      misc        1         -      rd       "GSW"                   "NET SHORT WAVE FLUX AT GROUND SURFACE"           "W m-2"      
688 state    real  GLW              ij      misc        1         -      rhd      "GLW"                   "DOWNWARD LONG WAVE FLUX AT GROUND SURFACE"            "W m-2"      
690 # upward and downward clearsky and total diagnostic fluxes for CAM radiation
691 #state    real  ACSWUPT          ij      misc        1         -      rhdu     "ACSWUPT"               "ACCUMULATED UPWELLING SHORTWAVE FLUX AT TOP"          "J m-2"
692 #state    real  ACSWUPTC         ij      misc        1         -      rhdu     "ACSWUPTC"              "ACCUMULATED UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "J m-2"
693 #state    real  ACSWDNT          ij      misc        1         -      rhdu     "ACSWDNT"               "ACCUMULATED DOWNWELLING SHORTWAVE FLUX AT TOP"          "J m-2"
694 #state    real  ACSWDNTC         ij      misc        1         -      rhdu     "ACSWDNTC"              "ACCUMULATED DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "J m-2"
695 #state    real  ACSWUPB          ij      misc        1         -      rhdu     "ACSWUPB"               "ACCUMULATED UPWELLING SHORTWAVE FLUX AT BOTTOM"          "J m-2"
696 #state    real  ACSWUPBC         ij      misc        1         -      rhdu     "ACSWUPBC"              "ACCUMULATED UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "J m-2"
697 #state    real  ACSWDNB          ij      misc        1         -      rhdu     "ACSWDNB"               "ACCUMULATED DOWNWELLING SHORTWAVE FLUX AT BOTTOM"          "J m-2"
698 #state    real  ACSWDNBC         ij      misc        1         -      rhdu     "ACSWDNBC"              "ACCUMULATED DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "J m-2"
699 #state    real  ACLWUPT          ij      misc        1         -      rhdu     "ACLWUPT"               "ACCUMULATED UPWELLING LONGWAVE FLUX AT TOP"          "J m-2"
700 #state    real  ACLWUPTC         ij      misc        1         -      rhdu     "ACLWUPTC"              "ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "J m-2"
701 #state    real  ACLWDNT          ij      misc        1         -      rhdu     "ACLWDNT"               "ACCUMULATED DOWNWELLING LONGWAVE FLUX AT TOP"          "J m-2"
702 #state    real  ACLWDNTC         ij      misc        1         -      rhdu     "ACLWDNTC"              "ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "J m-2"
703 #state    real  ACLWUPB          ij      misc        1         -      rhdu     "ACLWUPB"               "ACCUMULATED UPWELLING LONGWAVE FLUX AT BOTTOM"          "J m-2"
704 #state    real  ACLWUPBC         ij      misc        1         -      rhdu     "ACLWUPBC"              "ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "J m-2"
705 #state    real  ACLWDNB          ij      misc        1         -      rhdu     "ACLWDNB"               "ACCUMULATED DOWNWELLING LONGWAVE FLUX AT BOTTOM"          "J m-2"
706 #state    real  ACLWDNBC         ij      misc        1         -      rhdu     "ACLWDNBC"              "ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "J m-2"
707 #state    real  SWUPT            ij      misc        1         -      rhdu     "SWUPT"                 "INSTANTANEOUS UPWELLING SHORTWAVE FLUX AT TOP"          "J m-2"
708 #state    real  SWUPTC           ij      misc        1         -      rhdu     "SWUPTC"                "INSTANTANEOUS UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "J m-2"
709 #state    real  SWDNT            ij      misc        1         -      rhdu     "SWDNT"                 "INSTANTANEOUS DOWNWELLING SHORTWAVE FLUX AT TOP"          "J m-2"
710 #state    real  SWDNTC           ij      misc        1         -      rhdu     "SWDNTC"                "INSTANTANEOUS DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "J m-2"
711 #state    real  SWUPB            ij      misc        1         -      rhdu     "SWUPB"                 "INSTANTANEOUS UPWELLING SHORTWAVE FLUX AT BOTTOM"          "J m-2"
712 #state    real  SWUPBC           ij      misc        1         -      rhdu     "SWUPBC"                "INSTANTANEOUS UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "J m-2"
713 #state    real  SWDNB            ij      misc        1         -      rhdu     "SWDNB"                 "INSTANTANEOUS DOWNWELLING SHORTWAVE FLUX AT BOTTOM"          "J m-2"
714 #state    real  SWDNBC           ij      misc        1         -      rhdu     "SWDNBC"                "INSTANTANEOUS DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "J m-2"
715 #state    real  LWUPT            ij      misc        1         -      rhdu     "LWUPT"                 "INSTANTANEOUS UPWELLING LONGWAVE FLUX AT TOP"          "J m-2"
716 #state    real  LWUPTC           ij      misc        1         -      rhdu     "LWUPTC"                "INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "J m-2"
717 #state    real  LWDNT            ij      misc        1         -      rhdu     "LWDNT"                 "INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT TOP"          "J m-2"
718 #state    real  LWDNTC           ij      misc        1         -      rhdu     "LWDNTC"                "INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "J m-2"
719 #state    real  LWUPB            ij      misc        1         -      rhdu     "LWUPB"                 "INSTANTANEOUS UPWELLING LONGWAVE FLUX AT BOTTOM"          "J m-2"
720 #state    real  LWUPBC           ij      misc        1         -      rhdu     "LWUPBC"                "INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "J m-2"
721 #state    real  LWDNB            ij      misc        1         -      rhdu     "LWDNB"                 "INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT BOTTOM"          "J m-2"
722 #state    real  LWDNBC           ij      misc        1         -      rhdu     "LWDNBC"                "INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "J m-2"
724 state    real  SWCF             ij      misc        1         -      r         "SWCF"                  "SHORT WAVE CLOUD FORCING AT TOA"                     "W m-2"
725 state    real  LWCF             ij      misc        1         -      r         "LWCF"                  "LONG WAVE CLOUD FORCING AT TOA"                      "W m-2"
726 state    real  OLR              ij      misc        1         -      rh        "OLR"                   "TOA OUTGOING LONG WAVE"                              "W m-2"
728 # these next 2 are for the HFSoLE/PET demo; writing these to auxhist1 output over MCEL for coupling
729 # with wave model, only if compiled with -DMCELIO, JM 2003/05/29
730 state    real  XLAT             ij      misc        1         -     i0123rh01du=(copy_fcnm)      "XLAT"                "LATITUDE, SOUTH IS NEGATIVE"                                          "degree_north"
731 state    real  XLONG            ij      misc        1         -     i0123rh01du=(copy_fcnm)      "XLONG"               "LONGITUDE, WEST IS NEGATIVE"                                          "degree_east"
732 state    real  XLAT_U           ij      dyn_em      1         X     i012rh01du=(copy_fcnm)       "XLAT_U"              "LATITUDE, SOUTH IS NEGATIVE"                                          "degree_north"
733 state    real  XLONG_U          ij      dyn_em      1         X     i012rh01du=(copy_fcnm)       "XLONG_U"             "LONGITUDE, WEST IS NEGATIVE"                                          "degree_east"
734 state    real  XLAT_V           ij      dyn_em      1         Y     i012rh01du=(copy_fcnm)       "XLAT_V"              "LATITUDE, SOUTH IS NEGATIVE"                                          "degree_north"
735 state    real  XLONG_V          ij      dyn_em      1         Y     i012rh01du=(copy_fcnm)       "XLONG_V"             "LONGITUDE, WEST IS NEGATIVE"                                          "degree_east"
736 state    real  ALBEDO           ij      misc        1         -      rh          "ALBEDO"                   "ALBEDO"
737 state    real  ALBBCK           ij      misc        1         -     i012r        "ALBBCK"                   "BACKGROUND ALBEDO"        ""
738 state    real  EMISS            ij      misc        1         -      r        "EMISS"                 "SURFACE EMISSIVITY"         "" 
740 state    real  CLDEFI           ij      misc        1         -      r        "CLDEFI"                "precipitation efficiency in BMJ SCHEME"    ""      
741 state integer  STEPRA          -        misc        1         -      r        "STEPRA"                "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN RADIATION CALLS"        ""
742                                                 
743 state    real  RUBLTEN         ikj      misc        1         -      r        "RUBLTEN"               "COUPLED X WIND TENDENCY DUE TO PBL PARAMETERIZATION"  "Pa m s-2"
744 state    real  RVBLTEN         ikj      misc        1         -      r        "RVBLTEN"               "COUPLED Y WIND TENDENCY DUE TO PBL PARAMETERIZATION"  "Pa m s-2"
745 state    real  RTHBLTEN        ikj      misc        1         -      r        "RTHBLTEN"              "COUPLED THETA TENDENCY DUE TO PBL PARAMETERIZATION"   "Pa K s-1"
746 state    real  RQVBLTEN        ikj      misc        1         -      r        "RQVBLTEN"              "COUPLED Q_V TENDENCY DUE TO PBL PARAMETERIZATION"     "Pa kg kg-1 s-1"
747 state    real  RQCBLTEN        ikj      misc        1         -      r        "RQCBLTEN"              "COUPLED Q_C TENDENCY DUE TO PBL PARAMETERIZATION"     "Pa kg kg-1 s-1"
748 state    real  RQIBLTEN        ikj      misc        1         -      r        "RQIBLTEN"              "COUPLED Q_I TENDENCY DUE TO PBL PARAMETERIZATION"     "Pa kg kg-1 s-1"      
750 # State vector for etampnew microphysics. Must be declared state because it is not read-once and is needed for restarting.
751 state    real  mp_restart_state   p      misc        1         -      r       "MP_RESTART_STATE"       "STATE VECTOR FOR MICROPHYSICS RESTARTS"
752 state    real  tbpvs_state        p      misc        1         -      r        "TBPVS_STATE"           "STATE FOR ETAMPNEW MICROPHYSICS"
753 state    real  tbpvs0_state       p      misc        1         -      r        "TBPVS0_STATE"          "STATE FOR ETAMPNEW MICROPHYSICS"
755 # State variables for landuse_init, Must be declared state because they are read in and needed for restarts. Had been SAVE vars in
756 # landuse_init (phys/module_physics_init.F)
757 state    integer  landuse_isice   -      misc       -          -     r
758 state    integer  landuse_lucats  -      misc       -          -     r
759 state    integer  landuse_luseas  -      misc       -          -     r
760 state    integer  landuse_isn     -      misc       -          -     r
761 state    real     lu_state        p      misc       -          -     r
763 i1       real  th_phy          ikj      misc        1         -                                          
764 i1       real  pi_phy          ikj      misc        1         -                                          
765 i1       real  p_phy           ikj      misc        1         -                                          
766 i1       real  t_phy           ikj      misc        1         -                                          
767 i1       real  u_phy           ikj      misc        1         -                                          
768 i1       real  v_phy           ikj      misc        1         -                                          
769 i1       real  dz8w            ikj      misc        1         Z                                          
770 i1       real  p8w             ikj      misc        1         Z                                          
771 i1       real  t8w             ikj      misc        1         Z                                          
772 i1       real  rho_phy         ikj      misc        1         -                                          
773 i1    logical  CU_ACT_FLAG     ij       misc        1         -
775                                                 
776 state    real  TMN              ij      misc        1         -     i012rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm)     "TMN"                   "SOIL TEMPERATURE AT LOWER BOUNDARY"           "K"
777 state    real  XLAND            ij      misc        1         -     i02rhd=(interp_fcnm)u=(copy_fcnm)       "XLAND"                 "LAND MASK (1 FOR LAND, 2 FOR WATER)"          ""      
778 state    real  ZNT              ij      misc        1         -      i3r      "ZNT"                   "TIME-VARYING ROUGHNESS LENGTH"                "m"      
779 state    real  UST              ij      misc        1         -      rh       "UST"                   "U* IN SIMILARITY THEORY"                      "m s-1"      
780 i1       real  HOL              ij      misc        1         -      -        "HOL"                   "PBL HEIGHT OVER MONIN-OBUKHOV LENGTH"         ""
781 state    real  RMOL             ij      misc        1         -     r        "RMOL"                   "1./Monin Ob. Length"                      ""
782 state    real  MOL              ij      misc        1         -      r        "MOL"                   "T* IN SIMILARITY THEORY"                      "K"      
783 state    real  PBLH             ij      misc        1         -      rh       "PBLH"                  "PBL HEIGHT"         "m"      
784 state    real  CAPG             ij      misc        1         -      r        "CAPG"                  "HEAT CAPACITY FOR SOIL"                       "J K-1 m-3"      
785 state    real  THC              ij      misc        1         -      r        "THC"                   "THERMAL INERTIA"                              "Cal cm-1 K-1 s-0.5"      
786 state    real  HFX              ij      misc        1         -      rh       "HFX"                   "UPWARD HEAT FLUX AT THE SURFACE"              "W m-2"      
787 state    real  QFX              ij      misc        1         -      rh       "QFX"                   "UPWARD MOISTURE FLUX AT THE SURFACE"          "kg m-2 s-1"      
788 state    real  LH               ij      misc        1         -      rh       "LH"                    "LATENT HEAT FLUX AT THE SURFACE"              "W m-2"
789 state    real  FLHC             ij      misc        1         -      r        "FLHC"                  "SURFACE EXCHANGE COEFFICIENT FOR HEAT"       ""
790 state    real  FLQC             ij      misc        1         -      r        "FLQC"                  "SURFACE EXCHANGE COEFFICIENT FOR MOISTURE"   ""
791 state    real  QSG              ij      misc        1         -      r        "QSG"                   "SURFACE SATURATION WATER VAPOR MIXING RATIO"   "kg kg-1"
792 state    real  QVG              ij      misc        1         -      r        "QVG"                   "WATER VAPOR MIXING RATIO AT THE SURFACE"      "kg kg-1"
793 state    real  QCG              ij      misc        1         -      r        "QCG"                   "CLOUD WATER MIXING RATIO AT THE SURFACE"      "kg kg-1"
794 state    real  SOILT1           ij      misc        1         -      r        "SOILT1"                "TEMPERATURE INSIDE SNOW "    "K"
795 state    real  TSNAV            ij      misc        1         -      r        "TSNAV"                 "AVERAGE SNOW TEMPERATURE "                    "C"
796 i1       real  REGIME           ij      misc        1         -                                          
797 state    real  SNOWC            ij      misc        1         -     irhd=(interp_mask_land_field:lu_index)u=(copy_fcnm)      "SNOWC"                 "FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)"         ""
798 state    real  MAVAIL           ij      misc        1         -      r        "MAVAIL"                "SURFACE MOISTURE AVAILABILITY"                ""
799                                                 
800 state   real   tkesfcf          ij      misc        1         -      r        "tkesfcf"               "TKE AT THE SURFACE"                           "m2 s-2"      
801                                                 
802 state integer  STEPBL          -        misc        1         -      r        "STEPBL"                "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN PBL CALLS" ""      
803 state    real  taucldi         ikj      misc        1         -      r        "TAUCLDI"               "CLOUD OPTICAL THICKNESS FOR ICE"              ""
804 state    real  taucldc         ikj      misc        1         -      r        "TAUCLDC"               "CLOUD OPTICAL THICKNESS FOR WATER"            ""
805                                                 
806 state   real  defor11          ikj      misc        1         -     r         "defor11"               "DEFORMATION 11"              "s-1"      
807 state   real  defor22          ikj      misc        1         -     r         "defor22"               "DEFORMATION 22"              "s-1"      
808 state   real  defor12          ikj      misc        1         -     r         "defor12"               "DEFORMATION 12"              "s-1"      
809 state   real  defor33          ikj      misc        1         z     r         "defor33"               "DEFORMATION 33"              "s-1"      
810 state   real  defor13          ikj      misc        1         z     r         "defor13"               "DEFORMATION 13"              "s-1"      
811 state   real  defor23          ikj      misc        1         z     r         "defor23"               "DEFORMATION 23"              "s-1"      
812 state   real   xkmv            ikj      misc        1         -     r         "xkmv"                  "VERTICAL EDDY VISCOSITY"     "m2 s-1"      
813 state   real   xkmh            ikj      misc        1         -     r         "xkmh"                  "HORIZONTAL EDDY VISCOSITY"   "m2 s-1"      
814 state   real   xkmhd           ikj      misc        1         -     r         "xkmhd"                 "HORIZONTAL EDDY DIFFUSIVITY" "m2 s-1"      
815 state   real   xkhv            ikj      misc        1         -     r         "xkhv"                  "VERTICAL EDDY DIFFUSIVITY OF HEAT"                               "m2 s-1"      
816 state   real   xkhh            ikj      misc        1         -     r         "xkhh"                  "HORIZONTAL EDDY DIFFUSIVITY OF HEAT"                             "m2 s-1"      
817 state   real    div            ikj      misc        1         -     r         "div"                   "DIVERGENCE"                                                      "s-1"
818 state   real    BN2            ikj      misc        1         -     r         "BN2"                   "BRUNT-VAISALA FREQUENCY"                                         "s-2"
819 state  logical warm_rain        -       misc        1         -     -         "warm_rain"              "WARM_RAIN_LOGICAL"
820 state  logical adv_moist_cond   -       misc        1         -     -         "adv_moist_cond"         "ADVECT MOIST CONDENSATES LOGICAL"
822 ## FDDA variables
824 state integer  STEPFG            -        misc        1         -      r        "STEPFG"                "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN FDDA GRID CALLS" ""
825 state    real  RUNDGDTEN         ikj      misc        1         X      r        "RUNDGDTEN"               "COUPLED X WIND TENDENCY DUE TO FDDA GRID NUDGING"  "Pa m s-2"
826 state    real  RVNDGDTEN         ikj      misc        1         Y      r        "RVNDGDTEN"               "COUPLED Y WIND TENDENCY DUE TO FDDA GRID NUDGING"  "Pa m s-2"
827 state    real  RTHNDGDTEN        ikj      misc        1         -      r        "RTHNDGDTEN"              "COUPLED THETA TENDENCY DUE TO FDDA GRID NUDGING"   "Pa K s-1"
828 state    real  RQVNDGDTEN        ikj      misc        1         -      r        "RQVNDGDTEN"              "COUPLED Q_V TENDENCY DUE TO FDDA GRID NUDGING"     "Pa kg kg-1 s-1"
829 state    real  RMUNDGDTEN        ij       misc        1         -      r        "RMUNDGDTEN"              "MU TENDENCY DUE TO FDDA GRID NUDGING"     "Pa s-1"
830 state    real    -               ikjf     fdda3d      1         -     -    -
831 state    real  U_NDG_NEW         ikjf     fdda3d      1         X      igr      "U_NDG_NEW"               "NEW X WIND FOR FDDA GRID NUDGING"  "m s-1"
832 state    real  V_NDG_NEW         ikjf     fdda3d      1         Y      igr      "V_NDG_NEW"               "NEW Y WIND FOR FDDA GRID NUDGING"  "m s-1"
833 state    real  T_NDG_NEW         ikjf     fdda3d      1         -      igr      "T_NDG_NEW"               "NEW PERT POT TEMP FOR FDDA GRID NUDGING"  "K"
834 state    real  Q_NDG_NEW         ikjf     fdda3d      1         -      igr      "Q_NDG_NEW"               "NEW WATER VAPOR MIX RATIO FOR FDDA GRID NUDGING"  "kg/kg"
835 state    real  PH_NDG_NEW        ikjf     fdda3d      1         Z      igr      "PH_NDG_NEW"              "NEW PERT GEOPOTENTIAL FOR FDDA GRID NUDGING"  "kg/kg"
836 state    real  U_NDG_OLD         ikjf     fdda3d      1         X      igr      "U_NDG_OLD"               "OLD X WIND FOR FDDA GRID NUDGING"  "m s-1"
837 state    real  V_NDG_OLD         ikjf     fdda3d      1         Y      igr      "V_NDG_OLD"               "OLD Y WIND FOR FDDA GRID NUDGING"  "m s-1"
838 state    real  T_NDG_OLD         ikjf     fdda3d      1         -      igr      "T_NDG_OLD"               "OLD PERT POT TEMP FOR FDDA GRID NUDGING"  "K"
839 state    real  Q_NDG_OLD         ikjf     fdda3d      1         -      igr      "Q_NDG_OLD"               "OLD WATER VAPOR MIX RATIO FOR FDDA GRID NUDGING"  "kg/kg"
840 state    real  PH_NDG_OLD        ikjf     fdda3d      1         Z      igr      "PH_NDG_OLD"              "OLD PERT GEOPOTENTIAL FOR FDDA GRID NUDGING"  "kg/kg"
841 state    real    -               ivjf     fdda2d      1         Z     -    -
842 state    real  MU_NDG_NEW        ivjf     fdda2d      1         Z      igr      "MU_NDG_NEW"              "NEW PERT COLUMN DRY MASS FOR FDDA GRID NUDGING"  "Pa"
843 state    real  MU_NDG_OLD        ivjf     fdda2d      1         Z      igr      "MU_NDG_OLD"              "OLD PERT COLUMN DRY MASS FOR FDDA GRID NUDGING"  "Pa"
846 # flag for nest movement
847 state  logical moved            -       misc        1         -     -          
849 # special cam radiation restart arrays
850 state  real   abstot   ikcj   misc      1    Z   -     ""   ""  " "
851 state  real   absnxt   ikaj   misc      1    -   -     ""   ""  " "
852 state  real   emstot   ikj    misc      1    Z   -     ""   ""  " "
854 # model diagnostics
855 state   real  dpsdt            ij       misc        1         -     -         "dpsdt"           "surface pressure tendency"                         "Pa/sec"
856 state   real  dmudt            ij       misc        1         -     -         "dmudt"           "mu tendency"                                       "Pa/sec"
857 state   real  pk1m             ij       misc        1         -     -         "pk1m"            "surface pressure at previous step"                 "Pa"
858 state   real  mu_2m            ij       misc        1         -     -         "mu_2m"           "mu_2 at previous step"                             "Pa"
861 #---------------------------------------------------------------------------------------------------------------------------------------
862 #                                               
864 ######                                          
865 #                                               
866 # Variables that are set at run-time to control configuration  (namelist-settable)                                              
867 #                                               
868 #<Table>  <Type>  <Sym>                   <How set>          <Nentries>   <Default>                                             
871 # Time Control
872 rconfig   integer run_days                namelist,time_control         1             0       irh   "run_days"              "NUMBER OF DAYS TO RUN"
873 rconfig   integer run_hours               namelist,time_control         1             0       irh   "run_hours"             "NUMBER OF HOURS TO RUN"
874 rconfig   integer run_minutes             namelist,time_control         1             0       irh   "run_minutes"           "NUMBER OF MINUTES TO RUN"
875 rconfig   integer run_seconds             namelist,time_control         1             0       irh   "run_seconds"           "NUMBER OF SECONDS TO RUN"
876 rconfig   integer start_year              namelist,time_control         max_domains    1993    irh   "start_year"            "4 DIGIT YEAR OF START OF MODEL" "YEARS"
877 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"
878 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"
879 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"
880 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"
881 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"
882 rconfig   integer end_year                namelist,time_control         max_domains    1993    irh   "end_year"              "4 DIGIT YEAR OF END OF MODEL" "YEARS"
883 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"
884 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"
885 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"
886 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"
887 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"
888 rconfig   integer interval_seconds        namelist,time_control         1             43200    irh   "interval_seconds"      "SECONDS BETWEEN ANALYSIS AND BOUNDARY PERIODS" "SECONDS"
889 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"  ""
890 rconfig   integer fine_input_stream       namelist,time_control         max_domains    0       irh    "fine_input_stream"      "0 THROUGH 11, WHAT INPUT STREAM IS FINE GRID IC FROM"  ""
891 rconfig   logical input_from_hires        namelist,time_control         max_domains    .false. irh    "input_from_hires"     "T/F INPUT FOR THIS DOMAIN FROM USGS HI RES TERRAIN"  ""
892 rconfig   character rsmas_data_path       namelist,time_control         1              "."     -    "rsmas_data_path"      ""  ""
894 include registry.io_boilerplate
896 rconfig   integer JULYR                   namelist,time_control         max_domains    0       h    "JULYR"                 ""      ""
897 rconfig   integer JULDAY                  namelist,time_control         max_domains    1       h    "JULDAY"                ""      ""
898 rconfig   real    GMT                     namelist,time_control         max_domains    0.      h    "GMT"           ""      ""
899 rconfig   character  input_inname      namelist,time_control            1  "wrfinput_d<domain>"          -     "name of input   infile"   ""      ""
900 rconfig   character  input_outname     namelist,time_control            1  "wrfinput_d<domain>"          -     "name of input   outfile"  ""      ""
901 rconfig   character  bdy_inname        namelist,time_control            1  "wrfbdy_d<domain>"            -     "name of boundary infile"  ""      ""
902 rconfig   character  bdy_outname       namelist,time_control            1  "wrfbdy_d<domain>"            -     "name of boundary outfile" ""      ""
903 rconfig   character  rst_inname        namelist,time_control            1  "wrfrst_d<domain>_<date>"     -     "name of restrt infile"    ""      ""
904 rconfig   character  rst_outname       namelist,time_control            1  "wrfrst_d<domain>_<date>"     -     "name of restrt outfile"   ""      ""
905 rconfig   logical write_input             namelist,time_control         1             .false. -    "write input data for 3dvar etc."              ""      ""
906 rconfig   logical write_restart_at_0h     namelist,time_control         1             .false. h    "write_restart_at_0h"              ""      ""
907 rconfig   logical adjust_output_times     namelist,time_control         1             .false. -    "adjust_output_times"
908 rconfig   logical adjust_input_times      namelist,time_control         1             .false. -    "adjust_input_times"
910 rconfig   integer diag_print              namelist,time_control         1              0      -    "print out time series of model diagnostics"
911 rconfig   logical nocolons                namelist,time_control         1             .false. -    "nocolons"
913 # Domains
914 rconfig   integer time_step               namelist,domains      1             -       ih   "time_step"     
915 rconfig   integer time_step_fract_num     namelist,domains      1             0       ih   "time_step_fract_num"     
916 rconfig   integer time_step_fract_den     namelist,domains      1             1       ih   "time_step_fract_den"     
917 rconfig   integer max_dom                 namelist,domains      1             1       irh  "max_dom"               ""      ""
918 rconfig   integer s_we                    namelist,domains      max_domains    1       irh    "s_we"          ""      ""
919 rconfig   integer e_we                    namelist,domains      max_domains    32      irh    "e_we"          ""      ""
920 rconfig   integer s_sn                    namelist,domains      max_domains    1       irh    "s_sn"          ""      ""
921 rconfig   integer e_sn                    namelist,domains      max_domains    32      irh    "e_sn"          ""      ""
922 rconfig   integer s_vert                  namelist,domains      max_domains    1       irh    "s_vert"                ""      ""
923 rconfig   integer e_vert                  namelist,domains      max_domains    31      irh    "e_vert"                ""      ""
924 rconfig   integer num_metgrid_levels      namelist,domains      1              27      irh    "num_metgrid_levels"                ""      ""
925 rconfig   real    p_top_requested         namelist,domains      1              5000    irh    "p_top_requested" "Pa"      ""
926 rconfig   integer interp_type             namelist,domains      1              1       irh    "interp_type"  "1=interp in pressure, 2=interp in LOG pressure"  ""
927 rconfig   integer extrap_type             namelist,domains      1              2       irh    "extrap_type"  "1= use 2 lowest levels, 2=constant"  ""
928 rconfig   integer t_extrap_type           namelist,domains      1              1       irh    "t_extrap_type"  "1= use 2 lowest levels, 2=constant, 3 = 6.5 K/km"   ""
929 rconfig   logical lowest_lev_from_sfc     namelist,domains      1             .false.  irh    "lowest_lev_from_sfc"                ""      ""
930 rconfig   integer lagrange_order          namelist,domains      1              1       irh    "lagrange_order"   "1=linear, 2=quadratic vertical interpolation"      ""
931 rconfig   integer force_sfc_in_vinterp    namelist,domains      1              1       irh    "force_sfc_in_vinterp"   "number of eta levels forced to use sfc in vert interp"      ""
932 rconfig   real    zap_close_levels        namelist,domains      1              500     irh    "zap_close_levels"   "delta p where level is removed in vert interp"      "Pa"
933 rconfig   logical sfcp_to_sfcp            namelist,domains      1              .false. irh    "afcp_to_sfcp"   "T/F use incoming sfc pres to compute new sfc pres"      "flag"
934 rconfig   logical adjust_heights          namelist,domains      1              .false. irh    "adjust_heights"   "T/F adjust pressure level input to match 500 mb height"      "flag"
935 rconfig   real    dx                      namelist,domains     max_domains    200     h     "dx"        "X HORIZONTAL RESOLUTION"   "METERS"
936 rconfig   real    dy                      namelist,domains      max_domains    200     h     "dy"        "Y HORIZONTAL RESOLUTION"   "METERS"
937 rconfig   integer grid_id                 namelist,domains      max_domains    1       irh    "id"            ""      ""
938 rconfig   integer parent_id               namelist,domains      max_domains    0       h     "parent_id"             ""      ""
939 rconfig   integer i_parent_start          namelist,domains      max_domains    1       rh     "i_parent_start"                ""      ""
940 rconfig   integer j_parent_start          namelist,domains      max_domains    1       rh     "j_parent_start"                ""      ""
941 rconfig   integer parent_grid_ratio       namelist,domains      max_domains    1       h     "parent_grid_ratio"             ""      ""
942 rconfig   integer parent_time_step_ratio  namelist,domains      max_domains    1       h     "parent_time_step_ratio"                ""      ""
943 rconfig   integer feedback                namelist,domains      1    1       h     "feedback"          ""      ""
944 rconfig   integer smooth_option           namelist,domains      1    2       h     "smooth_option"          ""      ""
945 rconfig   integer blend_width             namelist,domains      1    5       h     "blend_width"  "width of cg fg terrain blended zone"      ""
946 rconfig   real    ztop                    namelist,domains      max_domains    15000.  h    "ztop"          ""      ""
947 rconfig   integer moad_grid_ratio         namelist,domains      max_domains    1       h     "moad_grid_ratio"               ""      ""
948 rconfig   integer moad_time_step_ratio    namelist,domains      max_domains    1       h     "moad_time_step_ratio"          ""      ""
949 rconfig   integer shw                     namelist,domains      max_domains    2       h     "stencil_half_width"   "HORIZONTAL INTERPOLATION STENCIL HALF-WIDTH"  "GRID POINTS"
950 rconfig   integer tile_sz_x               namelist,domains      1             0       -      "tile_sz_x"             ""      ""
951 rconfig   integer tile_sz_y               namelist,domains      1             0       -      "tile_sz_y"             ""      ""
952 rconfig   integer numtiles                namelist,domains      1             1       -      "numtiles"              ""      ""
953 rconfig   integer nproc_x                 namelist,domains      1             -1       -      "nproc_x"              "-1 means not set"      ""
954 rconfig   integer nproc_y                 namelist,domains      1             -1       -      "nproc_y"              "-1 means not set"      ""
955 rconfig   integer irand                   namelist,domains      1             0       -      "irand"           ""      ""
956 rconfig   real    dt                      derived              max_domains    2.      h     "dt"        "TEMPORAL RESOLUTION"      "SECONDS"
957 rconfig   integer   num_moves       namelist,domains    1                0
958 rconfig   integer   vortex_interval  namelist,domains   max_domains      15  -  "" "" "minutes"
959 rconfig   integer   max_vortex_speed namelist,domains   max_domains      40  -  "" "" "meters per second"
960 rconfig   integer   corral_dist     namelist,domains    max_domains      8
961 rconfig   integer   move_id         namelist,domains    max_moves        0
962 rconfig   integer   move_interval   namelist,domains    max_moves        999999999
963 rconfig   integer   move_cd_x       namelist,domains    max_moves        0
964 rconfig   integer   move_cd_y       namelist,domains    max_moves        0
965 rconfig   logical   swap_x          namelist,domains    max_domains    .false. rh    "swap_x"            ""      ""
966 rconfig   logical   swap_y          namelist,domains    max_domains    .false. rh    "swap_y"            ""      ""
967 rconfig   logical   cycle_x         namelist,domains    max_domains    .false. rh    "cycle_x"            ""      ""
968 rconfig   logical   cycle_y         namelist,domains    max_domains    .false. rh    "cycle_y"            ""      ""
969 rconfig   logical   reorder_mesh    namelist,domains    1              .false. rh    "reorder_mesh"       ""      ""
970 rconfig   logical   perturb_input   namelist,domains    1              .false. h     "" "" ""
971 rconfig   real      eta_levels      namelist,domains    max_eta        -1.
972 rconfig   real      max_dz          namelist,domains    1               1000.
974 # Physics
975 rconfig   integer     mp_physics          namelist,physics      max_domains    0       rh       "mp_physics"            ""      ""
976 rconfig   integer     progn               namelist,physics      max_domains    0       rh       "progn"                 ""      ""
977 rconfig   integer     ra_lw_physics       namelist,physics      max_domains    0       rh       "ra_lw_physics"         ""      ""
978 rconfig   integer     ra_sw_physics       namelist,physics      max_domains    0       rh       "ra_sw_physics"         ""      ""
979 rconfig   real    radt                    namelist,physics      max_domains    0       h    "RADT"          ""      ""
980 rconfig   real    naer                    namelist,physics      max_domains    1e9     rh   "NAER"          ""      ""
981 rconfig   integer     sf_sfclay_physics   namelist,physics      max_domains    0       rh       "sf_sfclay_physics"             ""      ""
982 rconfig   integer     sf_surface_physics  namelist,physics      max_domains    0       rh       "sf_surface_physics"            ""      ""
983 rconfig   integer     bl_pbl_physics      namelist,physics      max_domains    0       rh       "bl_pbl_physics"                ""      ""
984 rconfig   real    BLDT                    namelist,physics      max_domains    0       h    "BLDT"          ""      ""
985 rconfig   integer     cu_physics          namelist,physics      max_domains    0       rh       "cu_physics"            ""      ""
986 rconfig   real    CUDT                    namelist,physics      max_domains    0       h    "CUDT"          ""      ""
987 rconfig   real    GSMDT                   namelist,physics      max_domains    0       h    "GSMDT"          ""      ""
988 rconfig   integer ISFFLX                  namelist,physics      1             1       irh    "ISFFLX"                        ""      ""
989 rconfig   integer IFSNOW                  namelist,physics      1             0       irh    "IFSNOW"                        ""      ""
990 rconfig   integer ICLOUD                  namelist,physics      1             1       irh    "ICLOUD"                        ""      ""
991 rconfig   real    swrad_scat              namelist,physics      1             1       irh    "SWRAD_SCAT" "SCATTERING FACTOR IN SWRAD"      ""
992 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)"      ""
993 rconfig   integer num_soil_layers         namelist,physics      1             5       irh    "num_soil_layers"               ""      ""
994 rconfig   integer num_months              namelist,physics      1            12       irh    "num_months"               ""      ""
995 rconfig   integer maxiens                 namelist,physics      1             1       irh    "maxiens"                    ""      ""
996 rconfig   integer maxens                  namelist,physics      1             3       irh    "maxens"                    ""      ""
997 rconfig   integer maxens2                 namelist,physics      1             3       irh    "maxens2"                    ""      ""
998 rconfig   integer maxens3                 namelist,physics      1            16       irh    "maxens3"                    ""      ""
999 rconfig   integer ensdim                  namelist,physics      1            144      irh    "ensdim"                    ""      ""
1000 rconfig   integer     chem_opt            namelist,physics      max_domains    0       rh       "chem_opt"              ""      ""
1001 rconfig   integer num_land_cat            namelist,physics      1            24       -      "num_land_cat"                  ""      ""
1002 rconfig   integer num_soil_cat            namelist,physics      1            16       -      "num_soil_cat"                  ""      ""
1003 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"
1004 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"
1005 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"
1006 rconfig   integer sst_update              namelist,physics      1            0         h    "sst_update"  "update sst from wrflowinp file  0=no, 1=yes"   ""
1007 rconfig   integer ucmcall                 namelist,physics      1            0         h    "ucmcall"     "activate urban model  0=no, 1=yes"   ""
1008 rconfig   integer co2tf                   namelist,physics      1            1         -    "co2tf" "GFDL radiation co2 flag" ""
1009 rconfig   integer ra_call_offset          namelist,physics      1            0         -    "ra_call_offset" "radiation call offset in timesteps (-1=old, 0=new offset)" ""
1010 rconfig   real    cam_abs_freq_s          namelist,physics      1         21600.      -      "cam_abs_freq_s" "CAM radiation frequency for clear-sky longwave calculations" "s"
1011 rconfig   integer levsiz                  namelist,physics      1             1       -      "levsiz" "Number of ozone data levels for CAM radiation (59)"  ""
1012 rconfig   integer paerlev                 namelist,physics      1             1       -      "paerlev" "Number of aerosol data levels for CAM radiation (29)"  ""
1013 rconfig   integer cam_abs_dim1            namelist,physics      1             1       -      "cam_abs_dim1" "dimension for absnxt in CAM radiation"  ""
1014 rconfig   integer cam_abs_dim2            namelist,physics      1             1       -      "cam_abs_dim2" "dimension for abstot in CAM radiation"  ""
1015 rconfig   logical cu_rad_feedback         namelist,physics      max_domains   .false.  -     "feedback cumulus to radiation"  ""
1017 #FDDA namelist parameters
1018 rconfig   real    FGDT                    namelist,fdda         max_domains    0       h        "FGDT"          ""      ""
1019 rconfig   integer  grid_fdda              namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1020 rconfig   integer  if_no_pbl_nudging_uv   namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1021 rconfig   integer  if_no_pbl_nudging_t    namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1022 rconfig   integer  if_no_pbl_nudging_q    namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1023 rconfig   integer  if_zfac_uv             namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1024 rconfig   integer   k_zfac_uv             namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1025 rconfig   integer  if_zfac_t              namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1026 rconfig   integer   k_zfac_t              namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1027 rconfig   integer  if_zfac_q              namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1028 rconfig   integer   k_zfac_q              namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1029 rconfig   real        guv                 namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1030 rconfig   real        gt                  namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1031 rconfig   real        gq                  namelist,fdda         max_domains    0       rh       "grid_fdda"            ""      ""
1032 rconfig   real    dtramp_min              namelist,fdda         1              0       h        "grid_fdda"            ""      ""
1033 rconfig   integer if_ramping              namelist,fdda         1              0       h        "grid_fdda"            ""      ""
1035 #Observational Nudging
1036 rconfig   integer     obs_nudge_opt       namelist,fdda            max_domains    0       rh       "obs_nudge_opt"     "Obs-nudging flag for domain"          ""
1037 rconfig   integer     max_obs             namelist,fdda            1              0       h        "max_obs"           "Maximum number of observations"       ""
1038 rconfig   integer     nobs_ndg_vars       namelist,fdda            1              5       h        "num_ndg_vars"      "Number of nudging variables"          ""
1039 rconfig   integer     nobs_err_flds       namelist,fdda            1              9       h        "num_err_flds"      "Number of error fields"               ""
1040 rconfig   real        fdda_start          namelist,fdda            max_domains    0       rh       "fdda_start"        "Nudging start time for domain"        "min"
1041 rconfig   real        fdda_end            namelist,fdda            max_domains    0       rh       "fdda_end"          "Nudging end time for domain"          "min"
1042 rconfig   integer     obs_nudge_wind      namelist,fdda            max_domains    0       rh       "obs_nudge_wind"    "Wind-nudging flag for domain"         ""
1043 rconfig   real        obs_coef_wind       namelist,fdda            max_domains    0       rh       "obs_coef_wind"     "Wind-nudging coeficient for domain"   "s-1"
1044 rconfig   integer     obs_nudge_temp      namelist,fdda            max_domains    0       rh       "obs_nudge_temp"    "Temperature-nudging flag for domain"  ""
1045 rconfig   real        obs_coef_temp       namelist,fdda            max_domains    0       rh       "obs_coef_temp"     "Temperature-nudging coef for domain"  "s-1"
1046 rconfig   integer     obs_nudge_mois      namelist,fdda            max_domains    0       rh       "obs_nudge_mois"    "Moisture-nudging flag for domain"     ""
1047 rconfig   real        obs_coef_mois       namelist,fdda            max_domains    0       rh       "obs_coef_mois"     "Moisture-nudging coef for domain"     "s-1"
1048 rconfig   integer     obs_nudge_pstr      namelist,fdda            max_domains    0       rh       "obs_nudge_pstr"    "Not used"                             ""
1049 rconfig   real        obs_coef_pstr       namelist,fdda            max_domains    0       rh       "obs_coef_pstr"     "Not used"                             ""
1050 rconfig   real        obs_rinxy           namelist,fdda            max_domains    0       rh       "obs_rinxy"         "Horizontal radius of influence"       "km"
1051 rconfig   real        obs_rinsig          namelist,fdda            1              0       h        "obs_rinsig"        "Vertical radius of influence"         "sigma"
1052 rconfig   real        obs_twindo          namelist,fdda            1              0       h        "obs_twindo"        "Half-period time window for nudging"  "min"
1053 rconfig   integer     obs_npfi            namelist,fdda            1              0       h        "obs_npfi"          "Freq in cg timesteps for diag print"  ""
1054 rconfig   integer     obs_ionf            namelist,fdda            1              0       h        "obs_ionf"          "Freq in cg timesteps for obs input and error calc"   ""
1055 rconfig   integer     obs_idynin          namelist,fdda            1              0       h        "obs_idynin"        "Flag for dynamic initialization"      ""
1056 rconfig   real        obs_dtramp          namelist,fdda            1              0       h        "obs_dtramp"        "Time period for ramping (idynin)"     "min"
1057 rconfig   logical     obs_ipf_in4dob      namelist,fdda            1              .false. h        "obs_ipf_in4dob"    "Print obs input diagnostics"   "min"
1058 rconfig   logical     obs_ipf_errob       namelist,fdda            1              .false. h        "obs_ipf_errob"     "Print obs error diagnostics"   "min"
1059 rconfig   logical     obs_ipf_nudob       namelist,fdda            1              .false. h        "obs_ipf_nudob"     "Print obs nudge diagnostics"   "min"
1062 # Dynamics
1063 # dynamics option (see package definitions, below)
1064 rconfig   integer dyn_opt                 namelist,dynamics     1             2       irh   "dyn_opt"               ""      ""
1065 rconfig   integer rk_ord                  namelist,dynamics     1             3       irh   "rk_order"               ""      ""
1066 rconfig   integer w_damping               namelist,dynamics     1             0       irh    "w_damping"             ""      ""
1067 # diff_opt 1=old diffusion, 2=new
1068 rconfig   integer diff_opt                namelist,dynamics     1             1       irh    "diff_opt"              ""      ""
1069 # km_opt   1=old coefs, 2=tke, 3=Smagorinksy
1070 rconfig   integer km_opt                  namelist,dynamics     1             1       irh    "km_opt"                ""      ""
1071 rconfig   integer damp_opt                namelist,dynamics     1             0       irh    "damp_opt"              ""      ""
1072 rconfig   real    zdamp                   namelist,dynamics     max_domains    5000.   h    "zdamp"         ""      ""
1073 rconfig   real    dampcoef                namelist,dynamics     max_domains    0.      h    "dampcoef"              ""      ""
1074 rconfig   real    khdif                   namelist,dynamics     max_domains    0       h    "khdif"         ""      ""
1075 rconfig   real    kvdif                   namelist,dynamics     max_domains    0       h    "kvdif"         ""      ""
1076 rconfig   real    diff_6th_factor         namelist,dynamics     max_domains    0.12    h    "diff_6th_factor" "factor that controls rate of 6th-order numerical diffusion"
1077 rconfig   integer diff_6th_opt            namelist,dynamics     max_domains    0      irh   "diff_6th_opt" "switch for 6th-order numerical diffusion"
1078 rconfig   real    smdiv                   namelist,dynamics     max_domains    0.1     h    "smdiv"         ""      ""
1079 rconfig   real    emdiv                   namelist,dynamics     max_domains    0.01    h    "emdiv"         ""      ""
1080 rconfig   real    epssm                   namelist,dynamics     max_domains    .1      h    "epssm"         ""      ""
1081 rconfig   logical non_hydrostatic         namelist,dynamics     max_domains  .true.   irh  "non_hydrostatic"    ""   ""
1082 rconfig   integer time_step_sound         namelist,dynamics     max_domains    0       h     "time_step_sound"               ""      ""
1083 rconfig   integer     h_mom_adv_order     namelist,dynamics     max_domains    5       rh       "h_mom_adv_order"               ""      ""
1084 rconfig   integer     v_mom_adv_order     namelist,dynamics     max_domains    3       rh       "v_mom_adv_order"               ""      ""
1085 rconfig   integer     h_sca_adv_order     namelist,dynamics     max_domains    5       rh       "h_sca_adv_order"               ""      ""
1086 rconfig   integer     v_sca_adv_order     namelist,dynamics     max_domains    3       rh       "v_sca_adv_order"               ""      ""
1087 rconfig   logical     pd_moist            namelist,dynamics     max_domains    .false.  rh    "pd_moist"         "positive-definite RK3 transport switch"      ""
1088 rconfig   logical     pd_chem             namelist,dynamics     max_domains    .false. rh    "pd_chem"          "positive-definite RK3 transport switch"      ""
1089 rconfig   logical     pd_scalar           namelist,dynamics     max_domains    .false. rh    "pd_scalar"        "positive-definite RK3 transport switch"      ""
1090 rconfig   logical     pd_tke              namelist,dynamics     max_domains    .false. rh    "pd_tke"           "positive-definite RK3 transport switch"      ""
1091 rconfig   logical top_radiation           namelist,dynamics     max_domains    .false. rh    "top_radiation"         ""      ""
1092 rconfig   real    mix_cr_len              namelist,dynamics     max_domains    200.    h    "mix_cr_len"            ""      ""
1093 rconfig   real    tke_upper_bound         namelist,dynamics     max_domains    1000.   h    "tke_upper_bound"            ""      ""
1094 rconfig   real    kh_tke_upper_bound      namelist,dynamics     max_domains    1000.   h    "kh_tke_upper_bound"         ""      ""
1095 rconfig   real    kv_tke_upper_bound      namelist,dynamics     max_domains    1000.   h    "kv_tke_upper_bound"         ""      ""
1096 rconfig   real    tke_drag_coefficient    namelist,dynamics     max_domains    0.      h    "tke_drag_coefficient"       ""      "dimensionless"
1097 rconfig   real    tke_heat_flux           namelist,dynamics     max_domains    0.      h    "tke_heat_flux"              ""      "K m s-1"
1098 rconfig   logical pert_coriolis           namelist,dynamics     max_domains  .false.  irh  "pert_coriolis"    ""   ""
1099 rconfig   logical mix_full_fields         namelist,dynamics     max_domains  .false.  irh  "mix_full_field"   ""   ""
1100 rconfig   real    base_pres               namelist,dynamics     1          100000.     h    "base_pres"  "Base state pressure - do not change (10^5 Pa), real only"      "Pa"
1101 rconfig   real    base_temp               namelist,dynamics     1             290.     h    "base_temp"  "Base state sea level temperature, real only"      "K"
1102 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"
1105 # Bdy_control
1106 rconfig   integer spec_bdy_width          namelist,bdy_control          1             5       irh    "spec_bdy_width"                ""      ""
1107 rconfig   integer spec_zone               namelist,bdy_control          1             1       irh    "spec_zone"                     ""      ""
1108 rconfig   integer relax_zone              namelist,bdy_control          1             4       irh    "relax_zone"                    ""      ""
1109 rconfig   logical specified               namelist,bdy_control  max_domains    .false. rh    "specified"             ""      ""
1110 rconfig   logical periodic_x              namelist,bdy_control  max_domains    .false. rh    "periodic_x"            ""      ""
1111 rconfig   logical symmetric_xs            namelist,bdy_control  max_domains    .false. rh    "symmetric_xs"          ""      ""
1112 rconfig   logical symmetric_xe            namelist,bdy_control  max_domains    .false. rh    "symmetric_xe"          ""      ""
1113 rconfig   logical open_xs                 namelist,bdy_control  max_domains    .false. rh    "open_xs"               ""      ""
1114 rconfig   logical open_xe                 namelist,bdy_control  max_domains    .false. rh    "open_xe"               ""      ""
1115 rconfig   logical periodic_y              namelist,bdy_control  max_domains    .false. rh    "periodic_y"            ""      ""
1116 rconfig   logical symmetric_ys            namelist,bdy_control  max_domains    .false. rh    "symmetric_ys"          ""      ""
1117 rconfig   logical symmetric_ye            namelist,bdy_control  max_domains    .false. rh    "symmetric_ye"          ""      ""
1118 rconfig   logical open_ys                 namelist,bdy_control  max_domains    .false. rh    "open_ys"               ""      ""
1119 rconfig   logical open_ye                 namelist,bdy_control  max_domains    .false. rh    "open_ye"               ""      ""
1120 rconfig   logical nested                  namelist,bdy_control  max_domains    .false. rh    "nested"                ""      ""
1121 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"
1123 rconfig   integer background_proc_id      namelist,grib2                1     255    rh    "background_proc_id"    "Background processing id for grib2"  ""
1124 rconfig   integer forecast_proc_id        namelist,grib2                1     255    rh    "forecast_proc_id"      "Analysis and forecast processing id for grib2"  ""
1125 rconfig   integer production_status       namelist,grib2                1     255    rh    "production_status"     "Background processing id for grib2"  ""
1126 rconfig   integer compression             namelist,grib2                1      40    rh    "compression"           "grib2 compression, 40 for JPEG2000 or 41 for PNG"  ""
1128 # NAMELIST DERIVED
1129 rconfig   real    cen_lat                 derived                  max_domains    0       -        "cen_lat"              "center latitude"      "degrees, negative is south"
1130 rconfig   real    cen_lon                 derived                  max_domains    0       -        "cen_lon"              "central longitude"      "degrees, negative is west"
1131 rconfig   real    truelat1                derived                  max_domains    0       -        "true_lat1"             "first standard parallel"      "degrees, negative is south"
1132 rconfig   real    truelat2                derived                  max_domains    0       -        "true_lat2"             "second standard parallel"      "degrees, negative is south"
1133 rconfig   real    moad_cen_lat            derived                  max_domains    0       -        "moad_cen_lat"             "center latitude of the most coarse grid"      "degrees, negative is south"
1134 rconfig   real    stand_lon               derived                  max_domains    0       -        "stand_lon"             "standard longitude, parallel to j-direction, perpendicular to i-direction "      "degrees, negative is west"
1135 rconfig   real    bdyfrq                  derived                  max_domains    0       -        "bdyfrq"               "lateral boundary input frequency"      "seconds"
1136 rconfig   integer iswater                 derived                  max_domains    0       -        "iswater"              "land use index of water"      "index category"
1137 rconfig   integer isice                   derived                  max_domains    0       -        "isice"                "land use index of ice"        "index category"
1138 rconfig   integer isurban                 derived                  max_domains    0       -        "isurban"              "land use index for 'urban and built-up"     "index category"
1139 rconfig   integer isoilwater              derived                  max_domains    0       -        "isoilwater"           "land use index of water for soil"        "index category"
1140 rconfig   integer map_proj                derived                  max_domains    0       -        "map_proj"             "domain map projection"      "0=none, 1=Lambert, 2=polar, 3=Mercator"
1141 rconfig   integer simulation_start_year   derived                  1              0       -        "simulation_start_year" "start of simulation through restarts" "4-digit year"
1142 rconfig   integer simulation_start_month  derived                  1              0       -        "simulation_start_month" "start of simulation through restarts" "2-digit month"
1143 rconfig   integer simulation_start_day    derived                  1              0       -        "simulation_start_day" "start of simulation through restarts" "2-digit day"
1144 rconfig   integer simulation_start_hour   derived                  1              0       -        "simulation_start_hour" "start of simulation through restarts" "2-digit hour"
1145 rconfig   integer simulation_start_minute derived                  1              0       -        "simulation_start_minute" "start of simulation through restarts" "2-digit minute"
1146 rconfig   integer simulation_start_second derived                  1              0       -        "simulation_start_second" "start of simulation through restarts" "2-digit second"
1149 # Single dummy declaration to define a nodyn dyn option
1150 state integer nodyn_dummy - dyn_nodyn -  -  -  "" "" ""      
1153 #---------------------------------------------------------------------------------------------------------------------------------------
1154 # Package Declarations
1155 #                                               
1157 #key      package       associated                package          associated 4d scalars
1158 #         name          namelist choice           state vars
1160 package   dyn_nodyn    dyn_opt==0                   -             -
1161 package   dyn_em       dyn_opt==2                   -             -
1163 #package   passivec1     chem_opt==0                  -             
1164 package   passiveqv     mp_physics==0                -             moist:qv
1165 package   kesslerscheme mp_physics==1                -             moist:qv,qc,qr
1166 package   linscheme     mp_physics==2                -             moist:qv,qc,qr,qi,qs,qg
1167 package   wsm3scheme    mp_physics==3                -             moist:qv,qc,qr
1168 package   wsm5scheme    mp_physics==4                -             moist:qv,qc,qr,qi,qs
1169 package   etampnew      mp_physics==5                -             moist:qv,qc,qr,qi,qs,qg;scalar:qt
1170 package   wsm6scheme    mp_physics==6                -             moist:qv,qc,qr,qi,qs,qg
1171 package   ncepcloud3    mp_physics==98               -             moist:qv,qc,qr
1172 package   ncepcloud5    mp_physics==99               -             moist:qv,qc,qr,qi,qs
1173 package   thompson       mp_physics==8               -             moist:qv,qc,qr,qi,qs,qg;scalar:qni
1175 package   noprogn       progn==0                     -             -
1176 package   progndrop     progn==1                     -             scalar:qndrop
1178 package   rrtmscheme    ra_lw_physics==1             -             -
1179 package   camlwscheme   ra_lw_physics==3             -             ozmixm:mth01,mth02,mth03,mth04,mth05,mth06,mth07,mth08,mth09,mth10,mth11,mth12;aerosolc:sul,sslt,dust1,dust2,dust3,dust4,ocpho,bcpho,ocphi,bcphi,bg,volc
1180 package   gfdllwscheme  ra_lw_physics==99            -             -
1182 package   swradscheme   ra_sw_physics==1             -             -
1183 package   gsfcswscheme  ra_sw_physics==2             -             -
1184 package   camswscheme   ra_sw_physics==3             -             ozmixm:mth01,mth02,mth03,mth04,mth05,mth06,mth07,mth08,mth09,mth10,mth11,mth12;aerosolc:sul,sslt,dust1,dust2,dust3,dust4,ocpho,bcpho,ocphi,bcphi,bg,volc
1185 package   gfdlswscheme  ra_sw_physics==99            -             -
1187 package   sfclayscheme   sf_sfclay_physics==1        -             -
1188 package   myjsfcscheme   sf_sfclay_physics==2        -             -
1189 package   gfssfcscheme   sf_sfclay_physics==3        -             -
1190 package   slabscheme     sf_surface_physics==1       -             -
1191 package   lsmscheme      sf_surface_physics==2       -             -
1192 package   ruclsmscheme   sf_surface_physics==3       -             -
1193 package   ysuscheme      bl_pbl_physics==1           -             -
1194 package   myjpblscheme   bl_pbl_physics==2           -             -
1195 package   gfsscheme      bl_pbl_physics==3           -             -
1196 package   mrfscheme      bl_pbl_physics==99          -             -
1198 package   kfetascheme    cu_physics==1               -             -
1199 package   bmjscheme      cu_physics==2               -             -
1200 package   gdscheme       cu_physics==3               -             -
1201 package   sasscheme      cu_physics==4               -             -
1202 package   kfscheme       cu_physics==99              -             -
1204 package   psufddagd      grid_fdda==1                -             fdda3d:u_ndg_old,v_ndg_old,t_ndg_old,q_ndg_old,ph_ndg_old,u_ndg_new,v_ndg_new,t_ndg_new,q_ndg_new,ph_ndg_new;fdda2d:mu_ndg_old,mu_ndg_new
1206 # only need to specify these once; not for every io_form* variable
1207 package   io_intio    io_form_restart==1                     -             -
1208 package   io_netcdf   io_form_restart==2                     -             -
1209 # Placeholders for additional packages (we can go beyond zzz
1210 # but that will entail modifying frame/module_io.F and frame/md_calls.m4)
1211 # Please note these are placeholders; HDF has not been implemented yet.
1212 package   io_hdf      io_form_restart==3                     -             -
1213 package   io_phdf5    io_form_restart==4                     -             -
1214 package   io_grib1    io_form_restart==5                     -             -
1215 package   io_mcel     io_form_restart==6                     -             -
1216 package   io_esmf     io_form_restart==7                     -             -
1217 package   io_yyy      io_form_restart==8                     -             -
1218 package   io_zzz      io_form_restart==9                     -             -
1219 package   io_grib2    io_form_restart==10                    -             -
1220 package   io_pnetcdf  io_form_restart==11                     -             -
1221                                                 
1222 #---------------------------------------------------------------------------------------------------------------------------------------
1223 ## communications                                               
1225 ### 8. Edit the Registry file and create a halo-exchange for x_1.
1227 # Halo Update Communications
1229 halo      HALO_EM_INIT_1 dyn_em 48:u_1,u_2,v_1,v_2,w_1,w_2,ph_1,ph_2
1230 halo      HALO_EM_INIT_2 dyn_em 48:t_1,t_2,mu_1,mu_2,tke_1,tke_2,ww,phb
1231 halo      HALO_EM_INIT_3 dyn_em 48:ph0,php,t_init,mub,mu0,p,al,alt,alb
1232 halo      HALO_EM_INIT_4 dyn_em 48:pb,h_diabatic,msft,msfu,msfv,f,e,sina,cosa,ht,potevp,snopcx,soiltb
1233 halo      HALO_EM_INIT_5 dyn_em 48:moist,chem,scalar
1234 halo      HALO_EM_VINTERP_UV_1 dyn_em 8:pd_gc,pb
1235 halo      HALO_EM_A dyn_em  8:ru,rv,rw,ww,php,alt,al,p,muu,muv,mut
1236 halo      HALO_EM_PHYS_A  dyn_em 4:u_2,v_2
1237 halo      HALO_EM_PHYS_PBL dyn_em        4:rublten,rvblten
1238 halo      HALO_EM_FDDA dyn_em            4:rundgdten,rvndgdten
1239 halo      HALO_EM_PHYS_DIFFUSION dyn_em  4:defor11,defor22,defor12,defor13,defor23,div,xkmv,xkmh,xkmhd,xkhv,xkhh,tke_1,tke_2
1240 halo      HALO_EM_TKE_ADVECT_3 dyn_em 24:tke_2
1241 halo      HALO_EM_TKE_ADVECT_5 dyn_em 48:tke_2
1242 halo      HALO_EM_TKE_A dyn_em 4:ph_2,phb
1243 halo      HALO_EM_TKE_B dyn_em 4:z,rdz,rdzw,zx,zy
1244 halo      HALO_EM_TKE_C dyn_em 8:u_2,v_2,z,zx,zy,rdz,rdzw
1245 halo      HALO_EM_TKE_D dyn_em 8:defor11,defor22,defor33,defor12,defor13,defor23,div
1246 halo      HALO_EM_TKE_E dyn_em 8:xkmv,xkmh,xkmhd,xkhv,xkhh,BN2,moist
1247 halo      HALO_EM_TKE_3 dyn_em   24:tke_1,tke_2
1248 halo      HALO_EM_TKE_5 dyn_em   48:tke_1,tke_2
1249 halo      HALO_EM_TKE_7 dyn_em   80:tke_1,tke_2
1250 halo      HALO_EM_TKE_F dyn_em   48:tke_1,tke_2
1251 halo      HALO_EM_TKE_OLD_E_5 dyn_em   48:tke_1
1252 halo      HALO_EM_TKE_OLD_E_7 dyn_em   80:tke_1
1253 halo      HALO_EM_B dyn_em 4:ph_2,al,p,t_1,t_save,u_save,v_save,mu_1,mu_2,mudf,php,alt,pb
1254 halo      HALO_EM_B2 dyn_em 4:ru_tend,rv_tend
1255 halo      HALO_EM_C dyn_em    4:u_2,v_2
1256 halo      HALO_EM_C2 dyn_em    4:ph_2,al,p,mu_2,muts,mudf
1257 halo      HALO_EM_D dyn_em    24:ru_m,rv_m,ww_m,mut
1258 halo      HALO_EM_D2_3 dyn_em 24:u_2,v_2,w_2,t_2,ph_2;24:moist,chem,scalar;4:mu_2,al
1259 halo      HALO_EM_D2_5 dyn_em 48:u_2,v_2,w_2,t_2,ph_2;24:moist,chem,scalar;4:mu_2,al
1260 halo      HALO_EM_D3_3 dyn_em 24:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,tke_1,tke_2,moist,chem,scalar;4:mu_1,mu_2
1261 halo      HALO_EM_D3_5 dyn_em 48:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,tke_1,tke_2,moist,chem,scalar;4:mu_1,mu_2
1262 halo      HALO_EM_E_3 dyn_em 24:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,tke_1,tke_2,;4:mu_1,mu_2
1263 halo      HALO_EM_E_5 dyn_em 48:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,tke_1,tke_2,;4:mu_1,mu_2
1264 halo      HALO_EM_MOIST_E_3 dyn_em 24:moist
1265 halo      HALO_EM_MOIST_E_5 dyn_em 48:moist
1266 halo      HALO_EM_MOIST_E_7 dyn_em 80:moist
1267 halo      HALO_EM_CHEM_E_3 dyn_em 24:chem
1268 halo      HALO_EM_CHEM_E_5 dyn_em 48:chem
1269 halo      HALO_EM_CHEM_E_7 dyn_em 80:chem
1270 halo      HALO_EM_SCALAR_E_3 dyn_em 24:scalar
1271 halo      HALO_EM_SCALAR_E_5 dyn_em 48:scalar
1272 halo      HALO_EM_SCALAR_E_7 dyn_em 80:scalar
1274 halo      HALO_EM_MOIST_OLD_E_3 dyn_em 24:moist_old
1275 halo      HALO_EM_MOIST_OLD_E_5 dyn_em 48:moist_old
1276 halo      HALO_EM_MOIST_OLD_E_7 dyn_em 80:moist_old
1277 halo      HALO_EM_CHEM_OLD_E_3 dyn_em 24:chem_old
1278 halo      HALO_EM_CHEM_OLD_E_5 dyn_em 48:chem_old
1279 halo      HALO_EM_CHEM_OLD_E_7 dyn_em 80:chem_old
1280 halo      HALO_EM_SCALAR_OLD_E_3 dyn_em 24:scalar_old
1281 halo      HALO_EM_SCALAR_OLD_E_5 dyn_em 48:scalar_old
1282 halo      HALO_EM_SCALAR_OLD_E_7 dyn_em 80:scalar_old
1284 halo      HALO_EM_FEEDBACK   dyn_em 48:ht
1286 halo      HALO_EM_COUPLE_A   dyn_em 24:mub,mu_1,mu_2
1287 period    PERIOD_EM_COUPLE_A dyn_em 2:mub,mu_1,mu_2
1288 halo      HALO_EM_COUPLE_B   dyn_em 48:ph_1,ph_2,w_1,w_2,t_1,t_2,u_1,u_2,v_1,v_2,\
1289                                        moist,chem,scalar
1290 period    PERIOD_EM_COUPLE_B dyn_em 3:ph_1,ph_2,w_1,w_2,t_1,t_2,u_1,u_2,v_1,v_2,\
1291                                        moist,chem,scalar
1293 # For moving nests
1294 halo      em_shift_halo_y  dyn_em 48:imask_nostag,imask_xstag,imask_ystag,imask_xystag,u_2,v_2,t_2
1295 halo      em_shift_halo_x  dyn_em 48:imask_nostag,imask_xstag,imask_ystag,imask_xystag,u_2,v_2,t_2
1297 # For observational nudging
1298 halo      HALO_OBS_NUDGE dyn_em 24:pb,p,uratx,vratx,tratx
1300 # Periodic Boundary Communications
1302 period    PERIOD_BDY_EM_INIT dyn_em 3:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,t_init,phb,ph0,php,pb,al,alt,alb,mu_1,mu_2,mub,mu0,ht,msft,msfu,msfv,sina,cosa,e,f
1303 period    PERIOD_BDY_EM_MOIST dyn_em 3:moist
1304 period    PERIOD_BDY_EM_CHEM dyn_em 3:chem
1305 period    PERIOD_BDY_EM_SCALAR dyn_em 3:scalar
1306 period    PERIOD_BDY_EM_MOIST2 dyn_em 3:moist
1307 period    PERIOD_BDY_EM_CHEM2 dyn_em 3:chem
1308 period    PERIOD_BDY_EM_SCALAR2 dyn_em 3:scalar
1309 period    PERIOD_BDY_EM_A dyn_em 2:ru,rv,rw,ww,php,alt,p,muu,muv,mut,ph_2,al
1310 period    PERIOD_BDY_EM_A1  dyn_em 3:rdzw,rdz,z,zx,zy
1311 period    PERIOD_BDY_EM_PHY_BC dyn_em 2:rublten,rvblten,xkmh,xkmhd,xkmv,xkhh,xkhv,div,defor11,defor22,defor12,defor13,defor23,defor33,tke_2
1312 period    PERIOD_BDY_EM_FDDA_BC dyn_em 2:rundgdten,rvndgdten
1313 period    PERIOD_BDY_EM_B dyn_em 2:ru_tend,rv_tend,ph_2,al,p,t_1,t_save,u_save,v_save,mu_1,mu_2,mudf,php,alt,pb
1314 period    PERIOD_BDY_EM_B3 dyn_em 2:ph_2,al,p,mu_2,muts,mudf
1315 period    PERIOD_BDY_EM_B2 dyn_em 2:ru_tend,rv_tend
1316 period    PERIOD_BDY_EM_C dyn_em 2:u_2,u_save,v_2,v_save,t_2,t_save,muv,msfv,muu,msfu
1317 period    PERIOD_BDY_EM_D dyn_em 3:u_2,v_2,w_2,t_2,ph_2,mu_2,tke_2
1318 period    PERIOD_BDY_EM_D3 dyn_em 3:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,tke_1,tke_2,mu_1,mu_2
1321 #swap SWAP_ETAMP_NEW  dyn_em 1:dz8w,p_phy,pi_phy,rho,th_phy,moist,F_ICE_PHY,F_RAIN_PHY,F_RIMEF_PHY,RAINNC,RAINNCV,SR,LOWLYR
1322 #swap SWAP_WSM3       dyn_em 1:th_phy,moist,w_2,rho,pi_phy,p_phy,dz8w,rainnc,rainncv
1323 #cycle CYCLE_TEST       dyn_em 1:xlong
1327 # FDDA (Observational-nudging) Variables
1328 typedef fdob_type integer domain_tot   # total number of domains to apply obs-nudging
1329 typedef fdob_type integer domain_init  # domain initialization flag
1330 typedef fdob_type integer IEODI        # end of obs data flag for current model step
1331 typedef fdob_type integer IWTSIG       # flag for nudging on pressure surfaces
1332 typedef fdob_type integer NSTAT        # number of obs stations used to nudge current model step
1333 typedef fdob_type integer KTAUR        # restart model step
1334 typedef fdob_type integer SN_MAXCG     # coarse domain grid dimension in south-north coordinate
1335 typedef fdob_type integer WE_MAXCG     # coarse domain grid dimension in west-east coordinate
1336 typedef fdob_type integer SN_END       # ending north-south grid index
1337 typedef fdob_type integer LEVIDN(max_domains)   # level of nest
1338 typedef fdob_type real    DS_CG        # coarse domain grid size 
1339 typedef fdob_type real    WINDOW       # time window half-period for nudging (in minutes) 
1340 typedef fdob_type real    RTLAST       # time in hours of last obs used in current model step
1341 typedef fdob_type real    DATEND       # time in minutes after which data are asuumed to have ended
1342 typedef fdob_type real    RINFMN       # minimum radius of influence
1343 typedef fdob_type real    RINFMX       # maximum radius of influence
1344 typedef fdob_type real    PFREE        # pressure level (cb) where terrain effect becomes small
1345 typedef fdob_type real    DCON         # 1/DPSMX
1346 typedef fdob_type real    DPSMX        # max pres change (cb) allowed within infl range of surf obs 
1347 typedef fdob_type real    TFACI        # scale factor used for ramp-down in dynamic initialization
1348 typedef fdob_type real    XN           # cone factor for Lambert projection
1350 # table entries are of the form
1351 #      <Table>  <Type>  <Sym>                <Dims>   <Use>   <NumTLev> <Stagger> <IO>     <DNAME>             <DESCRIP>     <UNITS>
1352 #Grid variables
1353 typedef fdob_type real    varobs               rz       -         1        -       -       "varobs"          "observational values in each variable"
1354 typedef fdob_type real    errf                 hz       -         1        -       -       "errf"            "errors between model and obs values"
1355 typedef fdob_type real    timeob               z        -         1        -       -       "timeob"          "model times for each observation"          "hours"
1356 typedef fdob_type real    nlevs_ob             z        -         1        -       -       "nlevs_ob"        "numbers of levels in sounding obs"
1357 typedef fdob_type real    lev_in_ob            z        -         1        -       -       "lev_in_ob"       "level in sounding-type obs"
1358 typedef fdob_type real    plfo                 z        -         1        -       -       "plfo"            "index for type of obs-platform"
1359 typedef fdob_type real    elevob               z        -         1        -       -       "elevob"          "elevation of observation"                  "meters"
1360 typedef fdob_type real    rio                  z        -         1        -       -       "rio"             "west-east grid coordinate"
1361 typedef fdob_type real    rjo                  z        -         1        -       -       "rjo"             "south-north grid coordinate"
1362 typedef fdob_type real    rko                  z        -         1        -       -       "rko"             "vertical grid coordinate"
1364 state fdob_type fdob - -