source: lmdz_wrf/WRFV3/Registry/Registry.NMM_NEST @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 132.4 KB
Line 
1# Registry file NMM_NEST
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
42include registry.dimspec
43
44#############
45rconfig   integer ntracers                namelist,physics     1              4       -
46
47# option 1
48#dimspec ntracevars   -     constant=4             c       number of 4d tracer variables
49#state   real    -   ijk{ntracevars}f  tracers   1  -  - - -
50#state   real    t1  ijk{ntracevars}f  tracers   1  -  r - -
51#state   real    t2  ijk{ntracevars}f  tracers   1  -  r - -
52#state   real    t3  ijk{ntracevars}f  tracers   1  -  r - -
53#state   real    t4  ijk{ntracevars}f  tracers   1  -  r - -
54#package   tracer_option_1     ntracers==4                -             tracers:t1,t2,t3,t4
55
56# option 2
57state   real    -     ijkf  szj   1  -  - - -
58state   real    szj1  ijkf  szj   1  -  r "szj1" "szj" "units"
59state   real    szj2  ijkf  szj   1  -  r "szj2" "szj" "units"
60state   real    szj3  ijkf  szj   1  -  r "szj3" "szj" "units"
61state   real    szj4  ijkf  szj   1  -  r "szj4" "szj" "units"
62
63state   real    -     ijkf  s1z   1  -  - - -
64state   real    s1z1  ijkf  s1z   1  -  r "s1z1" "s1z" "units"
65state   real    s1z2  ijkf  s1z   1  -  r "s1z2" "s1z" "units"
66state   real    s1z3  ijkf  s1z   1  -  r "s1z3" "s1z" "units"
67state   real    s1z4  ijkf  s1z   1  -  r "s1z4" "s1z" "units"
68
69state   real    -     ijkf  spz   1  -  - - -
70state   real    spz1  ijkf  spz   1  -  r "spz1" "spz" "units"
71state   real    spz2  ijkf  spz   1  -  r "spz2" "spz" "units"
72state   real    spz3  ijkf  spz   1  -  r "spz3" "spz" "units"
73state   real    spz4  ijkf  spz   1  -  r "spz4" "spz" "units"
74
75state   real    -     ijkf  tcs   1  -  - - -
76state   real    tcs1  ijkf  tcs   1  -  r "tcs1" "tcs" "units"
77state   real    tcs2  ijkf  tcs   1  -  r "tcs2" "tcs" "units"
78state   real    tcs3  ijkf  tcs   1  -  r "tcs3" "tcs" "units"
79state   real    tcs4  ijkf  tcs   1  -  r "tcs4" "tcs" "units"
80
81package tracer_option_2 ntracers==4 - szj:szj1,szj2,szj3,szj4;s1z:s1z1,s1z2,s1z3,s1z4;spz:spz1,spz2,spz3,spz4;tcs:tcs1,tcs2,tcs3,tcs4
82
83################################################################################
84################################################################################
85################################################################################
86
87# Lines that start with the word 'state' form a table that is                                           
88# used by the script use_registry to generate module_state_descript.F                                           
89# and other files.  Also see documentation in use_registry.                                             
90#
91# It is reauired that LU_INDEX appears before any variable that is
92# interpolated with a mask, as lu_index supplies that mask.
93#
94state    real  LU_INDEX         ij      misc        1         -     irh01d=(interp_fcnm)u=(copy_fcnm)   "LU_INDEX"              "LAND USE CATEGORY"         ""
95state    real  LU_MASK          ij      misc        1         -     i3h1     "LU_MASK"              "0 land 1 water"         ""
96################################################################################
97################################################################################
98
99################################
100## WPS-specific Variables
101################################
102
103state    real   p_gc           ijg      dyn_nmm      1     Z     i1      "PRES"     "pressure"            "Pa"
104state    real   vegcat         ij       misc         1     -     i12     "VEGCAT"        "VEGETATION CAT DOMINANT TYPE" ""
105state    real   soilcat        ij       misc         1     -     i12     "SOILCAT"       "SOIL CAT DOMINANT TYPE" ""
106
107state    real   input_soil_cat ij       misc         1     -     i12     "SOIL_CAT"       "SOIL CAT DOMINANT TYPE" ""
108state    real   tsk_gc         ij       dyn_nmm      1     -     i1      "SKINTEMP"  "skin temperature"  "K"
109state    real   XICE_gc        ij       misc         1     -     i014r    "SEAICE"                 "SEA ICE"         ""
110state    real   ght_gc         ijg      dyn_nmm      1     Z     i1      "GHT"   "geopotential height" "m"
111state    real   rh_gc          ijg      dyn_nmm      1     Z     i1      "RH"    "relative humidity"   "%"
112state    real   v_gc           ijg      dyn_nmm      1     Z     i1      "VV"     "y-wind component"    "m s-1"
113state    real   u_gc           ijg      dyn_nmm      1     Z     i1      "UU"     "x-wind component"    "m s-1"
114state    real   t_gc           ijg      dyn_nmm      1     Z     i1      "TT"     "temperature"         "K"
115state    real   snoalb         ij        misc        1     -     i012r   "SNOALB"        "ANNUAL MAX SNOW ALBEDO IN FRACTION" ""
116state    real   greenfrac_gc   ijm      dyn_nmm      1     Z     i1      "GREENFRAC" "monthly greenness fraction" "0 - 1 fraction"
117state    real   albedo12m_gc   ijm      dyn_nmm      1     Z     i1      "ALBEDO12M" "background albedo" "0 - 1 fraction"
118state    real   soilcbot_gc    ijs      misc         1     Z     i1      "SOILCBOT"      "description"  "units"
119state    real   soilctop_gc    ijs      misc         1     Z     i1      "SOILCTOP"      "description"  "units"
120state    real   tmn_gc         ij       dyn_nmm      1     -     i1      "SOILTEMP"  "annual mean deep soil temperature"  "K"
121state    real   htv_gc         ij       dyn_nmm      1     -     i1      "HGT_V" "wind point topography elevation" "m"
122state    real   ht_gc          ij       dyn_nmm      1     -     i1      "HGT_M" "mass point topography elevation" "m"
123state    real   landusef_gc    iju      misc         1     Z     i1      "LANDUSEF"      "description"  "units"
124state    real   vlon_gc        ij       dyn_nmm      1     -     i1      "XLONG_V" "longitude, positive east" "degrees"
125state    real   vlat_gc        ij       dyn_nmm      1     -     i1      "XLAT_V" "latitude, positive north" "degrees"
126state    real   hlon_gc        ij       dyn_nmm      1     -     i1      "XLONG_M" "longitude, positive east" "degrees"
127state    real   hlat_gc        ij       dyn_nmm      1     -     i1      "XLAT_M" "latitude, positive north" "degrees"
128
129##############################################################
130# Variables for nmm dynamics                                           
131#
132# module_BC
133#
134# pdb is only 2d but registry doesn't support 2d bdy arrays right now...
135
136# The following arrays were added to avoid using _b and _bt arrays for nesting.
137# This is gopal' doing:
138
139state  integer    nrnd1    k    dyn_nmm     1      -      r    "NRND1"
140
141#for HWRF: zhang's doing: added a 'r' at end to store these variables in restart file
142state  real    pdnest_b     ij      dyn_nmm     1      -      r
143state  real    pdnest_bt    ij      dyn_nmm     1      -      r
144state  real    tnest_b      ijk     dyn_nmm     1      -      r
145state  real    tnest_bt     ijk     dyn_nmm     1      -      r
146state  real    qnest_b      ijk     dyn_nmm     1      -      r
147state  real    qnest_bt     ijk     dyn_nmm     1      -      r
148state  real    unest_b      ijk     dyn_nmm     1      -      r
149state  real    unest_bt     ijk     dyn_nmm     1      -      r
150state  real    vnest_b      ijk     dyn_nmm     1      -      r
151state  real    vnest_bt     ijk     dyn_nmm     1      -      r
152state  real    q2nest_b     ijk     dyn_nmm     1      -      r
153state  real    q2nest_bt    ijk     dyn_nmm     1      -      r
154state  real    cwmnest_b    ijk     dyn_nmm     1      -      r
155state  real    cwmnest_bt   ijk     dyn_nmm     1      -      r
156
157#
158# For the moving nest. This is gopal's doing
159#
160
161state  real   pdyn       ij     dyn_nmm     1      -    r  "PDYN"  "DYNAMIC PRESSURE USED FOR TRACKING GRID MOTION"
162state  real   mslp       ij     dyn_nmm     1      -    rh  "MSLP"  "MSLP USED TO DETERMINE STORM LOCATION"
163state  real   sqws       ij     dyn_nmm     1      -    r  "SQWS"  "SQUARE OF WIND SPEED AT LEVEL 10"
164state integer xloc         -    dyn_nmm     2      -    r  "XLOC"  "I-LOCATION OF MINIMUM DYNAMIC PRESSURE"
165state integer yloc         -    dyn_nmm     2      -    r  "YLOC"  "J-LOCATION OF MINIMUM DYNAMIC PRESSURE"
166state logical mvnest       -    dyn_nmm     1      -    r  "MVNEST" "LOGICAL SWITCH FOR NMM GRID MOTION"
167#for HWRF: zhang's doing added to calculate radiation constant for moving nest for restart
168state integer julyr_rst      -     dyn_nmm     1      -    r  "JULYR_RST" "JULYR for restart moving nest "
169state integer julday_rst     -     dyn_nmm     1      -    r  "JULDAY_RST" "JULDAY for restart moving nest "
170state real    gmt_rst        -     dyn_nmm     1      -    r  "GMT_RST" "GMT for restart moving nest "
171state integer NTIME0         -     dyn_nmm     1      -    r  "NTIME0" "COUNT FOR PREVIOUS MOVING NEST"
172
173#for HWRF:
174# flag for nest movement
175state  logical moved       -     misc       1      -     r
176
177state   real   ducudt       ijk     misc        1         -    rh  "UMMIX" "U TENDENCY  MOMENTUM MIXING IN SAS"
178state   real   dvcudt       ijk     misc        1         -    rh  "VMMIX" "V TENDENCY  MOMENTUM MIXING IN SAS"
179# For random number in SAS convection in HWRF
180
181state real store_rand        ij     dyn_nmm     1      -    rh  "RANDOM" "RANDOM NUMBER FOR SAS"
182
183# Location of the SOUTH-WEST nested pointed in terms of parent grid
184
185state integer  IIH      ij     dyn_nmm     1      -      rh
186state integer  JJH      ij     dyn_nmm     1      -      rh
187state integer  IIV      ij     dyn_nmm     1      -      rh
188state integer  JJV      ij     dyn_nmm     1      -      rh
189
190# Bi-linear weights
191
192state  real   HBWGT1       ij     dyn_nmm     1      -      rh
193state  real   HBWGT2       ij     dyn_nmm     1      -      rh
194state  real   HBWGT3       ij     dyn_nmm     1      -      rh
195state  real   HBWGT4       ij     dyn_nmm     1      -      rh
196state  real   VBWGT1       ij     dyn_nmm     1      -      rh
197state  real   VBWGT2       ij     dyn_nmm     1      -      rh
198state  real   VBWGT3       ij     dyn_nmm     1      -      rh
199state  real   VBWGT4       ij     dyn_nmm     1      -      rh
200#end of HWRF:
201
202#
203state  real   HLON        ij     dyn_nmm     1      -      h01d=(test_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)
204state  real   HLAT        ij     dyn_nmm     1      -      h01d=(test_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)
205state  real   VLON        ij     dyn_nmm     1      -      irh
206state  real   VLAT        ij     dyn_nmm     1      -      irh
207
208#
209rconfig  real wbd0    derived   max_domains    0       - "wbd0"                  "western boundary of the domain"
210rconfig  real sbd0    derived   max_domains    0       - "sbd0"                  "southern boundary of the domain"
211#for HWRF:
212rconfig   logical analysis               namelist,time_control    max_domains        .false.      irh   "days"     "analysis control for the nested domain"
213
214state  real   PSTD      k      dyn_nmm     1      Z      r
215state  integer KZMAX    -      dyn_nmm     -      -      r
216state  real   Z3D       ijk    dyn_nmm     1      Z      rd=(nmm_copy:IIH,JJH)f=(nmm_copy:IIH,JJH) "Z3D" "HEIGHT ARRAY FIELD VALID FOR PARENT ONLY"
217state  real   T3D       ijk    dyn_nmm     1      -      rd=(nmm_copy:IIH,JJH)f=(nmm_copy:IIH,JJH) "T3D" "TEMPERATURE ARRAY ON STANDARD PRESSURE LEVELS"
218state  real   Q3D       ijk    dyn_nmm     1      -      rd=(nmm_copy:IIH,JJH)f=(nmm_copy:IIH,JJH) "Q3D" "SP HUMIDITY ARRAY ON STANDARD PRESSURE LEVELS"
219#end of HWRF:
220
221state  real HRES_FIS    ij     dyn_nmm     1      -      r  "HRES_FIS" "HIGH RESOLUTION TERRAIN DATA FOR NESTED DOMAIN"
222
223#
224# module_MASKS
225#
226state  real   hbm2      ij     dyn_nmm     1      -      irh     "HBM2"    "Height boundary mask; =0 outer 2 rows on H points"       ""
227state  real   hbm3      ij     dyn_nmm     1      -      irh     "HBM3"    "Height boundary mask; =0 outer 3 rows on H points"       ""
228state  real   vbm2      ij     dyn_nmm     1      -      irh     "VBM2"    "Velocity boundary mask; =0 outer 2 rows on V points"     ""
229state  real   vbm3      ij     dyn_nmm     1      -      irh     "VBM3"    "Velocity boundary mask; =0 outer 3 rows on V points"     ""
230state  real   sm        ij     dyn_nmm     1      -      i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)  "SM"      "Sea mask; =1 for sea, =0 for land"      ""
231state  real   sice      ij     dyn_nmm     1      -      irhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)     "SICE"    "Sea ice mask; =1 for sea ice, =0 for no sea ice"         ""
232#
233# module_VRBLS
234#
235state  integer ntsd     -       dyn_nmm     -      -      r       "NTSD"    "Number of timesteps done"                      ""
236state  integer nstart_hour  -   dyn_nmm     -      -      r       "NSTART_HOUR"   "Forecast hour at start of integration"   ""
237state  real   pd        ijb     dyn_nmm     1      -      i01rhu=(nmm_feedback:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)d=(interp_mass_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,Z3D,HRES_FIS,SM,PDTOP,PT,PSTD,KZMAX)f=(nmm_bdymass_hinterp:pdnest_b,pdnest_bt,IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,Z3D,HRES_FIS,SM,PDTOP,PT,PSTD,KZMAX)  "PD"      "Mass at I,J in the sigma domain"               "Pa"
238state  real   fis       ij     dyn_nmm     1      -      i01rh   "FIS"     "Surface geopotential"                          "m2 s-2"
239state  real   res       ij     dyn_nmm     1      -      irh     "RES"     "Reciprocal of surface sigma"                   ""
240state  real   t         ijkb    dyn_nmm     1      -      i01rhu=(nmm_feedback:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)d=(interp_scalar_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,T3D,PD,PSTD,PDTOP,PT,ETA1,ETA2)f=(nmm_bdy_scalar:dt,tnest_b,tnest_bt,IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,T3d,PD,PSTD,PDTOP,PT,ETA1,ETA2)  "T"       "Sensible temperature"                          "K"
241state  real   q         ijkb    dyn_nmm     1      -      i01rhu=(nmm_feedback:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)d=(interp_scalar_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,Q3D,PD,PSTD,PDTOP,PT,ETA1,ETA2)f=(nmm_bdy_scalar:dt,qnest_b,qnest_bt,IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,Q3d,PD,PSTD,PDTOP,PT,ETA1,ETA2)  "Q"       "Specific humidity"                             "kg kg-1"
242state  real   u         ijkb    dyn_nmm     1      -      i01rhu=(nmm_vfeedback:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4)d=(interp_v_nmm:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4)f=(nmm_bdy_vinterp:unest_b,unest_bt,IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4)   "U"       "U component of wind"                           "m s-1"
243state  real   v         ijkb    dyn_nmm     1      -      i01rhu=(nmm_vfeedback:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4)d=(interp_v_nmm:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4)f=(nmm_bdy_vinterp:vnest_b,vnest_bt,IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4)   "V"       "V component of wind"                           "m s-1"
244state  real   told      ijk    dyn_nmm     1      -      r       "TOLD"    "T from previous timestep"                      "K"
245state  real   uold      ijk    dyn_nmm     1      -      r       "UOLD"    "U from previous timestep"                      "m s-1"
246state  real   vold      ijk    dyn_nmm     1      -      r       "VOLD"    "V from previous timestep"                      "m s-1"
247#
248# NMM DFI
249#
250state   real   hcoeff         {ndfi} misc        1         -     -    "HCOEFF"               "initialization weights"
251state   real   hcoeff_tot       -    misc        1         -     -    "HCOEFF_TOT"               "initialization weights"
252
253state  real   dfi_pd        ij     misc    1      -      r   "DFI_PD"      "Mass at I,J in the sigma domain"               "Pa"
254state  real   dfi_pint      ijk    misc    1      Z      r   "DFI_PINT"      "Model layer interface pressure"   "Pa"
255state  real   dfi_dwdt      ijk    misc    1      -     r    "DFI_DWDT"      "dwdt and 1+(dwdt)/g"              "m s-2"
256state  real   dfi_t         ijk    misc    1      -      r   "DFI_T"       "Sensible temperature"                          "K"
257state  real   dfi_q         ijk    misc    1      -      r   "DFI_Q"       "Specific humidity"                             "kg kg-1"
258state  real   dfi_u         ijk    misc    1      -      r   "DFI_U"       "U component of wind"                           "m s-1"
259state  real   dfi_v         ijk    misc    1      -      r   "DFI_V"       "V component of wind"                           "m s-1"
260state  real   dfi_q2        ijk    misc    1      -      r   "DFI_Q2"      "2 * Turbulence kinetic energy"                 "m2 s-2"
261state  real   dfi_cwm       ijk    misc    1      -      r   "DFI_CWM"     "Total condensate"                              "kg kg-1"
262state  real   dfi_rrw       ijk    misc    1      -      r   "DFI_RRW"     "Tracer"                                        "kg kg-1"
263### remaining simply set aside, and restored to original values after filtering.
264###
265state    real  dfi_STC        ilj   misc          1         Z     r    "DFI_STC"         "SOIL TEMPERATURE"   "K"
266state    real  dfi_SMC        ilj   misc          1         Z     r    "DFI_SMC"       "SOIL MOISTURE"     "m3 m-3"
267state    real  dfi_SH2O       ilj   misc          1         Z     r    "DFI_SH2O"      "UNFROZEN SOIL MOISTURE"     "m3 m-3"
268
269state    real  dfi_SNOW        ij    misc        1         -     r    "dfi_SNOW"         "SNOW WATER EQUIVALENT"    "kg m-2"
270state    real  dfi_SNOWH       ij    misc        1         -     r    "dfi_SNOWH"        "PHYSICAL SNOW DEPTH"      "m"
271state    real  dfi_CANWAT      ij    misc        1         -     r    "dfi_CANWAT"       "CANOPY WATER"             "kg m-2"
272state    real  dfi_NMM_TSK      ij      misc        1       -     r   "dfi_NMM_TSK"               "saved SURFACE SKIN TEMPERATURE"
273state    real  dfi_SNOWC        ij      misc        1       -      r  "dfi_SNOWC"             "FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)"         ""
274
275#
276# module_DYNAM
277#
278state  real   dx_nmm    ij     dyn_nmm     1      -      irh     "DX_NMM"  "East-west distance H-to-V points"              "m"
279state  real   wpdar     ij     dyn_nmm     1      -      ir
280state  real   cpgfu     ij     dyn_nmm     1      -      ir
281state  real   curv      ij     dyn_nmm     1      -      ir      "CURV"    "Curvature term= .5*DT*TAN(phi)/RadEarth"       "s m-1"
282state  real   fcp       ij     dyn_nmm     1      -      ir
283state  real   fdiv      ij     dyn_nmm     1      -      ir
284state  real   f         ij     dyn_nmm     1      -      ir      "F"       "Coriolis * DT/2"                               ""
285state  real   fad       ij     dyn_nmm     1      -      ir
286state  real   ddmpu     ij     dyn_nmm     1      -      ir      "DDMPU"   "Divergence damping term for U"                 "m"
287state  real   ddmpv     ij     dyn_nmm     1      -      ir      "DDMPV"   "Divergence damping term for V"                 "m"
288state  real   deta      k      dyn_nmm     1      -      i01r    "DETA"    "Delta sigma in sigma domain"                   ""
289state  real   rdeta     k      dyn_nmm     1      -      ir      "RDETA"   "Reciprocal of DETA"                            ""
290state  real   aeta      k      dyn_nmm     1      -      i01r
291state  real   f4q2      k      dyn_nmm     1      -      ir
292state  real   etax      k      dyn_nmm     1      -      i01r
293state  real   dfl       k      dyn_nmm     1      Z      i01r    "DFL"     "Standard atmosphere geopotential"              "m2 s-2"
294state  real   deta1     k      dyn_nmm     1      -      i01rh    "DETA1"   "Delta sigma in pressure domain"                ""
295state  real   aeta1     k      dyn_nmm     1      -      i01rh    "AETA1"   "Midlayer sigma value in pressure domain"       ""
296state  real   eta1      k      dyn_nmm     1      Z      i01rh   "ETA1"    "Interface sigma value in pressure domain"      ""
297state  real   deta2     k      dyn_nmm     1      -      i01rh    "DETA2"   "Delta sigma in sigma domain"                   ""
298state  real   aeta2     k      dyn_nmm     1      -      i01rh    "AETA2"   "Midlayer sigma value in sigma domain"          ""
299state  real   eta2      k      dyn_nmm     1      Z      i01rh   "ETA2"    "Interface sigma value in sigma domain"         ""
300state  real   em        q      dyn_nmm     1      -      ir
301state  real   emt       q      dyn_nmm     1      -      ir
302#for HWRF: add to restart
303state  real   adt       ij     dyn_nmm     1      -      r       "ADT"     "Change of T due to advection"                  "K"
304state  real   adu       ij     dyn_nmm     1      -      r       "ADU"     "Change of U due to advection"                  "m s-1"
305state  real   adv       ij     dyn_nmm     1      -      r       "ADV"     "Change of V due to advection"                  "m s-1"
306#end HWRF:
307state  real   em_loc    q      dyn_nmm     1      -      r
308state  real   emt_loc   q      dyn_nmm     1      -      r
309state  real   dy_nmm    -      dyn_nmm     -      -      ir      "DY_NMM"  "North-south distance H-to-V points"            "m"
310state  real   cpgfv     -      dyn_nmm     -      -      ir
311state  real   en        -      dyn_nmm     -      -      ir
312state  real   ent       -      dyn_nmm     -      -      ir
313state  real   f4d       -      dyn_nmm     -      -      ir
314state  real   f4q       -      dyn_nmm     -      -      ir
315state  real   ef4t      -      dyn_nmm     -      -      ir
316#for HWRF: add to restart
317state  logical upstrm   -      dyn_nmm     -      -      -       "UPSTRM"  ".TRUE. => In upstream advec region of grid"    ""
318#end HWRF:
319state  real   dlmd      -      dyn_nmm     -      -      irh      "DLMD"    "East-west angular distance H-to-V points"      "degrees"
320state  real   dphd      -      dyn_nmm     -      -      irh      "DPHD"    "North-south angular distance H-to-V points"    "degrees"
321state  real   pdtop     -      dyn_nmm     -      -      i01rh   "PDTOP"   "Mass at I,J in pressure domain"                "Pa"
322state  real   pt        -      dyn_nmm     -      -      i01rh   "PT"      "Pressure at top of domain"                     "Pa"
323#
324# module_CONTIN
325#
326#for HWRF: add to restart
327state  real   pdsl      ij     dyn_nmm     1      -      r       "PDSL"    "Sigma-domain pressure at sigma=1"           "Pa"
328state  real   pdslo     ij     dyn_nmm     1      -      r       "PDSLO"   "PDSL from previous timestep"                "Pa"
329#end HWRF:
330state  real   psdt      ij     dyn_nmm     1      -      r       "PSDT"    "Surface pressure tendency"                  "Pa s-1"
331state  real   div       ijk    dyn_nmm     1      -      r       "DIV"     "Divergence"                                 "Pa s-1"
332state  real   def3d     ijk    dyn_nmm     1      -      r       "DEF3D"   "Deformation term from horizontal diffusion"      ""
333#for HWRF: add to restart
334state  real   few       ijk    dyn_nmm     1      -      r       "FEW"     "Integrated east-west mass flux"             "Pa m2 s-1"
335state  real   fne       ijk    dyn_nmm     1      -      r       "FNE"     "Integrated northeast-southwest mass flux"   "Pa m2 s-1"
336state  real   fns       ijk    dyn_nmm     1      -      r       "FNS"     "Integrated north-south mass flux"           "Pa m2 s-1"
337state  real   fse       ijk    dyn_nmm     1      -      r       "FSE"     "Integrated southeast-northwest mass flux"   "Pa m2 s-1"
338#end HWRF:
339state  real   omgalf    ijk    dyn_nmm     1      -      r       "OMGALF"  "Omega-alpha"                                "K"
340#for HWRF: add to restart
341state  real   petdt     ijk    dyn_nmm     1      -      r       "PETDT"   "Vertical mass flux"                         "Pa s-1"
342#end HWRF:
343state  real   rtop      ijk    dyn_nmm     1      -      r       "RTOP"    "Rd * Tv / P"                                "m3 kg-1"
344#
345# module_PVRBLS
346#
347state real  pblh        ij    dyn_nmm   1    -     rh       "PBLH"     "PBL Height"                           "m"
348state integer lpbl      ij    dyn_nmm   1    -     ir       "LPBL"     "Model layer of PBL top"               ""
349state  real   mixht     ij    dyn_nmm   1    -     rh        "MIXHT"                 "MXL HEIGHT"              "m"
350state  real   ustar     ij    dyn_nmm   1    -     irhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "USTAR"    "Friction velocity"                    "m s-1"
351state  real   z0        ij    dyn_nmm   1    -     i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "Z0"       "Roughness height"                     "m"
352state  real   z0base    ij    dyn_nmm   1    -     ir       "Z0BASE"   "Base roughness height"                "m"
353state  real   ths       ij    dyn_nmm   1    -     irhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)  "THS"      "Surface potential temperature"        "K"
354state  real   mavail    ij    dyn_nmm   1    -     i
355state  real   qsh       ij    dyn_nmm   1    -     irhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "QS"       "Surface specific humidity"            "kg kg-1"
356state  real   twbs      ij    dyn_nmm   1    -     irh      "TWBS"     "Instantaneous sensible heat flux"     "W m-2"
357state  real   qwbs      ij    dyn_nmm   1    -     irh      "QWBS"     "Instantaneous latent heat flux"       "W m-2"
358state  real   taux      ij    dyn_nmm   1    -     irh      "TAUX"     "Instantaneous stress along X direction in KG/M/S^2"
359state  real   tauy      ij    dyn_nmm   1    -     irh      "TAUY"     "Instantaneous stress along Y direction in KG/M/S^2"
360state  real   prec      ij    dyn_nmm   1    -     rh       "PREC"     "Precipitation in physics timestep"    "m"
361state  real   aprec     ij    dyn_nmm   1    -     rh
362state  real   acprec    ij    dyn_nmm   1    -     rh01d=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "ACPREC"   "Accumulatedtotal precipitation"      "m"
363state  real   cuprec    ij    dyn_nmm   1    -     rh       "CUPREC"   "Accumulated convective precipitation" "m"
364state  real   lspa      ij    dyn_nmm   1    -     h        "LSPA"     "Land Surface Precipitation Accumulation"   "kg m-2"
365state  real   ddata     ij    dyn_nmm   1    -     -        "DDATA"    "Observed precip to each physics timestep"  "kg m-2"
366state  real   accliq    ij    dyn_nmm   1    -     r
367state  real   sno       ij    dyn_nmm   1    -     irh      "SNO"      "Liquid water eqiv of snow on ground"  "kg m-2"
368state  real   si        ij    dyn_nmm   1    -     irh      "SI"       "Depth of snow on ground"              "mm"
369state  real   cldefi    ij    dyn_nmm   1    -     rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "CLDEFI"   "Convective cloud efficiency"          ""
370state  real   deep      ij    dyn_nmm   1    -     r        "DEEP"     "Deep convection =>.TRUE."             ""
371state  real   rf        ij    dyn_nmm   1    -     r
372state  real   th10      ij    dyn_nmm   1    -     rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "TH10"     "10-m potential temperature from MYJ"  "K"
373state  real   q10       ij    dyn_nmm   1    -     rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "Q10"      "10-m specific humidity from MYJ"      "kg kg-1"
374state  real   pshltr    ij    dyn_nmm   1    -     rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "PSHLTR"   "2-m pressure from MYJ"                "Pa"
375state  real   tshltr    ij    dyn_nmm   1    -     rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "TSHLTR"   "2-m potential temperature from MYJ"    "K"
376state  real   qshltr    ij    dyn_nmm   1    -     rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "QSHLTR"   "2-m specific humidity from MYJ"       "kg kg-1"
377state  real   q2        ijkb   dyn_nmm   1    -     irhu=(nmm_feedback:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)d=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)f=(nmm_bdy_hinterp:q2nest_b,q2nest_bt,IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)   "Q2"       "2 * Turbulence kinetic energy"        "m2 s-2"
378state  real   t_adj     ijk   dyn_nmm   1    -     rd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)  "T_ADJ"    "T change due to precip in phys step"  "K"
379state  real   t_old     ijk   dyn_nmm   1    -     r        "T_OLD"    "T before last call to precip"         "K"
380state  real   zero_3d   ijk   dyn_nmm   1    -     r
381state  real   W0AVG     ikj   dyn_nmm   1    -     r        "W0AVG" "AVERAGE VERTICAL VELOCITY FOR KF CUMULUS SCHEME"  "m s-1"
382state  real   AKHS_OUT  ij    dyn_nmm   1    -     rh       "AKHS_OUT"  "Output sfc exch coeff for heat"               "m2 s-1"
383state  real   AKMS_OUT  ij    dyn_nmm   1    -     rh       "AKMS_OUT"  "Output sfc exch coeff for momentum"           "m2 s-1"
384#
385# module_PHYS
386#
387state  real   albase    ij    dyn_nmm   1    -     i01rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "ALBASE"    "Base albedo"            ""
388state  real   albedo    ij    dyn_nmm   1    -     irh      "ALBEDO"    "Dynamic albedo"         ""
389state  real   cnvbot    ij    dyn_nmm   1    -     irh      "CNVBOT"    "Lowest convec cloud bottom lyr between outputs"  ""
390state  real   cnvtop    ij    dyn_nmm   1    -     irh      "CNVTOP"    "Highest convec cloud top lyr between outputs"    ""
391state  real   czen      ij    dyn_nmm   1    -     irh      "CZEN"      "Cosine of solar zenith angle"                    ""
392state  real   czmean    ij    dyn_nmm   1    -     irh      "CZMEAN"    "Mean CZEN between SW radiation calls"            ""
393state  real   embck     ij    dyn_nmm   1    -     ir       "EMBCK"     "Background radiative emissivity"                 ""
394state  real   epsr      ij    dyn_nmm   1    -     irh      "EPSR"      "Radiative emissivity"                            ""
395state  real   gffc      ij    dyn_nmm   1    -     ir
396state  real   glat      ij    dyn_nmm   1    -     i01rh    "GLAT"      "Geographic latitude, radians"                    ""
397state  real   glon      ij    dyn_nmm   1    -     i01rh    "GLON"      "Geographic longitude, radians"                   ""
398state  real   NMM_TSK   ij    dyn_nmm   1    -     i01rd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)     "TSK"       "Skin temperature"                                "K"
399state  real   hdac      ij    dyn_nmm   1    -     ir       "HDAC"      "Composite diffusion coeff for mass points"       "s m-1"
400state  real   hdacv     ij    dyn_nmm   1    -     ir       "HDACV"     "Composite diffusion coeff for velocity points"   "s m-1"
401state  real   mxsnal    ij    dyn_nmm   1    -     i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "MXSNAL"    "Maximum deep snow albedo"                        ""
402state  real   radin     ij    dyn_nmm   1    -     r
403state  real   radot     ij    dyn_nmm   1    -     rh       "RADOT"     "Radiative emission from surface"                 "W m-2"
404state  real   sigt4     ij    dyn_nmm   1    -     rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "SIGT4"     "Stefan-Boltzmann * T**4"                         "W m-2"
405state  real   tg        ij    dyn_nmm   1    -     i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "TGROUND"   "Deep ground soil temperature"                    "K"
406state  real   dfrlg     k     dyn_nmm   1    Z     i01r     "DFRLG"     "Std atmosphere height of model layer interfaces" "m"
407state integer lvl       ij    dyn_nmm   1    -     ir
408#
409# module_CLDWTR.F
410#
411state  real   cwm       ijkb   dyn_nmm   1    -     rhu=(nmm_feedback:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)d=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)f=(nmm_bdy_hinterp:cwmnest_b,cwmnest_bt,IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)  "CWM"       "Total condensate"                     "kg kg-1"
412state  real   rrw       ijkb  dyn_nmm   1    -     rh       "RRW"       "Tracer"                               "kg kg-1"
413state  real   f_ice     ikj   dyn_nmm   1    -     rhd=(interp_hnear_ikj_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)  "F_ICE"     "Frozen fraction of CWM"               ""
414state  real   f_rain    ikj   dyn_nmm   1    -     rhd=(interp_hnear_ikj_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)  "F_RAIN"    "Rain fraction of liquid part of CWM"  ""
415state  real   f_rimef   ikj   dyn_nmm   1    -     rhd=(interp_hnear_ikj_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)  "F_RIMEF"   "Rime factor"                          ""
416state  real   cldfra    ijk   dyn_nmm   1    -     rh       "CLDFRA"    "Cloud fraction"                       ""
417state  real   sr        ij    dyn_nmm   1    -     irh      "SR"        "Timestep mass ratio of snow:precip"   ""
418state  real   cfrach    ij    dyn_nmm   1    -     rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "CFRACH"    "High cloud fraction"                  ""
419state  real   cfracl    ij    dyn_nmm   1    -     rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "CFRACL"    "Low cloud fraction"                   ""
420state  real   cfracm    ij    dyn_nmm   1    -     rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "CFRACM"    "Middle cloud fraction"                ""
421state logical micro_start        -     dyn_nmm   -    -     -
422#
423# module_SOIL.F
424#
425state integer islope    ij    dyn_nmm   1    -     i01rhd=(interp_int_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)  "ISLOPE"
426state  real   dzsoil    k     dyn_nmm   1    -     irh      "DZSOIL"    "Thickness of soil layers"         "m"
427state  real   rtdpth    k     dyn_nmm   1    -     i01r
428state  real   sldpth    k     dyn_nmm   1    -     i01rh    "SLDPTH"    "Depths of centers of soil layers" "m"
429state  real   cmc       ij    dyn_nmm   1    -     i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "CMC"       "Canopy moisture"                  "m"
430state  real   grnflx    ij    dyn_nmm   1    -     irh      "GRNFLX"    "Deep soil heat flux"              "W m-2"
431state  real   pctsno    ij    dyn_nmm   1    -     irh
432state  real   soiltb    ij    dyn_nmm   1    -     i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "SOILTB"    "Deep ground soil temperature"     "K"
433state  real   vegfrc    ij    dyn_nmm   1    -     i014rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4) "VEGFRC"    "Vegetation fraction"              ""
434state  real   shdmin    ij    dyn_nmm   1    -     -
435state  real   shdmax    ij    dyn_nmm   1    -     -
436state  real   sh2o      ilj   dyn_nmm   1    Z     irhd=(interp_hnear_ikj_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)   "SH2O"      "Unfrozen soil moisture volume fraction"  ""
437state  real   smc       ilj   dyn_nmm   1    Z     irhd=(interp_hnear_ikj_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)   "SMC"       "Soil moisture volume fraction"    ""
438state  real   stc       ilj   dyn_nmm   1    Z     irhd=(interp_hnear_ikj_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)   "STC"       "Soil temperature"                 "K"
439#
440# module_GWD.F
441#
442state  real   hstdv     ij    dyn_nmm   1    -     i01rh      "HSTDV"     "Standard deviation of height"     "m"
443state  real   hcnvx     ij    dyn_nmm   1    -     i01rh      "HCNVX"     "Normalized 4th moment of orographic convexity"     ""
444state  real   hasyw     ij    dyn_nmm   1    -     i01rh      "HASYW"     "Orographic asymmetry in W-E plane"  ""
445state  real   hasys     ij    dyn_nmm   1    -     i01rh      "HASYS"     "Orographic asymmetry in S-N plane"  ""
446state  real   hasysw    ij    dyn_nmm   1    -     i01rh      "HASYSW"    "Orographic asymmetry in SW-NE plane"  ""
447state  real   hasynw    ij    dyn_nmm   1    -     i01rh      "HASYNW"    "Orographic asymmetry in NW-SE plane"  ""
448state  real   hlenw     ij    dyn_nmm   1    -     i01rh      "HLENW"     "Orographic length scale in W-E plane"  ""
449state  real   hlens     ij    dyn_nmm   1    -     i01rh      "HLENS"     "Orographic length scale in S-N plane"  ""
450state  real   hlensw    ij    dyn_nmm   1    -     i01rh      "HLENSW"    "Orographic length scale in SW-NE plane"  ""
451state  real   hlennw    ij    dyn_nmm   1    -     i01rh      "HLENNW"    "Orographic length scale in NW-SE plane"  ""
452state  real   hangl     ij    dyn_nmm   1    -     i01rh      "HANGL"     "Angle of the mountain range w/r/t east"  "deg"
453state  real   hanis     ij    dyn_nmm   1    -     i01rh      "HANIS"     "Anisotropy/aspect ratio of orography"   ""
454state  real   hslop     ij    dyn_nmm   1    -     i01rh      "HSLOP"     "Slope of orography"             ""
455state  real   hzmax     ij    dyn_nmm   1    -     i01rh      "HZMAX"     "Maximum height above mean orography"    "m"
456state  real   crot      ij    dyn_nmm   1    -      -       "CROT"      "Cosine of angle between model and earth coordinates"    ""
457state  real   srot      ij    dyn_nmm   1    -      -       "SROT"      "Sine of angle between model and earth coordinates"    ""
458state  real   UGWDsfc   ij    dyn_nmm   1    -      h       "UGWDsfc"   "Surface zonal wind stress due to gravity wave drag"    "N m-2"
459state  real   VGWDsfc   ij    dyn_nmm   1    -      h       "VGWDsfc"   "Surface meridional wind stress due to gravity wave drag"    "N m-2"
460#
461# module_NHYDRO.F
462#
463state logical hydro     -     dyn_nmm   -    -     -        "HYDRO"     ".FALSE. => nonhydrostatic"        ""
464state  real   dwdtmn    ij    dyn_nmm   1    -     -        "DWDTMN"    "Minimum value for DWDT"           "m s-2"
465state  real   dwdtmx    ij    dyn_nmm   1    -     -        "DWDTMX"    "Maximum value for DWDT"           "m s-2"
466state  real   dwdt      ijk   dyn_nmm   1    -     rd=(interp_v_nmm:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4) "DWDT"      "dwdt and 1+(dwdt)/g"              "m s-2"
467state  real   pdwdt     ijk   dyn_nmm   1    -     r
468state  real   pint      ijk   dyn_nmm   1    Z     irhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "PINT"      "Model layer interface pressure"   "Pa"
469state  real   w         ijk   dyn_nmm   1    Z     rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "W"         "Vertical velocity"                "m s-1"
470state  real   z         ijk   dyn_nmm   1    Z     -        "Z"         "Distance from ground"             "m"
471#
472# module_ACCUM.F
473#
474state  real   acfrcv    ij    dyn_nmm     1    -    rh    "ACFRCV"    "Accum convective cloud fraction"   ""
475state  real   acfrst    ij    dyn_nmm     1    -    rh    "ACFRST"    "Accum stratiform cloud fraction"   ""
476state  real   ssroff    ij    dyn_nmm     1    -    rh    "SSROFF"    "Surface runoff"                    "mm"
477state  real   bgroff    ij    dyn_nmm     1    -    rh    "BGROFF"    "Subsurface runoff"                 "mm"
478state  real   rlwin     ij    dyn_nmm     1    -    rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)    "RLWIN"     "Downward longwave at surface"      "W m-2"
479state  real   rlwout    ij    dyn_nmm     1    -    -
480state  real   rlwtoa    ij    dyn_nmm     1    -    rh    "RLWTOA"    "Outgoing LW flux at top of atmos"  "W m-2"
481state  real   alwin     ij    dyn_nmm     1    -    rh    "ALWIN"     "Accum LW down at surface"          "W m-2"
482state  real   alwout    ij    dyn_nmm     1    -    rh    "ALWOUT"    "Accum RADOT (see above)"           "W m-2"
483state  real   alwtoa    ij    dyn_nmm     1    -    rh    "ALWTOA"    "Accum RLWTOA"                      "W m-2"
484state  real   rswin     ij    dyn_nmm     1    -    rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)    "RSWIN"     "Downward shortwave at surface"     "W m-2"
485state  real   rswinc    ij    dyn_nmm     1    -    rh    "RSWINC"    "Clear-sky equivalent of RSWIN"     "W m-2"
486state  real   rswout    ij    dyn_nmm     1    -    rh    "RSWOUT"    "Upward shortwave at surface"       "W m-2"
487#for HWRF: add to restart
488state  real   rswtoa    ij    dyn_nmm     1    -    r     "RSWTOA"    "Outgoing SW flux at top of atmos"  "W m-2"
489#end HWRF
490state  real   aswin     ij    dyn_nmm     1    -    rh    "ASWIN"     "Accum SW down at surface"          "W m-2"
491state  real   aswout    ij    dyn_nmm     1    -    rh    "ASWOUT"    "Accum RSWOUT"                      "W m-2"
492state  real   aswtoa    ij    dyn_nmm     1    -    rh    "ASWTOA"    "Accum RSWTOA"                      "W m-2"
493state  real   sfcshx    ij    dyn_nmm     1    -    rh    "SFCSHX"    "Accum sfc sensible heat flux"      "W m-2"
494state  real   sfclhx    ij    dyn_nmm     1    -    rh    "SFCLHX"    "Accum sfc latent heat flux"        "W m-2"
495state  real   subshx    ij    dyn_nmm     1    -    rh    "SUBSHX"    "Accum deep soil heat flux"         "W m-2"
496state  real   snopcx    ij    dyn_nmm     1    -    rh    "SNOPCX"    "Snow phase change heat flux"       "W m-2"
497state  real   sfcuvx    ij    dyn_nmm     1    -    rh
498state  real   potevp    ij    dyn_nmm     1    -    rh    "POTEVP"    "Accum potential evaporation"       "m"
499state  real   potflx    ij    dyn_nmm     1    -    rh    "POTFLX"    "Energy equivalent of POTEVP"       "W m-2"
500state  real   tlmin     ij    dyn_nmm     1    -    rh
501state  real   tlmax     ij    dyn_nmm     1    -    rh
502state  real   t02_min   ij    dyn_nmm     1    -    rh    "T02_MIN"  "Hourly Min Shelter Temperature"    "K"
503state  real   t02_max   ij    dyn_nmm     1    -    rh    "T02_MAX"  "Hourly Max Shelter Temperature"    "K"
504state  real   rh02_min  ij    dyn_nmm     1    -    rh    "RH02_MIN" "Hourly Min Relative Humidity"    ""
505state  real   rh02_max  ij    dyn_nmm     1    -    rh    "RH02_MAX" "Hourly Max Relative Humidity"    ""
506state  real   rlwtt     ijk   dyn_nmm     1    -    rd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)  "RLWTT"     "Longwave temperature tendency"     "K s-1"
507state  real   rswtt     ijk   dyn_nmm     1    -    rd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)  "RSWTT"     "Shortwave temperature tendency"    "K s-1"
508#for HWRF: add to restart
509state  real   tcucn     ijk   dyn_nmm     1    -    r     "TCUCN"     "Accum convec temperature tendency" "K s-1"
510state  real   train     ijk   dyn_nmm     1    -    r     "TRAIN"     "Accum stratiform temp tendency"    "K s-1"
511#end HWRF
512state integer ncfrcv    ij    dyn_nmm     1    -    irh   "NCFRCV"    "# times convec cloud >0 between rad calls"  ""
513state integer ncfrst    ij    dyn_nmm     1    -    irh   "NCFRST"    "# times stratiform cloud >0 between rad calls"  ""
514state integer nphs0     -     dyn_nmm     -    -    rh
515state integer ncnvc0     -     dyn_nmm     -    -    rh
516state integer nprec     -     dyn_nmm     -    -    irh   "NPREC"     "# timesteps between resetting precip bucket"  ""
517state integer nclod     -     dyn_nmm     -    -    irh   "NCLOD"     "# timesteps between resetting cloud frac accum"    ""
518state integer nheat     -     dyn_nmm     -    -    irh   "NHEAT"     "# timesteps between resetting latent heat accum"   ""
519state integer nrdlw     -     dyn_nmm     -    -    irh   "NRDLW"     "# timesteps between resetting longwave accums"   ""
520state integer nrdsw     -     dyn_nmm     -    -    irh   "NRDSW"     "# timesteps between resetting shortwave accums"   ""
521state integer nsrfc     -     dyn_nmm     -    -    irh   "NSRFC"     "# timesteps between resetting sfcflux accums"   ""
522state  real   avrain    -     dyn_nmm     -    -    irh   "AVRAIN"    "# of times gridscale precip called in NHEAT steps"   ""
523state  real   avcnvc    -     dyn_nmm     -    -    irh   "AVCNVC"    "# of times convective precip called in NHEAT steps"   ""
524state  real   aratim    -     dyn_nmm     -    -    ir
525state  real   acutim    -     dyn_nmm     -    -    irh
526state  real   ardlw     -     dyn_nmm     -    -    irh   "ARDLW"     "# of times LW fluxes summed before resetting"   ""
527state  real   ardsw     -     dyn_nmm     -    -    irh   "ARDSW"     "# of times SW fluxes summed before resetting"   ""
528state  real   asrfc     -     dyn_nmm     -    -    irh   "ASRFC"     "# of times sfc fluxes summed before resetting"   ""
529state  real   aphtim    -     dyn_nmm     -    -    irh
530#
531# module_INDX.F
532#
533state integer ihe       j    dyn_nmm     1    -    -      "IHE"   "0 or +1 to obtain I index of V point east of H point"  ""
534state integer ihw       j    dyn_nmm     1    -    -      "IHW"   "0 or -1 to obtain I index of V point west of H point"  ""
535state integer ive       j    dyn_nmm     1    -    -      "IVE"   "0 or +1 to obtain I index of H point east of V point"  ""
536state integer ivw       j    dyn_nmm     1    -    -      "IVW"   "0 or -1 to obtain I index of H point west of V point"  ""
537state integer irad      i    dyn_nmm     1    -    -
538#definitions for NMM east-west orientation on E grid
539state integer iheg      q    dyn_nmm     1    -    -
540state integer ihwg      q    dyn_nmm     1    -    -
541state integer iveg      q    dyn_nmm     1    -    -
542state integer ivwg      q    dyn_nmm     1    -    -
543state integer iradg     r    dyn_nmm     1    -    -
544state integer n_iup_h   j    dyn_nmm     1    -    -      "N_IUP_H"    "# mass points needed in each row for upstream advection"  ""
545state integer n_iup_v   j    dyn_nmm     1    -    -      "N_IUP_V"    "# velocity points needed in each row for upstream advection"  ""
546state integer n_iup_adh j    dyn_nmm     1    -    -      "N_IUP_ADH"  "# mass points in each row of upstream advection"  ""
547state integer n_iup_adv j    dyn_nmm     1    -    -      "N_IUP_ADV"  "# velocity points in each row of upstream advection"  ""
548state integer iup_h     ij   dyn_nmm     1    -    -
549state integer iup_v     ij   dyn_nmm     1    -    -
550state integer iup_adh   ij   dyn_nmm     1    -    -
551state integer iup_adv   ij   dyn_nmm     1    -    -
552state integer imicrogram -   misc        -    -    r   "imicrogram"  "flag 0/1 0=mixratio, 1=mcrograms/m3"  ""
553
554#                                               
555# table entries are of the form                                         
556#<Table> <Type> <Sym>         <Dims>   <Use>   <NumTLev> <Stagger> <IO>     <DNAME>             <DESCRIP>     <UNITS>   
557#
558# Mask for moving nest interpolations
559state    integer imask_nostag         ij      misc     -
560state    integer imask_xstag          ij      misc     X
561state    integer imask_ystag          ij      misc     Y
562state    integer imask_xystag         ij      misc     XY
563#                                               
564#---------------------------------------------------------------------------------------------------------------------------------
565# SI - start variables from netCDF format from Standard Initialization, most eventually for use in LSM schemes
566#---------------------------------------------------------------------------------------------------------------------------------
567
568state   real   sm000007            ij    misc          1     -     i1      "SM000007"      "LAYER SOIL MOISTURE" "m3 m-3"
569state   real   sm007028            ij    misc          1     -     i1      "SM007028"      "LAYER SOIL MOISTURE" "m3 m-3"
570state   real   sm028100            ij    misc          1     -     i1      "SM028100"      "LAYER SOIL MOISTURE" "m3 m-3"
571state   real   sm100255            ij    misc          1     -     i1      "SM100255"      "LAYER SOIL MOISTURE" "m3 m-3"
572state   real   st000007            ij    misc          1     -     i1      "ST000007"      "LAYER SOIL TEMPERATURE" "K"
573state   real   st007028            ij    misc          1     -     i1      "ST007028"      "LAYER SOIL TEMPERATURE" "K"
574state   real   st028100            ij    misc          1     -     i1      "ST028100"      "LAYER SOIL TEMPERATURE" "K"
575state   real   st100255            ij    misc          1     -     i1      "ST100255"      "LAYER SOIL TEMPERATURE" "K"
576state   real   sm000010            ij    misc          1     -     i1      "SM000010"      "description"  "units"
577state   real   sm010040            ij    misc          1     -     i1      "SM010040 "     "description"  "units"
578state   real   sm040100            ij    misc          1     -     i1      "SM040100 "     "description"  "units"
579state   real   sm100200            ij    misc          1     -     i1      "SM100200 "     "description"  "units"
580state   real   sm010200            ij    misc          1     -     i1      "SM010200"      "description"  "units"
581state   real   soilm000            ij    misc          1     -     i1      "SOILM000"      "description"  "units"
582state   real   soilm005            ij    misc          1     -     i1      "SOILM005"      "description"  "units"
583state   real   soilm020            ij    misc          1     -     i1      "SOILM020"      "description"  "units"
584state   real   soilm040            ij    misc          1     -     i1      "SOILM040"      "description"  "units"
585state   real   soilm160            ij    misc          1     -     i1      "SOILM160"      "description"  "units"
586state   real   soilm300            ij    misc          1     -     i1      "SOILM300"      "description"  "units"
587state   real   sw000010            ij    misc          1     -     i1      "SW000010"      "description"  "units"
588state   real   sw010040            ij    misc          1     -     i1      "SW010040"      "description"  "units"
589state   real   sw040100            ij    misc          1     -     i1      "SW040100"      "description"  "units"
590state   real   sw100200            ij    misc          1     -     i1      "SW100200"      "description"  "units"
591state   real   sw010200            ij    misc          1     -     i1      "SW010200"      "description"  "units"
592state   real   soilw000            ij    misc          1     -     i1      "SOILW000"      "description"  "units"
593state   real   soilw005            ij    misc          1     -     i1      "SOILW005"      "description"  "units"
594state   real   soilw020            ij    misc          1     -     i1      "SOILW020"      "description"  "units"
595state   real   soilw040            ij    misc          1     -     i1      "SOILW040"      "description"  "units"
596state   real   soilw160            ij    misc          1     -     i1      "SOILW160"      "description"  "units"
597state   real   soilw300            ij    misc          1     -     i1      "SOILW300"      "description"  "units"
598state   real   st000010            ij    misc          1     -     i1      "ST000010"      "description"  "units"
599state   real   st010040            ij    misc          1     -     i1      "ST010040"      "description"  "units"
600state   real   st040100            ij    misc          1     -     i1      "ST040100"      "description"  "units"
601state   real   st100200            ij    misc          1     -     i1      "ST100200"      "description"  "units"
602state   real   st010200            ij    misc          1     -     i1      "ST010200"      "description"  "units"
603state   real   soilt000            ij    misc          1     -     i1      "SOILT000"      "description"  "units"
604state   real   soilt005            ij    misc          1     -     i1      "SOILT005"      "description"  "units"
605state   real   soilt020            ij    misc          1     -     i1      "SOILT020"      "description"  "units"
606state   real   soilt040            ij    misc          1     -     i1      "SOILT040"      "description"  "units"
607state   real   soilt160            ij    misc          1     -     i1      "SOILT160"      "description"  "units"
608state   real   soilt300            ij    misc          1     -     i1      "SOILT300"      "description"  "units"
609state   real   landmask            ij    misc          1     -     i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)   "LANDMASK"      "description"  "units"
610state   real   topostdv            ij    misc          1     -     i1      "TOPOSTDV"      "description"  "units"
611state   real   toposlpx            ij    misc          1     -     i1      "TOPOSLPX"      "description"  "units"
612state   real   toposlpy            ij    misc          1     -     i1      "TOPOSLPY"      "description"  "units"
613state   real   greenmax            ij    misc          1     -     i1      "GREENMAX"      "description"  "units"
614state   real   greenmin            ij    misc          1     -     i1      "GREENMIN"      "description"  "units"
615state   real   albedomx            ij    misc          1     -     i1      "ALBEDOMX"      "description"  "units"
616state   real   slopecat            ij    misc          1     -     i1      "SLOPECAT"      "description"  "units"
617state   real   toposoil            ij    misc          1     -     i1d=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)      "TOPOSOIL"      "description"  "units"
618state   real   landusef            iuj   misc          1     Z     -      ""      "description"  "units"
619state   real   soilctop            isj   misc          1     Z     -      ""      "description"  "units"
620state   real   soilcbot            isj   misc          1     Z     -      ""      "description"  "units"
621
622#-------------------------------------------------------------------------------------------------------------------------------
623# SI - end variables from netCDF format from Standard Initialization
624#-------------------------------------------------------------------------------------------------------------------------------
625
626# Time series variables
627state    real   ts_hour         ?!       misc      -         -      -        "TS_HOUR"        "Model integration time, hours"
628state    real   ts_u            ?!       misc      -         -      -        "TS_U"           "Surface wind U-component, earth-relative"
629state    real   ts_v            ?!       misc      -         -      -        "TS_V"           "Surface wind V-component, earth-relative"
630state    real   ts_q            ?!       misc      -         -      -        "TS_Q"           "Surface mixing ratio"
631state    real   ts_t            ?!       misc      -         -      -        "TS_T"           "Surface temperature"
632state    real   ts_psfc         ?!       misc      -         -      -        "TS_PSFC"        "Surface pressure"
633state    real   ts_tsk          ?!       misc      -         -      -        "TS_TSK"         "Skin temperature"
634state    real   ts_tslb         ?!       misc      -         -      -        "TS_TSLB"        "Soil temperature"
635state    real   ts_clw          ?!       misc      -         -      -        "TS_CLW"         "Column integrated cloud water"
636
637#-----------------------------------------------------------------------------------------------------------------------------------------------------------------
638
639
640# Moist Scalars  - both height and mass coordinate models
641#                                               
642# The first line ensures that there will be identifiers named moist and                                         
643# moist_tend even if there are not any moist scalars (so the essentially                                               
644# dry code will will still link properly)                                               
645#                                               
646state   real    -              ijkft   moist       1         -     -    -                                       
647state   real    qv             ijkft   moist       1         -     rh      "QVAPOR"           "Water vapor mixing ratio"      "kg kg-1"
648state   real    qc             ijkft   moist       1         -     rh      "QCLOUD"           "Cloud water mixing ratio"      "kg kg-1"
649state   real    qr             ijkft   moist       1         -     rh      "QRAIN"            "Rain water mixing ratio"       "kg kg-1"
650state   real    qi             ijkft   moist       1         -     rh      "QICE"             "Ice mixing ratio"              "kg kg-1"
651state   real    qs             ijkft   moist       1         -     rh      "QSNOW"            "Snow mixing ratio"             "kg kg-1"
652state   real    qg             ijkft   moist       1         -     rh      "QGRAUP"           "Graupel mixing ratio"          "kg kg-1"
653state   real    qh             ijkft   moist       1         -     rh      "QHAIL"            "Hail mixing ratio"             "kg kg-1"
654
655
656state   real    -              ijkft   dfi_moist       1         -     -    -
657state   real    dfi_qv         ijkft   dfi_moist       1         -     r      "QVAPOR"           "Water vapor mixing ratio"      "kg kg-1"
658state   real    dfi_qc         ijkft   dfi_moist       1         -     r      "QCLOUD"           "Cloud water mixing ratio"      "kg kg-1"
659state   real    dfi_qr         ijkft   dfi_moist       1         -     r      "QRAIN"            "Rain water mixing ratio"       "kg kg-1"
660state   real    dfi_qi         ijkft   dfi_moist       1         -     r      "QICE"             "Ice mixing ratio"              "kg kg-1"
661state   real    dfi_qs         ijkft   dfi_moist       1         -     r      "QSNOW"            "Snow mixing ratio"             "kg kg-1"
662state   real    dfi_qg         ijkft   dfi_moist       1         -     r      "QGRAUP"           "Graupel mixing ratio"          "kg kg-1"
663state   real    dfi_qh         ijkft   dfi_moist       1         -     r      "QHAIL"             "Hail mixing ratio"              "kg kg-1"
664state   real    dfi_qnh        ijkft   dfi_moist       1         -     r      "QNHAIL"           "Hail Number concentration"        "# kg(-1)"
665
666
667#                                               
668# Other Scalars
669state   real    -              ijkftb  scalar      1         -     -    -
670state   real    qni            ijkftb  scalar      1         -     i01rusdf=(bdy_interp:dt)       "QNI"              "Ice Number concentration" "# kg(-1)"
671state   real    qns            ijkftb  scalar      1         -     i01rusdf=(bdy_interp:dt)       "QNS"              "Snow Number concentration" "# kg(-1)"
672state   real    qnr            ijkftb  scalar      1         -     i01rusdf=(bdy_interp:dt)       "QNR"              "Rain Number concentration" "# kg(-1)"
673state   real    qng            ijkftb  scalar      1         -     i01rusdf=(bdy_interp:dt)       "QNG"              "Graupel Number concentration" "# kg(-1)"
674state   real    qnh            ijkftb  scalar      1         -     i01rusdf=(bdy_interp:dt)       "QNHAIL"            "Hail Number concentration" "# kg(-1)"
675state   real    qnn            ijkftb  scalar      1         -     i01rusdf=(bdy_interp:dt)       "QNCCN"            "CCN Number concentration" "# kg(-1)"
676state   real    qnc            ijkftb  scalar      1         -     i01rusdf=(bdy_interp:dt)       "QNCLOUD"          "cloud water Number concentration" "# kg(-1)"
677
678
679state   real    -              ijkftb  dfi_scalar      1         -     -   -
680state   real    dfi_qndrop     ijkftb  dfi_scalar      1         -     \
681   rusdf=(bdy_interp:dt)    "DFI_QNDROP"    "Droplet number mixing ratio"        "# kg-1"
682state   real    dfi_qni        ijkftb  dfi_scalar      1         -     \
683   rusdf=(bdy_interp:dt)    "DFI_QNICE"     "Ice Number concentration" "# kg-1"
684state   real    dfi_qt         ijkftb  dfi_scalar      1         -     \
685   rusdf=(bdy_interp:dt)    "DFI_CWM"       "Total condensate mixing ratio"      "kg kg-1"
686state   real    dfi_qns        ijkftb  dfi_scalar      1         -     \
687   rusdf=(bdy_interp:dt)    "DFI_QNSNOW"    "Snow Number concentration"   "# kg(-1)"
688state   real    dfi_qnr        ijkftb  dfi_scalar      1         -     \
689   rusdf=(bdy_interp:dt)    "DFI_QNRAIN"    "Rain Number concentration"   "# kg(-1)"
690state   real    dfi_qng        ijkftb  dfi_scalar      1         -     \
691   rusdf=(bdy_interp:dt)    "DFI_QNGRAUPEL" "Graupel Number concentration" "# kg(-1)"
692state   real    dfi_qnn        ijkftb  dfi_scalar      1         -     \
693   rusdf=(bdy_interp:dt)    "DFI_QNCC"      "CNN Number concentration"   "# kg(-1)"
694state   real    dfi_qnc        ijkftb  dfi_scalar      1         -     \
695   rusdf=(bdy_interp:dt)    "DFI_QNCLOUD"   "Cloud Number concentration" "# kg(-1)"
696
697#-----------------------------------------------------------------------------------------------------------------------------------------------------------------
698
699## Chem Scalars  - both height and mass coordinate models                                       
700#                                               
701state   real    -              ikjft   chem        1         -     -    -                                       
702
703#-----------------------------------------------------------------------------------------------------------------------------------------------------------------
704
705# specified LBC arrays, first, Eulerian height coordinate model
706
707
708# specified LBC arrays, next, Eulerian mass coordinate model
709
710
711# specified LBC  variables shared between the mass and height coordinate models
712
713
714# soil model variables  (Note that they are marked as staggered in the vertical dimension
715# because they are "fully dimensioned" -- they use every element in that dim
716
717
718# 2m and 10m output diagnostics
719
720
721# lsm State Variables
722
723state    real   SMOIS            ilj     -          1         Z     rh       "SMOIS"                "SOIL MOISTURE" ""
724state    real   TSLB             ilj     -          1         Z     r       "TSLB" "SOIL TEMPERATURE" ""
725
726
727# MYJ PBL variables
728
729
730# gfdl (eta) radiation State Variables
731
732# eta microphpysics State Variables
733
734
735# new eta microphpysics State Variables
736
737#  some mass-coordinate-model-specific variables
738
739
740
741
742
743
744# was em_only
745
746#################################################################
747# Physics Variables (em core)
748                                               
749                                               
750                                               
751#################################################################
752# Physics Variables (eh core) ; should be same as em
753                                               
754                                               
755
756                                               
757#################################################################
758# variables added for CHEMISTRY compatibility with ARW core - kludge
759#################################################################
760state    real   GSW             ij     misc        1         -      -       ""                 ""
761state    real   XLAT            ij     misc        1         -      -       ""                 ""
762state    real   XLONG           ij     misc        1         -      -       ""                 ""
763state    real   XLAND           ij     misc        1         -      -       ""                 ""
764state    real   RAINCV          ij     misc        1         -      -       ""                 ""
765
766#################################################################
767# other misc variables (all cores)
768#################################################################
769
770# added for surface_driver
771state    real   PSFC             ij     misc        1         -     i1rh       "PSFC"                 "SFC PRESSURE"
772state    real   dtbc            -       misc     -         -      ir       "dtbc"                 "TIME SINCE BOUNDARY READ"         ""
773state    real   TH2              ij     misc        1         -     irh       "TH2"                  "POT TEMP at 2 M" ""
774state    real   T2               ij     misc        1         -     ir        "T2"                  "TEMP at 2 M" ""
775state    real   U10              ij     misc        1         -     irh01d=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "U10"                  "U at 10 M"         " "
776state    real   V10              ij     misc        1         -     irh01d=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "V10"                  "V at 10 M"         " "
777state    real   XICE             ij     misc        1         -     i01rd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)      "XICE"                 "SEA ICE"         ""
778state    real   LAI              ij     misc        1         -     i0124rh   "LAI"                  "Leaf area index"          "area/area"
779state    real   SMSTAV           ij     misc        1         -     irh       "SMSTAV"               "MOISTURE VARIBILITY" ""
780state    real   SMSTOT           ij     misc        1         -     irh     "SMSTOT"               "TOTAL SOIL MOISTURE" ""
781state    real   SFCRUNOFF        ij     misc        1         -     rh       "SFROFF"               "SURFACE RUNOFF" ""
782state    real   UDRUNOFF         ij     misc        1         -     rh       "UDROFF"               "UNDERGROUND RUNOFF" ""
783state  integer  IVGTYP           ij     misc        1         -     irhd=(interp_int_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "IVGTYP"               "VEGETATION TYPE" ""
784state  integer  ISLTYP           ij     misc        1         -     irhd=(interp_int_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "ISLTYP"               "SOIL TYPE"         " "
785state    real   VEGFRA           ij     misc        1         -     i014rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "VEGFRA"               "VEGETATION FRACTION" ""
786state    real   SFCEVP           ij     misc        1         -     irh     "SFCEVP"               "SURFACE EVAPORATION" ""
787state    real   GRDFLX           ij     misc        1         -     irh     "GRDFLX"               "GROUND HEAT FLUX" ""
788state    real   ALBBCK           ij     misc        1         -     i0124r   "ALBBCK"          "BACKGROUND ALBEDO"        "NA"
789state    real   SFCEXC           ij     misc        1         -     irh     "SFCEXC "              "SURFACE EXCHANGE COEFFICIENT"         ""
790state    real   SNOTIME          ij     misc        1         -     r        "SNOTIME"              "SNOTIME"                             ""
791state    real   ACSNOW           ij     misc        1         -     irh       "ACSNOW"               "ACCUMULATED SNOW"       "kg m-2"
792state    real   ACSNOM           ij     misc        1         -     irh       "ACSNOM"               "ACCUMULATED MELTED SNOW"         "kg m-2"
793state    real   RMOL             ij     misc        1         -     ir       "RMOL"               ""         ""
794state    real   SNOW             ij     misc        1         -     i01rh       "SNOW"                 "SNOW WATER EQUIVALENT"         "kg m-2"
795state    real   CANWAT           ij     misc        1         -     i01rh       "CANWAT"               "CANOPY WATER" ""
796state    real   SST              ij     misc        1         -     i014rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4       "SST"                  "SEA SURFACE TEMPERATURE" "K"
797state    real   WEASD            ij     misc        1         -     i01rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "WEASD"                "WATER EQUIVALENT OF ACCUMULATED SNOW" "kg m-2"
798state    real  ZNT              ij      misc        1         -     irh        "ZNT"                   "TIME-VARYING ROUGHNESS LENGTH"
799state    real  MOL              ij      misc        1         -     ir        "MOL"                   "T* IN SIMILARITY THEORY"                      "K"
800state    real  NOAHRES          ij      misc        1         -     rh        "NOAHRES"               "RESIDUAL OF THE NOAH SURFACE ENERGY BUDGET" "W m{-2}"
801
802state    real   tke_pbl         ijk     misc        1         -     r         "TKE_PBL"               "TKE FROM PBL SCHEME"     "m2 s-2"
803state    real   el_pbl          ikj     misc        1         -     -         "EL_PBL"                "MIXING LENGTH FROM PBL SCHEME"     "m"
804state    real   EXCH_H         ikj     misc        1         -     r         "EXCH_H"               "EXCHANGE COEFFICIENTS FOR HEAT"               "m2 s-1"
805state    real   EXCH_M         ikj     misc        1         -     r         "EXCH_M"               "EXCHANGE COEFFICIENTS FOR MOMENTUM"           "m2 s-1"
806state   real   THZ0             ij     misc        1         -     irhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "THZ0"                  "POT. TEMPERATURE AT TOP OF VISC. SUBLYR"                 "K"
807state   real   QZ0              ij     misc        1         -     irhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "QZ0"                   "SPECIFIC HUMIDITY AT TOP OF VISC. SUBLYR"                     "kg kg-1"
808state   real   UZ0              ij     misc        1         -     irhd=(interp_v_nmm:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4)       "UZ0"                   "U WIND COMPONENT AT TOP OF VISC. SUBLYR"                      "m s-1"
809state   real   VZ0              ij     misc        1         -     irhd=(interp_v_nmm:IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4)       "VZ0"                   "V WIND COMPONENT AT TOP OF VISC. SUBLYR"                      "m s-1"
810state    real  FLHC             ij      misc        1         -      r        "FLHC"                  "SURFACE EXCHANGE COEFFICIENT FOR HEAT"       ""
811state    real  FLQC             ij      misc        1         -      r        "FLQC"                  "SURFACE EXCHANGE COEFFICIENT FOR MOISTURE"   ""
812state    real  QSG              ij      misc        1         -      r        "QSG"                   "SURFACE SATURATION WATER VAPOR MIXING RATIO"   "kg kg-1"
813state    real  QVG              ij      misc        1         -      r        "QVG"                   "WATER VAPOR MIXING RATIO AT THE SURFACE"      "kg kg-1"
814state    real  QCG              ij      misc        1         -      r        "QCG"                   "CLOUD WATER MIXING RATIO AT THE SURFACE"      "kg kg-1"
815state    real  DEW              ij      misc        1         -      r        "DEW"                   "DEW MIXING RATIO AT THE SURFACE"              "kg kg-1"
816state    real  SOILT1           ij      misc        1         -      r        "SOILT1"                "TEMPERATURE INSIDE SNOW "    "K"
817state    real  TSNAV            ij      misc        1         -      r        "TSNAV"                 "AVERAGE SNOW TEMPERATURE "                    "C"
818# added as state for HALO_NMM_MG2, mep
819state   real   psfc_out         ij    dyn_nmm        1         -     -
820# added as state for HALO_NMM_TURBL, jm
821state   real   UZ0h              ij     misc        1         -     -       
822state   real   VZ0h              ij     misc        1         -     -       
823state   real   dudt              ijk     misc        1         -     -     
824state   real   dvdt              ijk     misc        1         -     -     
825
826state   real   QSFC             ij     misc        1         -     irh       "QSFC"                  "SPECIFIC HUMIDITY AT LOWER BOUNDARY"          "kg kg-1"
827state   real   AKHS             ij     misc        1         -     ir        "AKHS"                  "SFC EXCH COEFF FOR HEAT /DELTA Z"             "m s-1"
828state   real   AKMS             ij     misc        1         -     ir        "AKMS"                  "SFC EXCH COEFF FOR MOMENTUM /DELTA Z"         "m s-1"
829i1      real   CHKLOWQ          ij     misc        1         -     -         "CHKLOWQ"               "SURFACE SATURATION FLAG"        ""
830state    real    HTOP            ij     misc        1         -     irhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "HTOP"                 "TOP OF CONVECTION LEVEL"         ""
831state    real    HBOT            ij     misc        1         -     irhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "HBOT"                 "BOT OF CONVECTION LEVEL"         ""
832state    real    HTOPR           ij     misc        1         -     ird=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "HTOPR"                 "TOP OF CONVECTION LEVEL FOR RADIATION"         ""
833state    real    HBOTR           ij     misc        1         -     ird=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)       "HBOTR"                 "BOT OF CONVECTION LEVEL FOR RADIATION"         ""
834state    real    HTOPD           ij     misc        1         -     rh        "HTOPD"                "TOP DEEP CONVECTION LEVEL"         ""
835state    real    HBOTD           ij     misc        1         -     rh        "HBOTD"                "BOT DEEP CONVECTION LEVEL"         ""
836state    real    HTOPS           ij     misc        1         -     rh        "HTOPS"                "TOP SHALLOW CONVECTION LEVEL"         ""
837state    real    HBOTS           ij     misc        1         -     rh        "HBOTS"                "BOT SHALLOW CONVECTION LEVEL"         ""
838state    REAL      CUPPT         ij     misc        1         -     rhd=(interp_hnear_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)        "CUPPT"                "ACCUMULATED CONVECTIVE RAIN SINCE LAST CALL TO THE RADIATION"         ""
839state    REAL      CPRATE        ij     misc        1         -     rh         "CPRATE"               "INSTANTANEOUS CONVECTIVE PRECIPITATION RATE"      ""   #  1-17-06a
840state    real    F_ICE_PHY       ikj    misc        1         -      -        "F_ICE_PHY"            "FRACTION OF ICE"         ""
841state    real    F_RAIN_PHY      ikj    misc        1         -      -        "F_RAIN_PHY"           "FRACTION OF RAIN "         ""
842state    real    F_RIMEF_PHY     ikj    misc        1         -      -        "F_RIMEF_PHY"          "MASS RATIO OF RIMED ICE "         ""
843state    real  MASS_FLUX        ij      misc        1         -      r        "MASS_FLUX"             "DOWNDRAFT MASS FLUX FOR IN GRELL CUMULUS SCHEME"           "mb/hour"
844state    real  apr_gr           ij      misc        1         -      r       "APR_GR"                "PRECIP FROM CLOSURE OLD_GRELL "           "mm/hour"
845state    real  apr_w            ij      misc        1         -      r       "APR_W"                 "PRECIP FROM CLOSURE W "           "mm/hour"
846state    real  apr_mc           ij      misc        1         -      r       "APR_MC"                "PRECIP FROM CLOSURE KRISH MV"           "mm/hour"
847state    real  apr_st           ij      misc        1         -      r       "APR_ST"                "PRECIP FROM CLOSURE STABILITY "           "mm/hour"
848state    real  apr_as           ij      misc        1         -      r       "APR_AS"                "PRECIP FROM CLOSURE AS-TYPE "           "mm/hour"
849state    real  apr_capma        ij      misc        1         -      r       "APR_CAPMA"             "PRECIP FROM MAX CAP"           "mm/hour"
850state    real  apr_capme        ij      misc        1         -      r       "APR_CAPME"             "PRECIP FROM MEAN CAP"           "mm/hour"
851state    real  apr_capmi        ij      misc        1         -      r       "APR_CAPMI"             "PRECIP FROM MIN CAP"           "mm/hour"
852state    real  xf_ens           ije     misc        1         Z      r        "XF_ENS"                "MASS FLUX PDF IN GRELL CUMULUS SCHEME"    "mb hour-1"
853state    real  pr_ens           ije     misc        1         Z      r        "PR_ENS"                "PRECIP RATE PDF IN GRELL CUMULUS SCHEME"  "mb hour-1"
854
855state    real  RTHFTEN          ikj     misc        1         -      r       "RTHFTEN"               "TEMPERATURE TENDENCY USED IN GRELL CUMULUS SCHEME"         "K/sec"
856state    real  RQVFTEN          ikj     misc        1         -      r       "RQVFTEN"               "MOISTURE TENDENCY USED IN GRELL CUMULUS SCHEME"            "kg/sec"
857state    real   SNOWH            ij     misc        1         -     i01rhd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)      "SNOWH"                 "PHYSICAL SNOW DEPTH"  "m"
858state    real   RHOSN            ij     misc        1         -     i01rd=(interp_h_nmm:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4)    "RHOSN"            " SNOW DENSITY"      "kg m-3"
859state    real   SMFR3D           ilj    misc        1         Z      rh       "SMFR3D"               "SOIL ICE" ""
860state    real   KEEPFR3DFLAG     ilj    misc        1         Z      r         "KEEPFR3DFLAG"          "FLAG - 1. FROZEN SOIL YES, 0 - NO"             ""
861
862# added state for etampnew microphysics (needed for restarts)
863state    real  mp_restart_state   p      misc        1         -      r       "MP_RESTART_STATE"       "STATE VECTOR FOR MICROPHYSICS RESTARTS"
864state    real  tbpvs_state       p      misc        1         -      r        "TBPVS_STATE"           "STATE FOR ETAMPNEW MICROPHYSICS"
865state    real  tbpvs0_state      p      misc        1         -      r        "TBPVS0_STATE"          "STATE FOR ETAMPNEW MICROPHYSICS"
866
867# State variables for landuse_init, Must be declared state because the are read in and needed for restarts. Had been SAVE vars in
868# landuse_init (phys/module_physics_init.F)
869state    integer  landuse_isice   -      misc       -          -     -
870state    integer  landuse_lucats  -      misc       -          -     -
871state    integer  landuse_luseas  -      misc       -          -     -
872state    integer  landuse_isn     -      misc       -          -     -
873state    real     lu_state        p      misc       -          -     -
874
875
876#################################################################
877#                                               
878                                               
879state   integer number_at_same_level    -        -          -         -     -        "number_at_same_level"  ""         ""     
880
881# State for derived time quantities. 
882#for HWRF: add to restart
883state   integer itimestep      -        -          -         -     rh         "itimestep"             ""         ""     
884state   real    xtime          -        -          -         -     h         "xtime"                 "minutes since simulation start"         ""     
885state   real    julian         -        -          -         -     -         "julian"                "day of year, 0.0 at 0Z on 1 Jan."         "days"
886
887# input file descriptor for lbcs on parent domain                                               
888state   integer lbc_fid        -        -          -         -     -         "lbc_fid"               ""         ""     
889                                               
890# indicates if tiling has been computed                                         
891state   logical tiled          -        -          -         -     -         "tiled"                 ""         ""     
892# indicates if patches have been computed                                               
893state   logical patched        -        -          -         -     -         "patched"               ""         ""     
894# indicates whether to read input from file or generate                                         
895#state   logical input_from_file        -        -          -         -     -         "input_from_file"         ""         ""   
896
897# vortex center indices; need for restarts of moving nests
898state    real    xi                   -       misc     -     -    r
899state    real    xj                   -       misc     -     -    r
900state    real    vc_i                 -       misc     -     -    r
901state    real    vc_j                 -       misc     -     -    r
902
903######                                         
904#                                               
905# Variables that are set at run-time to control configuration  (namelist-settable)                                             
906#                                               
907#<Table>  <Type>  <Sym>                   <How set>          <Nentries>   <Default>                                             
908
909
910# Time Control
911rconfig   integer run_days                namelist,time_control         1             0       irh   "run_days"              "NUMBER OF DAYS TO RUN"
912rconfig   integer run_hours               namelist,time_control         1             0       irh   "run_hours"             "NUMBER OF HOURS TO RUN"
913rconfig   integer run_minutes             namelist,time_control         1             0       irh   "run_minutes"           "NUMBER OF MINUTES TO RUN"
914rconfig   integer run_seconds             namelist,time_control         1             0       irh   "run_seconds"           "NUMBER OF SECONDS TO RUN"
915rconfig   integer start_year              namelist,time_control         max_domains    1993    irh   "start_year"            "4 DIGIT YEAR OF START OF MODEL" "YEARS"
916rconfig   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"
917rconfig   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"
918rconfig   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"
919rconfig   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"
920rconfig   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"
921rconfig   integer end_year                namelist,time_control         max_domains    1993    irh   "end_year"              "4 DIGIT YEAR OF END OF MODEL" "YEARS"
922rconfig   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"
923rconfig   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"
924rconfig   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"
925rconfig   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"
926rconfig   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"
927rconfig   integer interval_seconds        namelist,time_control         1             43200    irh   "interval_seconds"      "SECONDS BETWEEN ANALYSIS AND BOUNDARY PERIODS" "SECONDS"
928rconfig   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"  ""
929rconfig   integer fine_input_stream       namelist,time_control         max_domains    0       irh    "fine_input_stream"      "0 THROUGH 11, WHAT INPUT STREAM IS FINE GRID IC FROM"  ""
930
931include registry.io_boilerplate
932
933#for HWRF: added a 'r' for restart
934rconfig   integer JULYR                   namelist,time_control         max_domains    0       hr    "JULYR"                 ""      ""
935rconfig   integer JULDAY                  namelist,time_control         max_domains    1       hr    "JULDAY"                ""      ""
936rconfig   real    GMT                     namelist,time_control         max_domains    0.      hr    "GMT"           ""      ""
937#for HWRF: end
938rconfig   character  input_inname      namelist,time_control            1  "wrfinput_d<domain>"          -     "name of input   infile"   ""      ""
939rconfig   character  input_outname     namelist,time_control            1  "wrfinput_d<domain>"          -     "name of input   outfile"  ""      ""
940rconfig   character  bdy_inname        namelist,time_control            1  "wrfbdy_d<domain>"            -     "name of boundary infile"  ""      ""
941rconfig   character  bdy_outname       namelist,time_control            1  "wrfbdy_d<domain>"            -     "name of boundary outfile" ""      ""
942rconfig   character  rst_inname        namelist,time_control            1  "wrfrst_d<domain>_<date>"     -     "name of restrt infile"    ""      ""
943rconfig   character  rst_outname       namelist,time_control            1  "wrfrst_d<domain>_<date>"     -     "name of restrt outfile"   ""      ""
944#for HWRF:
945rconfig   character  anl_outname         namelist,time_control    max_domains  "wrfanl_d<domain>_<date>"     -     "name of analysis outfile"   ""      ""
946rconfig   logical write_input             namelist,time_control         1             .false. -    "write input data for 3dvar etc."              ""      ""
947rconfig   logical write_restart_at_0h     namelist,time_control         1             .false. h    "write_restart_at_0h"              ""      ""
948rconfig   logical adjust_output_times     namelist,time_control         1             .false. -    "adjust_output_times"
949rconfig   logical adjust_input_times      namelist,time_control         1             .false. -    "adjust_input_times"
950rconfig   real    tstart                  namelist,time_control     max_domains       0.       irh   "tstart"  "forecast hour at the start of the NMM integration"
951rconfig   logical nocolons                namelist,time_control         1             .false. -    "nocolons"
952rconfig   logical cycling                 namelist,time_control         1             .false. -    "true for cycling (using wrfout file as input data)"
953
954# DFI namelist
955rconfig   integer dfi_opt                namelist,dfi_control   1       0     rh   "dfi_opt"                ""      ""
956rconfig   integer dfi_nfilter            namelist,dfi_control   1       7     rh   "dfi_nfilter"                "Digital filter type"      ""
957rconfig   logical dfi_write_filtered_input  namelist,dfi_control  1  .true.   rh   "dfi_write_filtered_input"                "Write a wrfinput_filtered_d0n file?"      ""
958rconfig   logical dfi_write_dfi_history  namelist,dfi_control   1   .false.   rh   "dfi_write_dfi_history"    "Write history files during filtering?"      ""
959rconfig   integer dfi_cutoff_seconds     namelist,dfi_control   1    3600     rh   "dfi_cutoff_seconds"       "Digital filter cutoff time"      ""
960rconfig   integer dfi_time_dim           namelist,dfi_control   1    1000     rh   "dfi_time_dim"             "MAX DIMENSION FOR HCOEFF"
961rconfig   integer dfi_fwdstop_year       namelist,dfi_control   1    2004     rh   "dfi_fwdstop_year"         "4 DIGIT YEAR OF START OF DFI" "YEARS"
962rconfig   integer dfi_fwdstop_month      namelist,dfi_control   1      03     rh   "dfi_fwdstop_month"        "2 DIGIT MONTH OF THE YEAR OF START OF DFI" "MONTHS"
963rconfig   integer dfi_fwdstop_day        namelist,dfi_control   1      13     rh   "dfi_fwdstop_day"          "2 DIGIT DAY OF THE MONTH OF START OF DFI" "DAYS"
964rconfig   integer dfi_fwdstop_hour       namelist,dfi_control   1      12     rh   "dfi_fwdstop_hour"         "2 DIGIT HOUR OF THE DAY OF START OF DFI" "HOURS"
965rconfig   integer dfi_fwdstop_minute     namelist,dfi_control   1      00     rh   "dfi_fwdstop_minute"       "2 DIGIT MINUTE OF THE HOUR OF START OF DFI" "MINUTES"
966rconfig   integer dfi_fwdstop_second     namelist,dfi_control   1      00     rh   "dfi_fwdstop_second"       "2 DIGIT SECOND OF THE MINUTE OF START OF DFI" "SECONDS"
967rconfig   integer dfi_bckstop_year       namelist,dfi_control   1    2004     rh   "dfi_bckstop_year"         "4 DIGIT YEAR OF END OF DFI" "YEARS"
968rconfig   integer dfi_bckstop_month      namelist,dfi_control   1      03     rh   "dfi_bckstop_month"        "2 DIGIT MONTH OF THE YEAR OF END OF DFI" "MONTHS"
969rconfig   integer dfi_bckstop_day        namelist,dfi_control   1      14     rh   "dfi_bckstop_day"          "2 DIGIT DAY OF THE MONTH OF END OF DFI" "DAYS"
970rconfig   integer dfi_bckstop_hour       namelist,dfi_control   1      12     rh   "dfi_bckstop_hour"         "2 DIGIT HOUR OF THE DAY OF END OF DFI" "HOURS"
971rconfig   integer dfi_bckstop_minute     namelist,dfi_control   1      00     rh   "dfi_bckstop_minute"       "2 DIGIT MINUTE OF THE HOUR OF END OF DFI" "MINUTES"
972rconfig   integer dfi_bckstop_second     namelist,dfi_control   1      00     rh   "dfi_bckstop_second"       "2 DIGIT SECOND OF THE MINUTE OF END OF DFI" "SECONDS"
973
974# Domains
975rconfig   integer time_step               namelist,domains      1             -       ih   "time_step"     
976rconfig   integer time_step_fract_num     namelist,domains      1             0       ih   "time_step_fract_num"     
977rconfig   integer time_step_fract_den     namelist,domains      1             1       ih   "time_step_fract_den"     
978rconfig   integer time_step_dfi           namelist,domains      1             -       ih   "time_step_dfi"
979rconfig   integer max_dom                 namelist,domains      1             1       irh  "max_dom"               ""      ""
980rconfig   integer s_we                    namelist,domains      max_domains    1       irh    "s_we"          ""      ""
981rconfig   integer e_we                    namelist,domains      max_domains    32      irh    "e_we"          ""      ""
982rconfig   integer s_sn                    namelist,domains      max_domains    1       irh    "s_sn"          ""      ""
983rconfig   integer e_sn                    namelist,domains      max_domains    32      irh    "e_sn"          ""      ""
984rconfig   integer s_vert                  namelist,domains      max_domains    1       irh    "s_vert"                ""      ""
985rconfig   integer e_vert                  namelist,domains      max_domains    31      irh    "e_vert"                ""      ""
986rconfig   integer num_metgrid_soil_levels namelist,domains      1             4        irh    "num_metgrid_soil_levels"               "number of input levels or layers in 3D sm, st, sw arrays"      ""
987rconfig   real    dx                      namelist,domains     max_domains    200     h     "dx"        "X HORIZONTAL RESOLUTION"   "METERS"
988rconfig   real    dy                      namelist,domains      max_domains    200     h     "dy"        "Y HORIZONTAL RESOLUTION"   "METERS"
989rconfig   integer grid_id                 namelist,domains      max_domains    1       irh    "id"            ""      ""
990rconfig   logical grid_allowed            namelist,domains      max_domains    .true.  irh    "allowed"       ""      ""
991rconfig   integer parent_id               namelist,domains      max_domains    0       h     "parent_id"             ""      ""
992rconfig   integer i_parent_start          namelist,domains      max_domains    1       h     "i_parent_start"                ""      ""
993rconfig   integer j_parent_start          namelist,domains      max_domains    1       h     "j_parent_start"                ""      ""
994rconfig   integer parent_grid_ratio       namelist,domains      max_domains    1       h     "parent_grid_ratio"             ""      ""
995rconfig   integer parent_time_step_ratio  namelist,domains      max_domains    1       h     "parent_time_step_ratio"                ""      ""
996rconfig   integer feedback                namelist,domains      1    0       h     "feedback"          ""      ""
997rconfig   integer smooth_option           namelist,domains      1    2       h     "smooth_option"          ""      ""
998rconfig   real    ztop                    namelist,domains      max_domains    15000.  h    "ztop"          ""      ""
999rconfig   integer moad_grid_ratio         namelist,domains      max_domains    1       h     "moad_grid_ratio"               ""      ""
1000rconfig   integer moad_time_step_ratio    namelist,domains      max_domains    1       h     "moad_time_step_ratio"          ""      ""
1001rconfig   integer shw                     namelist,domains      max_domains    2       h     "stencil_half_width"   "HORIZONTAL INTERPOLATION STENCIL HALF-WIDTH"  "GRID POINTS"
1002rconfig   integer tile_sz_x               namelist,domains      1             0       -      "tile_sz_x"             ""      ""
1003rconfig   integer tile_sz_y               namelist,domains      1             0       -      "tile_sz_y"             ""      ""
1004rconfig   integer numtiles                namelist,domains      1             1       -      "numtiles"              ""      ""
1005rconfig   integer nproc_x                 namelist,domains      1             -1       -      "nproc_x"              "-1 means not set"      ""
1006rconfig   integer nproc_y                 namelist,domains      1             -1       -      "nproc_y"              "-1 means not set"      ""
1007rconfig   integer irand                   namelist,domains      1             0       -      "irand"           ""      ""
1008rconfig   real    dt                      derived              max_domains    2.      h     "dt"        "TEMPORAL RESOLUTION"      "SECONDS"
1009rconfig   integer   ts_buf_size     namelist,domains    1                200          -       "ts_buf_size"   "Size of time series buffer"
1010rconfig   integer   max_ts_locs     namelist,domains    1                5            -       "max_ts_locs"   "Maximum number of time series locations"
1011rconfig   integer   num_moves       namelist,domains    1                0
1012rconfig   integer   vortex_interval namelist,domains    max_domains      15  -  "" "" "minutes"
1013rconfig   integer   corral_dist     namelist,domains    max_domains      8
1014rconfig   integer   move_id         namelist,domains    max_moves        0
1015rconfig   integer   move_interval   namelist,domains    max_moves        999999999
1016rconfig   integer   move_cd_x       namelist,domains    max_moves        0
1017rconfig   integer   move_cd_y       namelist,domains    max_moves        0
1018rconfig   logical   swap_x          namelist,domains    max_domains    .false. rh    "swap_x"            ""      ""
1019rconfig   logical   swap_y          namelist,domains    max_domains    .false. rh    "swap_y"            ""      ""
1020rconfig   logical   cycle_x         namelist,domains    max_domains    .false. rh    "cycle_x"            ""      ""
1021rconfig   logical   cycle_y         namelist,domains    max_domains    .false. rh    "cycle_y"            ""      ""
1022rconfig   logical   reorder_mesh    namelist,domains    1              .false. rh    "reorder_mesh"       ""      ""
1023rconfig   logical   perturb_input   namelist,domains    1              .false. h     "" "" ""
1024# WPS related
1025rconfig   real      eta_levels      namelist,domains    max_eta        -1.
1026rconfig   real      ptsgm           namelist,domains    1       42000.
1027rconfig   integer num_metgrid_levels      namelist,domains  1              43      irh    "num_metgrid_levels"                ""      ""
1028rconfig   real    p_top_requested         namelist,domains      1              5000    irh    "p_top_requested" "Pa"      ""
1029rconfig   logical   use_prep_hybrid namelist,domains    1              .false.     irh      "T=GFS spectral sigma files were used" "" ""
1030
1031# Physics
1032rconfig   integer     mp_physics          namelist,physics      max_domains    0       rh       "mp_physics"            ""      ""
1033#for HWRF:
1034rconfig   real        mommix              namelist,physics     max_domains  0.7       irh    "MOMENTUM MIXING FOR SAS CONVECTION SCHEME"
1035rconfig   logical     disheat             namelist,physics      max_domains  .true.    irh    "nmm input 7"
1036#end HWRF:
1037rconfig   integer     ra_lw_physics       namelist,physics      max_domains    0       rh       "ra_lw_physics"         ""      ""
1038rconfig   integer     ra_sw_physics       namelist,physics      max_domains    0       rh       "ra_sw_physics"         ""      ""
1039rconfig   real    radt                    namelist,physics      max_domains    0       h    "RADT"          ""      ""
1040rconfig   integer     sf_sfclay_physics   namelist,physics      max_domains    0       rh       "sf_sfclay_physics"             ""      ""
1041rconfig   integer     sf_surface_physics  namelist,physics      max_domains    0       rh       "sf_surface_physics"            ""      ""
1042rconfig   integer     bl_pbl_physics      namelist,physics      max_domains    0       rh       "bl_pbl_physics"                ""      ""
1043rconfig   real    BLDT                    namelist,physics      max_domains    0       h    "BLDT"          ""      ""
1044rconfig   integer     cu_physics          namelist,physics      max_domains    0       rh       "cu_physics"            ""      ""
1045rconfig   integer shcu_physics            namelist,physics      max_domains    0       rh   "shcu_physics"  ""      ""
1046rconfig   real    CUDT                    namelist,physics      max_domains    0       h    "CUDT"          ""      ""
1047rconfig   real    GSMDT                   namelist,physics      max_domains    0       h    "GSMDT"          ""      ""
1048rconfig   integer ISFFLX                  namelist,physics      1             1       irh    "ISFFLX"                        ""      ""
1049rconfig   integer IFSNOW                  namelist,physics      1             0       irh    "IFSNOW"                        ""      ""
1050rconfig   integer ICLOUD                  namelist,physics      1             1       irh    "ICLOUD"                        ""      ""
1051rconfig   real    swrad_scat              namelist,physics      1             1       irh    "SWRAD_SCAT" "SCATTERING FACTOR IN SWRAD"      ""
1052rconfig   integer surface_input_source    namelist,physics      1             1       irh    "surface_input_source"          "1=static (fractional), 2=time dependent (dominant), 3=hybrid (not yet implemented)"      ""
1053rconfig   integer num_soil_layers         namelist,physics      1             5       irh    "num_soil_layers"               ""      ""
1054rconfig   integer num_urban_layers        namelist,physics      1            400       irh    "num_urban_layers"               ""      ""
1055rconfig   integer maxiens                 namelist,physics      1             1       irh    "maxiens"                    ""      ""
1056rconfig   integer maxens                  namelist,physics      1             3       irh    "maxens"                    ""      ""
1057rconfig   integer maxens2                 namelist,physics      1             3       irh    "maxens2"                    ""      ""
1058rconfig   integer maxens3                 namelist,physics      1            16       irh    "maxens3"                    ""      ""
1059rconfig   integer ensdim                  namelist,physics      1            144      irh    "ensdim"                    ""      ""
1060rconfig   integer     chem_opt            namelist,physics      max_domains    0       rh       "chem_opt"              ""      ""
1061rconfig   integer num_land_cat            namelist,physics      1            24       -      "num_land_cat"                  ""      ""
1062rconfig   integer num_soil_cat            namelist,physics      1            16       -      "num_soil_cat"                  ""      ""
1063rconfig   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"
1064rconfig   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"
1065rconfig   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"
1066rconfig   integer fractional_seaice       namelist,physics      1            0        -     "fractional_seiace" "Fractional sea-ice option"
1067rconfig   logical tice2tsk_if2cold        namelist,physics      1              .false. -     "tice2tsk_if2cold" "Avoid low ice temps when ice frac and Tsk are inconsistent"
1068rconfig   integer sst_update              namelist,physics      1            0        i01rh    "sst_update"  "update sst from wrflowinp file  0=no, 1=yes"   ""
1069rconfig   integer sf_urban_physics        namelist,physics      max_domains  0         h    "sf_urban_physics"   "activate urban model  0=no, 1=Noah_UCM 2=BEP_UCM"   ""
1070rconfig   logical usemonalb               namelist,physics      1            .true.    h    "usemonalb"   "use 2d field vs table values  false=table, True=2d"   ""
1071rconfig   logical rdmaxalb                namelist,physics      1            .true.    h     "rdmaxalb"    "false set it to table values"   ""
1072rconfig   logical rdlai2d                 namelist,physics      1            .false.   h     "rdlai2d"     "false set it to table values"   ""
1073rconfig   integer  gwd_opt                namelist,physics    max_domains    0       irh    "gwd_opt"      "activate gravity wave drag: 0=off, 1=ARW, 2=NMM"   ""
1074rconfig   integer iz0tlnd                 namelist,physics      1            0         h     "iz0tlnd"    "switch to control land thermal roughness length"   ""
1075
1076
1077# nmm variables
1078rconfig   integer idtad                   namelist,physics     max_domains    2       irh    "idtad"  "fundamental timesteps between calls to NMM passive advection scheme"
1079rconfig   integer nsoil                   namelist,physics     max_domains    4       irh    "nsoil"  "number of soil layers"
1080rconfig   integer nphs                    namelist,physics     max_domains   10       irh    "nphs"  "fundamental timesteps between calls to NMM turbulence"
1081rconfig   integer ncnvc                   namelist,physics     max_domains   10       irh    "ncnvc"  "fundamental timesteps between calls to NMM convection"
1082rconfig   integer nrads                   namelist,physics     max_domains  200       irh    "nrads"  "fundamental timesteps between calls to NMM shortwave radiation"
1083rconfig   integer nradl                   namelist,physics     max_domains  200       irh    "nradl"  "fundamental timesteps between calls to NMM longwave radiation"
1084rconfig   real    tprec                   namelist,physics     max_domains    3.      irh    "tprec"  "number of hours in bucket for total precipitation"
1085rconfig   real    theat                   namelist,physics     max_domains    6.      irh    "theat"  "number of hours in bucket for gridscale and convective heating rates"
1086rconfig   real    tclod                   namelist,physics     max_domains    6.      irh    "tclod"  "number of hours in bucket for cloud amounts"
1087rconfig   real    trdsw                   namelist,physics     max_domains    6.      irh    "trdsw"  "number of hours in bucket for short wave fluxes"
1088rconfig   real    trdlw                   namelist,physics     max_domains    6.      irh    "trdlw"  "number of hours in bucket for long wave fluxes"
1089rconfig   real    tsrfc                   namelist,physics     max_domains    6.      irh    "tsrfc"  "number of hours in bucket for evaporation / sfc fluxes"
1090rconfig   logical pcpflg                  namelist,physics     max_domains   .false.  irh    "pcpflg"  "logical switch that turns on/off the precipitation assimilation"
1091rconfig   integer sigma                   namelist,physics     max_domains    1       irh    "sigma"  "logical switch for NMM vertical coordinate (sigma or hybrid)"
1092rconfig   real    sfenth                  namelist,physics     max_domains    1.0       irh     "sea spray parameter"
1093rconfig   integer co2tf                   namelist,physics     1              0       -      "co2tf"  "GFDL radiation co2 flag"
1094rconfig   integer ra_call_offset          namelist,physics     1             -1       -      "ra_call_offset" "radiation call offset in timesteps (-1=old, 0=new offset)" ""
1095rconfig   real    cam_abs_freq_s          namelist,physics      1         21600.      -      "cam_abs_freq_s" "CAM radiation frequency for clear-sky longwave calculations" "s"
1096rconfig   integer levsiz                  namelist,physics      1             1       -      "levsiz" "Number of ozone data levels for CAM radiation (59)"  ""
1097rconfig   integer paerlev                 namelist,physics      1             1       -      "paerlev" "Number of aerosol data levels for CAM radiation (29)"  ""
1098rconfig   integer cam_abs_dim1            namelist,physics      1             1       -      "cam_abs_dim1" "dimension for absnxt in CAM radiation"  ""
1099rconfig   integer cam_abs_dim2            namelist,physics      1             1       -      "cam_abs_dim2" "dimension for abstot in CAM radiation"  ""
1100rconfig   logical cu_rad_feedback         namelist,physics      max_domains   .false.  -     "feedback cumulus to radiation"  ""
1101rconfig   real h_diff                     namelist,physics      max_domains  0.1      irh    "nmm input 9"
1102rconfig   integer movemin                 namelist,physics      max_domains  10       irh    "nmm input 12"
1103
1104
1105# Dynamics
1106# dynamics option (see package definitions, below)
1107rconfig   integer dyn_opt                 namelist,dynamics     1             -
1108rconfig   integer rk_ord                  namelist,dynamics     1             3       irh   "rk_order"               ""      ""
1109rconfig   integer w_damping               namelist,dynamics     1             0       irh    "w_damping"             ""      ""
1110# diff_opt 1=old diffusion, 2=new
1111rconfig   integer diff_opt                namelist,dynamics     1             1       irh    "diff_opt"              ""      ""
1112# km_opt   1=old coefs, 2=tke, 3=Smagorinksy
1113rconfig   integer km_opt                  namelist,dynamics     1             1       irh    "km_opt"                ""      ""
1114rconfig   integer damp_opt                namelist,dynamics     1             1       irh    "damp_opt"              ""      ""
1115rconfig   real    zdamp                   namelist,dynamics     max_domains    5000.   h    "zdamp"         ""      ""
1116rconfig   real    base_pres               namelist,dynamics     1          100000.     h    "base_pres"  "Base state pressure - do not change (10^5 Pa), real only"      "Pa"
1117rconfig   real    base_temp               namelist,dynamics     1             290.     h    "base_temp"  "Base state sea level temperature, real only"      "K"
1118rconfig   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"
1119rconfig   real    iso_temp                namelist,dynamics     1               0.     h    "iso_temp" "Isothermal temperature in stratosphere, real only"      "K"
1120rconfig   real    dampcoef                namelist,dynamics     max_domains    0.2     h    "dampcoef"              ""      ""
1121rconfig   real    khdif                   namelist,dynamics     max_domains    0       h    "khdif"         ""      ""
1122rconfig   real    kvdif                   namelist,dynamics     max_domains    0       h    "kvdif"         ""      ""
1123rconfig   real    c_s                     namelist,dynamics     max_domains    0.25    h    "c_s"         "Smagorinsky coeff"      ""
1124rconfig   real    c_k                     namelist,dynamics     max_domains    0.15    h    "c_k"         "TKE coeff"      ""
1125rconfig   real    smdiv                   namelist,dynamics     max_domains    0.      h    "smdiv"         ""      ""
1126rconfig   real    emdiv                   namelist,dynamics     max_domains    0.      h    "emdiv"         ""      ""
1127rconfig   real    epssm                   namelist,dynamics     max_domains    .1      h    "epssm"         ""      ""
1128rconfig   logical non_hydrostatic         namelist,dynamics     max_domains  .true.   irh  "non_hydrostatic"    ""   ""
1129rconfig   integer time_step_sound         namelist,dynamics     max_domains    10      h     "time_step_sound"               ""      ""
1130rconfig   integer     h_mom_adv_order     namelist,dynamics     max_domains    3       rh       "h_mom_adv_order"               ""      ""
1131rconfig   integer     v_mom_adv_order     namelist,dynamics     max_domains    3       rh       "v_mom_adv_order"               ""      ""
1132rconfig   integer     h_sca_adv_order     namelist,dynamics     max_domains    3       rh       "h_sca_adv_order"               ""      ""
1133rconfig   integer     v_sca_adv_order     namelist,dynamics     max_domains    3       rh       "v_sca_adv_order"               ""      ""
1134rconfig   logical top_radiation           namelist,dynamics     max_domains    .false. rh    "top_radiation"         ""      ""
1135rconfig   real    tke_upper_bound         namelist,dynamics     max_domains    1000.   h    "tke_upper_bound"            ""      ""
1136rconfig   real    tke_drag_coefficient      namelist,dynamics   max_domains    0.      h    "tke_drag_coefficient"       ""      ""
1137rconfig   real    tke_heat_flux           namelist,dynamics     max_domains    0.      h    "tke_heat_flux"              ""      ""
1138rconfig   logical pert_coriolis           namelist,dynamics     max_domains  .false.  irh  "pert_coriolis"    ""   ""
1139rconfig   logical euler_adv               namelist,dynamics     1            .true.  irh  "euler_adv"    "logical flag to turn on/off Eulerian passive advection"   ""
1140rconfig   integer idtadt                  namelist,dynamics     1              2      irh  "idtadt"   "fundamental timesteps between calls to Eulerian advection for dynamics"      ""
1141rconfig   integer idtadc                  namelist,dynamics     1              2      irh  "idtadc"   "fundamental timesteps between calls to Eulerian advection for chemistry"      ""
1142rconfig   real    codamp                  namelist,dynamics     max_domains   6.4     irh  "codamp"  "divergence damping weighting factor (larger = more damping) " ""
1143rconfig   real    coac                    namelist,dynamics     max_domains   1.6     irh  "coac"  "horizontal diffusion weighting factor (larger = more diffusion) " ""
1144rconfig   real    slophc                  namelist,dynamics     max_domains   6.363961e-3     irh  "slophc"  "Maximum model level slope (dZ/dy) for which hor diffusion is applied" ""
1145rconfig   real    wp                      namelist,dynamics     max_domains   0.    irh  "wp"  "Off-centering weight in the updating of nonhyrostatic eps"
1146
1147
1148
1149# Bdy_control
1150rconfig   integer spec_bdy_width          namelist,bdy_control          1             5       irh    "spec_bdy_width"                ""      ""
1151rconfig   integer spec_zone               namelist,bdy_control          1             1       irh    "spec_zone"                     ""      ""
1152rconfig   integer relax_zone              namelist,bdy_control          1             4       irh    "relax_zone"                    ""      ""
1153rconfig   logical specified               namelist,bdy_control  max_domains    .false. rh    "specified"             ""      ""
1154rconfig   logical periodic_x              namelist,bdy_control  max_domains    .false. rh    "periodic_x"            ""      ""
1155rconfig   logical symmetric_xs            namelist,bdy_control  max_domains    .false. rh    "symmetric_xs"          ""      ""
1156rconfig   logical symmetric_xe            namelist,bdy_control  max_domains    .false. rh    "symmetric_xe"          ""      ""
1157rconfig   logical open_xs                 namelist,bdy_control  max_domains    .false. rh    "open_xs"               ""      ""
1158rconfig   logical open_xe                 namelist,bdy_control  max_domains    .false. rh    "open_xe"               ""      ""
1159rconfig   logical periodic_y              namelist,bdy_control  max_domains    .false. rh    "periodic_y"            ""      ""
1160rconfig   logical symmetric_ys            namelist,bdy_control  max_domains    .false. rh    "symmetric_ys"          ""      ""
1161rconfig   logical symmetric_ye            namelist,bdy_control  max_domains    .false. rh    "symmetric_ye"          ""      ""
1162rconfig   logical open_ys                 namelist,bdy_control  max_domains    .false. rh    "open_ys"               ""      ""
1163rconfig   logical open_ye                 namelist,bdy_control  max_domains    .false. rh    "open_ye"               ""      ""
1164rconfig   logical polar                   namelist,bdy_control  max_domains    .false. rh    "polar"                 ""      ""
1165rconfig   logical nested                  namelist,bdy_control  max_domains    .false. rh    "nested"                ""      ""
1166rconfig   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"
1167
1168rconfig   integer background_proc_id      namelist,grib2                1     255    rh    "background_proc_id"    "Background processing id for grib2"  ""
1169rconfig   integer forecast_proc_id        namelist,grib2                1     255    rh    "forecast_proc_id"      "Analysis and forecast processing id for grib2"  ""
1170rconfig   integer production_status       namelist,grib2                1     255    rh    "production_status"     "Background processing id for grib2"  ""
1171rconfig   integer compression             namelist,grib2                1      40    rh    "compression"           "grib2 compression, 40 for JPEG2000 or 41 for PNG"  ""
1172
1173# NAMELIST DERIVED
1174rconfig   real    cen_lat                 derived                  max_domains    0       -        "cen_lat"              "center latitude"      "degrees, negative is south"
1175rconfig   real    cen_lon                 derived                  max_domains    0       -        "cen_lon"              "central longitude"      "degrees, negative is west"
1176rconfig   real    truelat1                derived                  max_domains    0       -        "true_lat1"             "first standard parallel"      "degrees, negative is south"
1177rconfig   real    truelat2                derived                  max_domains    0       -        "true_lat2"             "second standard parallel"      "degrees, negative is south"
1178rconfig   real    moad_cen_lat            derived                  max_domains    0       -        "moad_cen_lat"             "center latitude of the most coarse grid"      "degrees, negative is south"
1179rconfig   real    stand_lon               derived                  max_domains    0       -        "stand_lon"             "standard longitude, parallel to j-direction, perpendicular to i-direction "      "degrees, negative is west"
1180rconfig   integer  FLAG_METGRID           derived                      1          0       -        "FLAG_METGRID"         "Flag in global attributes for metgrid data"
1181rconfig   integer  FLAG_SNOW              derived                      1          0       -        "FLAG_SNOW"             "Flag for snow in the global attributes for metgrid data"
1182rconfig   integer  FLAG_PSFC              derived                      1          0       -        "FLAG_PSFC"             "Flag for surface pressure in the global attributes for metgrid data"
1183rconfig   integer  FLAG_SM000010          derived                      1          0       -        "FLAG_SM000010"         "Flag for soil moisture in the global attributes for metgrid data"
1184rconfig   integer  FLAG_SM010040          derived                      1          0       -        "FLAG_SM010040"         "Flag for soil moisture in the global attributes for metgrid data"
1185rconfig   integer  FLAG_SM040100          derived                      1          0       -        "FLAG_SM040100"         "Flag for soil moisture in the global attributes for metgrid data"
1186rconfig   integer  FLAG_SM100200          derived                      1          0       -        "FLAG_SM100200"         "Flag for soil moisture in the global attributes for metgrid data"
1187rconfig   integer  FLAG_ST000010          derived                      1          0       -        "FLAG_ST000010"         "Flag for soil temperature in the global attributes for metgrid data"
1188rconfig   integer  FLAG_ST010040          derived                      1          0       -        "FLAG_ST000010"         "Flag for soil temperature  in the global attributes for metgrid data"
1189rconfig   integer  FLAG_ST040100          derived                      1          0       -        "FLAG_ST010040"         "Flag for soil temperature  in the global attributes for metgrid data"
1190rconfig   integer  FLAG_ST100200          derived                      1          0       -        "FLAG_ST100200"         "Flag for soil temperature  in the global attributes for metgrid data"
1191rconfig   integer  FLAG_SLP               derived                      1          0       -        "FLAG_SLP"              "Flag for sea level pressure in the global attributes for metgrid data"
1192rconfig   integer  FLAG_SOILHGT           derived                      1          0       -        "FLAG_SOILHGT"          "Flag for soil height in the global attributes for metgrid data"
1193rconfig   integer  FLAG_MF_XY             derived                      1          0       -        "FLAG_MF_XY"            "Flag for MF_XYin the global attributes for metgrid data"
1194rconfig   real    bdyfrq                  derived                  max_domains    0       -        "bdyfrq"               "lateral boundary input frequency"      "seconds"
1195rconfig   character mminlu                derived                  max_domains    " "     -        "mminlu"               "land use dataset"
1196           ""
1197rconfig   integer iswater                 derived                  max_domains    0       -        "iswater"              "land use index of water"      "index category"
1198rconfig   integer islake                  derived                  max_domains    0       -        "islake"               "land use index of inland lake"      "index category"
1199rconfig   integer isice                   derived                  max_domains    0       -        "isice"                "land use index of ice"        "index category"
1200rconfig   integer isurban                 derived                  max_domains    0       -        "isurban"              "land use index for 'urban and built-up"     "index category"
1201rconfig   integer isoilwater              derived                  max_domains    0       -        "isoilwater"           "land use index of water for soil"        "index category"
1202rconfig   integer map_proj                derived                  max_domains    0       -        "map_proj"             "domain map projection"      "0=none, 1=Lambert, 2=polar, 3=Mercator"
1203rconfig   integer dfi_stage               derived                       1         3       -        "dfi_stage"            "current stage of DFI processing"      "0=DFI setup, 1=DFI backward integration, 2=DFI forward integration, 3=WRF forecast"
1204rconfig   integer mp_physics_dfi          derived                  max_domains   -1       -        "mp_physics_dfi"       ""      "-1 = no DFI and so no need to allocate DFI moistnd scalar variables, >0 = running with DFI, so allocate DFI moist and scalar variables appropriate for selected microphysics package"
1205
1206#rconfig   integer simulation_start_year   derived                  1              0       h        "simulation_start_year" "start of simulation through restarts" "4-digit year"
1207#rconfig   integer simulation_start_month  derived                  1              0       h        "simulation_start_month" "start of simulation through restarts" "2-digit month"
1208#rconfig   integer simulation_start_day    derived                  1              0       h        "simulation_start_day" "start of simulation through restarts" "2-digit day"
1209#rconfig   integer simulation_start_hour   derived                  1              0       h        "simulation_start_hour" "start of simulation through restarts" "2-digit hour"
1210#rconfig   integer simulation_start_minute derived                  1              0       h        "simulation_start_minute" "start of simulation through restarts" "2-digit minute"
1211#rconfig   integer simulation_start_second derived                  1              0       h        "simulation_start_second" "start of simulation through restarts" "2-digit second"
1212
1213#
1214# Single dummy declaration to define a nodyn dyn option
1215state integer nodyn_dummy - dyn_nodyn -  -  -  "" "" ""
1216
1217# Turbine drag (td) physics
1218# Turbine positions and characteristics for real-data cases are specified in a file
1219# whose name is given in the windturbines_spec variable.  If the setting is "ideal",
1220# the td_ variables specify idealized wind farm geometries and turbine characteristics.
1221# If the setting is "none" then wind turbine drag physics is turned off.
1222rconfig character windturbines_spec namelist,physics 1 "none" - - "" "none, ideal, or a file name"
1223rconfig integer td_turbgridid  namelist,physics 1 -1     - - ""  "which grid id has turbines in it"
1224rconfig  real   td_hubheight   namelist,physics 1 100.   - - ""  "hub height (m)"
1225rconfig  real   td_diameter    namelist,physics 1 60.    - - ""  "turbine diameter (m)"
1226rconfig  real   td_stdthrcoef  namelist,physics 1 .158   - - ""  "standing thrust coefficient"
1227rconfig  real   td_cutinspeed  namelist,physics 1 4.     - - ""  "cut-in speed (m/s)"
1228rconfig  real   td_cutoutspeed namelist,physics 1 27.    - - ""  "cut-out speed (m/s)"
1229rconfig  real   td_power       namelist,physics 1 2.     - - ""  "turbine power (MW)"
1230rconfig  real   td_turbpercell namelist,physics 1 1.     - - ""  "number of turbines per cell"
1231rconfig integer td_ewfx        namelist,physics 1 0      - - ""  "extent of wind farm in x-cells"
1232rconfig integer td_ewfy        namelist,physics 1 0      - - ""  "extent of wind farm in y-cells"
1233rconfig integer td_pwfx        namelist,physics 1 1      - - ""  "southwest corner of wind farm in x-cells"
1234rconfig integer td_pwfy        namelist,physics 1 1      - - ""  "southwest corner of wind farm in y-cells"
1235
1236#key      package       associated                package          associated 4d scalars
1237#         name          namelist choice           state vars
1238
1239#### 9. Edit the Registry file to set up '5' as the value of the
1240**** namelist variable dyn_opt that means to select our exp dyncore.
1241package   dyn_exp       dyn_opt==5                   -             -
1242
1243#package   passivec1     chem_opt==0                  -
1244package   passiveqv     mp_physics==0                -             moist:qv
1245package   kesslerscheme mp_physics==1                -             moist:qv,qc,qr
1246package   linscheme     mp_physics==2                -             moist:qv,qc,qr,qi,qs,qg
1247package   wsm3scheme    mp_physics==3                -             moist:qv,qc,qr
1248package   wsm5scheme    mp_physics==4                -             moist:qv,qc,qr,qi,qs
1249package   etampnew      mp_physics==5                -             moist:qv,qc,qr,qs
1250package   wsm6scheme    mp_physics==6                -             moist:qv,qc,qr,qi,qs,qg
1251package   gsfcgcescheme mp_physics==7                -             moist:qv,qc,qr,qi,qs,qg
1252package   thompson      mp_physics==8                -             moist:qv,qc,qr,qi,qs,qg;scalar:qni,qnr
1253package   milbrandt2mom mp_physics==9                -             moist:qv,qc,qr,qi,qs,qg,qh;scalar:qnc,qnr,qni,qns,qng,qnh
1254package   morr_two_moment  mp_physics==10            -             moist:qv,qc,qr,qi,qs,qg;scalar:qni,qns,qnr,qng
1255package   sbu_ylinscheme    mp_physics==13           -             moist:qv,qc,qr,qi,qs
1256package   wdm5scheme    mp_physics==14               -             moist:qv,qc,qr,qi,qs;scalar:qnn,qnc,qnr
1257package   wdm6scheme    mp_physics==16               -             moist:qv,qc,qr,qi,qs,qg;scalar:qnn,qnc,qnr
1258package   etamp_hwrf    mp_physics==85               -             moist:qv,qc,qr,qi,qs
1259
1260package   nodfimoist        mp_physics_dfi==-1       -             -
1261package   passiveqv_dfi     mp_physics_dfi==0        -             dfi_moist:dfi_qv
1262package   kesslerscheme_dfi mp_physics_dfi==1        -             dfi_moist:dfi_qv,dfi_qc,dfi_qr
1263package   linscheme_dfi     mp_physics_dfi==2        -             dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg
1264package   wsm3scheme_dfi    mp_physics_dfi==3        -             dfi_moist:dfi_qv,dfi_qc,dfi_qr
1265package   wsm5scheme_dfi    mp_physics_dfi==4        -             dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs
1266package   etampnew_dfi      mp_physics_dfi==5        -             dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qs
1267package   wsm6scheme_dfi    mp_physics_dfi==6        -             dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg
1268package   gsfcgcescheme_dfi mp_physics_dfi==7        -             dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg
1269package   thompson_dfi      mp_physics_dfi==8        -             dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg;dfi_scalar:dfi_qni,dfi_qnr
1270package   milbrandt2mom_dfi mp_physics_dfi==9        -             dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg,dfi_qh;dfi_scalar:dfi_qnc,dfi_qnr,dfi_qni,dfi_qns,dfi_qng,dfi_qnh
1271package   morr_two_moment_dfi  mp_physics_dfi==10    -             dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg;dfi_scalar:dfi_qni,dfi_qns,dfi_qnr,dfi_qng
1272package   sbu_ylinscheme_dfi    mp_physics==13           -         dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs
1273package   wdm5scheme_dfi    mp_physics_dfi==14       -             dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs;dfi_scalar:dfi_qnn,dfi_qnc,dfi_qnr
1274package   wdm6scheme_dfi    mp_physics_dfi==16       -             dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg;dfi_scalar:dfi_qnn,dfi_qnc,dfi_qnr
1275
1276# package   noprogn       progn==0                     -             -
1277# package   progndrop     progn==1                     -             scalar:qndrop;dfi_scalar:dfi_qndrop
1278
1279package   rrtmscheme    ra_lw_physics==1             -             -
1280package   camlwscheme   ra_lw_physics==3             -             -
1281package   rrtmg_lwscheme  ra_lw_physics==4           -             -
1282package   goddardlwscheme  ra_lw_physics==5          -             -
1283package   gfdllwscheme  ra_lw_physics==99            -             -
1284package   hwrflwscheme  ra_lw_physics==98
1285
1286package   swradscheme   ra_sw_physics==1             -             -
1287package   gsfcswscheme  ra_sw_physics==2             -             -
1288package   camswscheme   ra_sw_physics==3             -             -
1289package   rrtmg_swscheme  ra_sw_physics==4           -             -
1290package   goddardswscheme  ra_sw_physics==5          -             -
1291package   gfdlswscheme  ra_sw_physics==99            -             -
1292package   hwrfswscheme  ra_sw_physics==98
1293package   heldsuarez    ra_lw_physics==31            -             -
1294
1295package   sfclayscheme   sf_sfclay_physics==1        -             -
1296package   myjsfcscheme   sf_sfclay_physics==2        -             -
1297package   gfssfcscheme   sf_sfclay_physics==3        -             -
1298package   gfdlsfcscheme  sf_sfclay_physics==88       -             -
1299package   qnsesfcscheme  sf_sfclay_physics==4        -             -
1300package   pxsfcscheme    sf_sfclay_physics==7        -             -
1301package   temfsfcscheme  sf_sfclay_physics==10       -             -
1302package   idealscmsfcscheme  sf_sfclay_physics==89   -             -
1303
1304package   slabscheme     sf_surface_physics==1       -             -
1305package   lsmscheme      sf_surface_physics==2       -             -
1306package   ruclsmscheme   sf_surface_physics==3       -             -
1307package   gfdlslab       sf_surface_physics==88      -             -
1308package   pxlsmscheme    sf_surface_physics==7       -             -
1309package   ysuscheme      bl_pbl_physics==1           -             -
1310package   myjpblscheme   bl_pbl_physics==2           -             -
1311package   gfsscheme      bl_pbl_physics==3           -             -
1312package   qnsepblscheme  bl_pbl_physics==4           -             -
1313package   acmpblscheme   bl_pbl_physics==7           -             -
1314package   boulacscheme   bl_pbl_physics==8           -             -
1315package   camuwpblscheme bl_pbl_physics==9           -             -
1316package   mrfscheme      bl_pbl_physics==99          -             -
1317package   temfpblscheme  bl_pbl_physics==10          -             -
1318
1319package   kfetascheme    cu_physics==1               -             -
1320package   bmjscheme      cu_physics==2               -             -
1321package   gdscheme       cu_physics==3               -             -
1322package   sasscheme      cu_physics==4               -             -
1323package   g3scheme       cu_physics==5               -             -
1324package   camzmscheme    cu_physics==7               -             -
1325package   tiedtkescheme  cu_physics==6               -             -
1326package   nsasscheme     cu_physics==14              -             -
1327package   kfscheme       cu_physics==99              -             -
1328
1329package   g3shcuscheme   shcu_physics==1             -             -
1330package   camuwshcuscheme shcu_physics==2            -             -
1331
1332package   dfi_setup      dfi_stage==0                -             -
1333package   dfi_bck        dfi_stage==1                -             -
1334package   dfi_fwd        dfi_stage==2                -             -
1335package   dfi_fst        dfi_stage==3                -             -
1336package   dfi_startfwd   dfi_stage==4                -             -
1337package   dfi_startbck   dfi_stage==5                -             -
1338package   dfi_nodfi     dfi_opt==0                  -             -
1339package   dfi_dfl       dfi_opt==1                  -            \
1340 state:dfi_pd,dfi_pint,dfi_dwdt,dfi_t,dfi_q,dfi_u,dfi_v,dfi_q2,dfi_cwm,dfi_rrw,dfi_STC,dfi_SMC,dfi_SH2O,dfi_SNOW,dfi_SNOWH,dfi_CANWAT,dfi_NMM_TSK,dfi_SNOWC
1341package   dfi_ddfi      dfi_opt==2                  -            \
1342 state:dfi_pd,dfi_pint,dfi_dwdt,dfi_t,dfi_q,dfi_u,dfi_v,dfi_q2,dfi_cwm,dfi_rrw,dfi_STC,dfi_SMC,dfi_SH2O,dfi_SNOW,dfi_SNOWH,dfi_CANWAT,dfi_NMM_TSK,dfi_SNOWC
1343package   dfi_tdfi      dfi_opt==3                  -            \
1344 state:dfi_pd,dfi_pint,dfi_dwdt,dfi_t,dfi_q,dfi_u,dfi_v,dfi_q2,dfi_cwm,dfi_rrw,dfi_STC,dfi_SMC,dfi_SH2O,dfi_SNOW,dfi_SNOWH,dfi_CANWAT,dfi_NMM_TSK,dfi_SNOWC
1345
1346
1347# only need to specify these once; not for every io_form* variable
1348package   io_intio    io_form_restart==1                     -             -
1349package   io_netcdf   io_form_restart==2                     -             -
1350# Placeholders for additional packages (we can go beyond zzz
1351# but that will entail modifying frame/module_io.F and frame/md_calls.m4)
1352# Please note these are placeholders; HDF has not been implemented yet.
1353package   io_hdf      io_form_restart==3                     -             -
1354package   io_phdf5    io_form_restart==4                     -             -
1355package   io_grib1    io_form_restart==5                     -             -
1356package   io_mcel     io_form_restart==6                     -             -
1357package   io_esmf     io_form_restart==7                     -             -
1358package   io_yyy      io_form_restart==8                     -             -
1359package   io_zzz      io_form_restart==9                     -             -
1360package   io_grib2    io_form_restart==10                    -             -
1361package   io_pnetcdf  io_form_restart==11                     -             -
1362
1363## communications                                               
1364
1365### 8. Edit the Registry file and create a halo-exchange for x_1.
1366
1367# NMM communications
1368
1369halo HALO_NMM_INIT_1    dyn_nmm 120:HBM2
1370halo HALO_NMM_INIT_2    dyn_nmm 120:HBM3,VBM2,VBM3
1371halo HALO_NMM_INIT_3    dyn_nmm 120:SM,SICE
1372halo HALO_NMM_INIT_4    dyn_nmm 120:DX_NMM,WPDAR
1373halo HALO_NMM_INIT_5    dyn_nmm 120:CPGFU,CURV,FCP
1374halo HALO_NMM_INIT_6    dyn_nmm 120:FDIV,FAD,F
1375halo HALO_NMM_INIT_7    dyn_nmm 120:DDMPU,DDMPV,GLAT
1376halo HALO_NMM_INIT_8    dyn_nmm 120:GLON,EPSR,TG
1377halo HALO_NMM_INIT_9    dyn_nmm 120:GFFC,SST,ALBASE
1378#halo HALO_NMM_INIT_10  dyn_nmm 120:HDAC,HDACV,IVGTYP
1379halo HALO_NMM_INIT_10   dyn_nmm 120:HDAC,HDACV
1380#halo HALO_NMM_INIT_11  dyn_nmm 120:ISLTYP,ISLOPE,VEGFRC
1381halo HALO_NMM_INIT_11   dyn_nmm 120:VEGFRC
1382halo HALO_NMM_INIT_12   dyn_nmm 120:DIV,OMGALF,PD,RES
1383halo HALO_NMM_INIT_13   dyn_nmm 120:FIS,T,U
1384halo HALO_NMM_INIT_14   dyn_nmm 120:V,Q,Q2
1385halo HALO_NMM_INIT_15   dyn_nmm 120:CWM,TRAIN,TCUCN
1386halo HALO_NMM_INIT_15B  dyn_nmm 120:moist,scalar
1387halo HALO_NMM_INIT_16   dyn_nmm 120:RSWIN,RSWOUT,TG
1388halo HALO_NMM_INIT_17   dyn_nmm 120:Z0,AKMS,CZEN
1389halo HALO_NMM_INIT_18   dyn_nmm 120:AKHS,THS,QSH
1390halo HALO_NMM_INIT_19   dyn_nmm 120:TWBS,QWBS,HBOT
1391halo HALO_NMM_INIT_20   dyn_nmm 120:CFRACL,THZ0,QZ0
1392halo HALO_NMM_INIT_21   dyn_nmm 120:UZ0,VZ0,USTAR
1393halo HALO_NMM_INIT_22   dyn_nmm 120:HTOP,CFRACM,SNO
1394halo HALO_NMM_INIT_23   dyn_nmm 120:SI,CLDEFI,RF
1395halo HALO_NMM_INIT_24   dyn_nmm 120:CUPPT,CFRACH,SOILTB
1396halo HALO_NMM_INIT_25   dyn_nmm 120:SFCEXC,SMSTAV,SMSTOT
1397halo HALO_NMM_INIT_26   dyn_nmm 120:GRNFLX,PCTSNO,RLWIN
1398halo HALO_NMM_INIT_27   dyn_nmm 120:RADOT,CZMEAN,SIGT4
1399halo HALO_NMM_INIT_28   dyn_nmm 120:SR
1400halo HALO_NMM_INIT_29   dyn_nmm 120:PREC,ACPREC,ACCLIQ
1401halo HALO_NMM_INIT_30   dyn_nmm 120:ACFRST,ACSNOW
1402halo HALO_NMM_INIT_31   dyn_nmm 120:ACSNOM,SSROFF,BGROFF
1403halo HALO_NMM_INIT_32   dyn_nmm 120:SFCSHX,SFCLHX,SUBSHX
1404halo HALO_NMM_INIT_33   dyn_nmm 120:SNOPCX,SFCUVX,SFCEVP
1405halo HALO_NMM_INIT_34   dyn_nmm 120:POTEVP,ASWIN,ASWOUT
1406halo HALO_NMM_INIT_35   dyn_nmm 120:ASWTOA,ALWIN,ALWOUT
1407halo HALO_NMM_INIT_36   dyn_nmm 120:ALWTOA,SMC,CMC
1408halo HALO_NMM_INIT_37   dyn_nmm 120:STC,SH2O,ALBEDO
1409halo HALO_NMM_INIT_38   dyn_nmm 120:PINT,Z,DWDT
1410halo HALO_NMM_INIT_39   dyn_nmm 120:TOLD,UOLD,VOLD
1411
1412#for HWRF: zhang increase halo width to fix feedback bug for HALO_NMM_A (24 => 48)
1413#for HWRF: zhang HALO_NMM_C (24 => 48), HALO_NMM_G (24 => 48), HALO_NMM_K (8 => 24)
1414halo      HALO_NMM_A  dyn_nmm 48:pd,t,u,v,q,cwm,dwdt,div;48:pint
1415halo      HALO_NMM_A_3  dyn_nmm 24:moist,scalar
1416halo      HALO_NMM_B  dyn_nmm 24:div                   
1417halo      HALO_NMM_C  dyn_nmm 48:u,v                   
1418halo      HALO_NMM_D  dyn_nmm 48:pd         
1419halo      HALO_NMM_E  dyn_nmm 24:petdt
1420halo      HALO_NMM_F  dyn_nmm 24:t,u,v
1421halo      HALO_NMM_F1 dyn_nmm 80:pdslo         
1422halo      HALO_NMM_G  dyn_nmm 48:u,v;24:z 
1423halo      HALO_NMM_H  dyn_nmm 24:w                 
1424halo      HALO_NMM_I  dyn_nmm 48:q,q2,cwm,rrw
1425halo      HALO_NMM_I_3  dyn_nmm 48:moist,scalar
1426halo      HALO_NMM_J  dyn_nmm 8:pd,uz0,vz0,t,q,cwm                   
1427halo      HALO_NMM_J_3  dyn_nmm 8:moist,scalar
1428halo      HALO_NMM_K  dyn_nmm 24:q2;24:t,u,v,q,w,z
1429halo      HALO_NMM_L  dyn_nmm 8:pd,t,q,cwm,q2                   
1430halo      HALO_NMM_L_3  dyn_nmm 8:moist,scalar
1431halo      HALO_NMM_MG dyn_nmm 8:ht_gc
1432halo      HALO_NMM_MG2 dyn_nmm 8:pd,psfc_out
1433halo      HALO_NMM_MG3 dyn_nmm 8:p_gc
1434
1435halo      HALO_NMM_TURBL_A  dyn_nmm 8:uz0h,vz0h,hbm2
1436halo      HALO_NMM_TURBL_B  dyn_nmm 8:dudt,dvdt
1437
1438# following halos added for nesting purpose  (gopal's doing):
1439
1440halo HALO_NMM_ZZ  dyn_nmm 8:pdnest_b,unest_b,vnest_b,tnest_b,qnest_b,cwmnest_b,q2nest_b,pdnest_bt,unest_bt,vnest_bt,tnest_bt,qnest_bt,cwmnest_bt,q2nest_bt
1441halo HALO_NMM_TRACK dyn_nmm 120:sm,pdyn,mslp,sqws
1442halo HALO_NMM_INTERP_DOWN1 dyn_nmm 120:sm,fis,t,u,v,q,q2,z3d,q3d,t3d,pd,albase,nmm_tsk,mxsnal,tg,islope,cmc,soiltb,vegfrc,sh2o,smc,stc,toposoil,xice,ivgtyp,isltyp,vegfra,sst,weasd,snowh,hlat,hlon,z0,landmask,cwm,ustar,ths,qsh,cldefi,pshltr,dwdt,acprec,thz0,qz0,uz0,vz0,htop,hbot,cuppt,rlwtt,rswtt,t_adj,f_ice,f_rain,f_rimef
1443halo HALO_NMM_FORCE_DOWN1 dyn_nmm 120:t,u,v,q,q2,cwm,z3d,q3d,t3d  #,qv,qc,qr,qi,qs,qg
1444halo HALO_NMM_WEIGHTS dyn_nmm 48:IIH,JJH,HBWGT1,HBWGT2,HBWGT3,HBWGT4,IIV,JJV,VBWGT1,VBWGT2,VBWGT3,VBWGT4
1445
1446halo      HALO_NMM_SAS_A  dyn_nmm 24:uz0h,vz0h,hbm2
1447halo      HALO_NMM_SAS_B  dyn_nmm 24:ducudt,dvcudt
1448halo      HALO_TRACERS dyn_nmm 48:szj,s1z,spz,tcs
1449
Note: See TracBrowser for help on using the repository browser.