source: trunk/WRF.COMMON/WRFV3/Registry/Registry.NMM_CHEM @ 3567

Last change on this file since 3567 was 2759, checked in by aslmd, 2 years ago

adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size

  • Property svn:executable set to *
File size: 98.3 KB
Line 
1# Registry file NMM_CHEM
2#                                               
3# At the present time this file is managed manually and edited by hand.                                         
4#                                               
5################################################################################
6# Dimension specifications
7#
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...).
14#
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.
40#
41
42#<Table>  <Dim>  <Order> <How defined>         <Coord-axis>  <Dimname in Datasets>
43dimspec    i      1     standard_domain           x          west_east
44dimspec    j      2     standard_domain           y          south_north
45dimspec    k      3     standard_domain           z          bottom_top
46dimspec    l      2     namelist=num_soil_layers  z          soil_layers
47dimspec    w      -     namelist=spec_bdy_width   c          spec_bdy_width
48dimspec    u      2     namelist=num_land_cat     z          land_cat
49dimspec    s      2     namelist=num_soil_cat     z          soil_cat
50dimspec    e      3     namelist=ensdim           z          gd ensemble dimension
51dimspec    p      -     constant=7501             c          microphysics_rstrt_state
52dimspec    g      2     namelist=num_metgrid_levels  z          num_metgrid_levels
53dimspec    m      2     constant=12                  z          months_per_year
54dimspec    o      3     namelist=ne_area          z          emissions dimension
55dimspec    +      2     namelist=kemit            z          emissions_zdim
56dimspec    a      -     namelist=cam_abs_dim1     c          cam_abs_dim1
57dimspec    c      -     namelist=cam_abs_dim2     z          cam_abs_dim2
58dimspec    d      2     namelist=paerlev          z          paerlev
59dimspec    =      -     constant=4                c          num_bands
60dimspec    ?      2     namelist=nmegan           z          megan_species
61dimspec    @      -     namelist=ts_buf_size      c          ts_buf_size
62dimspec    !      -     namelist=max_ts_locs      c          max_ts_locs
63
64
65#### 7. Edit the Registry file and create the state data assocaited with this
66####    solver.  Single entry:
67state real x ijk dyn_exp 2 - ih "TOYVAR"
68####
69
70################################################################################
71################################################################################
72################################################################################
73
74# Lines that start with the word 'state' form a table that is                                           
75# used by the script use_registry to generate module_state_descript.F                                           
76# and other files.  Also see documentation in use_registry.                                             
77#
78# It is reauired that LU_INDEX appears before any variable that is
79# interpolated with a mask, as lu_index supplies that mask.
80#
81state    real  LU_INDEX         ij      misc        1         -     irh01d=(interp_fcnm)u=(copy_fcnm)   "LU_INDEX"              "LAND USE CATEGORY"         ""
82state    real  LU_MASK          ij      misc        1         -     i3h1     "LU_MASK"              "0 land 1 water"         ""
83################################################################################
84################################################################################
85
86################################
87## WPS-specific Variables
88################################
89
90state    real   p_gc           ijg      dyn_nmm      1     Z     i1      "PRES"     "pressure"         "Pa"
91state    real   vegcat         ij       misc         1     -     i12     "VEGCAT"        "VEGETATION CAT DOMINANT TYPE" ""
92state    real   soilcat        ij       misc         1     -     i12     "SOILCAT"       "SOIL CAT DOMINANT TYPE" ""
93state    real   input_soil_cat ij       misc         1     -     i12     "SOIL_CAT"       "SOIL CAT DOMINANT TYPE" ""
94state    real   tsk_gc         ij       dyn_nmm      1     -     i1      "SKINTEMP"  "skin temperature"  "K"
95state    real   XICE_gc        ij       misc         1     -     i01r    "SEAICE"                 "SEA ICE"         ""
96state    real   ght_gc         ijg      dyn_nmm      1     Z     i1      "GHT"   "geopotential height" "m"
97state    real   rh_gc          ijg      dyn_nmm      1     Z     i1      "RH"    "relative humidity"   "%"
98state    real   v_gc           ijg      dyn_nmm      1     Z     i1      "VV"     "y-wind component"    "m s-1"
99state    real   u_gc           ijg      dyn_nmm      1     Z     i1      "UU"     "x-wind component"    "m s-1"
100state    real   t_gc           ijg      dyn_nmm      1     Z     i1      "TT"     "temperature"         "K"
101state    real   snoalb         ij        misc        1     -     i012r   "SNOALB"        "ANNUAL MAX SNOW ALBEDO IN FRACTION" ""
102state    real   greenfrac_gc   ijm      dyn_nmm      1     Z     i1      "GREENFRAC" "monthly greenness fraction" "0 - 1 fraction"
103state    real   albedo12m_gc   ijm      dyn_nmm      1     Z     i1      "ALBEDO12M" "background albedo" "0 - 1 fraction"
104state    real   soilcbot_gc    ijs      misc         1     Z     i1      "SOILCBOT"      "description"  "units"
105state    real   soilctop_gc    ijs      misc         1     Z     i1      "SOILCTOP"      "description"  "units"
106state    real   tmn_gc         ij       dyn_nmm      1     -     i1      "SOILTEMP"  "annual mean deep soil temperature"  "K"
107state    real   htv_gc         ij       dyn_nmm      1     -     i1      "HGT_V" "wind point topography elevation" "m"
108state    real   ht_gc          ij       dyn_nmm      1     -     i1      "HGT_M" "mass point topography elevation" "m"
109state    real   landusef_gc    iju      misc         1     Z     i1      "LANDUSEF"      "description"  "units"
110state    real   vlon_gc        ij       dyn_nmm      1     -     i1      "XLONG_V" "longitude, positive east" "degrees"
111state    real   vlat_gc        ij       dyn_nmm      1     -     i1      "XLAT_V" "latitude, positive north" "degrees"
112state    real   hlon_gc        ij       dyn_nmm      1     -     i1      "XLONG_M" "longitude, positive east" "degrees"
113state    real   hlat_gc        ij       dyn_nmm      1     -     i1      "XLAT_M" "latitude, positive north" "degrees"
114
115
116# Variables for nmm dynamics                                           
117#
118# module_BC
119#
120# pdb is only 2d but registry doesn't support 2d bdy arrays right now...
121#definitions for NMM slab arrays
122dimspec    q      -     constant=2600             c  # a little crude right now
123dimspec    v      -     constant=1             c  # a little crude right now
124
125#
126# module_LOOPS
127#
128state integer  lmh      ij     dyn_nmm     1      -      irh      "LMH"     "Lowest model layer at mass points from domain top"       ""
129state integer  lmv      ij     dyn_nmm     1      -      irh      "LMV"     "Lowest model layer at velocity points from domain top"   ""
130#
131# module_MASKS
132#
133state  real   hbm2      ij     dyn_nmm     1      -      irh     "HBM2"    "Height boundary mask; =0 outer 2 rows on H points"       ""
134state  real   hbm3      ij     dyn_nmm     1      -      irh     "HBM3"    "Height boundary mask; =0 outer 3 rows on H points"       ""
135state  real   vbm2      ij     dyn_nmm     1      -      irh     "VBM2"    "Velocity boundary mask; =0 outer 2 rows on V points"     ""
136state  real   vbm3      ij     dyn_nmm     1      -      irh     "VBM3"    "Velocity boundary mask; =0 outer 3 rows on V points"     ""
137state  real   sm        ij     dyn_nmm     1      -      i01rh   "SM"      "Sea mask; =1 for sea, =0 for land"                       ""
138state  real   sice      ij     dyn_nmm     1      -      irh     "SICE"    "Sea ice mask; =1 for sea ice, =0 for no sea ice"         ""
139state  real   htm       ijk    dyn_nmm     1      -      r      "HTM"     "Height mask; =1 at all mass points above ground"         ""
140state  real   vtm       ijk    dyn_nmm     1      -      r      "VTM"     "Velocity mask; =1 at all velocity points above ground"   ""
141#
142# module_VRBLS
143#
144state  integer ntsd     -       dyn_nmm    -      -      r       "NTSD"    "Number of timesteps done"                      ""
145state  integer nstart_hour  -   dyn_nmm    -      -      r       "NSTART_HOUR"   "Forecast hour at start of integration"   ""
146state  real   pd        ijb     dyn_nmm    1      -      i01rh   "PD"      "Mass at I,J in the sigma domain"               "Pa"
147state  real   fis       ij      dyn_nmm    1      -      i01rh   "FIS"     "Surface geopotential"                          "m2 s-2"
148state  real   res       ij      dyn_nmm    1      -      irh     "RES"     "Reciprocal of surface sigma"                   ""
149state  real   t         ijkb    dyn_nmm    1      -      i01rh   "T"       "Sensible temperature"                          "K"
150state  real   q         ijkb    dyn_nmm    1      -      i01rh   "Q"       "Specific humidity"                             "kg kg-1"
151state  real   u         ijkb    dyn_nmm    1      -      i01rh   "U"       "U component of wind"                           "m s-1"
152state  real   v         ijkb    dyn_nmm    1      -      i01rh   "V"       "V component of wind"                           "m s-1"
153state  real   told      ijk     dyn_nmm    1      -      r       "TOLD"    "T from previous timestep"                      "K"
154state  real   uold      ijk     dyn_nmm    1      -      r       "UOLD"    "U from previous timestep"                      "m s-1"
155state  real   vold      ijk     dyn_nmm    1      -      r       "VOLD"    "V from previous timestep"                      "m s-1"
156#
157# module_DYNAM
158#
159state  real   dx_nmm    ij     dyn_nmm     1      -      irh     "DX_NMM"  "East-west distance H-to-V points"              "m"
160state  real   wpdar     ij     dyn_nmm     1      -      ir             
161state  real   cpgfu     ij     dyn_nmm     1      -      ir
162state  real   curv      ij     dyn_nmm     1      -      ir      "CURV"    "Curvature term= .5*DT*TAN(phi)/RadEarth"       "s m-1"
163state  real   fcp       ij     dyn_nmm     1      -      ir
164state  real   fdiv      ij     dyn_nmm     1      -      ir
165state  real   f         ij     dyn_nmm     1      -      ir      "F"       "Coriolis * DT/2"                               ""
166state  real   fad       ij     dyn_nmm     1      -      ir
167state  real   ddmpu     ij     dyn_nmm     1      -      ir      "DDMPU"   "Divergence damping term for U"                 "m"
168state  real   ddmpv     ij     dyn_nmm     1      -      ir      "DDMPV"   "Divergence damping term for V"                 "m"
169state  real   deta      k      dyn_nmm     1      -      i01r    "DETA"    "Delta sigma in sigma domain"                   ""
170state  real   rdeta     k      dyn_nmm     1      -      ir      "RDETA"   "Reciprocal of DETA"                            ""
171state  real   aeta      k      dyn_nmm     1      -      i01r   
172state  real   f4q2      k      dyn_nmm     1      -      ir   
173state  real   etax      k      dyn_nmm     1      -      i01r
174state  real   dfl       k      dyn_nmm     1      Z      i01r    "DFL"     "Standard atmosphere geopotential"              "m2 s-2"
175state  real   deta1     k      dyn_nmm     1      -      i01r    "DETA1"   "Delta sigma in pressure domain"                ""
176state  real   aeta1     k      dyn_nmm     1      -      i01r    "AETA1"   "Midlayer sigma value in pressure domain"       ""
177state  real   eta1      k      dyn_nmm     1      Z      i01rh   "ETA1"    "Interface sigma value in pressure domain"      ""
178state  real   deta2     k      dyn_nmm     1      -      i01r    "DETA2"   "Delta sigma in sigma domain"                   ""
179state  real   aeta2     k      dyn_nmm     1      -      i01r    "AETA2"   "Midlayer sigma value in sigma domain"          ""
180state  real   eta2      k      dyn_nmm     1      Z      i01rh   "ETA2"    "Interface sigma value in sigma domain"         ""
181state  real   em        q      dyn_nmm     1      -      ir
182state  real   emt       q      dyn_nmm     1      -      ir
183state  real   adt       ij     dyn_nmm     1      -      -       "ADT"     "Change of T due to advection"                  "K"
184state  real   adu       ij     dyn_nmm     1      -      -       "ADU"     "Change of U due to advection"                  "m s-1"
185state  real   adv       ij     dyn_nmm     1      -      -       "ADV"     "Change of V due to advection"                  "m s-1"
186state  real   em_loc    q      dyn_nmm     1      -      r
187state  real   emt_loc   q      dyn_nmm     1      -      r
188state  real   dy_nmm    -      dyn_nmm     -      -      ir      "DY_NMM"  "North-south distance H-to-V points"            "m"
189state  real   cpgfv     -      dyn_nmm     -      -      ir
190state  real   en        -      dyn_nmm     -      -      ir
191state  real   ent       -      dyn_nmm     -      -      ir
192state  real   f4d       -      dyn_nmm     -      -      ir
193state  real   f4q       -      dyn_nmm     -      -      ir
194state  real   ef4t      -      dyn_nmm     -      -      ir
195state  logical upstrm   -      dyn_nmm     -      -      -       "UPSTRM"  ".TRUE. => In upstream advec region of grid"    ""
196state  real   dlmd      -      dyn_nmm     -      -      ir      "DLMD"    "East-west angular distance H-to-V points"      "degrees"
197state  real   dphd      -      dyn_nmm     -      -      ir      "DPHD"    "North-south angular distance H-to-V points"    "degrees"
198state  real   pdtop     -      dyn_nmm     -      -      i01rh   "PDTOP"   "Mass at I,J in pressure domain"                "Pa"
199state  real   pt        -      dyn_nmm     -      -      i01rh   "PT"      "Pressure at top of domain"                     "Pa"
200#
201# module_CONTIN
202#
203state  real   pdsl      ij     dyn_nmm     1      -      -       "PDSL"    "Sigma-domain pressure at sigma=1"           "Pa"
204state  real   pdslo     ij     dyn_nmm     1      -      -       "PDSLO"   "PDSL from previous timestep"                "Pa"
205state  real   psdt      ij     dyn_nmm     1      -      r       "PSDT"    "Surface pressure tendency"                  "Pa s-1"
206state  real   div       ijk    dyn_nmm     1      -      r       "DIV"     "Divergence"                                 "Pa s-1"
207state  real   few       ijk    dyn_nmm     1      -      -       "FEW"     "Integrated east-west mass flux"             "Pa m2 s-1"
208state  real   fne       ijk    dyn_nmm     1      -      -       "FNE"     "Integrated northeast-southwest mass flux"   "Pa m2 s-1"
209state  real   fns       ijk    dyn_nmm     1      -      -       "FNS"     "Integrated north-south mass flux"           "Pa m2 s-1"
210state  real   fse       ijk    dyn_nmm     1      -      -       "FSE"     "Integrated southeast-northwest mass flux"   "Pa m2 s-1"
211state  real   omgalf    ijk    dyn_nmm     1      -      r       "OMGALF"  "Omega-alpha"                                "K"
212state  real   petdt     ijk    dyn_nmm     1      -      -       "PETDT"   "Vertical mass flux"                         "Pa s-1"
213state  real   rtop      ijk    dyn_nmm     1      -      r       "RTOP"    "Rd * Tv / P"                                "m3 kg-1"
214#
215# module_PVRBLS
216#
217state real  pblh        ij    dyn_nmm   1    -     rh       "PBLH"     "PBL Height"                           "m"
218state integer lpbl      ij    dyn_nmm   1    -     ir       "LPBL"     "Model layer of PBL top"               ""
219state  real   ustar     ij    dyn_nmm   1    -     irh      "USTAR"    "Friction velocity"                    "m s-1"
220state  real   z0        ij    dyn_nmm   1    -     i01rh    "Z0"       "Roughness height"                     "m"
221state  real   z0base    ij    dyn_nmm   1    -     ir       "Z0BASE"   "Base roughness height"                "m"
222state  real   ths       ij    dyn_nmm   1    -     irh      "THS"      "Surface potential temperature"        "K"
223state  real   mavail    ij    dyn_nmm   1    -     irh
224state  real   qsh       ij    dyn_nmm   1    -     irh      "QS"       "Surface specific humidity"            "kg kg-1"
225state  real   twbs      ij    dyn_nmm   1    -     irh      "TWBS"     "Instantaneous sensible heat flux"     "W m-2"
226state  real   qwbs      ij    dyn_nmm   1    -     irh      "QWBS"     "Instantaneous latent heat flux"       "W m-2"
227state  real   prec      ij    dyn_nmm   1    -     rh       "PREC"     "Precipitation in physics timestep"    "m"
228state  real   aprec     ij    dyn_nmm   1    -     rh
229state  real   acprec    ij    dyn_nmm   1    -     rh       "ACPREC"   "Accumulated total precipitation"      "m"
230state  real   cuprec    ij    dyn_nmm   1    -     rh       "CUPREC"   "Accumulated convective precipitation" "m"
231state  real   lspa      ij    dyn_nmm   1    -     h        "LSPA"     "Land Surface Precipitation Accumulation"   "kg m-2"
232state  real   ddata     ij    dyn_nmm   1    -     -        "DDATA"    "Observed precip to each physics timestep"  "kg m-2"
233state  real   accliq    ij    dyn_nmm   1    -     r
234state  real   sno       ij    dyn_nmm   1    -     irh      "SNO"      "Liquid water snow amount"             "m"
235state  real   si        ij    dyn_nmm   1    -     irh      "SI"       "Snow depth"                           "m"
236state  real   cldefi    ij    dyn_nmm   1    -     rh       "CLDEFI"   "Convective cloud efficiency"          ""
237state  real   deep      ij    dyn_nmm   1    -     r        "DEEP"     "Deep convection =>.TRUE."             ""
238state  real   rf        ij    dyn_nmm   1    -     r
239state  real   th10      ij    dyn_nmm   1    -     irh      "TH10"     "10-m potential temperature"           "K"
240state  real   q10       ij    dyn_nmm   1    -     irh      "Q10"      "10-m specific humidity"               "kg kg-1"
241state  real   pshltr    ij    dyn_nmm   1    -     irh      "PSHLTR"   "2-m pressure"                         "Pa"
242state  real   tshltr    ij    dyn_nmm   1    -     irh      "TSHLTR"   "2-m sensible temperature"             "K"
243state  real   qshltr    ij    dyn_nmm   1    -     irh      "QSHLTR"   "2-m specific humidity"                "kg kg-1"
244state  real   q2        ijkb  dyn_nmm   1    -     irh      "Q2"       "2 * Turbulence kinetic energy"        "m2 s-2"
245state  real   t_adj     ijk   dyn_nmm   1    -     r        "T_ADJ"    "T change due to precip in phys step"  "K"
246state  real   t_old     ijk   dyn_nmm   1    -     r        "T_OLD"    "T before last call to precip"         "K"
247state  real   zero_3d   ijk   dyn_nmm   1    -     r
248state  real   W0AVG     ikj   dyn_nmm   1    -     r        "W0AVG" "AVERAGE VERTICAL VELOCITY FOR KF CUMULUS SCHEME"  "m s-1"
249state  real   AKHS_OUT  ij    dyn_nmm   1    -     rh       "AKHS_OUT"  "Output sfc exch coeff for heat"               "m2 s-1"
250state  real   AKMS_OUT  ij    dyn_nmm   1    -     rh       "AKMS_OUT"  "Output sfc exch coeff for momentum"           "m2 s-1"   
251#
252# module_PHYS
253#
254state  real   albase    ij    dyn_nmm   1    -     i01rh    "ALBASE"    "Base albedo"            ""
255state  real   albedo    ij    dyn_nmm   1    -     irh      "ALBEDO"    "Dynamic albedo"         ""
256state  real   cnvbot    ij    dyn_nmm   1    -     irh      "CNVBOT"    "Lowest convec cloud bottom lyr between outputs"  ""
257state  real   cnvtop    ij    dyn_nmm   1    -     irh      "CNVTOP"    "Highest convec cloud top lyr between outputs"    ""
258state  real   czen      ij    dyn_nmm   1    -     irh      "CZEN"      "Cosine of solar zenith angle"                    ""
259state  real   czmean    ij    dyn_nmm   1    -     irh      "CZMEAN"    "Mean CZEN between SW radiation calls"            ""
260state  real   embck     ij    dyn_nmm   1    -     ir       "EMBCK"     "Background radiative emissivity"                 ""
261state  real   epsr      ij    dyn_nmm   1    -     irh      "EPSR"      "Radiative emissivity"                            ""
262state  real   gffc      ij    dyn_nmm   1    -     ir
263state  real   glat      ij    dyn_nmm   1    -     i01rh    "GLAT"      "Geographic latitude, radians"                    ""
264state  real   glon      ij    dyn_nmm   1    -     i01rh    "GLON"      "Geographic longitude, radians"                   ""
265state  real   NMM_TSK   ij    dyn_nmm   1    -     i01r     "TSK"       "Skin temperature"                                "K"
266state  real   hdac      ij    dyn_nmm   1    -     ir       "HDAC"      "Composite diffusion coeff for mass points"       "s m-1"
267state  real   hdacv     ij    dyn_nmm   1    -     ir       "HDACV"     "Composite diffusion coeff for velocity points"   "s m-1"
268state  real   mxsnal    ij    dyn_nmm   1    -     i01rh    "MXSNAL"    "Maximum deep snow albedo"                        ""
269state  real   radin     ij    dyn_nmm   1    -     r                       
270state  real   radot     ij    dyn_nmm   1    -     rh       "RADOT"     "Radiative emission from surface"                 "W m-2"
271state  real   sigt4     ij    dyn_nmm   1    -     rh       "SIGT4"     "Stefan-Boltzmann * T**4"                         "W m-2"
272state  real   tg        ij    dyn_nmm   1    -     i01rh    "TGROUND"   "Deep ground soil temperature"                    "K"
273state  real   dfrlg     k     dyn_nmm   1    Z     i01r     "DFRLG"     "Std atmosphere height of model layer interfaces" "m"
274state integer lvl       ij    dyn_nmm   1    -     ir
275#
276# module_CLDWTR.F
277#
278state  real   cwm       ijkb  dyn_nmm   1    -     rh       "CWM"       "Total condensate"                     "kg kg-1"
279state  real   f_ice     ikj   dyn_nmm   1    -     rh       "F_ICE"     "Frozen fraction of CWM"               ""
280state  real   f_rain    ikj   dyn_nmm   1    -     rh       "F_RAIN"    "Rain fraction of liquid part of CWM"  ""
281state  real   f_rimef   ikj   dyn_nmm   1    -     rh       "F_RIMEF"   "Rime factor"                          ""
282state  real   cldfra    ijk   misc      1    -     rh       "CLDFRA"    "Cloud fraction"                       ""
283state  real   sr        ij    dyn_nmm   1    -     irh      "SR"        "Timestep mass ratio of snow:precip"   ""
284state  real   cfrach    ij    dyn_nmm   1    -     rh       "CFRACH"    "High cloud fraction"                  ""
285state  real   cfracl    ij    dyn_nmm   1    -     rh       "CFRACL"    "Low cloud fraction"                   ""
286state  real   cfracm    ij    dyn_nmm   1    -     rh       "CFRACM"    "Middle cloud fraction"                ""
287state logical micro_start        -     dyn_nmm   -    -     -
288#
289# module_SOIL.F
290#
291state integer islope    ij    dyn_nmm   1    -     i01rh
292state  real   dzsoil    k     dyn_nmm   1    -     irh      "DZSOIL"    "Thickness of soil layers"         "m"
293state  real   rtdpth    k     dyn_nmm   1    -     i01r
294state  real   sldpth    k     dyn_nmm   1    -     i01rh    "SLDPTH"    "Depths of centers of soil layers" "m"
295state  real   cmc       ij    dyn_nmm   1    -     i01rh    "CMC"       "Canopy moisture"                  "m"
296state  real   grnflx    ij    dyn_nmm   1    -     irh      "GRNFLX"    "Deep soil heat flux"              "W m-2"
297state  real   pctsno    ij    dyn_nmm   1    -     irh
298state  real   soiltb    ij    dyn_nmm   1    -     i01rh    "SOILTB"    "Deep ground soil temperature"     "K"
299state  real   vegfrc    ij    dyn_nmm   1    -     i01rh    "VEGFRC"    "Vegetation fraction"              ""
300state  real   shdmin    ij    dyn_nmm   1    -     -
301state  real   shdmax    ij    dyn_nmm   1    -     -
302state  real   sh2o      ilj   dyn_nmm   1    Z     irh      "SH2O"      "Unfrozen soil moisture volume fraction"  ""
303state  real   smc       ilj   dyn_nmm   1    Z     irh      "SMC"       "Soil moisture volume fraction"    ""
304state  real   stc       ilj   dyn_nmm   1    Z     irh      "STC"       "Soil temperature"                 "K"
305#
306# module_NHYDRO.F
307#
308state logical hydro     -     dyn_nmm   -    -     -        "HYDRO"     ".FALSE. => nonhydrostatic"        ""
309state  real   dwdtmn    ij    dyn_nmm   1    -     -        "DWDTMN"    "Minimum value for DWDT"           "m s-2"
310state  real   dwdtmx    ij    dyn_nmm   1    -     -        "DWDTMX"    "Maximum value for DWDT"           "m s-2"
311state  real   dwdt      ijk   dyn_nmm   1    -     r        "DWDT"      "dwdt and 1+(dwdt)/g"              "m s-2"
312state  real   pdwdt     ijk   dyn_nmm   1    -     r   
313state  real   pint      ijk   dyn_nmm   1    Z     rh       "PINT"      "Model layer interface pressure"   "Pa"
314state  real   w         ijk   dyn_nmm   1    Z     rh       "W"         "Vertical velocity"                "m s-1"
315state  real   z         ijk   dyn_nmm   1    Z     -        "Z"         "Distance from ground"             "m"
316#
317# module_ACCUM.F
318#
319state  real   acfrcv    ij    dyn_nmm     1    -    rh    "ACFRCV"    "Accum convective cloud fraction"   ""
320state  real   acfrst    ij    dyn_nmm     1    -    rh    "ACFRST"    "Accum stratiform cloud fraction"   ""
321state  real   ssroff    ij    dyn_nmm     1    -    rh    "SSROFF"    "Surface runoff"                    "mm"                 
322state  real   bgroff    ij    dyn_nmm     1    -    rh    "BGROFF"    "Subsurface runoff"                 "mm"
323state  real   rlwin     ij    dyn_nmm     1    -    rh    "RLWIN"     "Downward longwave at surface"      "W m-2"
324state  real   rlwout    ij    dyn_nmm     1    -    -
325state  real   rlwtoa    ij    dyn_nmm     1    -    rh    "RLWTOA"    "Outgoing LW flux at top of atmos"  "W m-2"
326state  real   alwin     ij    dyn_nmm     1    -    rh    "ALWIN"     "Accum LW down at surface"          "W m-2"
327state  real   alwout    ij    dyn_nmm     1    -    rh    "ALWOUT"    "Accum RADOT (see above)"           "W m-2"
328state  real   alwtoa    ij    dyn_nmm     1    -    rh    "ALWTOA"    "Accum RLWTOA"                      "W m-2"
329state  real   rswin     ij    dyn_nmm     1    -    rh    "RSWIN"     "Downward shortwave at surface"     "W m-2"
330state  real   rswinc    ij    dyn_nmm     1    -    rh    "RSWINC"    "Clear-sky equivalent of RSWIN"     "W m-2"
331state  real   rswout    ij    dyn_nmm     1    -    rh    "RSWOUT"    "Upward shortwave at surface"       "W m-2"
332state  real   rswtoa    ij    dyn_nmm     1    -    -     "RSWTOA"    "Outgoing SW flux at top of atmos"  "W m-2"
333state  real   aswin     ij    dyn_nmm     1    -    rh    "ASWIN"     "Accum SW down at surface"          "W m-2"
334state  real   aswout    ij    dyn_nmm     1    -    rh    "ASWOUT"    "Accum RSWOUT"                      "W m-2"
335state  real   aswtoa    ij    dyn_nmm     1    -    rh    "ASWTOA"    "Accum RSWTOA"                      "W m-2"
336state  real   sfcshx    ij    dyn_nmm     1    -    rh    "SFCSHX"    "Accum sfc sensible heat flux"      "W m-2"
337state  real   sfclhx    ij    dyn_nmm     1    -    rh    "SFCLHX"    "Accum sfc latent heat flux"        "W m-2"
338state  real   subshx    ij    dyn_nmm     1    -    rh    "SUBSHX"    "Accum deep soil heat flux"         "W m-2"
339state  real   snopcx    ij    dyn_nmm     1    -    rh    "SNOPCX"    "Snow phase change heat flux"       "W m-2"
340state  real   sfcuvx    ij    dyn_nmm     1    -    rh
341state  real   potevp    ij    dyn_nmm     1    -    rh    "POTEVP"    "Accum potential evaporation"       "m"
342state  real   potflx    ij    dyn_nmm     1    -    rh    "POTFLX"    "Energy equivalent of POTEVP"       "W m-2"
343state  real   tlmin     ij    dyn_nmm     1    -    rh    "TLMIN"      ""
344state  real   tlmax     ij    dyn_nmm     1    -    rh    "TLMAX"      ""
345state  real   t02_min   ij    dyn_nmm     1    -    rh    "T02_MIN"  "Hourly Min Shelter Temperature"    "K"
346state  real   t02_max   ij    dyn_nmm     1    -    rh    "T02_MAX"  "Hourly Max Shelter Temperature"    "K"
347state  real   rh02_min  ij    dyn_nmm     1    -    rh    "RH02_MIN" "Hourly Min Relative Humidity"    ""
348state  real   rh02_max  ij    dyn_nmm     1    -    rh    "RH02_MAX" "Hourly Max Relative Humidity"    ""
349state  real   rlwtt     ijk   dyn_nmm     1    -    r    "RLWTT"     "Longwave temperature tendency"     "K s-1"
350state  real   rswtt     ijk   dyn_nmm     1    -    r    "RSWTT"     "Shortwave temperature tendency"    "K s-1"
351state  real   tcucn     ijk   dyn_nmm     1    -    -     "TCUCN"     "Accum convec temperature tendency" "K s-1"
352state  real   train     ijk   dyn_nmm     1    -    -     "TRAIN"     "Accum stratiform temp tendency"    "K s-1"
353state integer ncfrcv    ij    dyn_nmm     1    -    irh   "NCFRCV"    "# times convec cloud >0 between rad calls"  ""
354state integer ncfrst    ij    dyn_nmm     1    -    irh   "NCFRST"    "# times stratiform cloud >0 between rad calls"  ""
355state integer nphs0     -     dyn_nmm     -    -    rh
356state integer nprec     -     dyn_nmm     -    -    irh   "NPREC"     "# timesteps between resetting precip bucket"  ""
357state integer nclod     -     dyn_nmm     -    -    irh   "NCLOD"     "# timesteps between resetting cloud frac accum"    ""
358state integer nheat     -     dyn_nmm     -    -    irh   "NHEAT"     "# timesteps between resetting latent heat accum"   ""
359state integer nrdlw     -     dyn_nmm     -    -    irh   "NRDLW"     "# timesteps between resetting longwave accums"   ""
360state integer nrdsw     -     dyn_nmm     -    -    irh   "NRDSW"     "# timesteps between resetting shortwave accums"   ""
361state integer nsrfc     -     dyn_nmm     -    -    irh   "NSRFC"     "# timesteps between resetting sfcflux accums"   ""
362state  real   avrain    -     dyn_nmm     -    -    irh   "AVRAIN"    "# of times gridscale precip called in NHEAT steps"   ""
363state  real   avcnvc    -     dyn_nmm     -    -    irh   "AVCNVC"    "# of times convective precip called in NHEAT steps"   ""
364state  real   aratim    -     dyn_nmm     -    -    ir
365state  real   acutim    -     dyn_nmm     -    -    irh
366state  real   ardlw     -     dyn_nmm     -    -    irh   "ARDLW"     "# of times LW fluxes summed before resetting"   ""
367state  real   ardsw     -     dyn_nmm     -    -    irh   "ARDSW"     "# of times SW fluxes summed before resetting"   ""
368state  real   asrfc     -     dyn_nmm     -    -    irh   "ASRFC"     "# of times sfc fluxes summed before resetting"   "" 
369state  real   aphtim    -     dyn_nmm     -    -    irh
370#
371# module_INDX.F
372#
373state integer ihe       j    dyn_nmm     1    -    -      "IHE"   "0 or +1 to obtain I index of V point east of H point"  ""
374state integer ihw       j    dyn_nmm     1    -    -      "IHW"   "0 or -1 to obtain I index of V point west of H point"  ""
375state integer ive       j    dyn_nmm     1    -    -      "IVE"   "0 or +1 to obtain I index of H point east of V point"  ""
376state integer ivw       j    dyn_nmm     1    -    -      "IVW"   "0 or -1 to obtain I index of H point west of V point"  ""
377state integer irad      i    dyn_nmm     1    -    -
378#definitions for NMM east-west orientation on E grid
379state integer iheg      q    dyn_nmm     1    -    -
380state integer ihwg      q    dyn_nmm     1    -    -
381state integer iveg      q    dyn_nmm     1    -    -
382state integer ivwg      q    dyn_nmm     1    -    -
383dimspec    r      -     constant=2000             c  # a little crude right now
384state integer iradg     r    dyn_nmm     1    -    -
385dimspec    z      -     constant=(-3:3)            c
386dimspec    n      -     constant=(0:6)             c
387state integer indx3_wrk zqn  dyn_nmm     1    -    -      "INDX3_WRK"  "Array of 3rd (J) indices for local arrays"  ""
388state integer n_iup_h   j    dyn_nmm     1    -    -      "N_IUP_H"    "# mass points needed in each row for upstream advection"  ""
389state integer n_iup_v   j    dyn_nmm     1    -    -      "N_IUP_V"    "# velocity points needed in each row for upstream advection"  ""
390state integer n_iup_adh j    dyn_nmm     1    -    -      "N_IUP_ADH"  "# mass points in each row of upstream advection"  ""
391state integer n_iup_adv j    dyn_nmm     1    -    -      "N_IUP_ADV"  "# velocity points in each row of upstream advection"  ""
392state integer iup_h     ij   dyn_nmm     1    -    -
393state integer iup_v     ij   dyn_nmm     1    -    -
394state integer iup_adh   ij   dyn_nmm     1    -    -
395state integer iup_adv   ij   dyn_nmm     1    -    -
396state integer imicrogram -   misc        -    -    r   "imicrogram"  "flag 0/1 0=mixratio, 1=mcrograms/m3"  ""
397
398#                                               
399# table entries are of the form                                         
400#<Table> <Type> <Sym>         <Dims>   <Use>   <NumTLev> <Stagger> <IO>     <DNAME>             <DESCRIP>     <UNITS>   
401#
402# Mask for moving nest interpolations
403state    integer imask_nostag         ij      misc     -
404state    integer imask_xstag          ij      misc     X
405state    integer imask_ystag          ij      misc     Y
406state    integer imask_xystag         ij      misc     XY
407#---------------------------------------------------------------------------------------------------------------------------------
408# SI - start variables from netCDF format from Standard Initialization, most eventually for use in LSM schemes
409#---------------------------------------------------------------------------------------------------------------------------------
410
411state   real   sm000007            ij    misc          1     -     i1      "SM000007"      "LAYER SOIL MOISTURE" "m3 m-3"
412state   real   sm007028            ij    misc          1     -     i1      "SM007028"      "LAYER SOIL MOISTURE" "m3 m-3"
413state   real   sm028100            ij    misc          1     -     i1      "SM028100"      "LAYER SOIL MOISTURE" "m3 m-3"
414state   real   sm100255            ij    misc          1     -     i1      "SM100255"      "LAYER SOIL MOISTURE" "m3 m-3"
415state   real   st000007            ij    misc          1     -     i1      "ST000007"      "LAYER SOIL TEMPERATURE" "K"
416state   real   st007028            ij    misc          1     -     i1      "ST007028"      "LAYER SOIL TEMPERATURE" "K"
417state   real   st028100            ij    misc          1     -     i1      "ST028100"      "LAYER SOIL TEMPERATURE" "K"
418state   real   st100255            ij    misc          1     -     i1      "ST100255"      "LAYER SOIL TEMPERATURE" "K"
419state   real   sm000010            ij    misc          1     -     i1      "SM000010"      "description"  "units"
420state   real   sm010040            ij    misc          1     -     i1      "SM010040 "     "description"  "units"
421state   real   sm040100            ij    misc          1     -     i1      "SM040100 "     "description"  "units"
422state   real   sm100200            ij    misc          1     -     i1      "SM100200 "     "description"  "units"
423state   real   sm010200            ij    misc          1     -     i1      "SM010200"      "description"  "units"
424state   real   soilm000            ij    misc          1     -     i1      "SOILM000"      "description"  "units"
425state   real   soilm005            ij    misc          1     -     i1      "SOILM005"      "description"  "units"
426state   real   soilm020            ij    misc          1     -     i1      "SOILM020"      "description"  "units"
427state   real   soilm040            ij    misc          1     -     i1      "SOILM040"      "description"  "units"
428state   real   soilm160            ij    misc          1     -     i1      "SOILM160"      "description"  "units"
429state   real   soilm300            ij    misc          1     -     i1      "SOILM300"      "description"  "units"
430state   real   sw000010            ij    misc          1     -     i1      "SW000010"      "description"  "units"
431state   real   sw010040            ij    misc          1     -     i1      "SW010040"      "description"  "units"
432state   real   sw040100            ij    misc          1     -     i1      "SW040100"      "description"  "units"
433state   real   sw100200            ij    misc          1     -     i1      "SW100200"      "description"  "units"
434state   real   sw010200            ij    misc          1     -     i1      "SW010200"      "description"  "units"
435state   real   soilw000            ij    misc          1     -     i1      "SOILW000"      "description"  "units"
436state   real   soilw005            ij    misc          1     -     i1      "SOILW005"      "description"  "units"
437state   real   soilw020            ij    misc          1     -     i1      "SOILW020"      "description"  "units"
438state   real   soilw040            ij    misc          1     -     i1      "SOILW040"      "description"  "units"
439state   real   soilw160            ij    misc          1     -     i1      "SOILW160"      "description"  "units"
440state   real   soilw300            ij    misc          1     -     i1      "SOILW300"      "description"  "units"
441state   real   st000010            ij    misc          1     -     i1      "ST000010"      "description"  "units"
442state   real   st010040            ij    misc          1     -     i1      "ST010040"      "description"  "units"
443state   real   st040100            ij    misc          1     -     i1      "ST040100"      "description"  "units"
444state   real   st100200            ij    misc          1     -     i1      "ST100200"      "description"  "units"
445state   real   st010200            ij    misc          1     -     i1      "ST010200"      "description"  "units"
446state   real   soilt000            ij    misc          1     -     i1      "SOILT000"      "description"  "units"
447state   real   soilt005            ij    misc          1     -     i1      "SOILT005"      "description"  "units"
448state   real   soilt020            ij    misc          1     -     i1      "SOILT020"      "description"  "units"
449state   real   soilt040            ij    misc          1     -     i1      "SOILT040"      "description"  "units"
450state   real   soilt160            ij    misc          1     -     i1      "SOILT160"      "description"  "units"
451state   real   soilt300            ij    misc          1     -     i1      "SOILT300"      "description"  "units"
452state   real   landmask            ij    misc          1     -     i01rh   "LANDMASK"      "description"  "units"
453state   real   topostdv            ij    misc          1     -     i1      "TOPOSTDV"      "description"  "units"
454state   real   toposlpx            ij    misc          1     -     i1      "TOPOSLPX"      "description"  "units"
455state   real   toposlpy            ij    misc          1     -     i1      "TOPOSLPY"      "description"  "units"
456state   real   greenmax            ij    misc          1     -     i1      "GREENMAX"      "description"  "units"
457state   real   greenmin            ij    misc          1     -     i1      "GREENMIN"      "description"  "units"
458state   real   albedomx            ij    misc          1     -     i1      "ALBEDOMX"      "description"  "units"
459state   real   slopecat            ij    misc          1     -     i1      "SLOPECAT"      "description"  "units"
460state   real   toposoil            ij    misc          1     -     i1      "SOILHGT"      "description"  "units"
461state   real   landusef            iuj   misc          1     Z     -      "LANDUSEF"      "description"  "units"
462state   real   soilctop            isj   misc          1     Z     -      "SOILCTOP"      "description"  "units"
463state   real   soilcbot            isj   misc          1     Z     -      "SOILCBOT"      "description"  "units"
464
465#-------------------------------------------------------------------------------------------------------------------------------
466# SI - end variables from netCDF format from Standard Initialization
467#-------------------------------------------------------------------------------------------------------------------------------
468
469# Time series variables
470state    real   ts_hour         @!       misc      -         -      r        "TS_HOUR"        "Model integration time, hours"
471state    real   ts_u            @!       misc      -         -      r        "TS_U"           "Surface wind U-component, earth-relative"
472state    real   ts_v            @!       misc      -         -      r        "TS_V"           "Surface wind V-component, earth-relative"
473state    real   ts_q            @!       misc      -         -      r        "TS_Q"           "Surface mixing ratio"
474state    real   ts_t            @!       misc      -         -      r        "TS_T"           "Surface temperature"
475state    real   ts_psfc         @!       misc      -         -      r        "TS_PSFC"        "Surface pressure"
476state    real   ts_tsk          @!       misc      -         -      r        "TS_TSK"         "Skin temperature"
477state    real   ts_tslb         @!       misc      -         -      r        "TS_TSLB"        "Soil temperature"
478state    real   ts_clw          @!       misc      -         -      r        "TS_CLW"         "Column integrated cloud water"
479
480#-----------------------------------------------------------------------------------------------------------------------------------------------------------------
481
482
483# Moist Scalars  - both height and mass coordinate models
484#                                               
485# The first line ensures that there will be identifiers named moist and                                         
486# moist_tend even if there are not any moist scalars (so the essentially                                               
487# dry code will will still link properly)                                               
488#                                               
489state   real    -              ijkft   moist       1         -     -    -                                       
490state   real    qv             ijkft   moist       1         h     i01rhusdf=(bdy_interp:dt)       "QVAPOR"           "Water vapor mixing ratio"      "kg kg-1"
491state   real    qc             ijkft   moist       1         h     i01rhusdf=(bdy_interp:dt)       "QCLOUD"           "Cloud water mixing ratio"      "kg kg-1"
492state   real    qr             ijkft   moist       1         h     i01rhusdf=(bdy_interp:dt)       "QRAIN"            "Rain water mixing ratio"       "kg kg-1"
493state   real    qi             ijkft   moist       1         h     i01rhusdf=(bdy_interp:dt)       "QICE"             "Ice mixing ratio"              "kg kg-1"
494state   real    qs             ijkft   moist       1         h     i01rhusdf=(bdy_interp:dt)       "QSNOW"            "Snow mixing ratio"             "kg kg-1"
495state   real    qg             ijkft   moist       1         h     i01rhusdf=(bdy_interp:dt)       "QGRAUP"           "Graupel mixing ratio"          "kg kg-1"
496#                                               
497# Other Scalars
498state   real    -              ijkftb  scalar      1         -     -    -
499state   real    qni            ijkftb  scalar      1         -     i01rhusdf=(bdy_interp:dt)       "QNI"              "Ice Number concentration" "# kg(-1)"
500state   real    qns            ijkftb  scalar      1         -     i01rhusdf=(bdy_interp:dt)       "QNS"              "Snow Number concentration" "# kg(-1)"
501state   real    qnr            ijkftb  scalar      1         -     i01rhusdf=(bdy_interp:dt)       "QNR"              "Rain Number concentration" "# kg(-1)"
502state   real    qng            ijkftb  scalar      1         -     i01rhusdf=(bdy_interp:dt)       "QNG"              "Graupel Number concentration" "# kg(-1)"
503state   real    qndrop         ijkftb  scalar      1         -     i01rhusdf=(bdy_interp:dt)       "QNDROP"           "Droplet number mixing ratio"        "# kg-1"
504
505#-----------------------------------------------------------------------------------------------------------------------------------------------------------------
506
507# specified LBC arrays, first, Eulerian height coordinate model
508
509
510# specified LBC arrays, next, Eulerian mass coordinate model
511
512
513# specified LBC  variables shared between the mass and height coordinate models
514
515
516# soil model variables  (Note that they are marked as staggered in the vertical dimension
517# because they are "fully dimensioned" -- they use every element in that dim
518
519
520# 2m and 10m output diagnostics
521
522
523# lsm State Variables
524
525state    real   SMOIS            ilj     -          1         Z     rh       "SMOIS"                "SOIL MOISTURE" ""
526state    real   TSLB             ilj     -          1         Z     rh       "TSLB" "SOIL TEMPERATURE" ""
527
528
529# MYJ PBL variables
530
531
532# gfdl (eta) radiation State Variables
533
534# eta microphpysics State Variables
535
536
537# new eta microphpysics State Variables
538
539#  some mass-coordinate-model-specific variables
540
541
542
543
544
545
546# was em_only
547
548#################################################################
549# Physics Variables (em core)
550                                               
551                                               
552                                               
553#################################################################
554# Physics Variables (eh core) ; should be same as em
555                                               
556                                               
557
558                                               
559#################################################################
560# variables added for CHEMISTRY compatibility with ARW core - kludge
561#################################################################
562state    real   GSW             ij     misc        1         -      -       ""                 ""
563state    real   XLAT            ij     misc        1         -      -       ""                 ""
564state    real   XLONG           ij     misc        1         -      -       ""                 ""
565state    real   XLAND           ij     misc        1         -      -       ""                 ""
566state    real   TSK             ij     misc        1         -      -       ""                 ""
567state    real   UST             ij     misc        1         -      -       ""                 ""
568state    real   RAINCV          ij     misc        1         -      -       ""                 ""
569
570#################################################################
571# other misc variables (all cores)
572#################################################################
573
574# added for surface_driver
575state    real   PSFC             ij     misc        1         -     i1rh       "PSFC"                 "SFC PRESSURE"
576state    real   dtbc            -       misc     -         -      ir       "dtbc"                 "TIME SINCE BOUNDARY READ"         ""
577state    real   TH2              ij     misc        1         -     irh       "TH2"                  "POT TEMP at 2 M" ""
578state    real   T2               ij     misc        1         -     irh       "T2"                  "TEMP at 2 M" ""
579state    real   U10              ij     misc        1         -     irh       "U10"                  "U at 10 M"         " "
580state    real   V10              ij     misc        1         -     irh       "V10"                  "V at 10 M"         " "
581state    real   XICE             ij     misc        1         -     i01r      "XICE"                 "SEA ICE"         ""
582state    real   SMSTAV           ij     misc        1         -     irh       "SMSTAV"               "MOISTURE VARIBILITY" ""
583state    real   SMSTOT           ij     misc        1         -     irh     "SMSTOT"               "TOTAL SOIL MOISTURE" ""
584state    real   SFCRUNOFF        ij     misc        1         -     rh       "SFROFF"               "SURFACE RUNOFF" ""
585state    real   UDRUNOFF         ij     misc        1         -     rh       "UDROFF"               "UNDERGROUND RUNOFF" ""
586state  integer  IVGTYP           ij     misc        1         -     irh       "IVGTYP"               "VEGETATION TYPE" ""
587state  integer  ISLTYP           ij     misc        1         -     irh       "ISLTYP"               "SOIL TYPE"         " "
588state    real   VEGFRA           ij     misc        1         -     i01rh       "VEGFRA"               "VEGETATION FRACTION" ""
589state    real   SFCEVP           ij     misc        1         -     irh     "SFCEVP"               "SURFACE EVAPORATION" ""
590state    real   GRDFLX           ij     misc        1         -     irh     "GRDFLX"               "GROUND HEAT FLUX" ""
591state    real   ALBBCK           ij     misc        1         -     i012r   "ALBBCK"          "BACKGROUND ALBEDO"        "NA"
592state    real   SFCEXC           ij     misc        1         -     irh     "SFCEXC "              "SURFACE EXCHANGE COEFFICIENT"         ""
593state    real   ACSNOW           ij     misc        1         -     irh       "ACSNOW"               "ACCUMULATED SNOW" ""
594state    real   ACSNOM           ij     misc        1         -     irh       "ACSNOM"               "ACCUMULATED MELTED SNOW"         ""
595state    real   RMOL             ij     misc        1         -     irh      "RMOL"               ""         ""
596state    real   SNOW             ij     misc        1         -     i01rh       "SNOW"                 "SNOW WATER EQUIVALENT"         ""
597state    real   CANWAT           ij     misc        1         -     i01rh       "CANWAT"               "CANOPY WATER" ""
598state    real   SST              ij     misc        1         -     i01rh       "SST"                  "SEA SURFACE TEMPERATURE" "K"
599state    real   WEASD            ij     misc        1         -     i01rh       "WEASD"                "WATER EQUIVALENT OF ACCUMULATED SNOW" ""
600state    real  ZNT              ij      misc        1         -     ir        "ZNT"                   "TIME-VARYING ROUGHNESS LENGTH"
601state    real  MOL              ij      misc        1         -     ir        "MOL"                   "T* IN SIMILARITY THEORY"                      "K"
602
603state    real   tke_myj         ijk     misc        1         -     r        "tke_myj"               "TKE FROM MELLOR-YAMADA-JANJIC"     "m2 s-2"
604state    real   EL_MYJ          ikj     misc        1         -      -        "el_myj"                "MIXING LENGTH FROM MELLOR-YAMADA-JANJIC"     "m"
605state    real   EXCH_H         ikj     misc        1         -     r         "EXCH_H"               "EXCHANGE COEFFICIENTS FOR HEAT"               "m2 s-1"
606state   real   THZ0             ij     misc        1         -     irh       "THZ0"        "POT. TEMPERATURE AT TOP OF VISC. SUBLYR"       "K"
607state   real   QZ0              ij     misc        1         -     irh       "QZ0"         "SPECIFIC HUMIDITY AT TOP OF VISC. SUBLYR"      "kg kg-1"
608state   real   UZ0              ij     misc        1         -     irh       "UZ0"         "U WIND COMPONENT AT TOP OF VISC. SUBLYR"       "m s-1"
609state   real   VZ0              ij     misc        1         -     irh       "VZ0"         "V WIND COMPONENT AT TOP OF VISC. SUBLYR"       "m s-1"
610state    real  FLHC             ij      misc        1         -      r        "FLHC"                  "SURFACE EXCHANGE COEFFICIENT FOR HEAT"       ""
611state    real  FLQC             ij      misc        1         -      r        "FLQC"                  "SURFACE EXCHANGE COEFFICIENT FOR MOISTURE"   ""
612state    real  QSG              ij      misc        1         -      r        "QSG"                   "SURFACE SATURATION WATER VAPOR MIXING RATIO"  "kg kg-1"
613state    real  QVG              ij      misc        1         -      r        "QVG"                   "WATER VAPOR MIXING RATIO AT THE SURFACE"      "kg kg-1"
614state    real  QCG              ij      misc        1         -      r        "QCG"                   "CLOUD WATER MIXING RATIO AT THE SURFACE"      "kg kg-1"
615state    real  SOILT1           ij      misc        1         -      r        "SOILT1"                "TEMPERATURE INSIDE SNOW "    "K"
616state    real  TSNAV            ij      misc        1         -      r        "TSNAV"                 "AVERAGE SNOW TEMPERATURE "                    "C"
617# added as state for HALO_NMM_MG2, mep
618state   real   psfc_out         ij    dyn_nmm        1         -     -
619# added as state for HALO_NMM_TURBL, jm
620state   real   UZ0h              ij     misc        1         -     -       
621state   real   VZ0h              ij     misc        1         -     -       
622state   real   dudt              ijk     misc        1         -     -     
623state   real   dvdt              ijk     misc        1         -     -     
624
625state   real   QSFC             ij     misc        1         -     irh       "QSFC"                  "SPECIFIC HUMIDITY AT LOWER BOUNDARY"          "kg kg-1"
626state   real   AKHS             ij     misc        1         -     ir        "AKHS"                  "SFC EXCH COEFF FOR HEAT /DELTA Z"             "m s-1"
627state   real   AKMS             ij     misc        1         -     ir        "AKMS"                  "SFC EXCH COEFF FOR MOMENTUM /DELTA Z"         "m s-1"   
628i1      real   TSHLTR           ij     misc        1         -     -         "TSHLTR"                "SHELTER THETA FROM MYJ"                       "K"         
629i1      real   QSHLTR           ij     misc        1         -     -         "QSHLTR"                "SHELTER SPECIFIC HUMIDITY FROM MYJ"           "kg kg-1"
630i1      real   TH10             ij     misc        1         -     -         "TH10"                  "10-M THETA FROM MYJ"                          "K"       
631i1      real   Q10              ij     misc        1         -     -         "Q10"                   "10-M SPECIFIC HUMIDITY FROM MYJ"              "kg kg-1"
632state    real    HTOP            ij     misc        1         -     irh       "HTOP"                 "TOP OF CONVECTION LEVEL"         ""
633state    real    HBOT            ij     misc        1         -     irh       "HBOT"                 "BOT OF CONVECTION LEVEL"         ""
634state    real    HTOPR           ij     misc        1         -     irh       "HTOPR"                "TOP OF CONVECTION LEVEL FOR RADIATION"         ""
635state    real    HBOTR           ij     misc        1         -     irh       "HBOTR"                "BOT OF CONVECTION LEVEL FOR RADIATION"         ""
636state    real    HTOPD           ij     misc        1         -     rh        "HTOPD"                "TOP DEEP CONVECTION LEVEL"         ""
637state    real    HBOTD           ij     misc        1         -     rh        "HBOTD"                "BOT DEEP CONVECTION LEVEL"         ""
638state    real    HTOPS           ij     misc        1         -     rh        "HTOPS"                "TOP SHALLOW CONVECTION LEVEL"         ""
639state    real    HBOTS           ij     misc        1         -     rh        "HBOTS"                "BOT SHALLOW CONVECTION LEVEL"         ""
640state    REAL      CUPPT         ij     misc        1         -     rh        "CUPPT"                "ACCUMULATED CONVECTIVE RAIN SINCE LAST CALL TO THE RADIATION"         ""
641state    REAL      CPRATE        ij     misc        1         -     rh         "CPRATE"               "INSTANTANEOUS CONVECTIVE PRECIPITATION RATE"      ""   #  1-17-06a
642state    real    F_ICE_PHY       ikj    misc        1         -      -        "F_ICE_PHY"            "FRACTION OF ICE"         ""
643state    real    F_RAIN_PHY      ikj    misc        1         -      -        "F_RAIN_PHY"           "FRACTION OF RAIN "         ""
644state    real    F_RIMEF_PHY     ikj    misc        1         -      -        "F_RIMEF_PHY"          "MASS RATIO OF RIMED ICE "         ""
645state    real    ccn1            ijk    misc        1         -      h        "ccn1"                 "CCN concentration at S=0.02%"  "#/cm3"
646state    real    ccn2            ijk    misc        1         -      h        "ccn2"                 "CCN concentration at S=0.05%"  "#/cm3"
647state    real    ccn3            ijk    misc        1         -      h        "ccn3"                 "CCN concentration at S=0.1%"   "#/cm3"
648state    real    ccn4            ijk    misc        1         -      h        "ccn4"                 "CCN concentration at S=0.2%"   "#/cm3"
649state    real    ccn5            ijk    misc        1         -      h        "ccn5"                 "CCN concentration at S=0.5%"   "#/cm3"
650state    real    ccn6            ijk    misc        1         -      h        "ccn6"                 "CCN concentration at S=1.0%"   "#/cm3"
651state    real    qndropsource    ijk    misc        1         -      h        "qndropsource"         "Droplet number source"   "#/kg/s"
652# cloud water fractional removal rate needed for wet scavenging
653state    real    qlsink          ijk    misc        1         -      rduh      "qlsink"              "CLOUD WATER SINK"               "/S"
654state    real    precr           ijk    misc        1         -      rduh      "precr"               "RAIN PRECIPITATION RATE"        "KG/M2/S"
655state    real    preci           ijk    misc        1         -      rduh      "preci"               "ICE PRECIPITATION RATE"         "KG/M2/S"
656state    real    precs           ijk    misc        1         -      rduh      "precs"               "SNOW PRECIPITATION RATE"        "KG/M2/S"
657state    real    precg           ijk    misc        1         -      rduh      "precg"               "GRAUPEL PRECIPITATION RATE"     "KG/M2/S"
658
659state    real  MASS_FLUX        ij      misc        1         -      r        "MASS_FLUX"             "DOWNDRAFT MASS FLUX FOR IN GRELL CUMULUS SCHEME"           "mb/hour"
660state    real  apr_gr           ij      misc        1         -      r       "APR_GR"                "PRECIP FROM CLOSURE OLD_GRELL "           "mm/hour"
661state    real  apr_w            ij      misc        1         -      r       "APR_W"                 "PRECIP FROM CLOSURE W "           "mm/hour"
662state    real  apr_mc           ij      misc        1         -      r       "APR_MC"                "PRECIP FROM CLOSURE KRISH MV"           "mm/hour"
663state    real  apr_st           ij      misc        1         -      r       "APR_ST"                "PRECIP FROM CLOSURE STABILITY "           "mm/hour"
664state    real  apr_as           ij      misc        1         -      r       "APR_AS"                "PRECIP FROM CLOSURE AS-TYPE "           "mm/hour"
665state    real  apr_capma        ij      misc        1         -      r       "APR_CAPMA"             "PRECIP FROM MAX CAP"           "mm/hour"
666state    real  apr_capme        ij      misc        1         -      r       "APR_CAPME"             "PRECIP FROM MEAN CAP"           "mm/hour"
667state    real  apr_capmi        ij      misc        1         -      r       "APR_CAPMI"             "PRECIP FROM MIN CAP"           "mm/hour"
668state    real  xf_ens           ije     misc        1         Z      r        "XF_ENS"                "MASS FLUX PDF IN GRELL CUMULUS SCHEME"    "mb hour-1"
669state    real  pr_ens           ije     misc        1         Z      r        "PR_ENS"                "PRECIP RATE PDF IN GRELL CUMULUS SCHEME"  "mb hour-1"
670state    real  GD_CLOUD        ijk      misc        1         -      rh      "GD_CLOUD"              "CLOUD WATER/ICE MIXING RAIO IN GD CLOUD"         "kg kg-1"
671state    real  GD_CLOUD2        ijk      misc        1         -      rh      "GD_CLOUD2"              "TEST for GD CLOUD"         "kg kg-1"
672# time averaged stuff
673state    real  RTHFTEN          ikj     misc        1         -      r       "RTHFTEN"               "TEMPERATURE TENDENCY USED IN GRELL CUMULUS SCHEME"         "K/sec"
674state    real  RQVFTEN          ikj     misc        1         -      r       "RQVFTEN"               "MOISTURE TENDENCY USED IN GRELL CUMULUS SCHEME"            "kg/sec"
675state    real   SNOWH            ij     misc        1         -     i01rhd=(interp_mask_land_field:lu_index)      "SNOWH"                 "PHYSICAL SNOW DEPTH"  ""
676state    real   RHOSN            ij     misc        1         -     i01rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm)    "RHOSN"            " SNOW DENSITY"      "kg m-3"
677state    real   SMFR3D           ilj    misc        1         Z      rh       "SMFR3D"               "SOIL ICE" ""
678state    real   KEEPFR3DFLAG     ilj    misc        1         Z      r         "KEEPFR3DFLAG"         "FLAG - 1. FROZEN SOIL YES, 0 - NO"             ""
679
680# added state for etampnew microphysics (needed for restarts)
681state    real  mp_restart_state   p      misc        1         -      r       "MP_RESTART_STATE"       "STATE VECTOR FOR MICROPHYSICS RESTARTS"
682state    real  tbpvs_state       p      misc        1         -      r        "TBPVS_STATE"           "STATE FOR ETAMPNEW MICROPHYSICS"
683state    real  tbpvs0_state      p      misc        1         -      r        "TBPVS0_STATE"          "STATE FOR ETAMPNEW MICROPHYSICS"
684
685# State variables for landuse_init, Must be declared state because the are read in and needed for restarts. Had been SAVE vars in
686# landuse_init (phys/module_physics_init.F)
687state    integer  landuse_isice   -      misc       -          -     -
688state    integer  landuse_lucats  -      misc       -          -     -
689state    integer  landuse_luseas  -      misc       -          -     -
690state    integer  landuse_isn     -      misc       -          -     -
691state    real     lu_state        p      misc       -          -     -
692
693
694#################################################################
695#                                               
696                                               
697state   integer number_at_same_level    -        -          -         -     -        "number_at_same_level"  ""         ""     
698
699# State for derived time quantities. 
700state   integer itimestep      -        -          -         -     h         "itimestep"             ""         ""     
701state   real    xtime          -        -          -         -     h         "xtime"                 "minutes since simulation start"         ""     
702state   real    julian         -        -          -         -     -         "julian"                "day of year"         ""     
703                                               
704# input file descriptor for lbcs on parent domain                                               
705        had2chem_tim=had2chem_tim+timef()-btimx
706state   integer lbc_fid        -        -          -         -     -         "lbc_fid"               ""         ""     
707                                               
708# indicates if tiling has been computed                                         
709state   logical tiled          -        -          -         -     -         "tiled"                 ""         ""     
710# indicates if patches have been computed                                               
711state   logical patched        -        -          -         -     -         "patched"               ""         ""     
712# indicates whether to read input from file or generate                                         
713#state   logical input_from_file        -        -          -         -     -         "input_from_file"         ""         ""   
714
715######                                         
716#                                               
717# Variables that are set at run-time to control configuration  (namelist-settable)                                             
718#                                               
719#<Table>  <Type>  <Sym>                   <How set>          <Nentries>   <Default>                                             
720
721
722# Time Control
723rconfig   integer run_days                namelist,time_control         1             0       irh   "run_days"              "NUMBER OF DAYS TO RUN"
724rconfig   integer run_hours               namelist,time_control         1             0       irh   "run_hours"             "NUMBER OF HOURS TO RUN"
725rconfig   integer run_minutes             namelist,time_control         1             0       irh   "run_minutes"           "NUMBER OF MINUTES TO RUN"
726rconfig   integer run_seconds             namelist,time_control         1             0       irh   "run_seconds"           "NUMBER OF SECONDS TO RUN"
727rconfig   integer start_year              namelist,time_control         max_domains    1993    irh   "start_year"            "4 DIGIT YEAR OF START OF MODEL" "YEARS"
728rconfig   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"
729rconfig   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"
730rconfig   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"
731rconfig   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"
732rconfig   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"
733rconfig   integer end_year                namelist,time_control         max_domains    1993    irh   "end_year"              "4 DIGIT YEAR OF END OF MODEL" "YEARS"
734rconfig   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"
735rconfig   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"
736rconfig   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"
737rconfig   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"
738rconfig   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"
739rconfig   integer interval_seconds        namelist,time_control         1             43200    irh   "interval_seconds"      "SECONDS BETWEEN ANALYSIS AND BOUNDARY PERIODS" "SECONDS"
740rconfig   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"  ""
741rconfig   integer fine_input_stream       namelist,time_control         max_domains    0       irh    "fine_input_stream"      "0 THROUGH 5, WHAT INPUT STREAM IS FINE GRID IC FROM"  ""
742
743include registry.io_boilerplate
744include registry.chem
745
746rconfig   integer JULYR                   namelist,time_control         max_domains    0       h    "JULYR"                 ""      ""
747rconfig   integer JULDAY                  namelist,time_control         max_domains    1       h    "JULDAY"                ""      ""
748rconfig   real    GMT                     namelist,time_control         max_domains    0.      h    "GMT"           ""      ""
749rconfig   character  input_inname      namelist,time_control            1  "wrfinput_d<domain>"          -     "name of input   infile"   ""      ""
750rconfig   character  input_outname     namelist,time_control            1  "wrfinput_d<domain>"          -     "name of input   outfile"  ""      ""
751rconfig   character  bdy_inname        namelist,time_control            1  "wrfbdy_d<domain>"            -     "name of boundary infile"  ""      ""
752rconfig   character  bdy_outname       namelist,time_control            1  "wrfbdy_d<domain>"            -     "name of boundary outfile" ""      ""
753rconfig   character  rst_inname        namelist,time_control            1  "wrfrst_d<domain>_<date>"     -     "name of restrt infile"    ""      ""
754rconfig   character  rst_outname       namelist,time_control            1  "wrfrst_d<domain>_<date>"     -     "name of restrt outfile"   ""      ""
755rconfig   logical write_input             namelist,time_control         1             .false. -    "write input data for 3dvar etc."              ""      ""
756rconfig   logical write_restart_at_0h     namelist,time_control         1             .false. h    "write_restart_at_0h"              ""      ""
757rconfig   logical adjust_output_times     namelist,time_control         1             .false. -    "adjust_output_times"
758rconfig   logical adjust_input_times      namelist,time_control         1             .false. -    "adjust_input_times"
759rconfig   real    tstart                  namelist,time_control     max_domains       0       rh   "tstart"  "forecast hour at the start of the NMM integration"
760rconfig   logical nocolons                namelist,time_control         1             .false. -    "nocolons"
761
762# Domains
763rconfig   integer time_step               namelist,domains      1             -       ih   "time_step"     
764rconfig   integer time_step_fract_num     namelist,domains      1             0       ih   "time_step_fract_num"     
765rconfig   integer time_step_fract_den     namelist,domains      1             1       ih   "time_step_fract_den"     
766rconfig   integer max_dom                 namelist,domains      1             1       irh  "max_dom"               ""      ""
767rconfig   integer s_we                    namelist,domains      max_domains    1       irh    "s_we"          ""      ""
768rconfig   integer e_we                    namelist,domains      max_domains    32      irh    "e_we"          ""      ""
769rconfig   integer s_sn                    namelist,domains      max_domains    1       irh    "s_sn"          ""      ""
770rconfig   integer e_sn                    namelist,domains      max_domains    32      irh    "e_sn"          ""      ""
771rconfig   integer s_vert                  namelist,domains      max_domains    1       irh    "s_vert"                ""      ""
772rconfig   integer e_vert                  namelist,domains      max_domains    31      irh    "e_vert"                ""      ""
773rconfig   real    dx                      namelist,domains     max_domains    200     h     "dx"        "X HORIZONTAL RESOLUTION"   "METERS"
774rconfig   real    dy                      namelist,domains      max_domains    200     h     "dy"        "Y HORIZONTAL RESOLUTION"   "METERS"
775rconfig   integer grid_id                 namelist,domains      max_domains    1       irh    "id"            ""      ""
776rconfig   logical grid_allowed            namelist,domains      max_domains    .true.  irh    "allowed"       ""      ""
777rconfig   integer parent_id               namelist,domains      max_domains    0       h     "parent_id"             ""      ""
778rconfig   integer i_parent_start          namelist,domains      max_domains    1       h     "i_parent_start"                ""      ""
779rconfig   integer j_parent_start          namelist,domains      max_domains    1       h     "j_parent_start"                ""      ""
780rconfig   integer parent_grid_ratio       namelist,domains      max_domains    1       h     "parent_grid_ratio"             ""      ""
781rconfig   integer parent_time_step_ratio  namelist,domains      max_domains    1       h     "parent_time_step_ratio"                ""      ""
782rconfig   integer feedback                namelist,domains      1    1       h     "feedback"          ""      ""
783rconfig   integer smooth_option           namelist,domains      1    2       h     "smooth_option"          ""      ""
784rconfig   real    ztop                    namelist,domains      max_domains    15000.  h    "ztop"          ""      ""
785rconfig   integer moad_grid_ratio         namelist,domains      max_domains    1       h     "moad_grid_ratio"               ""      ""
786rconfig   integer moad_time_step_ratio    namelist,domains      max_domains    1       h     "moad_time_step_ratio"          ""      ""
787rconfig   integer shw                     namelist,domains      max_domains    2       h     "stencil_half_width"   "HORIZONTAL INTERPOLATION STENCIL HALF-WIDTH"  "GRID POINTS"
788rconfig   integer tile_sz_x               namelist,domains      1             0       -      "tile_sz_x"             ""      ""
789rconfig   integer tile_sz_y               namelist,domains      1             0       -      "tile_sz_y"             ""      ""
790rconfig   integer numtiles                namelist,domains      1             1       -      "numtiles"              ""      ""
791rconfig   integer nproc_x                 namelist,domains      1             -1       -      "nproc_x"              "-1 means not set"      ""
792rconfig   integer nproc_y                 namelist,domains      1             -1       -      "nproc_y"              "-1 means not set"      ""
793rconfig   integer irand                   namelist,domains      1             0       -      "irand"           ""      ""
794rconfig   real    dt                      derived              max_domains    2.      h     "dt"        "TEMPORAL RESOLUTION"      "SECONDS"
795rconfig   integer   ts_buf_size     namelist,domains    1                200          -       "ts_buf_size"   "Size of time series buffer"
796rconfig   integer   max_ts_locs     namelist,domains    1                5            -       "max_ts_locs"   "Maximum number of time series locations"
797rconfig   integer   num_moves       namelist,domains    1                0
798rconfig   integer   move_id         namelist,domains    max_moves        0
799rconfig   integer   move_interval   namelist,domains    max_moves        999999999
800rconfig   integer   move_cd_x       namelist,domains    max_moves        0
801rconfig   integer   move_cd_y       namelist,domains    max_moves        0
802rconfig   logical   swap_x          namelist,domains    max_domains    .false. rh    "swap_x"            ""      ""
803rconfig   logical   swap_y          namelist,domains    max_domains    .false. rh    "swap_y"            ""      ""
804rconfig   logical   cycle_x         namelist,domains    max_domains    .false. rh    "cycle_x"            ""      ""
805rconfig   logical   cycle_y         namelist,domains    max_domains    .false. rh    "cycle_y"            ""      ""
806rconfig   logical   reorder_mesh    namelist,domains    1              .false. rh    "reorder_mesh"       ""      ""
807rconfig   logical   perturb_input   namelist,domains    1              .false. h     "" "" ""
808# WPS related
809rconfig   real      eta_levels      namelist,domains    max_eta        -1.
810rconfig   real      ptsgm           namelist,domains    1         42000.
811rconfig   integer num_metgrid_levels   namelist,domains  1           43      irh    "num_metgrid_levels"       ""        ""
812rconfig   real    p_top_requested      namelist,domains  1           5000    irh    "p_top_requested"          "Pa"      ""
813
814# Physics
815rconfig   integer     mp_physics          namelist,physics      max_domains    0       rh       "mp_physics"            ""      ""
816rconfig   integer     ra_lw_physics       namelist,physics      max_domains    0       rh       "ra_lw_physics"         ""      ""
817rconfig   integer     ra_sw_physics       namelist,physics      max_domains    0       rh       "ra_sw_physics"         ""      ""
818rconfig   real    radt                    namelist,physics      max_domains    0       h    "RADT"          ""      ""
819rconfig   integer     sf_sfclay_physics   namelist,physics      max_domains    0       rh       "sf_sfclay_physics"             ""      ""
820rconfig   integer     sf_surface_physics  namelist,physics      max_domains    0       rh       "sf_surface_physics"            ""      ""
821rconfig   integer     bl_pbl_physics      namelist,physics      max_domains    0       rh       "bl_pbl_physics"                ""      ""
822rconfig   real    BLDT                    namelist,physics      max_domains    0       h    "BLDT"          ""      ""
823rconfig   integer     cu_physics          namelist,physics      max_domains    0       rh       "cu_physics"            ""      ""
824rconfig   real    CUDT                    namelist,physics      max_domains    0       h    "CUDT"          ""      ""
825rconfig   real    GSMDT                   namelist,physics      max_domains    0       h    "GSMDT"          ""      ""
826rconfig   integer     progn               namelist,physics      max_domains    0       rh       "progn"                 ""      ""
827rconfig   integer ISFFLX                  namelist,physics      1             1       irh    "ISFFLX"                        ""      ""
828rconfig   integer IFSNOW                  namelist,physics      1             0       irh    "IFSNOW"                        ""      ""
829rconfig   integer ICLOUD                  namelist,physics      1             1       irh    "ICLOUD"                        ""      ""
830rconfig   real    swrad_scat              namelist,physics      1             1       irh    "SWRAD_SCAT" "SCATTERING FACTOR IN SWRAD"      ""
831rconfig   integer surface_input_source    namelist,physics      1             1       irh    "surface_input_source"          "1=static (fractional), 2=time dependent (dominant), 3=hybrid (not yet implemented)"      ""
832rconfig   integer num_soil_layers         namelist,physics      1             5       irh    "num_soil_layers"               ""      ""
833rconfig   integer maxiens                 namelist,physics      1             1       irh    "maxiens"                    ""      ""
834rconfig   integer maxens                  namelist,physics      1             3       irh    "maxens"                    ""      ""
835rconfig   integer maxens2                 namelist,physics      1             3       irh    "maxens2"                    ""      ""
836rconfig   integer maxens3                 namelist,physics      1            16       irh    "maxens3"                    ""      ""
837rconfig   integer ensdim                  namelist,physics      1            144      irh    "ensdim"                    ""      ""
838rconfig   integer num_land_cat            namelist,physics      1            24       -      "num_land_cat"                  ""      ""
839rconfig   integer num_soil_cat            namelist,physics      1            16       -      "num_soil_cat"                  ""      ""
840rconfig   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"
841rconfig   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"
842rconfig   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"
843rconfig   integer sst_update              namelist,physics      1            0         h    "sst_update"  "update sst from wrflowinp file  0=no, 1=yes"   ""
844rconfig   integer ucmcall                 namelist,physics      max_domains  0         h    "ucmcall"     "activate urban model  0=no, 1=yes"   ""
845rconfig   logical usemonalb               namelist,physics      1            .true.    h    "usemonalb"   "use 2d field vs table values  false=table, True=2d"   ""
846
847# nmm variables
848rconfig   integer idtad                   namelist,physics     max_domains    2       irh    "idtad"  "fundamental timesteps between calls to NMM passive advection scheme"
849rconfig   integer nsoil                   namelist,physics     max_domains    4       irh    "nsoil"  "number of soil layers"
850rconfig   integer nphs                    namelist,physics     max_domains   10       irh    "nphs"  "fundamental timesteps between calls to NMM turbulence"
851rconfig   integer ncnvc                   namelist,physics     max_domains   10       irh    "ncnvc"  "fundamental timesteps between calls to NMM convection"
852rconfig   integer nrads                   namelist,physics     max_domains  200       irh    "nrads"  "fundamental timesteps between calls to NMM shortwave radiation"
853rconfig   integer nradl                   namelist,physics     max_domains  200       irh    "nradl"  "fundamental timesteps between calls to NMM longwave radiation"
854rconfig   real    tprec                   namelist,physics     max_domains    3.       rh    "tprec"  "number of hours in bucket for total precipitation"
855rconfig   real    theat                   namelist,physics     max_domains    6.       rh    "theat"  "number of hours in bucket for gridscale and convective heating rates"
856rconfig   real    tclod                   namelist,physics     max_domains    6.       rh    "tclod"  "number of hours in bucket for cloud amounts"
857rconfig   real    trdsw                   namelist,physics     max_domains    6.       rh    "trdsw"  "number of hours in bucket for short wave fluxes"
858rconfig   real    trdlw                   namelist,physics     max_domains    6.       rh    "trdlw"  "number of hours in bucket for long wave fluxes"
859rconfig   real    tsrfc                   namelist,physics     max_domains    6.       rh    "tsrfc"  "number of hours in bucket for evaporation / sfc fluxes"
860rconfig   logical pcpflg                  namelist,physics     max_domains   .false.   rh    "pcpflg"  "logical switch that turns on/off the precipitation assimilation"
861rconfig   integer sigma                   namelist,physics     max_domains    1       irh    "sigma"  "logical switch for NMM vertical coordinate (sigma or hybrid)"
862rconfig   integer co2tf                   namelist,physics     1              0       -      "co2tf"  "GFDL radiation co2 flag"
863rconfig   integer ra_call_offset          namelist,physics     1             -1       -      "ra_call_offset" "radiation call offset in timesteps (-1=old, 0=new offset)" ""
864rconfig   real    cam_abs_freq_s          namelist,physics      1         21600.      -      "cam_abs_freq_s" "CAM radiation frequency for clear-sky longwave calculations" "s"
865rconfig   integer levsiz                  namelist,physics      1             1       -      "levsiz" "Number of ozone data levels for CAM radiation (59)"  ""
866rconfig   integer paerlev                 namelist,physics      1             1       -      "paerlev" "Number of aerosol data levels for CAM radiation (29)"  ""
867rconfig   integer cam_abs_dim1            namelist,physics      1             1       -      "cam_abs_dim1" "dimension for absnxt in CAM radiation"  ""
868rconfig   integer cam_abs_dim2            namelist,physics      1             1       -      "cam_abs_dim2" "dimension for abstot in CAM radiation"  ""
869rconfig   logical cu_rad_feedback         namelist,physics      max_domains   .false.  -     "feedback cumulus to radiation"  ""
870
871# Dynamics
872# dynamics option (see package definitions, below)
873rconfig   integer rk_ord                  namelist,dynamics     1             3       irh   "rk_order"               ""      ""
874rconfig   integer w_damping               namelist,dynamics     1             0       irh    "w_damping"             ""      ""
875# diff_opt 1=old diffusion, 2=new
876rconfig   integer diff_opt                namelist,dynamics     1             1       irh    "diff_opt"              ""      ""
877# km_opt   1=old coefs, 2=tke, 3=Smagorinksy
878rconfig   integer km_opt                  namelist,dynamics     1             1       irh    "km_opt"                ""      ""
879rconfig   integer damp_opt                namelist,dynamics     1             1       irh    "damp_opt"              ""      ""
880rconfig   real    zdamp                   namelist,dynamics     max_domains    5000.   h    "zdamp"         ""      ""
881rconfig   real    base_pres               namelist,dynamics     1          100000.     h    "base_pres"  "Base state pressure - do not change (10^5 Pa), real only"      "Pa"
882rconfig   real    base_temp               namelist,dynamics     1             290.     h    "base_temp"  "Base state sea level temperature, real only"      "K"
883rconfig   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"
884rconfig   real    dampcoef                namelist,dynamics     max_domains    0.2     h    "dampcoef"              ""      ""
885rconfig   real    khdif                   namelist,dynamics     max_domains    0       h    "khdif"         ""      ""
886rconfig   real    kvdif                   namelist,dynamics     max_domains    0       h    "kvdif"         ""      ""
887rconfig   real    c_s                     namelist,dynamics     max_domains    0.25    h    "c_s"         "Smagorinsky coeff"      ""
888rconfig   real    c_k                     namelist,dynamics     max_domains    0.15    h    "c_k"         "TKE coeff"      ""
889rconfig   real    smdiv                   namelist,dynamics     max_domains    0.      h    "smdiv"         ""      ""
890rconfig   real    emdiv                   namelist,dynamics     max_domains    0.      h    "emdiv"         ""      ""
891rconfig   real    epssm                   namelist,dynamics     max_domains    .1      h    "epssm"         ""      ""
892rconfig   logical non_hydrostatic         namelist,dynamics     max_domains  .true.   irh  "non_hydrostatic"    ""   ""
893rconfig   integer time_step_sound         namelist,dynamics     max_domains    10      h     "time_step_sound"               ""      ""
894rconfig   integer     h_mom_adv_order     namelist,dynamics     max_domains    3       rh       "h_mom_adv_order"               ""      ""
895rconfig   integer     v_mom_adv_order     namelist,dynamics     max_domains    3       rh       "v_mom_adv_order"               ""      ""
896rconfig   integer     h_sca_adv_order     namelist,dynamics     max_domains    3       rh       "h_sca_adv_order"               ""      ""
897rconfig   integer     v_sca_adv_order     namelist,dynamics     max_domains    3       rh       "v_sca_adv_order"               ""      ""
898rconfig   logical top_radiation           namelist,dynamics     max_domains    .false. rh    "top_radiation"         ""      ""
899rconfig   real    tke_upper_bound         namelist,dynamics     max_domains    1000.   h    "tke_upper_bound"            ""      ""
900rconfig   real    tke_drag_coefficient      namelist,dynamics   max_domains    0.      h    "tke_drag_coefficient"       ""      ""
901rconfig   real    tke_heat_flux           namelist,dynamics     max_domains    0.      h    "tke_heat_flux"              ""      ""
902rconfig   logical pert_coriolis           namelist,dynamics     max_domains  .false.  irh  "pert_coriolis"    ""   ""
903
904# Bdy_control
905rconfig   integer spec_bdy_width          namelist,bdy_control          1             5       irh    "spec_bdy_width"                ""      ""
906rconfig   integer spec_zone               namelist,bdy_control          1             1       irh    "spec_zone"                     ""      ""
907rconfig   integer relax_zone              namelist,bdy_control          1             4       irh    "relax_zone"                    ""      ""
908rconfig   logical specified               namelist,bdy_control  max_domains    .false. rh    "specified"             ""      ""
909rconfig   logical periodic_x              namelist,bdy_control  max_domains    .false. rh    "periodic_x"            ""      ""
910rconfig   logical symmetric_xs            namelist,bdy_control  max_domains    .false. rh    "symmetric_xs"          ""      ""
911rconfig   logical symmetric_xe            namelist,bdy_control  max_domains    .false. rh    "symmetric_xe"          ""      ""
912rconfig   logical open_xs                 namelist,bdy_control  max_domains    .false. rh    "open_xs"               ""      ""
913rconfig   logical open_xe                 namelist,bdy_control  max_domains    .false. rh    "open_xe"               ""      ""
914rconfig   logical periodic_y              namelist,bdy_control  max_domains    .false. rh    "periodic_y"            ""      ""
915rconfig   logical symmetric_ys            namelist,bdy_control  max_domains    .false. rh    "symmetric_ys"          ""      ""
916rconfig   logical symmetric_ye            namelist,bdy_control  max_domains    .false. rh    "symmetric_ye"          ""      ""
917rconfig   logical open_ys                 namelist,bdy_control  max_domains    .false. rh    "open_ys"               ""      ""
918rconfig   logical open_ye                 namelist,bdy_control  max_domains    .false. rh    "open_ye"               ""      ""
919rconfig   logical polar                   namelist,bdy_control  max_domains    .false. rh    "polar"                 ""      ""
920rconfig   logical nested                  namelist,bdy_control  max_domains    .false. rh    "nested"                ""      ""
921rconfig   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"
922
923rconfig   integer background_proc_id      namelist,grib2                1     255    rh    "background_proc_id"    "Background processing id for grib2"  ""
924rconfig   integer forecast_proc_id        namelist,grib2                1     255    rh    "forecast_proc_id"      "Analysis and forecast processing id for grib2"  ""
925rconfig   integer production_status       namelist,grib2                1     255    rh    "production_status"     "Background processing id for grib2"  ""
926rconfig   integer compression             namelist,grib2                1      40    rh    "compression"           "grib2 compression, 40 for JPEG2000 or 41 for PNG"  ""
927
928# NAMELIST DERIVED
929rconfig   real    cen_lat                 derived                  max_domains    0       -        "cen_lat"              "center latitude"      "degrees, negative is south"
930rconfig   real    cen_lon                 derived                  max_domains    0       -        "cen_lon"              "central longitude"      "degrees, negative is west"
931rconfig   real    truelat1                derived                  max_domains    0       -        "true_lat1"             "first standard parallel"      "degrees, negative is south"
932rconfig   real    truelat2                derived                  max_domains    0       -        "true_lat2"             "second standard parallel"      "degrees, negative is south"
933rconfig   real    moad_cen_lat            derived                  max_domains    0       -        "moad_cen_lat"             "center latitude of the most coarse grid"      "degrees, negative is south"
934rconfig   real    stand_lon               derived                  max_domains    0       -        "stand_lon"             "standard longitude, parallel to j-direction, perpendicular to i-direction "      "degrees, negative is west"
935rconfig   real    bdyfrq                  derived                  max_domains    0       -        "bdyfrq"               "lateral boundary input frequency"      "seconds"
936rconfig   real    emifrq                  derived                  max_domains    0       -        "emifrq"               "chem emissions input frequency"      "seconds"
937rconfig   integer iswater                 derived                  max_domains    0       -        "iswater"              "land use index of water"      "index category"
938rconfig   integer isice                   derived                  max_domains    0       -        "isice"                "land use index of ice"        "index category"
939rconfig   integer isurban                 derived                  max_domains    0       -        "isurban"              "land use index for 'urban and built-up"     "index category"
940rconfig   integer isoilwater              derived                  max_domains    0       -        "isoilwater"           "land use index of water for soil"        "index category"
941rconfig   integer map_proj                derived                  max_domains    0       -        "map_proj"             "domain map projection"      "0=none, 1=Lambert, 2=polar, 3=Mercator"
942
943#
944# Single dummy declaration to define a nodyn dyn option
945state integer nodyn_dummy - dyn_nodyn -  -  -  "" "" ""
946
947#key      package       associated                package          associated 4d scalars
948#         name          namelist choice           state vars
949
950#### 9. Edit the Registry file to set up '5' as the value of the
951**** namelist variable dyn_opt that means to select our exp dyncore.
952package   dyn_exp       dyn_opt==5                   -             -
953
954
955package   noprogn       progn==0                     -             -
956package   progndrop     progn==1                     -             scalar:qndrop
957package   passiveqv     mp_physics==0                -             moist:qv
958package   kesslerscheme mp_physics==1                -             moist:qv,qc,qr
959package   linscheme     mp_physics==2                -             moist:qv,qc,qr,qi,qs,qg
960package   wsm3scheme    mp_physics==3                -             moist:qv,qc,qr
961package   wsm5scheme    mp_physics==4                -             moist:qv,qc,qr,qi,qs
962package   etampnew      mp_physics==5                -             moist:qv,qc,qr,qi,qs,qg
963package   wsm6scheme    mp_physics==6                -             moist:qv,qc,qr,qi,qs,qg
964package   gsfcgcescheme mp_physics==7                -             moist:qv,qc,qr,qi,qs,qg
965package   thompson       mp_physics==8               -             moist:qv,qc,qr,qi,qs,qg;scalar:qni
966package   morr_two_moment  mp_physics==10            -             moist:qv,qc,qr,qi,qs,qg;scalar:qni,qns,qnr,qng
967
968package   rrtmscheme    ra_lw_physics==1             -             -
969package   camlwscheme   ra_lw_physics==3             -             -
970package   gfdllwscheme  ra_lw_physics==99            -             moist:qv,qc,qr,qi
971
972package   swradscheme   ra_sw_physics==1             -             -
973package   gsfcswscheme  ra_sw_physics==2             -             -
974package   camswscheme   ra_sw_physics==3             -             -
975package   gfdlswscheme  ra_sw_physics==99            -             -
976package   heldsuarez    ra_lw_physics==31            -             -
977
978package   sfclayscheme   sf_sfclay_physics==1        -             -
979package   myjsfcscheme   sf_sfclay_physics==2        -             -
980package   gfssfcscheme   sf_sfclay_physics==3        -             -
981package   pxsfcscheme    sf_sfclay_physics==7        -             -
982package   slabscheme     sf_surface_physics==1       -             -
983package   lsmscheme      sf_surface_physics==2       -             -
984package   ruclsmscheme   sf_surface_physics==3       -             -
985package   pxlsmscheme    sf_surface_physics==7       -             -
986package   nmmlsmscheme   sf_surface_physics==99      -             -
987package   ysuscheme      bl_pbl_physics==1           -             -
988package   myjpblscheme   bl_pbl_physics==2           -             -
989package   gfsscheme      bl_pbl_physics==3           -             -
990package   acmpblscheme   bl_pbl_physics==7           -             -
991package   mrfscheme      bl_pbl_physics==99          -             -
992
993package   kfetascheme    cu_physics==1               -             -
994package   bmjscheme      cu_physics==2               -             -
995package   gdscheme       cu_physics==3               -             -
996package   sasscheme      cu_physics==4               -             -
997package   g3scheme       cu_physics==5               -             -
998package   kfscheme       cu_physics==99              -             -
999
1000# only need to specify these once; not for every io_form* variable
1001package   io_intio    io_form_restart==1                     -             -
1002package   io_netcdf   io_form_restart==2                     -             -
1003# Placeholders for additional packages (we can go beyond zzz
1004# but that will entail modifying frame/module_io.F and frame/md_calls.m4)
1005# Please note these are placeholders; HDF has not been implemented yet.
1006package   io_hdf      io_form_restart==3                     -             -
1007package   io_phdf5    io_form_restart==4                     -             -
1008package   io_grib1    io_form_restart==5                     -             -
1009package   io_mcel     io_form_restart==6                     -             -
1010package   io_esmf     io_form_restart==7                     -             -
1011package   io_yyy      io_form_restart==8                     -             -
1012package   io_zzz      io_form_restart==9                     -             -
1013package   io_grib2    io_form_restart==10                    -             -
1014package   io_pnetcdf  io_form_restart==11                     -             -
1015                                               
1016## communications                                               
1017
1018### 8. Edit the Registry file and create a halo-exchange for x_1.
1019
1020# NMM communications
1021
1022#halo HALO_NMM_INIT_1   dyn_nmm 120:LMH,LMV,HBM2
1023halo HALO_NMM_INIT_1    dyn_nmm 120:HBM2
1024halo HALO_NMM_INIT_2    dyn_nmm 120:HBM3,VBM2,VBM3
1025halo HALO_NMM_INIT_3    dyn_nmm 120:SM,SICE,HTM
1026halo HALO_NMM_INIT_4    dyn_nmm 120:VTM,DX_NMM,WPDAR
1027halo HALO_NMM_INIT_5    dyn_nmm 120:CPGFU,CURV,FCP
1028halo HALO_NMM_INIT_6    dyn_nmm 120:FDIV,FAD,F
1029halo HALO_NMM_INIT_7    dyn_nmm 120:DDMPU,DDMPV,GLAT
1030halo HALO_NMM_INIT_8    dyn_nmm 120:GLON,EPSR,TG
1031halo HALO_NMM_INIT_9    dyn_nmm 120:GFFC,SST,ALBASE
1032#halo HALO_NMM_INIT_10  dyn_nmm 120:HDAC,HDACV,IVGTYP
1033halo HALO_NMM_INIT_10   dyn_nmm 120:HDAC,HDACV
1034#halo HALO_NMM_INIT_11  dyn_nmm 120:ISLTYP,ISLOPE,VEGFRC
1035halo HALO_NMM_INIT_11   dyn_nmm 120:VEGFRC
1036halo HALO_NMM_INIT_12   dyn_nmm 120:DIV,OMGALF,PD,RES
1037halo HALO_NMM_INIT_13   dyn_nmm 120:FIS,T,U
1038halo HALO_NMM_INIT_14   dyn_nmm 120:V,Q,Q2,CHEM
1039halo HALO_NMM_INIT_15   dyn_nmm 120:CWM,TRAIN,TCUCN
1040halo HALO_NMM_INIT_15B  dyn_nmm 120:moist,scalar
1041halo HALO_NMM_INIT_16   dyn_nmm 120:RSWIN,RSWOUT,TG
1042halo HALO_NMM_INIT_17   dyn_nmm 120:Z0,AKMS,CZEN
1043halo HALO_NMM_INIT_18   dyn_nmm 120:AKHS,THS,QSH
1044halo HALO_NMM_INIT_19   dyn_nmm 120:TWBS,QWBS,HBOT
1045halo HALO_NMM_INIT_20   dyn_nmm 120:CFRACL,THZ0,QZ0
1046halo HALO_NMM_INIT_21   dyn_nmm 120:UZ0,VZ0,USTAR
1047halo HALO_NMM_INIT_22   dyn_nmm 120:HTOP,CFRACM,SNO
1048halo HALO_NMM_INIT_23   dyn_nmm 120:SI,CLDEFI,RF
1049halo HALO_NMM_INIT_24   dyn_nmm 120:CUPPT,CFRACH,SOILTB
1050halo HALO_NMM_INIT_25   dyn_nmm 120:SFCEXC,SMSTAV,SMSTOT
1051halo HALO_NMM_INIT_26   dyn_nmm 120:GRNFLX,PCTSNO,RLWIN
1052halo HALO_NMM_INIT_27   dyn_nmm 120:RADOT,CZMEAN,SIGT4
1053halo HALO_NMM_INIT_28   dyn_nmm 120:SR
1054halo HALO_NMM_INIT_29   dyn_nmm 120:PREC,ACPREC,ACCLIQ
1055halo HALO_NMM_INIT_30   dyn_nmm 120:ACFRST,ACSNOW
1056halo HALO_NMM_INIT_31   dyn_nmm 120:ACSNOM,SSROFF,BGROFF
1057halo HALO_NMM_INIT_32   dyn_nmm 120:SFCSHX,SFCLHX,SUBSHX
1058halo HALO_NMM_INIT_33   dyn_nmm 120:SNOPCX,SFCUVX,SFCEVP
1059halo HALO_NMM_INIT_34   dyn_nmm 120:POTEVP,ASWIN,ASWOUT
1060halo HALO_NMM_INIT_35   dyn_nmm 120:ASWTOA,ALWIN,ALWOUT
1061halo HALO_NMM_INIT_36   dyn_nmm 120:ALWTOA,SMC,CMC
1062halo HALO_NMM_INIT_37   dyn_nmm 120:STC,SH2O,ALBEDO
1063halo HALO_NMM_INIT_38   dyn_nmm 120:PINT,Z,DWDT
1064halo HALO_NMM_INIT_39   dyn_nmm 120:TOLD,UOLD,VOLD
1065
1066halo      HALO_NMM_A  dyn_nmm 24:pd,t,u,v,q,cwm,dwdt,div;24:pint                         
1067halo      HALO_NMM_A_2  dyn_nmm 24:CHEM
1068halo      HALO_NMM_A_3  dyn_nmm 24:moist,scalar
1069halo      HALO_NMM_B  dyn_nmm 24:div                   
1070halo      HALO_NMM_C  dyn_nmm 8:u,v                   
1071halo      HALO_NMM_D  dyn_nmm 24:pd         
1072halo      HALO_NMM_E  dyn_nmm 24:petdt
1073halo      HALO_NMM_F  dyn_nmm 24:t,u,v
1074halo      HALO_NMM_F1 dyn_nmm 80:pdslo         
1075halo      HALO_NMM_G  dyn_nmm 24:u,v;24:z                   
1076halo      HALO_NMM_H  dyn_nmm 24:w,lmh
1077halo      HALO_NMM_I  dyn_nmm 48:q,q2,cwm                   
1078halo      HALO_NMM_I_2  dyn_nmm 48:CHEM
1079halo      HALO_NMM_I_3  dyn_nmm 48:moist,scalar
1080halo      HALO_NMM_J  dyn_nmm 8:pd,uz0,vz0,t,q,cwm                   
1081halo      HALO_NMM_J_2  dyn_nmm 8:CHEM
1082halo      HALO_NMM_J_3  dyn_nmm 8:moist,scalar                   
1083halo      HALO_NMM_K  dyn_nmm 8:q2;24:t,u,v,q,w,z
1084halo      HALO_NMM_L  dyn_nmm 8:pd,t,q,cwm,q2                   
1085halo      HALO_NMM_L_2  dyn_nmm 8:CHEM
1086halo      HALO_NMM_L_3  dyn_nmm 8:moist,scalar
1087halo      HALO_NMM_MG dyn_nmm 8:ht_gc
1088halo      HALO_NMM_MG2 dyn_nmm 8:pd,psfc_out
1089halo      HALO_NMM_MG3 dyn_nmm 8:p_gc
1090
1091halo      HALO_NMM_TURBL_A  dyn_nmm 8:uz0h,vz0h,hbm2
1092halo      HALO_NMM_TURBL_B  dyn_nmm 8:dudt,dvdt
1093
Note: See TracBrowser for help on using the repository browser.