source: trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/Registry/Registry.NMM @ 386

Last change on this file since 386 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

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