| 1 | # Registry file, EM |
|---|
| 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 | include registry.dimspec |
|---|
| 43 | |
|---|
| 44 | ################################################################################ |
|---|
| 45 | ################################################################################ |
|---|
| 46 | ################################################################################ |
|---|
| 47 | |
|---|
| 48 | #state real floob ikjb dyn_em 1 - |
|---|
| 49 | #state real floob_x ikjx dyn_em 1 - |
|---|
| 50 | #state real floob_y ikjy dyn_em 1 - |
|---|
| 51 | #xpose FLOOB dyn_em floob,floob_x,floob_y |
|---|
| 52 | |
|---|
| 53 | #state real xxx ijk misc 2 - h6ud |
|---|
| 54 | #halo HALO_FLOOB dyn_em 4:xxx_2 |
|---|
| 55 | |
|---|
| 56 | # Lines that start with the word 'state' form a table that is |
|---|
| 57 | # used by the script use_registry to generate module_state_descript.F |
|---|
| 58 | # and other files. Also see documentation in use_registry. |
|---|
| 59 | # |
|---|
| 60 | # table entries are of the form |
|---|
| 61 | #<Table> <Type> <Sym> <Dims> <Use> <NumTLev> <Stagger> <IO> <DNAME> <DESCRIP> <UNITS> |
|---|
| 62 | # |
|---|
| 63 | |
|---|
| 64 | # It is required that LU_INDEX appears before any variable that is |
|---|
| 65 | # interpolated with a mask, as lu_index supplies that mask. |
|---|
| 66 | # this next 1 is for the HFSoLE/PET demo; writing these to auxhist1 output over MCEL for coupling |
|---|
| 67 | # with wave model, only if compiled with -DMCELIO, JM 2003/05/29 |
|---|
| 68 | state real LU_INDEX ij misc 1 - i012rh01d=(interp_fcnm)u=(copy_fcnm) "LU_INDEX" "LAND USE CATEGORY" "" |
|---|
| 69 | state real LU_MASK ij misc 1 - i3h1 "LU_MASK" "0 land 1 water" "" |
|---|
| 70 | |
|---|
| 71 | # znw, znu, dzs, and zs must be listed before any 3-d fields |
|---|
| 72 | # in order for the grib output module to work correctly. The grib output |
|---|
| 73 | # module retrieves the vertical levels from these parameters. If znw, znu |
|---|
| 74 | # dzs, and zs are not listed first, vertical level will not be encoded at |
|---|
| 75 | # time 0. |
|---|
| 76 | |
|---|
| 77 | state real znu k dyn_em 1 - irh "znu" "eta values on half (mass) levels" "" |
|---|
| 78 | state real znw k dyn_em 1 Z i0rh "znw" "eta values on full (w) levels" "" |
|---|
| 79 | state real ZS l misc - Z irh "ZS" "DEPTHS OF CENTERS OF SOIL LAYERS" "m" |
|---|
| 80 | state real DZS l misc - Z irh "DZS" "THICKNESSES OF SOIL LAYERS" "m" |
|---|
| 81 | |
|---|
| 82 | # |
|---|
| 83 | # Variables from WPS |
|---|
| 84 | # |
|---|
| 85 | state real u_gc igj dyn_em 1 XZ i1 "UU" "x-wind component" "m s-1" |
|---|
| 86 | state real v_gc igj dyn_em 1 YZ i1 "VV" "y-wind component" "m s-1" |
|---|
| 87 | state real t_gc igj dyn_em 1 Z i1 "TT" "temperature" "K" |
|---|
| 88 | state real rh_gc igj dyn_em 1 Z i1 "RH" "relative humidity" "%" |
|---|
| 89 | state real ght_gc igj dyn_em 1 Z i1 "GHT" "geopotential height" "m" |
|---|
| 90 | state real p_gc igj dyn_em 1 Z i1 "PRES" "pressure" "Pa" |
|---|
| 91 | state real prho_gc igj dyn_em 1 Z i1 "PTHETA" "for UM data, from metgrid this is ptheta, but swapped to prho in real" "Pa" |
|---|
| 92 | state real xlat_gc ij dyn_em 1 - i1 "XLAT_M" "latitude, positive north" "degrees" |
|---|
| 93 | state real xlong_gc ij dyn_em 1 - i1 "XLONG_M" "longitude, positive east" "degrees" |
|---|
| 94 | state real ht_gc ij dyn_em 1 - i1 "HGT_M" "topography elevation" "m" |
|---|
| 95 | state real tsk_gc ij dyn_em 1 - i1 "SKINTEMP" "skin temperature" "K" |
|---|
| 96 | state real tavgsfc ij dyn_em 1 - i1 "TAVGSFC" "daily mean of surface air temperature" "K" |
|---|
| 97 | state real tmn_gc ij dyn_em 1 - i1 "SOILTEMP" "annual mean deep soil temperature" "K" |
|---|
| 98 | state real pslv_gc ij dyn_em 1 - i1 "PMSL" "sea level pressure" "Pa" |
|---|
| 99 | state real sct_dom_gc ij dyn_em 1 - i1 "SCT_DOM" "Dominant soil (top) category from GEOGRID" "cat" |
|---|
| 100 | state real scb_dom_gc ij dyn_em 1 - i1 "SCB_DOM" "Dominant soil (bottom) category from GEOGRID" "cat" |
|---|
| 101 | state real greenfrac imj dyn_em 1 Z i1 "GREENFRAC" "monthly greenness fraction" "0 - 1 fraction" |
|---|
| 102 | state real albedo12m imj dyn_em 1 Z i1 "ALBEDO12M" "background albedo" "0 - 1 fraction" |
|---|
| 103 | state real pd_gc igj dyn_em 1 Z - "PD" "dry pressure" "Pa" |
|---|
| 104 | state real pdrho_gc igj dyn_em 1 Z - "PDRHO" "dry pressure for UM data for the variables U and V" "Pa" |
|---|
| 105 | state real psfc_gc ij dyn_em 1 - - "PSFC_GC" "surface pressure" "Pa" |
|---|
| 106 | state real intq_gc ij dyn_em 1 - - "INTQ" "integrated mixing ratio" "Pa" |
|---|
| 107 | state real pdhs ij dyn_em 1 - - "PDHS" "hydrostatic dry surface pressure" "Pa" |
|---|
| 108 | state real qv_gc igj dyn_em 1 Z i1 "QV" "mixing ratio" "kg kg-1" |
|---|
| 109 | state real sh_gc igj dyn_em 1 Z i1 "SPECHUMD" "Specific humidity" "kg kg-1" |
|---|
| 110 | state real icefrac_gc ij dyn_em 1 - i1 "ICEFRAC" "Sea ice fraction" "0 - 1 fraction" |
|---|
| 111 | state real qr_gc igj dyn_em 1 Z i1 "QR" "rain water mixing ratio" "kg kg-1" |
|---|
| 112 | state real qc_gc igj dyn_em 1 Z i1 "QC" "cloud water mixing ratio" "kg kg-1" |
|---|
| 113 | state real qs_gc igj dyn_em 1 Z i1 "QS" "snow mixing ratio" "kg kg-1" |
|---|
| 114 | state real qi_gc igj dyn_em 1 Z i1 "QI" "cloud ice mixing ratio" "kg kg-1" |
|---|
| 115 | state real qg_gc igj dyn_em 1 Z i1 "QG" "graupel mixing ratio" "kg kg-1" |
|---|
| 116 | state real qh_gc igj dyn_em 1 Z i1 "QH" "hail mixing ratio" "kg kg-1" |
|---|
| 117 | state real qni_gc igj dyn_em 1 Z i1 "QNI" "ice no concentration" "m-3" |
|---|
| 118 | |
|---|
| 119 | #----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 120 | # |
|---|
| 121 | # Variables for Eulerian mass coordinate dynamics |
|---|
| 122 | # |
|---|
| 123 | |
|---|
| 124 | |
|---|
| 125 | # Velocities |
|---|
| 126 | # |
|---|
| 127 | # U Vel |
|---|
| 128 | state real u ikjb dyn_em 2 X \ |
|---|
| 129 | i0rhusdf=(bdy_interp:dt) "U" "x-wind component" "m s-1" |
|---|
| 130 | state real ru ikj dyn_em 1 X - "MU_U" "mu-coupled u" "Pa m s-1" |
|---|
| 131 | state real ru_m ikj dyn_em 1 X - "ru_m" "" "" |
|---|
| 132 | state real ru_tend ikj dyn_em 1 X - "ru_tend" "" "" |
|---|
| 133 | i1 real ru_tendf ikj dyn_em 1 X |
|---|
| 134 | state real u_save ikj dyn_em 1 X - "u_save" |
|---|
| 135 | state real z_force | dyn_em 1 - i3rh "Z_FORCE" "height of forcing input" "m" |
|---|
| 136 | state real z_force_tend | dyn_em 1 - i3rh "Z_FORCE_TEND" "tendency height of forcing input" "m" |
|---|
| 137 | state real u_g | dyn_em 1 - i3rh "U_G" "x-direction geostrophic wind" "m s-1" |
|---|
| 138 | state real u_g_tend | dyn_em 1 - i3rh "U_G_TEND" "tendency x-direction geostrophic wind" "m s-1" |
|---|
| 139 | # |
|---|
| 140 | # V Vel |
|---|
| 141 | state real v ikjb dyn_em 2 Y \ |
|---|
| 142 | i0rhusdf=(bdy_interp:dt) "V" "y-wind component" "m s-1" |
|---|
| 143 | state real rv ikj dyn_em 1 Y - "MU_V" "mu-coupled v" "Pa m s-1" |
|---|
| 144 | state real rv_m ikj dyn_em 1 Y - "rv_m" |
|---|
| 145 | state real rv_tend ikj dyn_em 1 Y - "rv_tend" |
|---|
| 146 | i1 real rv_tendf ikj dyn_em 1 Y |
|---|
| 147 | state real v_save ikj dyn_em 1 Y - "v_save" |
|---|
| 148 | state real v_g | dyn_em 1 - i3rh "V_G" "y-direction geostrophic wind" "m s-1" |
|---|
| 149 | state real v_g_tend | dyn_em 1 - i3rh "V_G_TEND" "tendency y-direction geostrophic wind" "m s-1" |
|---|
| 150 | # |
|---|
| 151 | # Vertical Vel |
|---|
| 152 | state real w ikjb dyn_em 2 Z \ |
|---|
| 153 | irhusdf=(bdy_interp:dt) "w" "z-wind component" "m s-1" |
|---|
| 154 | state real ww ikj dyn_em 1 Z r "ww" "mu-coupled eta-dot" "Pa s-1" |
|---|
| 155 | state real rw ikj dyn_em 1 Z - "rw" "mu-coupled w" "Pa m s-1" |
|---|
| 156 | i1 real ww1 ikj dyn_em 1 Z |
|---|
| 157 | state real ww_m ikj dyn_em 1 Z r "ww_m" "time-avg mu-coupled eta-dot" "Pa s-1" |
|---|
| 158 | i1 real wwp ikj dyn_em 1 Z |
|---|
| 159 | i1 real rw_tend ikj dyn_em 1 Z |
|---|
| 160 | i1 real rw_tendf ikj dyn_em 1 Z |
|---|
| 161 | i1 real w_save ikj dyn_em 1 Z |
|---|
| 162 | |
|---|
| 163 | state real w_subs | dyn_em 1 - i3rh "W_SUBS" "large-scale vertical velocity" "m s-1" |
|---|
| 164 | state real w_subs_tend | dyn_em 1 - i3rh "W_SUBS_TEND" "tendency large-scale vertical velocity" "m s-1" |
|---|
| 165 | |
|---|
| 166 | # Geopotential |
|---|
| 167 | state real ph ikjb dyn_em 2 Z \ |
|---|
| 168 | irhusdf=(bdy_interp:dt) "ph" "perturbation geopotential" "m2 s-2" |
|---|
| 169 | state real phb ikj dyn_em 1 Z irhdus "phb" "base-state geopotential" "m2 s-2" |
|---|
| 170 | state real phb_fine ikj dyn_em 1 Z - "phb_fine" "for nesting, temp holding interpolated coarse grid phb" "m2 s-2" |
|---|
| 171 | state real ph0 ikj dyn_em 1 Z r "ph0" "initial geopotential" "m2 s-2" |
|---|
| 172 | state real php ikj dyn_em 1 - r "php" "geopotential" "m2 s-2" |
|---|
| 173 | i1 real ph_tend ikj dyn_em 1 Z |
|---|
| 174 | i1 real ph_tendf ikj dyn_em 1 Z |
|---|
| 175 | i1 real ph_save ikj dyn_em 1 Z |
|---|
| 176 | |
|---|
| 177 | # Potential Temperature |
|---|
| 178 | state real t ikjb dyn_em 2 - \ |
|---|
| 179 | i0rhusdf=(bdy_interp:dt) "t" "perturbation potential temperature (theta-t0)" "K" |
|---|
| 180 | |
|---|
| 181 | state real t_init ikj dyn_em 1 - ir "t_init" "initial potential temperature" "K" |
|---|
| 182 | i1 real t_tend ikj dyn_em 1 - |
|---|
| 183 | i1 real t_tendf ikj dyn_em 1 - |
|---|
| 184 | i1 real t_2save ikj dyn_em 1 - |
|---|
| 185 | state real t_save ikj dyn_em 1 - - "t_save" |
|---|
| 186 | |
|---|
| 187 | state real th_upstream_x | dyn_em 1 - i3rh "TH_UPSTREAM_X" "upstream theta x-advection" "K s-1" |
|---|
| 188 | state real th_upstream_x_tend | dyn_em 1 - i3rh "TH_UPSTREAM_X_TEND" "tendency upstream theta x-advection" "K s-2" |
|---|
| 189 | state real th_upstream_y | dyn_em 1 - i3rh "TH_UPSTREAM_Y" "upstream theta y-advection" "K s-1" |
|---|
| 190 | state real th_upstream_y_tend | dyn_em 1 - i3rh "TH_UPSTREAM_Y_TEND" "tendency upstream theta y-advection" "K s-2" |
|---|
| 191 | |
|---|
| 192 | state real qv_upstream_x | dyn_em 1 - i3rh "QV_UPSTREAM_X" "upstream qv x-advection" "kg kg-1 s-1" |
|---|
| 193 | state real qv_upstream_x_tend | dyn_em 1 - i3rh "QV_UPSTREAM_X_TEND" "tendency upstream qv x-advection" "kg kg-1 s-2" |
|---|
| 194 | state real qv_upstream_y | dyn_em 1 - i3rh "QV_UPSTREAM_Y" "upstream qv y-advection" "kg kg-1 s-1" |
|---|
| 195 | state real qv_upstream_y_tend | dyn_em 1 - i3rh "QV_UPSTREAM_Y_TEND" "tendency upstream qv y-advection" "kg kg-1 s-2" |
|---|
| 196 | |
|---|
| 197 | state real ql_upstream_x | dyn_em 1 - i3rh "QL_UPSTREAM_X" "upstream ql x-advection" "kg kg-1 s-1" |
|---|
| 198 | state real ql_upstream_x_tend | dyn_em 1 - i3rh "QL_UPSTREAM_X_TEND" "tendency upstream ql x-advection" "kg kg-1 s-2" |
|---|
| 199 | state real ql_upstream_y | dyn_em 1 - i3rh "QL_UPSTREAM_Y" "upstream ql y-advection" "kg kg-1 s-1" |
|---|
| 200 | state real ql_upstream_y_tend | dyn_em 1 - i3rh "QL_UPSTREAM_Y_TEND" "tendency upstream ql y-advection" "kg kg-1 s-2" |
|---|
| 201 | |
|---|
| 202 | state real u_upstream_x | dyn_em 1 - i3rh "U_UPSTREAM_X" "upstream u x-advection" "m s-2" |
|---|
| 203 | state real u_upstream_x_tend | dyn_em 1 - i3rh "U_UPSTREAM_X_TEND" "tendency upstream u x-advection" "m s-3" |
|---|
| 204 | state real u_upstream_y | dyn_em 1 - i3rh "U_UPSTREAM_Y" "upstream u y-advection" "m s-2" |
|---|
| 205 | state real u_upstream_y_tend | dyn_em 1 - i3rh "U_UPSTREAM_Y_TEND" "tendency upstream u y-advection" "m s-3" |
|---|
| 206 | |
|---|
| 207 | state real v_upstream_x | dyn_em 1 - i3rh "V_UPSTREAM_X" "upstream v x-advection" "m s-2" |
|---|
| 208 | state real v_upstream_x_tend | dyn_em 1 - i3rh "V_UPSTREAM_X_TEND" "tendency upstream v x-advection" "m s-3" |
|---|
| 209 | state real v_upstream_y | dyn_em 1 - i3rh "V_UPSTREAM_Y" "upstream v y-advection" "m s-2" |
|---|
| 210 | state real v_upstream_y_tend | dyn_em 1 - i3rh "V_UPSTREAM_Y_TEND" "tendency upstream v y-advection" "m s-3" |
|---|
| 211 | state real th_largescale | dyn_em 1 - i3rh "TH_LARGESCALE" "SCM largescale theta" "K" |
|---|
| 212 | state real th_largescale_tend | dyn_em 1 - i3rh "TH_LARGESCALE_TEND" "SCM tendency largescale theta" "K s-1" |
|---|
| 213 | |
|---|
| 214 | state real qv_largescale | dyn_em 1 - i3rh "QV_LARGESCALE" "SCM largescale qv" "kg kg-1 s-1" |
|---|
| 215 | state real qv_largescale_tend | dyn_em 1 - i3rh "QV_LARGESCALE_TEND" "SCM tendency largescale qv" "kg kg-1 s-2" |
|---|
| 216 | |
|---|
| 217 | state real ql_largescale | dyn_em 1 - i3rh "QL_LARGESCALE" "SCM largescale ql" "kg kg-1 s-1" |
|---|
| 218 | state real ql_largescale_tend | dyn_em 1 - i3rh "QL_LARGESCALE_TEND" "SCM tendency largescale ql" "kg kg-1 s-2" |
|---|
| 219 | |
|---|
| 220 | state real u_largescale | dyn_em 1 - i3rh "U_LARGESCALE" "SCM largescale u" "m s-2" |
|---|
| 221 | state real u_largescale_tend | dyn_em 1 - i3rh "U_LARGESCALE_TEND" "SCM tendency largescale u" "m s-3" |
|---|
| 222 | |
|---|
| 223 | state real v_largescale | dyn_em 1 - i3rh "V_LARGESCALE" "SCM largescale v" "m s-2" |
|---|
| 224 | state real v_largescale_tend | dyn_em 1 - i3rh "V_LARGESCALE_TEND" "SCM tendency largescale v" "m s-3" |
|---|
| 225 | |
|---|
| 226 | state real tau_largescale | dyn_em 1 - i3rh "TAU_LARGESCALE" "SCM largescale timescale" "s" |
|---|
| 227 | state real tau_largescale_tend | dyn_em 1 - i3rh "TAU_LARGESCALE_TEND" "SCM tendency largescale timescale" "" |
|---|
| 228 | |
|---|
| 229 | state real tau_x | dyn_em 1 - i3rh "TAU_X" "X-direction advective timescale" "s" |
|---|
| 230 | state real tau_x_tend | dyn_em 1 - i3rh "TAU_X_TEND" "tendency X-direction advective timescale" "" |
|---|
| 231 | state real tau_y | dyn_em 1 - i3rh "TAU_Y" "Y-direction advective timescale" "s" |
|---|
| 232 | state real tau_y_tend | dyn_em 1 - i3rh "TAU_Y_TEND" "tendency Y-direction advective timescale" "" |
|---|
| 233 | |
|---|
| 234 | dimspec fslay 2 namelist=num_force_soil_layers z force_soil_layers |
|---|
| 235 | state real t_soil_forcing_val {fslay} dyn_em 1 - i3rh "T_SOIL_FORCING_VAL" "Soil temp value for SCM forcing" "K" |
|---|
| 236 | state real t_soil_forcing_tend {fslay} dyn_em 1 - i3rh "T_SOIL_FORCING_TEND" "tendency soil temp for SCM forcing" "K s-1" |
|---|
| 237 | state real q_soil_forcing_val {fslay} dyn_em 1 - i3rh "Q_SOIL_FORCING_VAL" "Soil moisture value for SCM forcing" "1" |
|---|
| 238 | state real q_soil_forcing_tend {fslay} dyn_em 1 - i3rh "Q_SOIL_FORCING_TEND" "tendency soil moisture for SCM forcing" "s-1" |
|---|
| 239 | state real tau_soil {fslay} dyn_em 1 - i3rh "TAU_SOIL" "SCM soil forcing timescale" "s" |
|---|
| 240 | state real soil_depth_force {fslay} dyn_em 1 - i3rh "SOIL_DEPTH_FORCE" "SCM depth at center of soil layers in forcing file" "1" |
|---|
| 241 | |
|---|
| 242 | state real hfx_force - dyn_em 1 - i3rh "HFX_FORCE" "SCM ideal surface sensible heat flux" "W m-2" |
|---|
| 243 | state real lh_force - dyn_em 1 - i3rh "LH_FORCE" "SCM ideal surface latent heat flux" "W m-2" |
|---|
| 244 | state real tsk_force - dyn_em 1 - i3rh "TSK_FORCE" "SCM ideal surface skin temperature" "W m-2" |
|---|
| 245 | state real hfx_force_tend - dyn_em 1 - i3rh "HFX_FORCE_TEND" "SCM ideal surface sensible heat flux tendency" "W m-2 s-1" |
|---|
| 246 | state real lh_force_tend - dyn_em 1 - i3rh "LH_FORCE_TEND" "SCM ideal surface latent heat flux tendency" "W m-2 s-1" |
|---|
| 247 | state real tsk_force_tend - dyn_em 1 - i3rh "TSK_FORCE_TEND" "SCM ideal surface skin temperature tendency" "W m-2 s-1" |
|---|
| 248 | # Mass |
|---|
| 249 | state real mu ijb dyn_em 2 - \ |
|---|
| 250 | irhusdf=(bdy_interp:dt) "mu" "perturbation dry air mass in column" "Pa" |
|---|
| 251 | state real mub ij dyn_em 1 - irhdus "mub" "base state dry air mass in column" "Pa" |
|---|
| 252 | state real mub_fine ij dyn_em 1 - - "mub_fine" "nest temp, holds interpolated coarse grid mub" "Pa" |
|---|
| 253 | state real mub_save ij dyn_em 1 - - "mub_save" "nest temp, holds orig fine grid mub" "Pa" |
|---|
| 254 | state real mu0 ij dyn_em 1 - i1 "mu0" "initial dry mass in column" "Pa" |
|---|
| 255 | state real mudf ij dyn_em 1 - - "mudf" "" "" |
|---|
| 256 | state real muu ij dyn_em 1 - - "muu" |
|---|
| 257 | i1 real muus ij dyn_em 1 - |
|---|
| 258 | state real muv ij dyn_em 1 - - "muv" |
|---|
| 259 | i1 real muvs ij dyn_em 1 - |
|---|
| 260 | state real mut ij dyn_em 1 - - "mut" |
|---|
| 261 | state real muts ij dyn_em 1 - - "muts" |
|---|
| 262 | i1 real muave ij dyn_em 1 - |
|---|
| 263 | i1 real mu_save ij dyn_em 1 - |
|---|
| 264 | i1 real mu_tend ij dyn_em 1 - |
|---|
| 265 | i1 real mu_tendf ij dyn_em 1 - |
|---|
| 266 | |
|---|
| 267 | #diagnostic for looking at nest position in output. A mungy version of terrain height. |
|---|
| 268 | state real nest_pos ij misc 1 - rhu=(mark_domain) "NEST_POS" |
|---|
| 269 | state real nest_mask ij misc 1 - ru=(mark_domain) "NEST_MASK" "LOCATION OF NEST IF ANY" |
|---|
| 270 | state real ht_coarse ij misc 1 - r - "STORAGE FOR LOW-RES TERRAIN" |
|---|
| 271 | |
|---|
| 272 | |
|---|
| 273 | # TKE |
|---|
| 274 | state real tke ikj dyn_em 2 - r "tke" "TURBULENCE KINETIC ENERGY" "m2 s-2" |
|---|
| 275 | i1 real tke_tend ikj dyn_em 1 - |
|---|
| 276 | |
|---|
| 277 | # Pressure and Density |
|---|
| 278 | state real p ikj dyn_em 1 - irh "p" "perturbation pressure" "Pa" |
|---|
| 279 | state real al ikj dyn_em 1 - r "al" "inverse perturbation density" "m3 kg-1" |
|---|
| 280 | state real alt ikj dyn_em 1 - r "alt" "inverse density" "m3 kg-1" |
|---|
| 281 | state real alb ikj dyn_em 1 - rdus "alb" "inverse base density" "m3 kg-1" |
|---|
| 282 | state real zx ikj dyn_em 1 X - " " " " " " |
|---|
| 283 | state real zy ikj dyn_em 1 Y - " " " " " " |
|---|
| 284 | state real rdz ikj dyn_em 1 Z - " " " " " " |
|---|
| 285 | state real rdzw ikj dyn_em 1 Z - " " " " " " |
|---|
| 286 | state real pb ikj dyn_em 1 - irhdus "pb" "BASE STATE PRESSURE " "Pa" |
|---|
| 287 | |
|---|
| 288 | # |
|---|
| 289 | # Other dyn |
|---|
| 290 | # |
|---|
| 291 | i1 real advect_tend ikj dyn_em 1 - |
|---|
| 292 | i1 real alpha ikj dyn_em 1 - |
|---|
| 293 | i1 real a ikj dyn_em 1 - |
|---|
| 294 | i1 real gamma ikj dyn_em 1 - |
|---|
| 295 | i1 real c2a ikj dyn_em 1 - - |
|---|
| 296 | i1 real rho ikj dyn_em 1 - - |
|---|
| 297 | i1 real phm ikj dyn_em 1 - - |
|---|
| 298 | i1 real cqu ikj dyn_em 1 - - |
|---|
| 299 | i1 real cqv ikj dyn_em 1 - - |
|---|
| 300 | i1 real cqw ikj dyn_em 1 - - |
|---|
| 301 | i1 real pm1 ikj dyn_em 1 - - |
|---|
| 302 | state real fnm k dyn_em 1 - irh "fnm" "upper weight for vertical stretching" "" |
|---|
| 303 | state real fnp k dyn_em 1 - irh "fnp" "lower weight for vertical stretching" "" |
|---|
| 304 | state real rdnw k dyn_em 1 - irh "rdnw" "inverse d(eta) values between full (w) levels" "" |
|---|
| 305 | state real rdn k dyn_em 1 - irh "rdn" "inverse d(eta) values between half (mass) levels" "" |
|---|
| 306 | state real dnw k dyn_em 1 - irh "dnw" "d(eta) values between full (w) levels" "" |
|---|
| 307 | state real dn k dyn_em 1 - irh "dn " "d(eta) values between half (mass) levels" "" |
|---|
| 308 | state real t_base k dyn_em 1 - ir "t_base" "BASE STATE T IN IDEALIZED CASES" "K" |
|---|
| 309 | state real z ikj dyn_em 1 - - " " " " " " |
|---|
| 310 | state real z_at_w ikj dyn_em 1 Z |
|---|
| 311 | state real cfn - misc - - irh "cfn" "extrapolation constant" "" |
|---|
| 312 | state real cfn1 - misc - - irh "cfn1" "extrapolation constant" "" |
|---|
| 313 | state integer step_number - misc - - ir "step_number" "" |
|---|
| 314 | |
|---|
| 315 | # For the adaptive timestep restart |
|---|
| 316 | state logical stepping_to_time - misc - - r "stepping_to_time" "" |
|---|
| 317 | state integer last_step_updated - misc - - r "last_step_updated" "" |
|---|
| 318 | state logical adapt_step_using_child - misc - - r "adapt_step_using_child" "" |
|---|
| 319 | state integer last_dt_sec - misc - - r "last_dt_sec" "Whole seconds for last timestep" "sec" |
|---|
| 320 | state integer last_dt_sec_num - misc - - r "last_dt_sec_num" "Fractional secs, numerator" "sec" |
|---|
| 321 | state integer last_dt_sec_den - misc - - r "last_dt_sec_den" "Fractional secs, denominator" "sec" |
|---|
| 322 | state integer last_dt_yr - misc - - r "last_dt_yr" "Relative year" "years" |
|---|
| 323 | state integer last_dt_mm - misc - - r "last_dt_mm" "Relative month" "months" |
|---|
| 324 | |
|---|
| 325 | # hydrostatic pressure vars |
|---|
| 326 | state real p_hyd ikj dyn_em 1 - irh "p_hyd" "hydrostatic pressure" "Pa" |
|---|
| 327 | state real p_hyd_w ikj dyn_em 1 Z r "p_hyd_w" "hydrostatic pressure at full levels" "Pa" |
|---|
| 328 | |
|---|
| 329 | # 2m and 10m output diagnostics |
|---|
| 330 | state real Q2 ij misc 1 - irhd "Q2" "QV at 2 M" "kg kg-1" |
|---|
| 331 | state real T2 ij misc 1 - i01rhd "T2" "TEMP at 2 M" "K" |
|---|
| 332 | state real TH2 ij misc 1 - irhd "TH2" "POT TEMP at 2 M" "K" |
|---|
| 333 | state real PSFC ij misc 1 - i01rhd "PSFC" "SFC PRESSURE" "Pa" |
|---|
| 334 | |
|---|
| 335 | # these next 2 are for the HFSoLE/PET demo; writing these to auxhist1 output over MCEL for coupling |
|---|
| 336 | # with wave model, only if compiled with -DMCELIO, JM 2003/05/29 |
|---|
| 337 | state real U10 ij misc 1 - irh01d "U10" "U at 10 M" "m s-1" |
|---|
| 338 | state real V10 ij misc 1 - irh01d "V10" "V at 10 M" "m s-1" |
|---|
| 339 | |
|---|
| 340 | # these next 4 are for observational nudging |
|---|
| 341 | state real uratx ij misc 1 - r "URATX" "Ratio of U over U10 on mass points " "dimensionless" |
|---|
| 342 | state real vratx ij misc 1 - r "VRATX" "Ratio of V over V10 on mass points " "dimensionless" |
|---|
| 343 | state real tratx ij misc 1 - r "TRATX" "Ratio of T over TH2 on mass points " "dimensionless" |
|---|
| 344 | state real obs_savwt hikj dyn_em 1 X - "OBS_SAVWT" |
|---|
| 345 | |
|---|
| 346 | # Other |
|---|
| 347 | state real rdx - misc - - irh "rdx" "INVERSE X GRID LENGTH" "" |
|---|
| 348 | state real rdy - misc - - irh "rdy" "INVERSE Y GRID LENGTH" "" |
|---|
| 349 | state real dts - misc - - ir "dts" "SMALL TIMESTEP" "" |
|---|
| 350 | state real dtseps - misc - - ir "dtseps" "TIME WEIGHT CONSTANT FOR SMALL STEPS" "" |
|---|
| 351 | state real resm - misc - - irh "resm" "TIME WEIGHT CONSTANT FOR SMALL STEPS" "" |
|---|
| 352 | state real zetatop - misc - - irh "zetatop" "ZETA AT MODEL TOP" "" |
|---|
| 353 | state real cf1 - misc - - irh "cf1" "2nd order extrapolation constant" "" |
|---|
| 354 | state real cf2 - misc - - irh "cf2" "2nd order extrapolation constant" "" |
|---|
| 355 | state real cf3 - misc - - irh "cf3" "2nd order extrapolation constant" "" |
|---|
| 356 | state integer number_at_same_level - - - - - "number_at_same_level" "" "" |
|---|
| 357 | |
|---|
| 358 | # State for derived time quantities. |
|---|
| 359 | state integer itimestep - - - - rh "itimestep" "" "" |
|---|
| 360 | state real xtime - - - - rh "xtime" "minutes since simulation start" "" |
|---|
| 361 | state real julian - - - - - "julian" "day of year, 0.0 at 0Z on 1 Jan." "days" |
|---|
| 362 | |
|---|
| 363 | |
|---|
| 364 | # input file descriptor for lbcs on parent domain |
|---|
| 365 | state integer lbc_fid - - - - - "lbc_fid" "" "" |
|---|
| 366 | # indicates if tiling has been computed |
|---|
| 367 | state logical tiled - - - - - "tiled" "" "" |
|---|
| 368 | # indicates if patches have been computed |
|---|
| 369 | state logical patched - - - - - "patched" "" "" |
|---|
| 370 | # indicates whether to read input from file or generate |
|---|
| 371 | #state logical input_from_file - - - - - "input_from_file" "" "" |
|---|
| 372 | # indicates whether to recompute mu |
|---|
| 373 | state logical press_adj - - - - - "press_adj" "T/F flag adjust mu" "" |
|---|
| 374 | |
|---|
| 375 | # Mask for moving nest interpolations |
|---|
| 376 | state integer imask_nostag ij misc 1 - |
|---|
| 377 | state integer imask_xstag ij misc 1 X |
|---|
| 378 | state integer imask_ystag ij misc 1 Y |
|---|
| 379 | state integer imask_xystag ij misc 1 XY |
|---|
| 380 | # vortex center indices; need for restarts of moving nests |
|---|
| 381 | state real xi - misc - - r |
|---|
| 382 | state real xj - misc - - r |
|---|
| 383 | state real vc_i - misc - - r |
|---|
| 384 | state real vc_j - misc - - r |
|---|
| 385 | |
|---|
| 386 | #----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 387 | # Scalar (4D) arrays |
|---|
| 388 | |
|---|
| 389 | # Moist Scalars |
|---|
| 390 | # |
|---|
| 391 | # The first line ensures that there will be identifiers named moist and |
|---|
| 392 | # moist_tend even if there are not any moist scalars (so the essentially |
|---|
| 393 | # dry code will will still link properly) |
|---|
| 394 | # |
|---|
| 395 | state real - ikjftb moist 1 - - - |
|---|
| 396 | state real qv ikjftb moist 1 - \ |
|---|
| 397 | i0rhusdf=(bdy_interp:dt) "QVAPOR" "Water vapor mixing ratio" "kg kg-1" |
|---|
| 398 | state real qc ikjftb moist 1 - \ |
|---|
| 399 | i0rhusdf=(bdy_interp:dt) "QCLOUD" "Cloud water mixing ratio" "kg kg-1" |
|---|
| 400 | state real qr ikjftb moist 1 - \ |
|---|
| 401 | i0rhusdf=(bdy_interp:dt) "QRAIN" "Rain water mixing ratio" "kg kg-1" |
|---|
| 402 | state real qi ikjftb moist 1 - \ |
|---|
| 403 | i0rhusdf=(bdy_interp:dt) "QICE" "Ice mixing ratio" "kg kg-1" |
|---|
| 404 | state real qs ikjftb moist 1 - \ |
|---|
| 405 | i0rhusdf=(bdy_interp:dt) "QSNOW" "Snow mixing ratio" "kg kg-1" |
|---|
| 406 | state real qg ikjftb moist 1 - \ |
|---|
| 407 | i0rhusdf=(bdy_interp:dt) "QGRAUP" "Graupel mixing ratio" "kg kg-1" |
|---|
| 408 | state real qh ikjftb moist 1 - \ |
|---|
| 409 | i0rhusdf=(bdy_interp:dt) "QHAIL" "Hail mixing ratio" "kg kg-1" |
|---|
| 410 | state real - ikjftb dfi_moist 1 - - - |
|---|
| 411 | state real dfi_qv ikjftb dfi_moist 1 - \ |
|---|
| 412 | rusdf=(bdy_interp:dt) "DFI_QVAPOR" "Water vapor mixing ratio" "kg kg-1" |
|---|
| 413 | state real dfi_qc ikjftb dfi_moist 1 - \ |
|---|
| 414 | rusdf=(bdy_interp:dt) "DFI_QCLOUD" "Cloud water mixing ratio" "kg kg-1" |
|---|
| 415 | state real dfi_qr ikjftb dfi_moist 1 - \ |
|---|
| 416 | rusdf=(bdy_interp:dt) "DFI_QRAIN" "Rain water mixing ratio" "kg kg-1" |
|---|
| 417 | state real dfi_qi ikjftb dfi_moist 1 - \ |
|---|
| 418 | rusdf=(bdy_interp:dt) "DFI_QICE" "Ice mixing ratio" "kg kg-1" |
|---|
| 419 | state real dfi_qs ikjftb dfi_moist 1 - \ |
|---|
| 420 | rusdf=(bdy_interp:dt) "DFI_QSNOW" "Snow mixing ratio" "kg kg-1" |
|---|
| 421 | state real dfi_qg ikjftb dfi_moist 1 - \ |
|---|
| 422 | rusdf=(bdy_interp:dt) "DFI_QGRAUP" "Graupel mixing ratio" "kg kg-1" |
|---|
| 423 | state real dfi_qh ikjftb dfi_moist 1 - \ |
|---|
| 424 | rusdf=(bdy_interp:dt) "DFI_QHAIL" "Hail mixing ratio" "kg kg-1" |
|---|
| 425 | state real rimi ikj misc 1 - irh "RIMI" "riming intensity" "fraction" |
|---|
| 426 | |
|---|
| 427 | |
|---|
| 428 | # LES---------------!JDM |
|---|
| 429 | |
|---|
| 430 | include registry.les |
|---|
| 431 | |
|---|
| 432 | #------------------- |
|---|
| 433 | |
|---|
| 434 | # CAM physics (UW PBL, UW SHCU, ZM CU) |
|---|
| 435 | include registry.cam |
|---|
| 436 | |
|---|
| 437 | # Chem Scalars |
|---|
| 438 | state real - ikjftb chem 1 - - - |
|---|
| 439 | # Tracer Scalars |
|---|
| 440 | state real - ikjftb tracer 1 - - - |
|---|
| 441 | |
|---|
| 442 | # |
|---|
| 443 | # Tracer Scalars: If you want full resolved and non-resolved dispersion, compile WRF-Chem |
|---|
| 444 | # |
|---|
| 445 | state real - ikjftb tracer 1 - - - |
|---|
| 446 | state real tr17_1 ikjftb tracer 1 - irhusdf=(bdy_interp:dt) "tr17_1" "tr17_1" - |
|---|
| 447 | state real tr17_2 ikjftb tracer 1 - irhusdf=(bdy_interp:dt) "tr17_2" "tr17_2" - |
|---|
| 448 | state real tr17_3 ikjftb tracer 1 - irhusdf=(bdy_interp:dt) "tr17_3" "tr17_3" - |
|---|
| 449 | state real tr17_4 ikjftb tracer 1 - irhusdf=(bdy_interp:dt) "tr17_4" "tr17_4" - |
|---|
| 450 | state real tr17_5 ikjftb tracer 1 - irhusdf=(bdy_interp:dt) "tr17_5" "tr17_5" - |
|---|
| 451 | state real tr17_6 ikjftb tracer 1 - irhusdf=(bdy_interp:dt) "tr17_6" "tr17_6" - |
|---|
| 452 | state real tr17_7 ikjftb tracer 1 - irhusdf=(bdy_interp:dt) "tr17_7" "tr17_7" - |
|---|
| 453 | state real tr17_8 ikjftb tracer 1 - irhusdf=(bdy_interp:dt) "tr17_8" "tr17_8" |
|---|
| 454 | |
|---|
| 455 | # Other Scalars |
|---|
| 456 | state real - ikjftb scalar 1 - - - |
|---|
| 457 | state real qndrop ikjftb scalar 1 - \ |
|---|
| 458 | i0rhusdf=(bdy_interp:dt) "QNDROP" "Droplet number mixing ratio" "# kg-1" |
|---|
| 459 | state real qni ikjftb scalar 1 - \ |
|---|
| 460 | i0rhusdf=(bdy_interp:dt) "QNICE" "Ice Number concentration" "# kg-1" |
|---|
| 461 | state real qt ikjftb scalar 1 - \ |
|---|
| 462 | i0rhusdf=(bdy_interp:dt) "CWM" "Total condensate mixing ratio" "kg kg-1" |
|---|
| 463 | state real qns ikjftb scalar 1 - \ |
|---|
| 464 | i0rhusdf=(bdy_interp:dt) "QNSNOW" "Snow Number concentration" "# kg(-1)" |
|---|
| 465 | state real qnr ikjftb scalar 1 - \ |
|---|
| 466 | i0rhusdf=(bdy_interp:dt) "QNRAIN" "Rain Number concentration" "# kg(-1)" |
|---|
| 467 | state real qng ikjftb scalar 1 - \ |
|---|
| 468 | i0rhusdf=(bdy_interp:dt) "QNGRAUPEL" "Graupel Number concentration" "# kg(-1)" |
|---|
| 469 | state real qnh ikjftb scalar 1 - \ |
|---|
| 470 | i0rhusdf=(bdy_interp:dt) "QNHAIL" "Hail Number concentration" "# kg(-1)" |
|---|
| 471 | |
|---|
| 472 | #state real qzr ikjftb scalar 1 - \ |
|---|
| 473 | # i0rhusdf=(bdy_interp:dt) "QZRAIN" "Rain reflectivity" "# m(6) kg(-1)" |
|---|
| 474 | #state real qzi ikjftb scalar 1 - \ |
|---|
| 475 | # i0rhusdf=(bdy_interp:dt) "QZICE" "Ice reflectivity" "# m(6) kg(-1)" |
|---|
| 476 | #state real qzs ikjftb scalar 1 - \ |
|---|
| 477 | # i0rhusdf=(bdy_interp:dt) "QZSNOW" "Snow reflectivity" "# m(6) kg(-1)" |
|---|
| 478 | #state real qzg ikjftb scalar 1 - \ |
|---|
| 479 | # i0rhusdf=(bdy_interp:dt) "QZGRPL" "Graupel reflectivity" "# m(6) kg(-1)" |
|---|
| 480 | #state real qzh ikjftb scalar 1 - \ |
|---|
| 481 | # i0rhusdf=(bdy_interp:dt) "QZHAIL" "Hail reflectivity" "# m(6) kg(-1)" |
|---|
| 482 | |
|---|
| 483 | state real qnn ikjftb scalar 1 - \ |
|---|
| 484 | i0rhusdf=(bdy_interp:dt) "QNCCN" "CCN Number concentration" "# kg(-1)" |
|---|
| 485 | state real qnc ikjftb scalar 1 - \ |
|---|
| 486 | i0rhusdf=(bdy_interp:dt) "QNCLOUD" "cloud water Number concentration" "# kg(-1)" |
|---|
| 487 | state real - ikjftb dfi_scalar 1 - - - |
|---|
| 488 | state real dfi_qndrop ikjftb dfi_scalar 1 - \ |
|---|
| 489 | rusdf=(bdy_interp:dt) "DFI_QNDROP" "Droplet number mixing ratio" "# kg-1" |
|---|
| 490 | state real dfi_qni ikjftb dfi_scalar 1 - \ |
|---|
| 491 | rusdf=(bdy_interp:dt) "DFI_QNICE" "Ice Number concentration" "# kg-1" |
|---|
| 492 | state real dfi_qt ikjftb dfi_scalar 1 - \ |
|---|
| 493 | rusdf=(bdy_interp:dt) "DFI_CWM" "Total condensate mixing ratio" "kg kg-1" |
|---|
| 494 | state real dfi_qns ikjftb dfi_scalar 1 - \ |
|---|
| 495 | rusdf=(bdy_interp:dt) "DFI_QNSNOW" "Snow Number concentration" "# kg(-1)" |
|---|
| 496 | state real dfi_qnr ikjftb dfi_scalar 1 - \ |
|---|
| 497 | rusdf=(bdy_interp:dt) "DFI_QNRAIN" "Rain Number concentration" "# kg(-1)" |
|---|
| 498 | state real dfi_qng ikjftb dfi_scalar 1 - \ |
|---|
| 499 | rusdf=(bdy_interp:dt) "DFI_QNGRAUPEL" "Graupel Number concentration" "# kg(-1)" |
|---|
| 500 | state real dfi_qnh ikjftb dfi_scalar 1 - \ |
|---|
| 501 | rusdf=(bdy_interp:dt) "DFI_QNHAIL" "Hail Number concentration" "# kg(-1)" |
|---|
| 502 | |
|---|
| 503 | #state real dfi_qzr ikjftb dfi_scalar 1 - \ |
|---|
| 504 | # rusdf=(bdy_interp:dt) "DFI_QZRAIN" "Rain reflectivity" "m(6) kg(-1)" |
|---|
| 505 | #state real dfi_qzi ikjftb dfi_scalar 1 - \ |
|---|
| 506 | # rusdf=(bdy_interp:dt) "DFI_QZICE" "Ice reflectivity" "m(6) kg(-1)" |
|---|
| 507 | #state real dfi_qzs ikjftb dfi_scalar 1 - \ |
|---|
| 508 | # rusdf=(bdy_interp:dt) "DFI_QZSNOW" "Snow reflectivity" "m(6) kg(-1)" |
|---|
| 509 | #state real dfi_qzg ikjftb dfi_scalar 1 - \ |
|---|
| 510 | # rusdf=(bdy_interp:dt) "DFI_QZGRPL" "Graupel reflectivity" "m(6) kg(-1)" |
|---|
| 511 | #state real dfi_qzh ikjftb dfi_scalar 1 - \ |
|---|
| 512 | # rusdf=(bdy_interp:dt) "DFI_QZHAIL" "Hail reflectivity" "m(6) kg(-1)" |
|---|
| 513 | |
|---|
| 514 | state real dfi_qnn ikjftb dfi_scalar 1 - \ |
|---|
| 515 | rusdf=(bdy_interp:dt) "DFI_QNCC" "CNN Number concentration" "# kg(-1)" |
|---|
| 516 | state real dfi_qnc ikjftb dfi_scalar 1 - \ |
|---|
| 517 | rusdf=(bdy_interp:dt) "DFI_QNCLOUD" "Cloud Number concentration" "# kg(-1)" |
|---|
| 518 | |
|---|
| 519 | #----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 520 | |
|---|
| 521 | # Arrays for Specified LBCs (lbc arrays REMOVED; Boundary arrays are now specified with the state array; see above, 20050413 JM ) |
|---|
| 522 | |
|---|
| 523 | state real fcx w misc - - ir "fcx" "RELAXATION TERM FOR BOUNDARY ZONE" "" |
|---|
| 524 | state real gcx w misc - - ir "gcx" "2ND RELAXATION TERM FOR BOUNDARY ZONE" "" |
|---|
| 525 | state real dtbc - misc - - ir "dtbc" "TIME SINCE BOUNDARY READ" "" |
|---|
| 526 | |
|---|
| 527 | #------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 528 | #------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 529 | # Physics Related State Varibles |
|---|
| 530 | |
|---|
| 531 | #------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 532 | # SI - start variables from netCDF format from Standard Initialization, most eventually for use in LSM schemes |
|---|
| 533 | #------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 534 | |
|---|
| 535 | state real soil_layers i{lin}j misc 1 Z i1 "SOIL_LAYERS" "SOIL LAYERS" "cm" |
|---|
| 536 | state real soil_levels i{lin}j misc 1 Z i1 "SOIL_LEVELS" "SOIL LEVELS" "cm" |
|---|
| 537 | state real st i{lin}j misc 1 Z i1 "ST" "SOIL TEMPERATURES" "K" |
|---|
| 538 | state real sm i{lin}j misc 1 Z i1 "SM" "SOIL MOISTURES" "m3 m-3" |
|---|
| 539 | state real sw i{lin}j misc 1 Z i1 "SW" "SOIL LIQUIDS" "m3 m-3" |
|---|
| 540 | state real soilt i{lin}j misc 1 Z i1 "SOILT" "RUC SOIL TEMPERATURES" "K" |
|---|
| 541 | state real soilm i{lin}j misc 1 Z i1 "SOILM" "RUC SOIL MOISTURES" "m3 m-3" |
|---|
| 542 | state real sm000007 ij misc 1 - i1 "SM000007" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 543 | state real sm007028 ij misc 1 - i1 "SM007028" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 544 | state real sm028100 ij misc 1 - i1 "SM028100" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 545 | state real sm100255 ij misc 1 - i1 "SM100255" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 546 | state real st000007 ij misc 1 - i1 "ST000007" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 547 | state real st007028 ij misc 1 - i1 "ST007028" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 548 | state real st028100 ij misc 1 - i1 "ST028100" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 549 | state real st100255 ij misc 1 - i1 "ST100255" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 550 | state real sm000010 ij misc 1 - i1 "SM000010" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 551 | state real sm010040 ij misc 1 - i1 "SM010040 " "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 552 | state real sm040100 ij misc 1 - i1 "SM040100 " "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 553 | state real sm100200 ij misc 1 - i1 "SM100200 " "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 554 | state real sm010200 ij misc 1 - i1 "SM010200" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 555 | state real soilm000 ij misc 1 - i1 "SOILM000" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 556 | state real soilm005 ij misc 1 - i1 "SOILM005" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 557 | state real soilm020 ij misc 1 - i1 "SOILM020" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 558 | state real soilm040 ij misc 1 - i1 "SOILM040" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 559 | state real soilm160 ij misc 1 - i1 "SOILM160" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 560 | state real soilm300 ij misc 1 - i1 "SOILM300" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 561 | state real sw000010 ij misc 1 - i1 "SW000010" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 562 | state real sw010040 ij misc 1 - i1 "SW010040" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 563 | state real sw040100 ij misc 1 - i1 "SW040100" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 564 | state real sw100200 ij misc 1 - i1 "SW100200" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 565 | state real sw010200 ij misc 1 - i1 "SW010200" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 566 | state real soilw000 ij misc 1 - i1 "SOILW000" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 567 | state real soilw005 ij misc 1 - i1 "SOILW005" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 568 | state real soilw020 ij misc 1 - i1 "SOILW020" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 569 | state real soilw040 ij misc 1 - i1 "SOILW040" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 570 | state real soilw160 ij misc 1 - i1 "SOILW160" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 571 | state real soilw300 ij misc 1 - i1 "SOILW300" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 572 | state real st000010 ij misc 1 - i1 "ST000010" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 573 | state real st010040 ij misc 1 - i1 "ST010040" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 574 | state real st040100 ij misc 1 - i1 "ST040100" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 575 | state real st100200 ij misc 1 - i1 "ST100200" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 576 | state real st010200 ij misc 1 - i1 "ST010200" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 577 | state real soilt000 ij misc 1 - i1 "SOILT000" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 578 | state real soilt005 ij misc 1 - i1 "SOILT005" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 579 | state real soilt020 ij misc 1 - i1 "SOILT020" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 580 | state real soilt040 ij misc 1 - i1 "SOILT040" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 581 | state real soilt160 ij misc 1 - i1 "SOILT160" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 582 | state real soilt300 ij misc 1 - i1 "SOILT300" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 583 | # added to output 5 for ESMF |
|---|
| 584 | state real landmask ij misc 1 - i0125rh05d=(interp_fcnm)u=(copy_fcnm) "LANDMASK" "LAND MASK (1 FOR LAND, 0 FOR WATER)" "" |
|---|
| 585 | state real topostdv ij misc 1 - i12 "TOPOSTDV" "ELEVATION STD DEV" "m" |
|---|
| 586 | state real toposlpx ij misc 1 - i012rdu "TOPOSLPX" "ELEVATION X SLOPE" "" |
|---|
| 587 | state real toposlpy ij misc 1 - i012rdu "TOPOSLPY" "ELEVATION Y SLOPE" "" |
|---|
| 588 | state real slope ij misc 1 - rdu "SLOPE" "ELEVATION SLOPE" "" |
|---|
| 589 | state real slp_azi ij misc 1 - rdu "SLP_AZI" "ELEVATION SLOPE AZIMUTH" "rad" |
|---|
| 590 | state real shdmax ij misc 1 - i012rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SHDMAX" "ANNUAL MAX VEG FRACTION" "" |
|---|
| 591 | state real shdmin ij misc 1 - i012rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SHDMIN" "ANNUAL MIN VEG FRACTION" "" |
|---|
| 592 | state real snoalb ij misc 1 - i012r "SNOALB" "ANNUAL MAX SNOW ALBEDO IN FRACTION" "" |
|---|
| 593 | state real slopecat ij misc 1 - i12 "SLOPECAT" "SLOPE CATEGORY" "" |
|---|
| 594 | state real toposoil ij misc 1 - i12 "SOILHGT" "ELEVATION OF LSM DATA" "m" |
|---|
| 595 | state real landusef iuj misc 1 Z i012r "LANDUSEF" "LANDUSE FRACTION BY CATEGORY" "" |
|---|
| 596 | state real soilctop isj misc 1 Z i012r "SOILCTOP" "SOIL CAT FRACTION (TOP)" "" |
|---|
| 597 | state real soilcbot isj misc 1 Z i012r "SOILCBOT" "SOIL CAT FRACTION (BOTTOM)" "" |
|---|
| 598 | state real soilcat ij misc 1 - i12 "SOILCAT" "SOIL CAT DOMINANT TYPE" "" |
|---|
| 599 | state real vegcat ij misc 1 - i12 "VEGCAT" "VEGETATION CAT DOMINANT TYPE" "" |
|---|
| 600 | #--------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 601 | # SI - end variables from netCDF format from Standard Initialization |
|---|
| 602 | #--------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 603 | |
|---|
| 604 | # soil model variables (Note that they are marked as staggered in the vertical dimension |
|---|
| 605 | # because they are "fully dimensioned" -- they use every element in that dim |
|---|
| 606 | state real TSLB ilj misc 1 Z i02rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TSLB" "SOIL TEMPERATURE" "K" |
|---|
| 607 | |
|---|
| 608 | # Time series variables |
|---|
| 609 | state real ts_hour ?! misc - - - "TS_HOUR" "Model integration time, hours" |
|---|
| 610 | state real ts_u ?! misc - - - "TS_U" "Surface wind U-component, earth-relative" |
|---|
| 611 | state real ts_v ?! misc - - - "TS_V" "Surface wind V-component, earth-relative" |
|---|
| 612 | state real ts_q ?! misc - - - "TS_Q" "Surface mixing ratio" |
|---|
| 613 | state real ts_t ?! misc - - - "TS_T" "Surface temperature" |
|---|
| 614 | state real ts_psfc ?! misc - - - "TS_PSFC" "Surface pressure" |
|---|
| 615 | state real ts_glw ?! misc - - - "TS_GLW" "Downward long wave flux at surface" |
|---|
| 616 | state real ts_gsw ?! misc - - - "TS_GSW" "Net short wave flux at surface" |
|---|
| 617 | state real ts_hfx ?! misc - - - "TS_HFX" "Upward heat flux at surface" |
|---|
| 618 | state real ts_lh ?! misc - - - "TS_LH" "Upward moisture flux at surface" |
|---|
| 619 | state real ts_tsk ?! misc - - - "TS_TSK" "Skin temperature" |
|---|
| 620 | state real ts_tslb ?! misc - - - "TS_TSLB" "Soil temperature" |
|---|
| 621 | state real ts_clw ?! misc - - - "TS_CLW" "Column integrated cloud water" |
|---|
| 622 | state real ts_rainc ?! misc - - - "TS_RAINC" "Cumulus precip" |
|---|
| 623 | state real ts_rainnc ?! misc - - - "TS_RAINNC" "Grid-scale precip" |
|---|
| 624 | |
|---|
| 625 | # urban model variables |
|---|
| 626 | state real DZR l em - Z r "DZR" "THICKNESSES OF ROOF LAYERS" "m" |
|---|
| 627 | state real DZB l em - Z r "DZB" "THICKNESSES OF WALL LAYERS" "m" |
|---|
| 628 | state real DZG l em - Z r "DZG" "THICKNESSES OF ROAD LAYERS" "m" |
|---|
| 629 | |
|---|
| 630 | # lsm State Variables |
|---|
| 631 | |
|---|
| 632 | state real SMOIS ilj - 1 Z i02rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SMOIS" "SOIL MOISTURE" "m3 m-3" |
|---|
| 633 | state real SH2O ilj - 1 Z i02rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SH2O" "SOIL LIQUID WATER" "m3 m-3" |
|---|
| 634 | state real SMCREL ilj - 1 Z i02rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SMCREL" "RELATIVE SOIL MOISTURE" "" |
|---|
| 635 | state real XICE ij misc 1 - i0124rhd=(interp_mask_water_field:lu_index,isice)u=(copy_fcnm) "SEAICE" "SEA ICE FLAG" "" |
|---|
| 636 | state real XICEM ij misc 1 - rhd=(interp_mask_water_field:lu_index,isice)u=(copy_fcnm) "XICEM" "SEA ICE FLAG (PREVIOUS STEP)" "" |
|---|
| 637 | state real SMSTAV ij misc 1 - rd=(interp_mask_land_field:lu_index) "SMSTAV" "MOISTURE AVAILABILITY" "" |
|---|
| 638 | state real SMSTOT ij misc 1 - r "SMSTOT" "TOTAL SOIL MOISTURE" "m3 m-3" |
|---|
| 639 | |
|---|
| 640 | state real SFCRUNOFF ij misc 1 - rhd=(interp_mask_land_field:lu_index) "SFROFF" "SURFACE RUNOFF" "mm" |
|---|
| 641 | state real UDRUNOFF ij misc 1 - rhd=(interp_mask_land_field:lu_index) "UDROFF" "UNDERGROUND RUNOFF" "mm" |
|---|
| 642 | state integer IVGTYP ij misc 1 - i02rhd=(interp_fcni)u=(copy_fcni) "IVGTYP" "DOMINANT VEGETATION CATEGORY" "" |
|---|
| 643 | state integer ISLTYP ij misc 1 - i02rhd=(interp_fcni)u=(copy_fcni) "ISLTYP" "DOMINANT SOIL CATEGORY" "" |
|---|
| 644 | state real VEGFRA ij misc 1 - i024rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "VEGFRA" "VEGETATION FRACTION" "" |
|---|
| 645 | state real SFCEVP ij misc 1 - r "SFCEVP" "SURFACE EVAPORATION" "kg m-2" |
|---|
| 646 | state real GRDFLX ij misc 1 - rh "GRDFLX" "GROUND HEAT FLUX" "W m-2" |
|---|
| 647 | state real ACGRDFLX ij misc 1 - rhdu "ACGRDFLX" "ACCUMULATED GROUND HEAT FLUX" "J m-2" |
|---|
| 648 | state real SFCEXC ij misc 1 - r "SFCEXC " "SURFACE EXCHANGE COEFFICIENT" "m s-1" |
|---|
| 649 | |
|---|
| 650 | state real ACSNOW ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "ACSNOW" "ACCUMULATED SNOW" "kg m-2" |
|---|
| 651 | state real ACSNOM ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "ACSNOM" "ACCUMULATED MELTED SNOW" "kg m-2" |
|---|
| 652 | state real SNOW ij misc 1 - i012rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SNOW" "SNOW WATER EQUIVALENT" "kg m-2" |
|---|
| 653 | state real SNOWH ij misc 1 - i012rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SNOWH" "PHYSICAL SNOW DEPTH" "m" |
|---|
| 654 | #state real RHOSN ij misc 1 - i02rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "RHOSN" " SNOW DENSITY" "kg m-3" |
|---|
| 655 | state real CANWAT ij misc 1 - i012rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "CANWAT" "CANOPY WATER" "kg m-2" |
|---|
| 656 | # added to output 5 for ESMF |
|---|
| 657 | state real SST ij misc 1 - i01245rh05d=(interp_mask_water_field:lu_index,iswater) "SST" "SEA SURFACE TEMPERATURE" "K" |
|---|
| 658 | state integer IFNDSNOWH - misc 1 - i "FNDSNOWH" "SNOWH_LOGICAL" |
|---|
| 659 | state integer IFNDSOILW - misc 1 - i "FNDSOILW" "SOILW_LOGICAL" |
|---|
| 660 | # SKIN SST |
|---|
| 661 | state real SSTSK ij misc 1 - rhd=(interp_mask_water_field:lu_index,iswater) "SSTSK" "SKIN SEA SURFACE TEMPERATURE" "K" |
|---|
| 662 | state real DTW ij misc 1 - r "DTW" "WARM LAYER TEMP DIFF" "C" |
|---|
| 663 | |
|---|
| 664 | # DFI variables |
|---|
| 665 | state real hcoeff {ndfi} misc 1 - - "HCOEFF" "initialization weights" |
|---|
| 666 | state real hcoeff_tot - misc 1 - - "HCOEFF_TOT" "initialization weights" |
|---|
| 667 | state real dfi_p ikj misc 1 - r "P_DFI" "perturbation pressure" "Pa" |
|---|
| 668 | state real dfi_al ikj misc 1 - r "AL_DFI" "inverse perturbation density" "m3 kg-1" |
|---|
| 669 | state real dfi_mu ij misc 1 - r "MU_DFI" "perturbation dry air mass in column" "Pa" |
|---|
| 670 | state real dfi_phb ikj misc 1 Z r "PHB_DFI" "base-state geopotential" "m2 s-2" |
|---|
| 671 | state real dfi_ph0 ikj misc 1 Z r "PH0_DFI" "initial geopotential" "m2 s-2" |
|---|
| 672 | state real dfi_php ikj misc 1 Z r "PHP_DFI" "geopotential" "m2 s-2" |
|---|
| 673 | state real dfi_u ikj misc 1 - r "U_DFI" "u accumulation array" " " |
|---|
| 674 | state real dfi_v ikj misc 1 - r "V_DFI" "v accumulation array" " " |
|---|
| 675 | state real dfi_w ikj misc 1 - r "W_DFI" "w accumulation array" " " |
|---|
| 676 | state real dfi_ww ikj misc 1 Z r "WW_DFI" "mu-coupled eta-dot" "Pa s-1" |
|---|
| 677 | state real dfi_t ikj misc 1 - r "TT_DFI" "t accumulation array" " " |
|---|
| 678 | state real dfi_rh ikj misc 1 - r "RH_DFI" "initial relative humidity" " " |
|---|
| 679 | state real dfi_ph ikj misc 1 - r "PH_DFI" "p accumulation array" " " |
|---|
| 680 | state real dfi_pb ikj misc 1 - r "PB_DFI" "pb accumulation array" " " |
|---|
| 681 | state real dfi_alt ikj misc 1 - r "ALT_DFI" "1/rho accumulation array" " " |
|---|
| 682 | state real dfi_tke ikj misc 1 - r "TKE_DFI" "TURBULENCE KINETIC ENERGY" "m2 s-2" |
|---|
| 683 | state real dfi_tten_rad ikj misc 1 - irh "RAD_TTEN_DFI" "RADAR POT. TEMP. TENDENCY" "K s-1" |
|---|
| 684 | state real dfi_TSLB ilj misc 1 Z r "TSLB_dfi" "SOIL TEMPERATURE" "K" |
|---|
| 685 | state real dfi_SMOIS ilj - 1 Z r "SMOIS_dfi" "SOIL MOISTURE" "m3 m-3" |
|---|
| 686 | state real dfi_SNOW ij misc 1 - r "SNOW_dfi" "SNOW WATER EQUIVALENT" "kg m-2" |
|---|
| 687 | state real dfi_SNOWH ij misc 1 - r "SNOWH_dfi" "PHYSICAL SNOW DEPTH" "m" |
|---|
| 688 | state real dfi_CANWAT ij misc 1 - r "CANWAT_dfi" "CANOPY WATER" "kg m-2" |
|---|
| 689 | state real dfi_SMFR3D ilj misc 1 Z r "SMFR3D_dfi" "SOIL ICE" "" |
|---|
| 690 | state real dfi_KEEPFR3DFLAG ilj misc 1 Z r "KEEPFR3DFLAG_dfi" "FLAG - 1. FROZEN SOIL YES, 0 - NO" "" |
|---|
| 691 | |
|---|
| 692 | # urban state variables |
|---|
| 693 | state real TR_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TR_URB" "URBAN ROOF SKIN TEMPERATURE" "K" |
|---|
| 694 | state real TB_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TB_URB" "URBAN WALL SKIN TEMPERATURE" "K" |
|---|
| 695 | state real TG_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TG_URB" "URBAN ROAD SKIN TEMPERATURE" "K" |
|---|
| 696 | state real TC_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TC_URB" "URBAN CANOPY TEMPERATURE" "K" |
|---|
| 697 | state real QC_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "QC_URB" "URBAN CANOPY HUMIDITY" "kg kg{-1}" |
|---|
| 698 | state real UC_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "UC_URB" "URBAN CANOPY WIND" "m s{-1}" |
|---|
| 699 | state real XXXR_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "XXXR_URB" "M-O LENGTH ABOVE URBAN ROOF" "dimensionless" |
|---|
| 700 | state real XXXB_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "XXXB_URB" "M-O LENGTH ABOVE URBAN WALL" "dimensionless" |
|---|
| 701 | state real XXXG_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "XXXG_URB" "M-O LENGTH ABOVE URBAN ROAD" "dimensionless" |
|---|
| 702 | state real XXXC_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "XXXC_URB" "M-O LENGTH ABOVE URBAN CANOPY" "dimensionless" |
|---|
| 703 | state real TRL_URB3D ilj misc 1 Z rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TRL_URB" "ROOF LAYER TEMPERATURE" "K" |
|---|
| 704 | state real TBL_URB3D ilj misc 1 Z rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TBL_URB" "WALL LAYER TEMPERATURE" "K" |
|---|
| 705 | state real TGL_URB3D ilj misc 1 Z rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TGL_URB" "ROAD LAYER TEMPERATURE" "K" |
|---|
| 706 | state real SH_URB2D ij misc 1 - r "SH_URB" "SENSIBLE HEAT FLUX FROM URBAN SFC" "W m{-2}" |
|---|
| 707 | state real LH_URB2D ij misc 1 - r "LH_URB" "LATENT HEAT FLUX FROM URBAN SFC" "W m{-2}" |
|---|
| 708 | state real G_URB2D ij misc 1 - r "G_URB" "GROUND HEAT FLUX INTO URBAN" "W m{-2}" |
|---|
| 709 | state real RN_URB2D ij misc 1 - r "RN_URB" "NET RADIATION ON URBAN SFC" "W m{-2}" |
|---|
| 710 | state real TS_URB2D ij misc 1 - r "TS_URB" "SKIN TEMPERATURE" "K" |
|---|
| 711 | state real FRC_URB2D ij misc 1 - rd=(interp_fcnm)u=(copy_fcnm) "FRC_URB" "URBAN FRACTION" "dimensionless" |
|---|
| 712 | state integer UTYPE_URB2D ij misc 1 - rd=(interp_fcnm)u=(copy_fcnm) "UTYPE_URB" "URBAN TYPE" "dimensionless" |
|---|
| 713 | state real TRB_URB4D i{ulay}j misc 1 Z r "TRB_URB4D" "ROOF LAYER TEMPERATURE" "K" |
|---|
| 714 | state real TW1_URB4D i{ulay}j misc 1 Z r "TW1_URB4D" "WALL LAYER TEMPERATURE" "K" |
|---|
| 715 | state real TW2_URB4D i{ulay}j misc 1 Z r "TW2_URB4D" "WALL LAYER TEMPERATURE" "K" |
|---|
| 716 | state real TGB_URB4D i{ulay}j misc 1 Z r "TGB_URB4D" "ROAD LAYER TEMPERATURE" "K" |
|---|
| 717 | state real TLEV_URB3D i{ulay}j misc 1 Z r "TLEV_URB3D" "INDOOR TEMPERATURE" "K" |
|---|
| 718 | state real QLEV_URB3D i{ulay}j misc 1 Z r "QLEV_URB3D" "SPECIFIC HUMIDITY" "dimensionless" |
|---|
| 719 | state real TW1LEV_URB3D i{ulay}j misc 1 Z r "TW1LEV_URB3D" "WINDOW TEMPERATURE" "K" |
|---|
| 720 | state real TW2LEV_URB3D i{ulay}j misc 1 Z r "TW2LEV_URB3D" "WINDOW TEMPERATURE" "K" |
|---|
| 721 | state real TGLEV_URB3D i{ulay}j misc 1 Z r "TGLEV_URB3D" "GROUND TEMPERATURE BELOW A BUILDING" "K" |
|---|
| 722 | state real TFLEV_URB3D i{ulay}j misc 1 Z r "TFLEV_URB3D" "FLOOR TEMPERATURE" "K" |
|---|
| 723 | state real SF_AC_URB3D ij misc 1 - r "SF_AC_URB3D" "SENSIBLE HEAT FLUX FROM THE AIR COND." "W m{-2}" |
|---|
| 724 | state real LF_AC_URB3D ij misc 1 - r "LF_AC_URB3D" "LATENT HEAT FLUX FROM THE AIR COND." "W m{-2}" |
|---|
| 725 | state real CM_AC_URB3D ij misc 1 - r "CM_AC_URB3D" "CONSUMPTION OF THE AIR COND." "W m{-2}" |
|---|
| 726 | state real SFVENT_URB3D ij misc 1 - r "SFVENT_URB3D" "SENSIBLE HEAT FLUX FROM URBAN VENTILATION" "W m{-2}" |
|---|
| 727 | state real LFVENT_URB3D ij misc 1 - r "LFVENT_URB3D" "LATENT HEAT FLUX FROM URBAN VENTILATION" "W m{-2}" |
|---|
| 728 | state real SFWIN1_URB3D i{ulay}j misc 1 Z r "SFWIN1_URB3D" "SENSIBLE HEAT FLUX FROM URBAN SFC WINDOW" "W m{-2}" |
|---|
| 729 | state real SFWIN2_URB3D i{ulay}j misc 1 Z r "SFWIN2_URB3D" "SENSIBLE HEAT FLUX FROM URBAN SFC WINDOW" "W m{-2}" |
|---|
| 730 | state real SFW1_URB3D i{ulay}j misc 1 Z r "SFW1_URB3D" "SENSIBLE HEAT FLUX FROM URBAN SFC" "W m{-2}" |
|---|
| 731 | state real SFW2_URB3D i{ulay}j misc 1 Z r "SFW2_URB3D" "SENSIBLE HEAT FLUX FROM URBAN SFC" "W m{-2}" |
|---|
| 732 | state real SFR_URB3D i{ulay}j misc 1 Z r "SFR_URB3D" "SENSIBLE HEAT FLUX FROM URBAN SFC" "W m{-2}" |
|---|
| 733 | state real SFG_URB3D i{ulay}j misc 1 Z r "SFG_URB3D" "SENSIBLE HEAT FLUX FROM URBAN SFC" "W m{-2}" |
|---|
| 734 | state real CMR_SFCDIF ij misc 1 - r "CMR_SFCDIF" "" "" |
|---|
| 735 | state real CHR_SFCDIF ij misc 1 - r "CHR_SFCDIF" "" "" |
|---|
| 736 | state real CMC_SFCDIF ij misc 1 - r "CMC_SFCDIF" "" "" |
|---|
| 737 | state real CHC_SFCDIF ij misc 1 - r "CHC_SFCDIF" "" "" |
|---|
| 738 | |
|---|
| 739 | |
|---|
| 740 | # solar location variables from radiation driver |
|---|
| 741 | state real COSZEN ij misc 1 - r "COSZEN" "COS of SOLAR ZENITH ANGLE" "dimensionless" |
|---|
| 742 | state real HRANG ij misc 1 - r "HRANG" "SOLAR HOUR ANGLE" "radians" |
|---|
| 743 | state real DECLIN - misc 1 - r "DECLIN" "SOLAR DECLINATION" "radians" |
|---|
| 744 | state real SOLCON - misc 1 - r "SOLCON" "SOLAR CONSTANT" "W m-2" |
|---|
| 745 | |
|---|
| 746 | |
|---|
| 747 | # RUC LSM |
|---|
| 748 | state real SMFR3D ilj misc 1 Z r "SMFR3D" "SOIL ICE" "" |
|---|
| 749 | state real KEEPFR3DFLAG ilj misc 1 Z r "KEEPFR3DFLAG" "FLAG - 1. FROZEN SOIL YES, 0 - NO" "" |
|---|
| 750 | |
|---|
| 751 | # Additional for P-X PBL and LSM |
|---|
| 752 | state real RA ij misc 1 - r "RA" "AERODYNAMIC RESISTANCE" "s m-1" |
|---|
| 753 | state real RS ij misc 1 - r "RS" "SURFACE RESISTANCE" "s m-1" |
|---|
| 754 | state real LAI ij misc 1 - i0124rh "LAI" "Leaf area index" "area/area" |
|---|
| 755 | state real VEGF_PX ij misc 1 - r "VEGF_PX" "Vegetation Fraction for PX LSM" "area/area" |
|---|
| 756 | state real T2OBS ij misc 1 - r "T2OBS" "2-m temperature from analysis " "K" |
|---|
| 757 | state real Q2OBS ij misc 1 - r "Q2OBS" "2-m mixing ratio from analysis " "kg/kg" |
|---|
| 758 | |
|---|
| 759 | # MRF PBL variables |
|---|
| 760 | i1 real PSIM ij misc 1 - - "PSIM" "SIMILARITY FUNCTION FOR MOMENTUM" "" |
|---|
| 761 | i1 real PSIH ij misc 1 - - "PSIH" "SIMILARITY FUNCTION FOR HEAT" "" |
|---|
| 762 | i1 real WSPD ij misc 1 - - "WSPD" "Wind speed" "m s-1" |
|---|
| 763 | i1 real GZ1OZ0 ij misc 1 - - "GZ1OZ0" "LOG OF Z1 over Z0" "" |
|---|
| 764 | i1 real BR ij misc 1 - - "BR" "Bulk Richardson" "" |
|---|
| 765 | |
|---|
| 766 | # MYJ PBL variables |
|---|
| 767 | state real EXCH_H ikj misc 1 - r "EXCH_H" "SCALAR EXCHANGE COEFFICIENTS " |
|---|
| 768 | state real EXCH_M ikj misc 1 - r "EXCH_M" "EXCHANGE COEFFICIENTS " |
|---|
| 769 | state real CT ij misc 1 - r "CT" "COUNTERGRADIENT TERM" "K" |
|---|
| 770 | state real THZ0 ij misc 1 - r "THZ0" "POTENTIAL TEMPERATURE AT ZNT" "K" |
|---|
| 771 | state real Z0 ij misc 1 - r "Z0" "Background ROUGHNESS LENGTH" "m" |
|---|
| 772 | state real QZ0 ij misc 1 - r "QZ0" "SPECIFIC HUMIDITY AT ZNT" "kg kg-1" |
|---|
| 773 | state real UZ0 ij misc 1 - r "UZ0" "U WIND COMPONENT AT ZNT" "m s-1" |
|---|
| 774 | state real VZ0 ij misc 1 - r "VZ0" "V WIND COMPONENT AT ZNT" "m s-1" |
|---|
| 775 | state real QSFC ij misc 1 - r "QSFC" "SPECIFIC HUMIDITY AT LOWER BOUNDARY" "kg kg-1" |
|---|
| 776 | state real AKHS ij misc 1 - r "AKHS" "SFC EXCH COEFF FOR HEAT" "m s-1" |
|---|
| 777 | state real AKMS ij misc 1 - r "AKMS" "SFC EXCH COEFF FOR MOMENTUM" "m s-1" |
|---|
| 778 | state integer KPBL ij misc 1 - r "KPBL" "LEVEL OF PBL TOP" "" |
|---|
| 779 | state real TSHLTR ij misc 1 - r "TSHLTR" "SHELTER THETA FROM MYJ" "K" |
|---|
| 780 | state real QSHLTR ij misc 1 - r "QSHLTR" "SHELTER SPECIFIC HUMIDITY FROM MYJ" "kg kg-1" |
|---|
| 781 | state real PSHLTR ij misc 1 - r "PSHLTR" "SHELTER PRESSURE FROM MYJ" "Pa" |
|---|
| 782 | state real TH10 ij misc 1 - r "TH10" "10-M THETA FROM MYJ" "K" |
|---|
| 783 | state real Q10 ij misc 1 - r "Q10" "10-M SPECIFIC HUMIDITY FROM MYJ" "kg kg-1" |
|---|
| 784 | i1 real CHKLOWQ ij misc 1 - - "CHKLOWQ" "SURFACE SATURATION FLAG" "" |
|---|
| 785 | |
|---|
| 786 | # TEMF PBL variables |
|---|
| 787 | state real te_temf ikj misc 1 - rh "te_temf" "Total energy from TEMF PBL scheme" "m2 s-2" |
|---|
| 788 | state real kh_temf ikj misc 1 - rh "kh_temf" "Diffusion coefficient for heat from TEMF PBL" |
|---|
| 789 | state real km_temf ikj misc 1 - rh "km_temf" "Diffusion coefficient for momentum from TEMF PBL" |
|---|
| 790 | state real shf_temf ikj misc 1 - rh "shf_temf" "Sensible heat flux from TEMF PBL" "K m s-1" |
|---|
| 791 | state real qf_temf ikj misc 1 - rh "qf_temf" "Sensible heat flux from TEMF PBL" "kg/kg m s-1" |
|---|
| 792 | state real uw_temf ikj misc 1 - rh "uw_temf" "U momentum flux from TEMF PBL" "m2 s-2" |
|---|
| 793 | state real vw_temf ikj misc 1 - rh "vw_temf" "V momentum flux from TEMF PBL" "m2 s-2" |
|---|
| 794 | state real wupd_temf ikj misc 1 - rh "wupd_temf" "Updraft velocity from TEMF PBL" "m s-1" |
|---|
| 795 | state real mf_temf ikj misc 1 - rh "mf_temf" "Mass flux from TEMF PBL" "m s-1" |
|---|
| 796 | state real thup_temf ikj misc 1 - rh "thup_temf" "Updraft thetal from TEMF PBL" "K" |
|---|
| 797 | state real qtup_temf ikj misc 1 - rh "qtup_temf" "Updraft qt from TEMF PBL" "1" |
|---|
| 798 | state real qlup_temf ikj misc 1 - rh "qlup_temf" "Updraft ql (liquid water) from TEMF PBL" "1" |
|---|
| 799 | state real cf3d_temf ikj misc 1 - rh "cf3d_temf" "3D Cloud fraction from TEMF PBL" "1" |
|---|
| 800 | state real hd_temf ij misc 1 - rh "hd_temf" "Dry thermal top height from TEMF PBL" "m" |
|---|
| 801 | state real lcl_temf ij misc 1 - rh "lcl_temf" "Lifting condensation level from TEMF PBL" "m" |
|---|
| 802 | state real hct_temf ij misc 1 - rh "hct_temf" "Cloud top height from TEMF PBL" "m" |
|---|
| 803 | state real cfm_temf ij misc 1 - rh "cfm_temf" "Column cloud fraction from TEMF PBL" "1" |
|---|
| 804 | state real wm_temf ij misc 1 - rh "wm_temf" "Velocity scale in TEMF surface layer scheme" "m s-1" |
|---|
| 805 | |
|---|
| 806 | # MYNN PBL variables |
|---|
| 807 | state real qke ikjftb scalar 1 - i0rhusdf=(bdy_interp:dt) "qke" "twice TKE FROM MYNN" "m2 s-2" |
|---|
| 808 | state real tsq ikj misc 1 - r "tsq" "liquid water pottemp variance" "K2" |
|---|
| 809 | state real qsq ikj misc 1 - r "qsq" "liquid water variance" "(kg/kg)**2" |
|---|
| 810 | state real cov ikj misc 1 - r "cov" "liquid water-liquid water pottemp covaria\ |
|---|
| 811 | nce" "K kg/kg" |
|---|
| 812 | state real ch ij misc 1 - - "ch" "drag coeff for heat" "" |
|---|
| 813 | #state real K_m ikj misc 1 - - "K_m" "EXCHANGE COEFFICIENT for momentum " |
|---|
| 814 | #state real K_h ikj misc 1 - - "K_h" "EXCHANGE COEFFICIENT for heat " |
|---|
| 815 | #state real K_q ikj misc 1 - - "K_q" "EXCHANGE COEFFICIENT for qke " |
|---|
| 816 | |
|---|
| 817 | # Additional for gravity wave drag |
|---|
| 818 | state real DTAUX3D ikj misc 1 - rh "DTAUX3D" "LOCAL U GWDO STRESS" "m s-1" |
|---|
| 819 | state real DTAUY3D ikj misc 1 - rh "DTAUY3D" "LOCAL V GWDO STRESS" "m s-1" |
|---|
| 820 | state real DUSFCG ij misc 1 - rh "DUSFCG" "COLUMN-INTEGRATED U GWDO STRESS" "Pa m s-1" |
|---|
| 821 | state real DVSFCG ij misc 1 - rh "DVSFCG" "COLUMN-INTEGRATED V GWDO STRESS" "Pa m s-1" |
|---|
| 822 | state real VAR2D ij misc 1 - i012rhdus "VAR" "OROGRAPHIC VARIANCE" "" "" |
|---|
| 823 | state real OC12D ij misc 1 - i012rhdus "CON" "OROGRAPHIC CONVEXITY" "" "" |
|---|
| 824 | state real OA1 ij misc 1 - i012rhdus "OA1" "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION" "" "" |
|---|
| 825 | state real OA2 ij misc 1 - i012rhdus "OA2" "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION" "" "" |
|---|
| 826 | state real OA3 ij misc 1 - i012rhdus "OA3" "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION" "" "" |
|---|
| 827 | state real OA4 ij misc 1 - i012rhdus "OA4" "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION" "" "" |
|---|
| 828 | state real OL1 ij misc 1 - i012rhdus "OL1" "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION" "" "" |
|---|
| 829 | state real OL2 ij misc 1 - i012rhdus "OL2" "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION" "" "" |
|---|
| 830 | state real OL3 ij misc 1 - i012rhdus "OL3" "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION" "" "" |
|---|
| 831 | state real OL4 ij misc 1 - i012rhdus "OL4" "OROGRAPHIC DIRECTION ASYMMETRY FUNCTION" "" "" |
|---|
| 832 | |
|---|
| 833 | # BEP urban scheme variables |
|---|
| 834 | state real a_u_bep ikj misc 1 Z - "a_u_bep" "IMPLICIT FOR X-COMP." "s-1" |
|---|
| 835 | state real a_v_bep ikj misc 1 Z - "a_v_bep" "IMPLICIT FOR Y-COMP." "s-1" |
|---|
| 836 | state real a_t_bep ikj misc 1 Z - "a_t_bep" "IMPLICIT FOR Pot. Temp" "s-1" |
|---|
| 837 | state real a_q_bep ikj misc 1 Z - "a_q_bep" "IMPLICIT FOR Moisture" "s-1" |
|---|
| 838 | state real a_e_bep ikj misc 1 Z - "a_e_bep" "IMPLICIT FOR TKE" "s-1" |
|---|
| 839 | state real b_u_bep ikj misc 1 Z - "b_u_bep" "EXPLICIT FOR X-COMP." "m s-2" |
|---|
| 840 | state real b_v_bep ikj misc 1 Z - "b_v_bep" "EXPLICIT FOR Y-COMP." "m s-2" |
|---|
| 841 | state real b_t_bep ikj misc 1 Z - "b_t_bep" "EXPLICIT FOR Pot. Temp" "K s-1" |
|---|
| 842 | state real b_q_bep ikj misc 1 Z - "b_q_bep" "EXPLICIT FOR Moisture" "kg s-1" |
|---|
| 843 | state real b_e_bep ikj misc 1 Z - "b_e_bep" "EXPLICIT FOR TKE" "m2 s-3" |
|---|
| 844 | state real dlg_bep ikj misc 1 Z - "dlg_bep" "length scale 1" "m" |
|---|
| 845 | state real dl_u_bep ikj misc 1 Z - "dl_u_bep" "urban length scale" "m" |
|---|
| 846 | state real sf_bep ikj misc 1 Z - "sf_bep" "surface grid" "-" |
|---|
| 847 | state real vl_bep ikj misc 1 Z - "vl_bep" "volume grid" "-" |
|---|
| 848 | # BOULAC PBL variables |
|---|
| 849 | state real tke_pbl ikj misc 1 - rh "tke_pbl" "TKE FROM Bougeault and Lacarrere" "m2 s-2" |
|---|
| 850 | state real el_pbl ikj misc 1 - h "el_pbl" "Length scale FROM Bougeault and Lacarrere" "m" |
|---|
| 851 | # Diagnostic PBL variables |
|---|
| 852 | state real wu_tur ikj misc 1 - r "wu_tur" "Turbulent flux of momentum(x)" "m2 s-2" |
|---|
| 853 | state real wv_tur ikj misc 1 - r "wv_tur" "Turbulent flux of momentum(y)" "m2 s-2" |
|---|
| 854 | state real wt_tur ikj misc 1 - r "wt_tur" "Turbulent flux of temperature" "K m s-1" |
|---|
| 855 | state real wq_tur ikj misc 1 - r "wq_tur" "Turbulent flux of water vapor" "- m s-1" |
|---|
| 856 | |
|---|
| 857 | # gfdl (eta) radiation State Variables |
|---|
| 858 | state real HTOP ij misc 1 - r "HTOP" "TOP OF CONVECTION LEVEL" "" |
|---|
| 859 | state real HBOT ij misc 1 - r "HBOT" "BOT OF CONVECTION LEVEL" "" |
|---|
| 860 | state real HTOPR ij misc 1 - r "HTOPR" "TOP OF CONVECTION LEVEL FOR RADIATION" "" |
|---|
| 861 | state real HBOTR ij misc 1 - r "HBOTR" "BOT OF CONVECTION LEVEL FOR RADIATION" "" |
|---|
| 862 | state real CUTOP ij misc 1 - r "CUTOP" "TOP OF CONVECTION LEVEL FROM CUMULUS PAR" "" |
|---|
| 863 | state real CUBOT ij misc 1 - r "CUBOT" "BOT OF CONVECTION LEVEL FROM CUMULUS PAR" "" |
|---|
| 864 | state real CUPPT ij misc 1 - r "CUPPT" "ACCUMULATED CONVECTIVE RAIN SINC LAST CALL TO THE RADIATION" "" |
|---|
| 865 | state real rswtoa ij misc 1 - - |
|---|
| 866 | state real rlwtoa ij misc 1 - - |
|---|
| 867 | state real czmean ij misc 1 - - |
|---|
| 868 | state real cfracl ij misc 1 - - |
|---|
| 869 | state real cfracm ij misc 1 - - |
|---|
| 870 | state real cfrach ij misc 1 - - |
|---|
| 871 | state real acfrst ij misc 1 - - |
|---|
| 872 | state integer ncfrst ij misc 1 - - |
|---|
| 873 | state real acfrcv ij misc 1 - - |
|---|
| 874 | state integer ncfrcv ij misc 1 - - |
|---|
| 875 | |
|---|
| 876 | # cam radiation variables |
|---|
| 877 | state real - i{ls}jf ozmixm 1 - - - |
|---|
| 878 | state real mth01 i{ls}jf ozmixm 1 - - - |
|---|
| 879 | state real mth02 i{ls}jf ozmixm 1 - - - |
|---|
| 880 | state real mth03 i{ls}jf ozmixm 1 - - - |
|---|
| 881 | state real mth04 i{ls}jf ozmixm 1 - - - |
|---|
| 882 | state real mth05 i{ls}jf ozmixm 1 - - - |
|---|
| 883 | state real mth06 i{ls}jf ozmixm 1 - - - |
|---|
| 884 | state real mth07 i{ls}jf ozmixm 1 - - - |
|---|
| 885 | state real mth08 i{ls}jf ozmixm 1 - - - |
|---|
| 886 | state real mth09 i{ls}jf ozmixm 1 - - - |
|---|
| 887 | state real mth10 i{ls}jf ozmixm 1 - - - |
|---|
| 888 | state real mth11 i{ls}jf ozmixm 1 - - - |
|---|
| 889 | state real mth12 i{ls}jf ozmixm 1 - - - |
|---|
| 890 | state real pin {ls} misc 1 - - "PIN" "PRESSURE LEVEL OF OZONE MIXING RATIO" "millibar" |
|---|
| 891 | state real m_ps ij misc 2 - - "m_ps" "PS from MATCH on WRF grids" |
|---|
| 892 | state real - idjf aerosolc 2 - - - |
|---|
| 893 | state real SUL idjf aerosolc 2 - - "SUL" "SUL aerosol concentration" |
|---|
| 894 | state real SSLT idjf aerosolc 2 - - "SSLT" "SSLT aerosol concentration" |
|---|
| 895 | state real DUST1 idjf aerosolc 2 - - "DUST1" "DUST1 aerosol concentration" |
|---|
| 896 | state real DUST2 idjf aerosolc 2 - - "DUST2" "DUST2 aerosol concentration" |
|---|
| 897 | state real DUST3 idjf aerosolc 2 - - "DUST3" "DUST3 aerosol concentration" |
|---|
| 898 | state real DUST4 idjf aerosolc 2 - - "DUST4" "DUST4 aerosol concentration" |
|---|
| 899 | state real OCPHO idjf aerosolc 2 - - "OCPHO" "OCPHO aerosol concentration" |
|---|
| 900 | state real BCPHO idjf aerosolc 2 - - "BCPHO" "BCPHO aerosol concentration" |
|---|
| 901 | state real OCPHI idjf aerosolc 2 - - "OCPHI" "OCPHI aerosol concentration" |
|---|
| 902 | state real BCPHI idjf aerosolc 2 - - "BCPHI" "BCPHI aerosol concentration" |
|---|
| 903 | state real BG idjf aerosolc 2 - - "BG" "BG aerosol concentration" |
|---|
| 904 | state real VOLC idjf aerosolc 2 - - "VOLC" "VOLC aerosol concentration" |
|---|
| 905 | state real m_hybi d misc 1 - - "m_hybi" "MATCH hybi" |
|---|
| 906 | |
|---|
| 907 | # new eta microphysics State Variables |
|---|
| 908 | state real F_ICE_PHY ikj misc 1 - rhdu "F_ICE_PHY" "FRACTION OF ICE" "" |
|---|
| 909 | state real F_RAIN_PHY ikj misc 1 - rhdu "F_RAIN_PHY" "FRACTION OF RAIN " "" |
|---|
| 910 | state real F_RIMEF_PHY ikj misc 1 - rhdu "F_RIMEF_PHY" "MASS RATIO OF RIMED ICE " "" |
|---|
| 911 | state real qndropsource ikj misc 1 - - "qndropsource" "Droplet number source" "#/kg/s" |
|---|
| 912 | |
|---|
| 913 | # Other Misc State Variables |
|---|
| 914 | state real h_diabatic ikj misc 1 - rdu "h_diabatic" "MICROPHYSICS LATENT HEATING" "K s-1" |
|---|
| 915 | state real msft ij misc 1 - i012rhdu=(copy_fcnm) "MAPFAC_M" "Map scale factor on mass grid" "" |
|---|
| 916 | state real msfu ij misc 1 X i012rhdu=(copy_fcnm) "MAPFAC_U" "Map scale factor on u-grid" "" |
|---|
| 917 | state real msfv ij misc 1 Y i012rhdu=(copy_fcnm) "MAPFAC_V" "Map scale factor on v-grid" "" |
|---|
| 918 | state real msftx ij misc 1 - i012rhdu=(copy_fcnm) "MAPFAC_MX" "Map scale factor on mass grid, x direction" "" |
|---|
| 919 | state real msfty ij misc 1 - i012rhdu=(copy_fcnm) "MAPFAC_MY" "Map scale factor on mass grid, y direction" "" |
|---|
| 920 | state real msfux ij misc 1 X i012rhdu=(copy_fcnm) "MAPFAC_UX" "Map scale factor on u-grid, x direction" "" |
|---|
| 921 | state real msfuy ij misc 1 X i012rhdu=(copy_fcnm) "MAPFAC_UY" "Map scale factor on u-grid, y direction" "" |
|---|
| 922 | state real msfvx ij misc 1 Y i012rhdu=(copy_fcnm) "MAPFAC_VX" "Map scale factor on v-grid, x direction" "" |
|---|
| 923 | state real msfvx_inv ij misc 1 Y i012rhdu=(copy_fcnm) "MF_VX_INV" "Inverse map scale factor on v-grid, x direction" "" |
|---|
| 924 | state real msfvy ij misc 1 Y i012rhdu=(copy_fcnm) "MAPFAC_VY" "Map scale factor on v-grid, y direction" "" |
|---|
| 925 | |
|---|
| 926 | state real f ij misc 1 - i012rhdu=(copy_fcnm) "f" "Coriolis sine latitude term" "s-1" |
|---|
| 927 | state real e ij misc 1 - i012rhdu=(copy_fcnm) "e" "Coriolis cosine latitude term" "s-1" |
|---|
| 928 | state real sina ij misc 1 - i012rhdu=(copy_fcnm) "SINALPHA" "Local sine of map rotation" "" |
|---|
| 929 | state real cosa ij misc 1 - i012rhdu=(copy_fcnm) "COSALPHA" "Local cosine of map rotation" "" |
|---|
| 930 | state real ht ij misc 1 - i012rhdus "HGT" "Terrain Height" "m" |
|---|
| 931 | state real ht_fine ij misc 1 - - "HGT_FINE" "Fine Terrain Height" "m" |
|---|
| 932 | state real ht_int ij misc 1 - - "HGT_INT" "Terrain Height Horizontally Interpolated" "m" |
|---|
| 933 | state real ht_input ij misc 1 - - "HGT_INPUT" "Terrain Height from FG Input File" "m" |
|---|
| 934 | state real ht_shad ijb misc 1 - df=(bdy_interp:dt) "HGT_SHAD" "Height of orographic shadow" "m" |
|---|
| 935 | i1 real ht_loc ij misc 1 - - |
|---|
| 936 | state integer shadowmask ij misc 1 - - |
|---|
| 937 | state integer min_ptchsz - misc 1 - r |
|---|
| 938 | |
|---|
| 939 | state real TSK ij misc 1 - i012rhdu=(copy_fcnm) "TSK" "SURFACE SKIN TEMPERATURE" "K" |
|---|
| 940 | state real dfi_TSK ij misc 1 - r "TSK_dfi" "saved SURFACE SKIN TEMPERATURE" |
|---|
| 941 | state real TSK_SAVE ij misc 1 - - "TSK_SAVE" "SURFACE SKIN TEMPERATURE, EXTRA COPY FOR SEA ICE TESTS in REAL" "K" |
|---|
| 942 | state real u_base k misc 1 - ir "u_base" "BASE STATE X WIND IN IDEALIZED CASES" "" |
|---|
| 943 | state real v_base k misc 1 - ir "v_base" "BASE STATE Y WIND IN IDEALIZED CASES" "" |
|---|
| 944 | state real qv_base k misc 1 - ir "qv_base" "BASE STATE QV IN IDEALIZED CASES" "" |
|---|
| 945 | state real z_base k misc 1 - ir "z_base" "BASE STATE HEIGHT IN IDEALIZED CASES" "" |
|---|
| 946 | state real u_frame - misc 1 - ir "u_frame" "FRAME X WIND" "m s-1" |
|---|
| 947 | state real v_frame - misc 1 - ir "v_frame" "FRAME Y WIND" "m s-1" |
|---|
| 948 | # p_top appears as metadata between SI and real but as a state variable in real and WRF |
|---|
| 949 | # since it is a scalar and a constant, it makes sense to have it as metadata -- there |
|---|
| 950 | # are, however, probably post-processing programs that expect to see it as an I/O record |
|---|
| 951 | # another problem: share/input_wrf tries to read this as metadata (fine for real reading |
|---|
| 952 | # SI, but with model reading real output, it generates a warning when debug is > 0 in |
|---|
| 953 | # namelist and causes repeated questions from users. A third problem is the potential |
|---|
| 954 | # collision between a metadata name and a field record in the I/O data |
|---|
| 955 | # resolve this how? Have the real program throw a switch to tell the code to get it |
|---|
| 956 | # from the metadata? Otherwise it's a field? |
|---|
| 957 | state real p_top - misc - - irh "p_top" "PRESSURE TOP OF THE MODEL" "Pa" |
|---|
| 958 | state real t00 - misc - - i02rh "t00" "BASE STATE TEMPERATURE " "K" |
|---|
| 959 | state real p00 - misc - - i02rh "p00" "BASE STATE PRESURE" "Pa" |
|---|
| 960 | state real tlp - misc - - i02rh "tlp" "BASE STATE LAPSE RATE " "" |
|---|
| 961 | state real tiso - misc - - i02rh "tiso" "TEMP AT WHICH THE BASE T TURNS CONST" "K" |
|---|
| 962 | state real max_msftx - misc - - rh "max_mstfx" "Max map factor in domain" "" |
|---|
| 963 | state real max_msfty - misc - - rh "max_mstfy" "Max map factor in domain" "" |
|---|
| 964 | |
|---|
| 965 | # State variables for Goddard LW and SW radiation |
|---|
| 966 | state real TLWDN ij misc 1 - h "TLWDN" "TOA LW downwelling flux" "W m-2" |
|---|
| 967 | state real TLWUP ij misc 1 - h "TLWUP" "TOA LW upwelling flux" "W m-2" |
|---|
| 968 | state real SLWDN ij misc 1 - h "SLWDN" "Surface LW downwelling flux" "W m-2" |
|---|
| 969 | state real SLWUP ij misc 1 - h "SLWUP" "Surface LW upwelling flux" "W m-2" |
|---|
| 970 | state real TSWDN ij misc 1 - h "TSWDN" "TOA SW downwelling flux" "W m-2" |
|---|
| 971 | state real TSWUP ij misc 1 - h "TSWUP" "TOA SW upwelling flux" "W m-2" |
|---|
| 972 | state real SSWDN ij misc 1 - h "SSWDN" "Surface SW downwelling flux" "W m-2" |
|---|
| 973 | state real SSWUP ij misc 1 - h "SSWUP" "Surface SW upwelling flux" "W m-2" |
|---|
| 974 | |
|---|
| 975 | # Other physics variables |
|---|
| 976 | |
|---|
| 977 | state real RUSHTEN ikj misc 1 - r "RUSHTEN" "COUPLED X WIND TENDENCY DUE TO SHALLOW CUMULUS SCHEME" "Pa m s-2" |
|---|
| 978 | state real RVSHTEN ikj misc 1 - r "RVSHTEN" "COUPLED Y WIND TENDENCY DUE TO SHALLOW CUMULUS SCHEME" "Pa m s-2" |
|---|
| 979 | state real RTHSHTEN ikj misc 1 - r "RTHSHTEN" "COUPLED THETA TENDENCY DUE TO SHALLOW CUMULUS SCHEME" "Pa K s-1" |
|---|
| 980 | state real RQVSHTEN ikj misc 1 - r "RQVSHTEN" "COUPLED Q_V TENDENCY DUE TO SHALLOW CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 981 | state real RQRSHTEN ikj misc 1 - r "RQRSHTEN" "COUPLED Q_R TENDENCY DUE TO SHALLOW CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 982 | state real RQCSHTEN ikj misc 1 - r "RQCSHTEN" "COUPLED Q_C TENDENCY DUE TO SHALLOW CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 983 | state real RQSSHTEN ikj misc 1 - r "RQSSHTEN" "COUPLED Q_S TENDENCY DUE TO SHALLOW CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 984 | state real RQISHTEN ikj misc 1 - r "RQISHTEN" "COUPLED Q_I TENDENCY DUE TO SHALLOW CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 985 | state real RQGSHTEN ikj misc 1 - r "RQGSHTEN" "COUPLED Q_G TENDENCY DUE TO SHALLOW CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 986 | |
|---|
| 987 | state real RUCUTEN ikj misc 1 - r "RUCUTEN" "COUPLED X WIND TENDENCY DUE TO CUMULUS PARAMETERIZATION" "Pa m s-2" |
|---|
| 988 | state real RVCUTEN ikj misc 1 - r "RVCUTEN" "COUPLED Y WIND TENDENCY DUE TO CUMULUS PARAMETERIZATION" "Pa m s-2" |
|---|
| 989 | state real RTHCUTEN ikj misc 1 - r "RTHCUTEN" "COUPLED THETA TENDENCY DUE TO CUMULUS SCHEME" "Pa K s-1" |
|---|
| 990 | state real RQVCUTEN ikj misc 1 - r "RQVCUTEN" "COUPLED Q_V TENDENCY DUE TO CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 991 | state real RQRCUTEN ikj misc 1 - r "RQRCUTEN" "COUPLED Q_R TENDENCY DUE TO CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 992 | state real RQCCUTEN ikj misc 1 - r "RQCCUTEN" "COUPLED Q_C TENDENCY DUE TO CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 993 | state real RQSCUTEN ikj misc 1 - r "RQSCUTEN" "COUPLED Q_S TENDENCY DUE TO CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 994 | state real RQICUTEN ikj misc 1 - r "RQICUTEN" "COUPLED Q_I TENDENCY DUE TO CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 995 | state real W0AVG ikj misc 1 - r "W0AVG" "AVERAGE VERTICAL VELOCITY FOR KF CUMULUS SCHEME" "m s-1" |
|---|
| 996 | |
|---|
| 997 | state real RAINC ij misc 1 - rhdu "RAINC" "ACCUMULATED TOTAL CUMULUS PRECIPITATION" "mm" |
|---|
| 998 | state real RAINSH ij misc 1 - rhdu "RAINSH" "ACCUMULATED SHALLOW CUMULUS PRECIPITATION" "mm" |
|---|
| 999 | state real RAINNC ij misc 1 - rhdu "RAINNC" "ACCUMULATED TOTAL GRID SCALE PRECIPITATION" "mm" |
|---|
| 1000 | state integer I_RAINC ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_RAINC" "BUCKET FOR RAINC" "" |
|---|
| 1001 | state integer I_RAINNC ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_RAINNC" "BUCKET FOR RAINNC" "" |
|---|
| 1002 | state real PRATEC ij misc 1 - r "PRATEC" "PRECIP RATE FROM CUMULUS SCHEME" "mm s-1" |
|---|
| 1003 | state real PRATESH ij misc 1 - r "PRATESH" "PRECIP RATE FROM SHALLOW CUMULUS SCHEME" "mm s-1" |
|---|
| 1004 | state real RAINCV ij misc 1 - r "RAINCV" "TIME-STEP CUMULUS PRECIPITATION" "mm" |
|---|
| 1005 | state real RAINSHV ij misc 1 - r "RAINSHV" "TIME-STEP SHALLOW CUMULUS PRECIPITATION" "mm" |
|---|
| 1006 | state real RAINNCV ij misc 1 - r "RAINNCV" "TIME-STEP NONCONVECTIVE PRECIPITATION" "mm" |
|---|
| 1007 | state real RAINBL ij misc 1 - r "RAINBL" "PBL TIME-STEP TOTAL PRECIPITATION" "mm" |
|---|
| 1008 | state real SNOWNC ij misc 1 - rhdu "SNOWNC" "ACCUMULATED TOTAL GRID SCALE SNOW AND ICE" "mm" |
|---|
| 1009 | state real GRAUPELNC ij misc 1 - rhdu "GRAUPELNC" "ACCUMULATED TOTAL GRID SCALE GRAUPEL" "mm" |
|---|
| 1010 | state real HAILNC ij misc 1 - rhdu "HAILNC" "ACCUMULATED TOTAL GRID SCALE HAIL" "mm" |
|---|
| 1011 | state real SNOWNCV ij misc 1 - r "SNOWNCV" "TIME-STEP NONCONVECTIVE SNOW AND ICE" "mm" |
|---|
| 1012 | state real GRAUPELNCV ij misc 1 - r "GRAUPELNCV" "TIME-STEP NONCONVECTIVE GRAUPEL" "mm" |
|---|
| 1013 | state real HAILNCV ij misc 1 - r "HAILNCV" "TIME-STEP NONCONVECTIVE HAIL" "mm" |
|---|
| 1014 | state real refl_10cm ikj dyn_em 1 - hdu "refl_10cm" "Radar reflectivity (lamda = 10 cm)" "dBZ" |
|---|
| 1015 | state real NCA ij misc 1 - r "NCA" "COUNTER OF THE CLOUD RELAXATION TIME IN KF CUMULUS SCHEME" "" |
|---|
| 1016 | state integer LOWLYR ij misc 1 - - "LOWLYR" "INDEX OF LOWEST MODEL LAYER ABOVE THE GROUND IN BMJ SCHEME" "" |
|---|
| 1017 | state real MASS_FLUX ij misc 1 - r "MASS_FLUX" "DOWNDRAFT MASS FLUX FOR IN GRELL CUMULUS SCHEME" "mb hour-1" |
|---|
| 1018 | state real apr_gr ij misc 1 - r "APR_GR" "PRECIP FROM CLOSURE OLD_GRELL" "mm hour-1" |
|---|
| 1019 | state real apr_w ij misc 1 - r "APR_W" "PRECIP FROM CLOSURE W" "mm hour-1" |
|---|
| 1020 | state real apr_mc ij misc 1 - r "APR_MC" "PRECIP FROM CLOSURE KRISH MV" "mm hour-1" |
|---|
| 1021 | state real apr_st ij misc 1 - r "APR_ST" "PRECIP FROM CLOSURE STABILITY" "mm hour-1" |
|---|
| 1022 | state real apr_as ij misc 1 - r "APR_AS" "PRECIP FROM CLOSURE AS-TYPE" "mm hour-1" |
|---|
| 1023 | state real apr_capma ij misc 1 - r "APR_CAPMA" "PRECIP FROM MAX CAP" "mm hour-1" |
|---|
| 1024 | state real apr_capme ij misc 1 - r "APR_CAPME" "PRECIP FROM MEAN CAP" "mm hour-1" |
|---|
| 1025 | state real apr_capmi ij misc 1 - r "APR_CAPMI" "PRECIP FROM MIN CAP" "mm hour-1" |
|---|
| 1026 | state real edt_out ij misc 1 - - "EDT_OUT" "EDT FROM GD SCHEME" "" |
|---|
| 1027 | state real xmb_shallow ij misc 1 - rh "XMB_SHALLOW" "MASSFLUX FROM SHALLOW CONVECTION (G3 only)" "" |
|---|
| 1028 | state integer k22_shallow ij misc 1 - rh "K22_SHALLOW" "K22 LEVEL FROM SHALLOW CONVECTION (G3 only)" "" |
|---|
| 1029 | state integer kbcon_shallow ij misc 1 - rh "KBCON_SHALLOW" "KBCON LEVEL FROM SHALLOW CONVECTION (G3 only)" "" |
|---|
| 1030 | state integer ktop_shallow ij misc 1 - rh "KTOP_SHALLOW" "KTOP LEVEL FROM SHALLOW CONVECTION (G3 only)" "" |
|---|
| 1031 | state real xf_ens ije misc 1 Z r "XF_ENS" "MASS FLUX PDF IN GRELL CUMULUS SCHEME" "mb hour-1" |
|---|
| 1032 | state real pr_ens ije misc 1 Z r "PR_ENS" "PRECIP RATE PDF IN GRELL CUMULUS SCHEME" "mb hour-1" |
|---|
| 1033 | state real cugd_tten ikj misc 1 - r "CUGD_TTEN" "INITIAL TTENDENCY OUT OFF GRELL CUMULUS SCHEME" "K s-1" |
|---|
| 1034 | state real cugd_qvten ikj misc 1 - r "CUGD_QVTEN" "INITIAL QTENDENCY OUT OFF GRELL CUMULUS SCHEME" "K s-1" |
|---|
| 1035 | state real cugd_ttens ikj misc 1 - r "CUGD_TTENS" "INITIAL SUBSIDENCE TTENDENCY OUT OFF GRELL CUMULUS SCHEME" "K s-1" |
|---|
| 1036 | state real cugd_qvtens ikj misc 1 - r "CUGD_QVTENS" "INITIAL SUBSIDNCE QTENDENCY OUT OFF GRELL CUMULUS SCHEME" "K s-1" |
|---|
| 1037 | state real cugd_qcten ikj misc 1 - r "CUGD_QCTEN" "INITIAL TEMPERATURE TENDENCY OUT OFF GRELL CUMULUS SCHEME" "K s-1" |
|---|
| 1038 | state real RTHFTEN ikj misc 1 - r "RTHFTEN" "TEMPERATURE TENDENCY USED IN GRELL CUMULUS SCHEME" "K s-1" |
|---|
| 1039 | state real RQVFTEN ikj misc 1 - r "RQVFTEN" "MOISTURE TENDENCY USED IN GRELL CUMULUS SCHEME" "kg s-1" |
|---|
| 1040 | |
|---|
| 1041 | state integer STEPCU - misc 1 - r "STEPCU" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN CONVECTION CALLS" "" |
|---|
| 1042 | |
|---|
| 1043 | state real RTHRATEN ikj misc 1 - rd "RTHRATEN" "COUPLED THETA TENDENCY DUE TO RADIATION" "Pa K s-1" |
|---|
| 1044 | state real RTHRATENLW ikj misc 1 - r "RTHRATLW" "UNCOUPLED THETA TENDENCY DUE TO LONG WAVE RADIATION" "K s-1" |
|---|
| 1045 | state real RTHRATENSW ikj misc 1 - r "RTHRATSW" "UNCOUPLED THETA TENDENCY DUE TO SHORT WAVE RADIATION" "K s-1" |
|---|
| 1046 | state real CLDFRA ikj misc 1 - r "CLDFRA" "CLOUD FRACTION" "" |
|---|
| 1047 | state real CLDFRA_OLD ikj misc 1 - r "CLDFRA_OLD" "previous time level cldfra" "" |
|---|
| 1048 | |
|---|
| 1049 | state real SWDOWN ij misc 1 - rhd "SWDOWN" "DOWNWARD SHORT WAVE FLUX AT GROUND SURFACE" "W m-2" |
|---|
| 1050 | state real SWDOWNC ij misc 1 - - "SWDOWNC" "DOWNWARD CLEAR-SKY SHORT WAVE FLUX AT GROUND SURFACE" "W m-2" |
|---|
| 1051 | state real GSW ij misc 1 - rd "GSW" "NET SHORT WAVE FLUX AT GROUND SURFACE" "W m-2" |
|---|
| 1052 | state real GLW ij misc 1 - rhd "GLW" "DOWNWARD LONG WAVE FLUX AT GROUND SURFACE" "W m-2" |
|---|
| 1053 | state real SWNORM ij misc 1 - rhd "SWNORM" "NORMAL SHORT WAVE FLUX AT GROUND SURFACE (SLOPE-DEPENDENT)" "W m-2" |
|---|
| 1054 | |
|---|
| 1055 | # upward and downward clearsky and total diagnostic fluxes for CAM radiation |
|---|
| 1056 | state real ACSWUPT ij misc 1 - rhdu "ACSWUPT" "ACCUMULATED UPWELLING SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1057 | state real ACSWUPTC ij misc 1 - rhdu "ACSWUPTC" "ACCUMULATED UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1058 | state real ACSWDNT ij misc 1 - rhdu "ACSWDNT" "ACCUMULATED DOWNWELLING SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1059 | state real ACSWDNTC ij misc 1 - rhdu "ACSWDNTC" "ACCUMULATED DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1060 | state real ACSWUPB ij misc 1 - rhdu "ACSWUPB" "ACCUMULATED UPWELLING SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1061 | state real ACSWUPBC ij misc 1 - rhdu "ACSWUPBC" "ACCUMULATED UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1062 | state real ACSWDNB ij misc 1 - rhdu "ACSWDNB" "ACCUMULATED DOWNWELLING SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1063 | state real ACSWDNBC ij misc 1 - rhdu "ACSWDNBC" "ACCUMULATED DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1064 | state real ACLWUPT ij misc 1 - rhdu "ACLWUPT" "ACCUMULATED UPWELLING LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1065 | state real ACLWUPTC ij misc 1 - rhdu "ACLWUPTC" "ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1066 | state real ACLWDNT ij misc 1 - rhdu "ACLWDNT" "ACCUMULATED DOWNWELLING LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1067 | state real ACLWDNTC ij misc 1 - rhdu "ACLWDNTC" "ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1068 | state real ACLWUPB ij misc 1 - rhdu "ACLWUPB" "ACCUMULATED UPWELLING LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1069 | state real ACLWUPBC ij misc 1 - rhdu "ACLWUPBC" "ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1070 | state real ACLWDNB ij misc 1 - rhdu "ACLWDNB" "ACCUMULATED DOWNWELLING LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1071 | state real ACLWDNBC ij misc 1 - rhdu "ACLWDNBC" "ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1072 | state integer I_ACSWUPT ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACSWUPT" "BUCKET FOR UPWELLING SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1073 | state integer I_ACSWUPTC ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACSWUPTC" "BUCKET FOR UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1074 | state integer I_ACSWDNT ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACSWDNT" "BUCKET FOR DOWNWELLING SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1075 | state integer I_ACSWDNTC ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACSWDNTC" "BUCKET FOR DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1076 | state integer I_ACSWUPB ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACSWUPB" "BUCKET FOR UPWELLING SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1077 | state integer I_ACSWUPBC ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACSWUPBC" "BUCKET FOR UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1078 | state integer I_ACSWDNB ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACSWDNB" "BUCKET FOR DOWNWELLING SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1079 | state integer I_ACSWDNBC ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACSWDNBC" "BUCKET FOR DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1080 | state integer I_ACLWUPT ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACLWUPT" "BUCKET FOR UPWELLING LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1081 | state integer I_ACLWUPTC ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACLWUPTC" "BUCKET FOR UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1082 | state integer I_ACLWDNT ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACLWDNT" "BUCKET FOR DOWNWELLING LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1083 | state integer I_ACLWDNTC ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACLWDNTC" "BUCKET FOR DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1084 | state integer I_ACLWUPB ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACLWUPB" "BUCKET FOR UPWELLING LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1085 | state integer I_ACLWUPBC ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACLWUPBC" "BUCKET FOR UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1086 | state integer I_ACLWDNB ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACLWDNB" "BUCKET FOR DOWNWELLING LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1087 | state integer I_ACLWDNBC ij misc 1 - rhd=(interp_fcni)u=(copy_fcni) "I_ACLWDNBC" "BUCKET FOR DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1088 | state real SWUPT ij misc 1 - rhdu "SWUPT" "INSTANTANEOUS UPWELLING SHORTWAVE FLUX AT TOP" "W m-2" |
|---|
| 1089 | state real SWUPTC ij misc 1 - rhdu "SWUPTC" "INSTANTANEOUS UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "W m-2" |
|---|
| 1090 | state real SWDNT ij misc 1 - rhdu "SWDNT" "INSTANTANEOUS DOWNWELLING SHORTWAVE FLUX AT TOP" "W m-2" |
|---|
| 1091 | state real SWDNTC ij misc 1 - rhdu "SWDNTC" "INSTANTANEOUS DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "W m-2" |
|---|
| 1092 | state real SWUPB ij misc 1 - rhdu "SWUPB" "INSTANTANEOUS UPWELLING SHORTWAVE FLUX AT BOTTOM" "W m-2" |
|---|
| 1093 | state real SWUPBC ij misc 1 - rhdu "SWUPBC" "INSTANTANEOUS UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "W m-2" |
|---|
| 1094 | state real SWDNB ij misc 1 - rhdu "SWDNB" "INSTANTANEOUS DOWNWELLING SHORTWAVE FLUX AT BOTTOM" "W m-2" |
|---|
| 1095 | state real SWDNBC ij misc 1 - rhdu "SWDNBC" "INSTANTANEOUS DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "W m-2" |
|---|
| 1096 | state real LWUPT ij misc 1 - rhdu "LWUPT" "INSTANTANEOUS UPWELLING LONGWAVE FLUX AT TOP" "W m-2" |
|---|
| 1097 | state real LWUPTC ij misc 1 - rhdu "LWUPTC" "INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "W m-2" |
|---|
| 1098 | state real LWDNT ij misc 1 - rhdu "LWDNT" "INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT TOP" "W m-2" |
|---|
| 1099 | state real LWDNTC ij misc 1 - rhdu "LWDNTC" "INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "W m-2" |
|---|
| 1100 | state real LWUPB ij misc 1 - rhdu "LWUPB" "INSTANTANEOUS UPWELLING LONGWAVE FLUX AT BOTTOM" "W m-2" |
|---|
| 1101 | state real LWUPBC ij misc 1 - rhdu "LWUPBC" "INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "W m-2" |
|---|
| 1102 | state real LWDNB ij misc 1 - rhdu "LWDNB" "INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT BOTTOM" "W m-2" |
|---|
| 1103 | state real LWDNBC ij misc 1 - rhdu "LWDNBC" "INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "W m-2" |
|---|
| 1104 | |
|---|
| 1105 | state real SWCF ij misc 1 - r "SWCF" "SHORT WAVE CLOUD FORCING AT TOA" "W m-2" |
|---|
| 1106 | state real LWCF ij misc 1 - r "LWCF" "LONG WAVE CLOUD FORCING AT TOA" "W m-2" |
|---|
| 1107 | state real OLR ij misc 1 - rh "OLR" "TOA OUTGOING LONG WAVE" "W m-2" |
|---|
| 1108 | |
|---|
| 1109 | # these next 2 are for the HFSoLE/PET demo; writing these to auxhist1 output over MCEL for coupling |
|---|
| 1110 | # with wave model, only if compiled with -DMCELIO, JM 2003/05/29 |
|---|
| 1111 | state real XLAT ij misc 1 - i0123rh01du=(copy_fcnm) "XLAT" "LATITUDE, SOUTH IS NEGATIVE" "degree_north" |
|---|
| 1112 | state real XLONG ij misc 1 - i0123rh01du=(copy_fcnm) "XLONG" "LONGITUDE, WEST IS NEGATIVE" "degree_east" |
|---|
| 1113 | state real XLAT_U ij dyn_em 1 X i012rh01du=(copy_fcnm) "XLAT_U" "LATITUDE, SOUTH IS NEGATIVE" "degree_north" |
|---|
| 1114 | state real XLONG_U ij dyn_em 1 X i012rh01du=(copy_fcnm) "XLONG_U" "LONGITUDE, WEST IS NEGATIVE" "degree_east" |
|---|
| 1115 | state real XLAT_V ij dyn_em 1 Y i012rh01du=(copy_fcnm) "XLAT_V" "LATITUDE, SOUTH IS NEGATIVE" "degree_north" |
|---|
| 1116 | state real XLONG_V ij dyn_em 1 Y i012rh01du=(copy_fcnm) "XLONG_V" "LONGITUDE, WEST IS NEGATIVE" "degree_east" |
|---|
| 1117 | state real ALBEDO ij misc 1 - rh "ALBEDO" "ALBEDO" |
|---|
| 1118 | state real CLAT ij misc 1 - i012rdu=(copy_fcnm) "CLAT" "COMPUTATIONAL GRID LATITUDE, SOUTH IS NEGATIVE" "degree_north" |
|---|
| 1119 | state real CLONG ij misc 1 - i012rdu=(copy_fcnm) "CLONG" "COMPUTATIONAL GRID LONGITUDE, WEST IS NEGATIVE" "degree_east" |
|---|
| 1120 | state real ALBBCK ij misc 1 - i0124rh "ALBBCK" "BACKGROUND ALBEDO" "" |
|---|
| 1121 | state real EMBCK ij misc 1 - r "EMBCK" "BACKGROUND EMISSIVITY" "" |
|---|
| 1122 | state real EMISS ij misc 1 - rh "EMISS" "SURFACE EMISSIVITY" "" |
|---|
| 1123 | state real SNOTIME ij misc 1 - r "SNOTIME" "SNOTIME" "" |
|---|
| 1124 | state real NOAHRES ij misc 1 - h "NOAHRES" "RESIDUAL OF THE NOAH SURFACE ENERGY BUDGET" "W m{-2}" |
|---|
| 1125 | state real CLDEFI ij misc 1 - r "CLDEFI" "precipitation efficiency in BMJ SCHEME" "" |
|---|
| 1126 | state integer STEPRA - misc 1 - r "STEPRA" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN RADIATION CALLS" "" |
|---|
| 1127 | |
|---|
| 1128 | state real RUBLTEN ikj misc 1 - r "RUBLTEN" "COUPLED X WIND TENDENCY DUE TO PBL PARAMETERIZATION" "Pa m s-2" |
|---|
| 1129 | state real RVBLTEN ikj misc 1 - r "RVBLTEN" "COUPLED Y WIND TENDENCY DUE TO PBL PARAMETERIZATION" "Pa m s-2" |
|---|
| 1130 | state real RTHBLTEN ikj misc 1 - r "RTHBLTEN" "COUPLED THETA TENDENCY DUE TO PBL PARAMETERIZATION" "Pa K s-1" |
|---|
| 1131 | state real RQVBLTEN ikj misc 1 - r "RQVBLTEN" "COUPLED Q_V TENDENCY DUE TO PBL PARAMETERIZATION" "Pa kg kg-1 s-1" |
|---|
| 1132 | state real RQCBLTEN ikj misc 1 - r "RQCBLTEN" "COUPLED Q_C TENDENCY DUE TO PBL PARAMETERIZATION" "Pa kg kg-1 s-1" |
|---|
| 1133 | state real RQIBLTEN ikj misc 1 - r "RQIBLTEN" "COUPLED Q_I TENDENCY DUE TO PBL PARAMETERIZATION" "Pa kg kg-1 s-1" |
|---|
| 1134 | |
|---|
| 1135 | # State vector for etampnew microphysics. Must be declared state because it is not read-once and is needed for restarting. |
|---|
| 1136 | state real mp_restart_state p misc 1 - r "MP_RESTART_STATE" "STATE VECTOR FOR MICROPHYSICS RESTARTS" |
|---|
| 1137 | state real tbpvs_state p misc 1 - r "TBPVS_STATE" "STATE FOR ETAMPNEW MICROPHYSICS" |
|---|
| 1138 | state real tbpvs0_state p misc 1 - r "TBPVS0_STATE" "STATE FOR ETAMPNEW MICROPHYSICS" |
|---|
| 1139 | |
|---|
| 1140 | # State variables for landuse_init, Must be declared state because they are read in and needed for restarts. Had been SAVE vars in |
|---|
| 1141 | # landuse_init (phys/module_physics_init.F) |
|---|
| 1142 | state integer landuse_isice - misc - - r |
|---|
| 1143 | state integer landuse_lucats - misc - - r |
|---|
| 1144 | state integer landuse_luseas - misc - - r |
|---|
| 1145 | state integer landuse_isn - misc - - r |
|---|
| 1146 | state real lu_state p misc - - r |
|---|
| 1147 | |
|---|
| 1148 | i1 real th_phy ikj misc 1 - |
|---|
| 1149 | i1 real pi_phy ikj misc 1 - |
|---|
| 1150 | i1 real p_phy ikj misc 1 - |
|---|
| 1151 | state real t_phy ikj misc 1 - r "T_PHY" "Temperature" "K" |
|---|
| 1152 | |
|---|
| 1153 | i1 real u_phy ikj misc 1 - |
|---|
| 1154 | i1 real v_phy ikj misc 1 - |
|---|
| 1155 | i1 real dz8w ikj misc 1 Z |
|---|
| 1156 | i1 real p8w ikj misc 1 Z |
|---|
| 1157 | i1 real t8w ikj misc 1 Z |
|---|
| 1158 | i1 real rho_phy ikj misc 1 - |
|---|
| 1159 | i1 logical CU_ACT_FLAG ij misc 1 - |
|---|
| 1160 | |
|---|
| 1161 | |
|---|
| 1162 | state real TMN ij misc 1 - i012rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TMN" "SOIL TEMPERATURE AT LOWER BOUNDARY" "K" |
|---|
| 1163 | state real TYR ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TYR" "ANNUAL MEAN SFC TEMPERATURE" "K" |
|---|
| 1164 | state real TYRA ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TYRA" "ACCUMULATED YEARLY SFC TEMPERATURE FOR CURRENT YEAR" "K" |
|---|
| 1165 | state real TDLY ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TDLY" "ACCUMULATED DAILY SFC TEMPERATURE FOR CURRENT DAY" "K" |
|---|
| 1166 | state real TLAG i&j misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TLAG" "DAILY MEAN SFC TEMPERATURE OF PRIOR DAYS" "K" |
|---|
| 1167 | state integer NYEAR - misc 1 - r "NYEAR" "ACCUM DAYS IN A YEAR" "" |
|---|
| 1168 | state real NDAY - misc 1 - r "NDAY" "ACCUM TIMESTEPS IN A DAY" "" |
|---|
| 1169 | state real XLAND ij misc 1 - i02rhd=(interp_fcnm)u=(copy_fcnm) "XLAND" "LAND MASK (1 FOR LAND, 2 FOR WATER)" "" |
|---|
| 1170 | state real ZNT ij misc 1 - i3r "ZNT" "TIME-VARYING ROUGHNESS LENGTH" "m" |
|---|
| 1171 | state real CK ij misc 1 - r "CK" "ENTHALPY EXCHANGE COEFF AT 10 m" "" |
|---|
| 1172 | state real CKA ij misc 1 - r "CKA" "ENTHALPY EXCHANGE COEFF AT LOWEST MODEL LVL" "" |
|---|
| 1173 | state real CD ij misc 1 - r "CD" "DRAG COEFF AT 10m" "" |
|---|
| 1174 | state real CDA ij misc 1 - r "CDA" "DRAG COEFF AT LOWEST MODEL LVL" "" |
|---|
| 1175 | state real UST ij misc 1 - rh "UST" "U* IN SIMILARITY THEORY" "m s-1" |
|---|
| 1176 | state real USTM ij misc 1 - r "USTM" "U* IN SIMILARITY THEORY WITHOUT VCONV" "m s-1" |
|---|
| 1177 | i1 real HOL ij misc 1 - - "HOL" "PBL HEIGHT OVER MONIN-OBUKHOV LENGTH" "" |
|---|
| 1178 | state real RMOL ij misc 1 - r "RMOL" "1./Monin Ob. Length" "" |
|---|
| 1179 | state real MOL ij misc 1 - r "MOL" "T* IN SIMILARITY THEORY" "K" |
|---|
| 1180 | state real PBLH ij misc 1 - rh "PBLH" "PBL HEIGHT" "m" |
|---|
| 1181 | state real CAPG ij misc 1 - r "CAPG" "HEAT CAPACITY FOR SOIL" "J K-1 m-3" |
|---|
| 1182 | state real THC ij misc 1 - r "THC" "THERMAL INERTIA" "Cal cm-1 K-1 s-0.5" |
|---|
| 1183 | state real HFX ij misc 1 - rh "HFX" "UPWARD HEAT FLUX AT THE SURFACE" "W m-2" |
|---|
| 1184 | state real QFX ij misc 1 - rh "QFX" "UPWARD MOISTURE FLUX AT THE SURFACE" "kg m-2 s-1" |
|---|
| 1185 | state real LH ij misc 1 - rh "LH" "LATENT HEAT FLUX AT THE SURFACE" "W m-2" |
|---|
| 1186 | state real ACHFX ij misc 1 - rhdu "ACHFX" "ACCUMULATED UPWARD HEAT FLUX AT THE SURFACE" "J m-2" |
|---|
| 1187 | state real ACLHF ij misc 1 - rhdu "ACLHF" "ACCUMULATED UPWARD LATENT HEAT FLUX AT THE SURFACE" "J m-2" |
|---|
| 1188 | state real FLHC ij misc 1 - r "FLHC" "SURFACE EXCHANGE COEFFICIENT FOR HEAT" "" |
|---|
| 1189 | state real FLQC ij misc 1 - r "FLQC" "SURFACE EXCHANGE COEFFICIENT FOR MOISTURE" "" |
|---|
| 1190 | state real QSG ij misc 1 - r "QSG" "SURFACE SATURATION WATER VAPOR MIXING RATIO" "kg kg-1" |
|---|
| 1191 | state real QVG ij misc 1 - r "QVG" "WATER VAPOR MIXING RATIO AT THE SURFACE" "kg kg-1" |
|---|
| 1192 | state real dfi_QVG ij misc 1 - r "QVG_dfi" "WATER VAPOR MIXING RATIO AT THE SURFACE" "kg kg-1" |
|---|
| 1193 | state real QCG ij misc 1 - r "QCG" "CLOUD WATER MIXING RATIO AT THE GROUND SURFACE" "kg kg-1" |
|---|
| 1194 | state real DEW ij misc 1 - r "DEW" "DEW MIXING RATIO AT THE SURFACE" "kg kg-1" |
|---|
| 1195 | state real SOILT1 ij misc 1 - i012rh "SOILT1" "TEMPERATURE INSIDE SNOW " "K" |
|---|
| 1196 | state real dfi_SOILT1 ij misc 1 - r "SOILT1_dfi" "TEMPERATURE INSIDE SNOW " "K" |
|---|
| 1197 | state real TSNAV ij misc 1 - r "TSNAV" "AVERAGE SNOW TEMPERATURE " "C" |
|---|
| 1198 | state real dfi_TSNAV ij misc 1 - r "TSNAV_dfi" "AVERAGE SNOW TEMPERATURE " "C" |
|---|
| 1199 | state real REGIME ij misc 1 - r "REGIME" "FLAGS: 1=Night/Stable, 2=Mechanical Turbulent, 3=Forced Conv, 4=Free Conv" "" |
|---|
| 1200 | state real SNOWC ij misc 1 - irhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SNOWC" "FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)" "" |
|---|
| 1201 | state real dfi_SNOWC ij misc 1 - r "SNOWC_dfi" "FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)" "" |
|---|
| 1202 | state real MAVAIL ij misc 1 - r "MAVAIL" "SURFACE MOISTURE AVAILABILITY" "" |
|---|
| 1203 | |
|---|
| 1204 | state real tkesfcf ij misc 1 - r "tkesfcf" "TKE AT THE SURFACE" "m2 s-2" |
|---|
| 1205 | state real sr ij dyn_em 1 - irh "sr" "fraction of frozen precipitation" |
|---|
| 1206 | state real potevp ij dyn_em 1 - rh "potevp" "accumulated potential evaporation" "W m-2" |
|---|
| 1207 | state real snopcx ij dyn_em 1 - rh "snopcx" "snow phase change heat flux" "W m-2" |
|---|
| 1208 | state real soiltb ij dyn_em 1 - h "soiltb" "bottom soil temperature" "K" |
|---|
| 1209 | |
|---|
| 1210 | state integer STEPBL - misc 1 - r "STEPBL" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN PBL CALLS" "" |
|---|
| 1211 | state real taucldi ikj misc 1 - r "TAUCLDI" "CLOUD OPTICAL THICKNESS FOR ICE" "" |
|---|
| 1212 | state real taucldc ikj misc 1 - r "TAUCLDC" "CLOUD OPTICAL THICKNESS FOR WATER" "" |
|---|
| 1213 | |
|---|
| 1214 | state real defor11 ikj misc 1 - r "defor11" "DEFORMATION 11" "s-1" |
|---|
| 1215 | state real defor22 ikj misc 1 - r "defor22" "DEFORMATION 22" "s-1" |
|---|
| 1216 | state real defor12 ikj misc 1 - r "defor12" "DEFORMATION 12" "s-1" |
|---|
| 1217 | state real defor33 ikj misc 1 z r "defor33" "DEFORMATION 33" "s-1" |
|---|
| 1218 | state real defor13 ikj misc 1 z r "defor13" "DEFORMATION 13" "s-1" |
|---|
| 1219 | state real defor23 ikj misc 1 z r "defor23" "DEFORMATION 23" "s-1" |
|---|
| 1220 | state real xkmv ikj misc 1 - r "xkmv" "VERTICAL EDDY VISCOSITY" "m2 s-1" |
|---|
| 1221 | state real xkmh ikj misc 1 - r "xkmh" "HORIZONTAL EDDY VISCOSITY" "m2 s-1" |
|---|
| 1222 | state real xkhv ikj misc 1 - r "xkhv" "VERTICAL EDDY DIFFUSIVITY OF HEAT" "m2 s-1" |
|---|
| 1223 | state real xkhh ikj misc 1 - r "xkhh" "HORIZONTAL EDDY DIFFUSIVITY OF HEAT" "m2 s-1" |
|---|
| 1224 | state real div ikj misc 1 - r "div" "DIVERGENCE" "s-1" |
|---|
| 1225 | state real BN2 ikj misc 1 - r "BN2" "BRUNT-VAISALA FREQUENCY" "s-2" |
|---|
| 1226 | state logical warm_rain - misc 1 - - "warm_rain" "WARM_RAIN_LOGICAL" |
|---|
| 1227 | state logical adv_moist_cond - misc 1 - - "adv_moist_cond" "ADVECT MOIST CONDENSATES LOGICAL" |
|---|
| 1228 | state integer save_topo_from_real - dyn_em 1 - irh "save_topo_from_real" "1=original topo from real/0=topo modified by WRF" "flag" |
|---|
| 1229 | |
|---|
| 1230 | ## FDDA variables |
|---|
| 1231 | |
|---|
| 1232 | state integer STEPFG - misc 1 - r "STEPFG" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN FDDA GRID CALLS" "" |
|---|
| 1233 | state real RUNDGDTEN ikj misc 1 X r "RUNDGDTEN" "COUPLED X WIND TENDENCY DUE TO FDDA GRID NUDGING" "Pa m s-2" |
|---|
| 1234 | state real RVNDGDTEN ikj misc 1 Y r "RVNDGDTEN" "COUPLED Y WIND TENDENCY DUE TO FDDA GRID NUDGING" "Pa m s-2" |
|---|
| 1235 | state real RTHNDGDTEN ikj misc 1 - r "RTHNDGDTEN" "COUPLED THETA TENDENCY DUE TO FDDA GRID NUDGING" "Pa K s-1" |
|---|
| 1236 | state real RPHNDGDTEN ikj misc 1 - r "RPHNDGDTEN" "COUPLED GEOPOTENTIAL TENDENCY DUE TO FDDA GRID NUDGING" "Pa m2 s-3" |
|---|
| 1237 | state real RQVNDGDTEN ikj misc 1 - r "RQVNDGDTEN" "COUPLED Q_V TENDENCY DUE TO FDDA GRID NUDGING" "Pa kg kg-1 s-1" |
|---|
| 1238 | state real RMUNDGDTEN ij misc 1 - r "RMUNDGDTEN" "MU TENDENCY DUE TO FDDA GRID NUDGING" "Pa s-1" |
|---|
| 1239 | state real - ikjf fdda3d 1 - - - |
|---|
| 1240 | state real U_NDG_NEW ikjf fdda3d 1 X i{10}r "U_NDG_NEW" "NEW X WIND FOR FDDA GRID NUDGING" "m s-1" |
|---|
| 1241 | state real V_NDG_NEW ikjf fdda3d 1 Y i{10}r "V_NDG_NEW" "NEW Y WIND FOR FDDA GRID NUDGING" "m s-1" |
|---|
| 1242 | state real T_NDG_NEW ikjf fdda3d 1 - i{10}r "T_NDG_NEW" "NEW PERT POT TEMP FOR FDDA GRID NUDGING" "K" |
|---|
| 1243 | state real Q_NDG_NEW ikjf fdda3d 1 - i{10}r "Q_NDG_NEW" "NEW WATER VAPOR MIX RATIO FOR FDDA GRID NUDGING" "kg/kg" |
|---|
| 1244 | state real PH_NDG_NEW ikjf fdda3d 1 Z i{10}r "PH_NDG_NEW" "NEW PERT GEOPOTENTIAL FOR FDDA GRID NUDGING" "kg/kg" |
|---|
| 1245 | state real U_NDG_OLD ikjf fdda3d 1 X i{10}r "U_NDG_OLD" "OLD X WIND FOR FDDA GRID NUDGING" "m s-1" |
|---|
| 1246 | state real V_NDG_OLD ikjf fdda3d 1 Y i{10}r "V_NDG_OLD" "OLD Y WIND FOR FDDA GRID NUDGING" "m s-1" |
|---|
| 1247 | state real T_NDG_OLD ikjf fdda3d 1 - i{10}r "T_NDG_OLD" "OLD PERT POT TEMP FOR FDDA GRID NUDGING" "K" |
|---|
| 1248 | state real Q_NDG_OLD ikjf fdda3d 1 - i{10}r "Q_NDG_OLD" "OLD WATER VAPOR MIX RATIO FOR FDDA GRID NUDGING" "kg/kg" |
|---|
| 1249 | state real PH_NDG_OLD ikjf fdda3d 1 Z i{10}r "PH_NDG_OLD" "OLD PERT GEOPOTENTIAL FOR FDDA GRID NUDGING" "kg/kg" |
|---|
| 1250 | state real - ivjf fdda2d 1 Z - - |
|---|
| 1251 | state real MU_NDG_NEW ivjf fdda2d 1 - i{10}r "MU_NDG_NEW" "NEW PERT COLUMN DRY MASS FOR FDDA GRID NUDGING" "Pa" |
|---|
| 1252 | state real MU_NDG_OLD ivjf fdda2d 1 - i{10}r "MU_NDG_OLD" "OLD PERT COLUMN DRY MASS FOR FDDA GRID NUDGING" "Pa" |
|---|
| 1253 | state real U10_NDG_OLD ij misc 1 X i9r "U10_NDG_OLD" "OLD U10 FOR SURFACE FDDA GRID NUDGING" "m s-1" |
|---|
| 1254 | state real U10_NDG_NEW ij misc 1 X i9r "U10_NDG_NEW" "NEW U10 FOR SURFACE FDDA GRID NUDGING" "m s-1" |
|---|
| 1255 | state real V10_NDG_OLD ij misc 1 Y i9r "V10_NDG_OLD" "OLD V10 FOR SURFACE FDDA GRID NUDGING" "m s-1" |
|---|
| 1256 | state real V10_NDG_NEW ij misc 1 Y i9r "V10_NDG_NEW" "NEW V10 FOR SURFACE FDDA GRID NUDGING" "m s-1" |
|---|
| 1257 | state real T2_NDG_OLD ij misc 1 - i9r "T2_NDG_OLD" "OLD T2 FOR SURFACE FDDA GRID NUDGING" "K" |
|---|
| 1258 | state real T2_NDG_NEW ij misc 1 - i9r "T2_NDG_NEW" "NEW T2 FOR SURFACE FDDA GRID NUDGING" "K" |
|---|
| 1259 | state real TH2_NDG_OLD ij misc 1 - i9r "TH2_NDG_OLD" "OLD TH2 FOR SURFACE FDDA GRID NUDGING" "K" |
|---|
| 1260 | state real TH2_NDG_NEW ij misc 1 - i9r "TH2_NDG_NEW" "NEW TH2 FOR SURFACE FDDA GRID NUDGING" "K" |
|---|
| 1261 | state real Q2_NDG_OLD ij misc 1 - i9r "Q2_NDG_OLD" "OLD Q2 FOR SURFACE FDDA GRID NUDGING" "kg kg-1" |
|---|
| 1262 | state real Q2_NDG_NEW ij misc 1 - i9r "Q2_NDG_NEW" "NEW Q2 FOR SURFACE FDDA GRID NUDGING" "kg kg-1" |
|---|
| 1263 | state real RH_NDG_OLD ij misc 1 - i9r "RH_NDG_OLD" "OLD RH FOR SURFACE FDDA GRID NUDGING" "%" |
|---|
| 1264 | state real RH_NDG_NEW ij misc 1 - i9r "RH_NDG_NEW" "NEW RH FOR SURFACE FDDA GRID NUDGING" "%" |
|---|
| 1265 | state real PSL_NDG_OLD ij misc 1 - i9r "PSL_NDG_OLD" "OLD PSL FOR SURFACE FDDA GRID NUDGING" "Pa" |
|---|
| 1266 | state real PSL_NDG_NEW ij misc 1 - i9r "PSL_NDG_NEW" "NEW PSL FOR SURFACE FDDA GRID NUDGING" "Pa" |
|---|
| 1267 | state real PS_NDG_OLD ij misc 1 - i9r "PS_NDG_OLD" "OLD PS FOR SURFACE FDDA GRID NUDGING" "Pa" |
|---|
| 1268 | state real PS_NDG_NEW ij misc 1 - i9r "PS_NDG_NEW" "NEW PS FOR SURFACE FDDA GRID NUDGING" "Pa" |
|---|
| 1269 | state real TOB_NDG_OLD ij misc 1 - i9r "TOB_NDG_OLD" "OLD TOB FOR SURFACE FDDA GRID NUDGING" "" |
|---|
| 1270 | state real ODIS_NDG_OLD ij misc 1 - i9r "ODIS_NDG_OLD" "OLD ODIS FOR SURFACE FDDA GRID NUDGING" "km" |
|---|
| 1271 | state real TOB_NDG_NEW ij misc 1 - i9r "TOB_NDG_NEW" "NEW TOB FOR SURFACE FDDA GRID NUDGING" "" |
|---|
| 1272 | state real ODIS_NDG_NEW ij misc 1 - i9r "ODIS_NDG_NEW" "NEW ODIS FOR SURFACE FDDA GRID NUDGING" "km" |
|---|
| 1273 | state real SN_NDG_NEW ij misc 1 - i9r "SN_NDG_NEW" "NEW Snow Water Equivalent" "mm" |
|---|
| 1274 | state real SN_NDG_OLD ij misc 1 - i9r "SN_NDG_OLD" "OLD Snow Water Equivalent" "mm" |
|---|
| 1275 | |
|---|
| 1276 | |
|---|
| 1277 | # flag for nest movement |
|---|
| 1278 | state logical moved - misc 1 - - |
|---|
| 1279 | |
|---|
| 1280 | # special cam radiation restart arrays |
|---|
| 1281 | state real abstot ikcj misc 1 Z - "" "" " " |
|---|
| 1282 | state real absnxt ikaj misc 1 - - "" "" " " |
|---|
| 1283 | state real emstot ikj misc 1 Z - "" "" " " |
|---|
| 1284 | |
|---|
| 1285 | # model diagnostics |
|---|
| 1286 | state real dpsdt ij misc 1 - - "dpsdt" "surface pressure tendency" "Pa/sec" |
|---|
| 1287 | state real dmudt ij misc 1 - - "dmudt" "mu tendency" "Pa/sec" |
|---|
| 1288 | state real pk1m ij misc 1 - - "pk1m" "surface pressure at previous step" "Pa" |
|---|
| 1289 | state real mu_2m ij misc 1 - - "mu_2m" "mu_2 at previous step" "Pa" |
|---|
| 1290 | |
|---|
| 1291 | state real max_cfl - misc 1 - - "max_cfl" "maximum CFL value in grid at a time" "-" |
|---|
| 1292 | |
|---|
| 1293 | state real prec_acc_c ij misc 1 - rh "prec_acc_c" "ACCUMULATED CUMULUS PRECIPITATION OVER prec_acc_dt PERIODS OF TIME" "mm" |
|---|
| 1294 | state real prec_acc_nc ij misc 1 - rh "prec_acc_nc" "ACCUMULATED GRID SCALE PRECIPITATION OVER prec_acc_dt PERIODS OF TIME" "mm" |
|---|
| 1295 | state real snow_acc_nc ij misc 1 - rh "snow_acc_nc" "ACCUMULATED SNOW WATER EQUIVALENT OVER prec_acc_dt PERIODS OF TIME" "mm" |
|---|
| 1296 | |
|---|
| 1297 | # Placeholder for decoupled advective tendency diagnostics for non-chem |
|---|
| 1298 | state real - ikjf advh_t 1 - - - |
|---|
| 1299 | state real advh_qv ikjf advh_t 1 - - "advh_qv" "ACCUMULATED HORIZONTAL TENDENCY FOR WATER VAPOR" "kg kg-1" |
|---|
| 1300 | |
|---|
| 1301 | state real - ikjf advz_t 1 - - - |
|---|
| 1302 | state real advz_qv ikjf advz_t 1 - - "advz_qv" "ACCUMULATED VERTICAL TENDENCY FOR WATER VAPOR" "kg kg-1" |
|---|
| 1303 | |
|---|
| 1304 | # Ocean Mixed-Layer State Variables |
|---|
| 1305 | state real TML ij misc 1 - rhd=(interp_mask_water_field:lu_index,iswater)u=(copy_fcnm) "TML" "OCEAN MIXED-LAYER TEMPERATURE" "K" |
|---|
| 1306 | state real T0ML ij misc 1 - rhd=(interp_mask_water_field:lu_index,iswater)u=(copy_fcnm) "T0ML" "INITIAL OCEAN MIXED-LAYER TEMPERATURE" "K" |
|---|
| 1307 | state real HML ij misc 1 - rhd=(interp_mask_water_field:lu_index,iswater)u=(copy_fcnm) "HML" "OCEAN MIXED-LAYER DEPTH" "m" |
|---|
| 1308 | state real H0ML ij misc 1 - i012rhd=(interp_mask_water_field:lu_index,iswater)u=(copy_fcnm) "H0ML" "INITIAL OCEAN MIXED-LAYER DEPTH" "m" |
|---|
| 1309 | state real HUML ij misc 1 - rhd=(interp_mask_water_field:lu_index,iswater)u=(copy_fcnm) "HUML" "OCEAN MIXED-LAYER DEPTH * U-CURRENT" " m2s-1 " |
|---|
| 1310 | state real HVML ij misc 1 - rhd=(interp_mask_water_field:lu_index,iswater)u=(copy_fcnm) "HVML" "OCEAN MIXED-LAYER DEPTH * V-CURRENT" " m2s-1 " |
|---|
| 1311 | state real TMOML ij misc 1 - i012rhd=(interp_mask_water_field:lu_index,iswater)u=(copy_fcnm) "TMOML" "OCEAN LAYER MEAN TEMPERATURE " "K" |
|---|
| 1312 | # |
|---|
| 1313 | #--------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 1314 | # |
|---|
| 1315 | |
|---|
| 1316 | ###### |
|---|
| 1317 | # |
|---|
| 1318 | # Variables that are set at run-time to control configuration (namelist-settable) |
|---|
| 1319 | # |
|---|
| 1320 | #<Table> <Type> <Sym> <How set> <Nentries> <Default> |
|---|
| 1321 | |
|---|
| 1322 | # Time Control |
|---|
| 1323 | rconfig integer run_days namelist,time_control 1 0 irh "run_days" "NUMBER OF DAYS TO RUN" |
|---|
| 1324 | rconfig integer run_hours namelist,time_control 1 0 irh "run_hours" "NUMBER OF HOURS TO RUN" |
|---|
| 1325 | rconfig integer run_minutes namelist,time_control 1 0 irh "run_minutes" "NUMBER OF MINUTES TO RUN" |
|---|
| 1326 | rconfig integer run_seconds namelist,time_control 1 0 irh "run_seconds" "NUMBER OF SECONDS TO RUN" |
|---|
| 1327 | rconfig integer start_year namelist,time_control max_domains 1993 irh "start_year" "4 DIGIT YEAR OF START OF MODEL" "YEARS" |
|---|
| 1328 | rconfig integer start_month namelist,time_control max_domains 03 irh "start_month" "2 DIGIT MONTH OF THE YEAR OF START OF MODEL, 1-12" "MONTHS" |
|---|
| 1329 | rconfig integer start_day namelist,time_control max_domains 13 irh "start_day" "2 DIGIT DAY OF THE MONTH OF START OF MODEL, 1-31" "DAYS" |
|---|
| 1330 | rconfig integer start_hour namelist,time_control max_domains 12 irh "start_hour" "2 DIGIT HOUR OF THE DAY OF START OF MODEL, 0-23" "HOURS" |
|---|
| 1331 | rconfig integer start_minute namelist,time_control max_domains 00 irh "start_minute" "2 DIGIT MINUTE OF THE HOUR OF START OF MODEL, 0-59" "MINUTES" |
|---|
| 1332 | rconfig integer start_second namelist,time_control max_domains 00 irh "start_second" "2 DIGIT SECOND OF THE MINUTE OF START OF MODEL, 0-59" "SECONDS" |
|---|
| 1333 | rconfig integer end_year namelist,time_control max_domains 1993 irh "end_year" "4 DIGIT YEAR OF END OF MODEL" "YEARS" |
|---|
| 1334 | rconfig integer end_month namelist,time_control max_domains 03 irh "end_month" "2 DIGIT MONTH OF THE YEAR OF END OF MODEL, 1-12" "MONTHS" |
|---|
| 1335 | rconfig integer end_day namelist,time_control max_domains 14 irh "end_day" "2 DIGIT DAY OF THE MONTH OF END OF MODEL, 1-31" "DAYS" |
|---|
| 1336 | rconfig integer end_hour namelist,time_control max_domains 12 irh "end_hour" "2 DIGIT HOUR OF THE DAY OF END OF MODEL, 0-23" "HOURS" |
|---|
| 1337 | rconfig integer end_minute namelist,time_control max_domains 00 irh "end_minute" "2 DIGIT MINUTE OF THE HOUR OF END OF MODEL, 0-59" "MINUTES" |
|---|
| 1338 | rconfig integer end_second namelist,time_control max_domains 00 irh "end_second" "2 DIGIT SECOND OF THE MINUTE OF END OF MODEL, 0-59" "SECONDS" |
|---|
| 1339 | rconfig integer interval_seconds namelist,time_control 1 43200 irh "interval_seconds" "SECONDS BETWEEN ANALYSIS AND BOUNDARY PERIODS" "SECONDS" |
|---|
| 1340 | rconfig logical input_from_file namelist,time_control max_domains .false. irh "input_from_file" "T/F INPUT FOR THIS DOMAIN FROM A SEPARATE INPUT FILE" "" |
|---|
| 1341 | rconfig integer fine_input_stream namelist,time_control max_domains 0 irh "fine_input_stream" "0 THROUGH 11, WHAT INPUT STREAM IS FINE GRID IC FROM" "" |
|---|
| 1342 | rconfig logical input_from_hires namelist,time_control max_domains .false. irh "input_from_hires" "T/F INPUT FOR THIS DOMAIN FROM USGS HI RES TERRAIN" "" |
|---|
| 1343 | rconfig character rsmas_data_path namelist,time_control 1 "." - "rsmas_data_path" "" "" |
|---|
| 1344 | rconfig logical all_ic_times namelist,time_control 1 .false. irh "all_ic_times" "T/F WRITE ALL IC TIME PERIODS" "" |
|---|
| 1345 | |
|---|
| 1346 | include registry.io_boilerplate |
|---|
| 1347 | |
|---|
| 1348 | rconfig integer JULYR namelist,time_control max_domains 0 h "JULYR" "" "" |
|---|
| 1349 | rconfig integer JULDAY namelist,time_control max_domains 1 h "JULDAY" "" "" |
|---|
| 1350 | rconfig real GMT namelist,time_control max_domains 0. h "GMT" "" "" |
|---|
| 1351 | rconfig character input_inname namelist,time_control 1 "wrfinput_d<domain>" - "name of input infile" "" "" |
|---|
| 1352 | rconfig character input_outname namelist,time_control 1 "wrfinput_d<domain>" - "name of input outfile" "" "" |
|---|
| 1353 | rconfig character bdy_inname namelist,time_control 1 "wrfbdy_d<domain>" - "name of boundary infile" "" "" |
|---|
| 1354 | rconfig character bdy_outname namelist,time_control 1 "wrfbdy_d<domain>" - "name of boundary outfile" "" "" |
|---|
| 1355 | rconfig character rst_inname namelist,time_control 1 "wrfrst_d<domain>_<date>" - "name of restrt infile" "" "" |
|---|
| 1356 | rconfig character rst_outname namelist,time_control 1 "wrfrst_d<domain>_<date>" - "name of restrt outfile" "" "" |
|---|
| 1357 | rconfig logical write_input namelist,time_control 1 .false. - "write input data for 3dvar etc." "" "" |
|---|
| 1358 | rconfig logical write_restart_at_0h namelist,time_control 1 .false. h "write_restart_at_0h" "" "" |
|---|
| 1359 | rconfig logical write_hist_at_0h_rst namelist,time_control 1 .false. h "write_hist_at_0h_rst" "T/F write hist at 0 h of restarted forecast" |
|---|
| 1360 | rconfig logical adjust_output_times namelist,time_control 1 .false. - "adjust_output_times" |
|---|
| 1361 | rconfig logical adjust_input_times namelist,time_control 1 .false. - "adjust_input_times" |
|---|
| 1362 | |
|---|
| 1363 | rconfig integer diag_print namelist,time_control 1 0 - "print out time series of model diagnostics" |
|---|
| 1364 | rconfig logical nocolons namelist,time_control 1 .false. - "nocolons" |
|---|
| 1365 | rconfig logical cycling namelist,time_control 1 .false. - "true for cycling (using wrfout file as input data)" |
|---|
| 1366 | |
|---|
| 1367 | # DFI namelist |
|---|
| 1368 | rconfig integer dfi_opt namelist,dfi_control 1 0 rh "dfi_opt" "" "" |
|---|
| 1369 | rconfig integer dfi_radar namelist,dfi_control 1 0 rh "dfi_radar" "DFI radar switch" "" |
|---|
| 1370 | rconfig integer dfi_nfilter namelist,dfi_control 1 7 rh "dfi_nfilter" "Digital filter type" "" |
|---|
| 1371 | rconfig logical dfi_write_filtered_input namelist,dfi_control 1 .true. rh "dfi_write_filtered_input" "Write a wrfinput_filtered_d0n file?" "" |
|---|
| 1372 | rconfig logical dfi_write_dfi_history namelist,dfi_control 1 .false. rh "dfi_write_dfi_history" "Write history files during filtering?" "" |
|---|
| 1373 | rconfig integer dfi_cutoff_seconds namelist,dfi_control 1 3600 rh "dfi_cutoff_seconds" "Digital filter cutoff time" "" |
|---|
| 1374 | rconfig integer dfi_time_dim namelist,dfi_control 1 1000 rh "dfi_time_dim" "MAX DIMENSION FOR HCOEFF" |
|---|
| 1375 | rconfig integer dfi_fwdstop_year namelist,dfi_control 1 2004 rh "dfi_fwdstop_year" "4 DIGIT YEAR OF START OF DFI" "YEARS" |
|---|
| 1376 | rconfig integer dfi_fwdstop_month namelist,dfi_control 1 03 rh "dfi_fwdstop_month" "2 DIGIT MONTH OF THE YEAR OF START OF DFI" "MONTHS" |
|---|
| 1377 | rconfig integer dfi_fwdstop_day namelist,dfi_control 1 13 rh "dfi_fwdstop_day" "2 DIGIT DAY OF THE MONTH OF START OF DFI" "DAYS" |
|---|
| 1378 | rconfig integer dfi_fwdstop_hour namelist,dfi_control 1 12 rh "dfi_fwdstop_hour" "2 DIGIT HOUR OF THE DAY OF START OF DFI" "HOURS" |
|---|
| 1379 | rconfig integer dfi_fwdstop_minute namelist,dfi_control 1 00 rh "dfi_fwdstop_minute" "2 DIGIT MINUTE OF THE HOUR OF START OF DFI" "MINUTES" |
|---|
| 1380 | rconfig integer dfi_fwdstop_second namelist,dfi_control 1 00 rh "dfi_fwdstop_second" "2 DIGIT SECOND OF THE MINUTE OF START OF DFI" "SECONDS" |
|---|
| 1381 | rconfig integer dfi_bckstop_year namelist,dfi_control 1 2004 rh "dfi_bckstop_year" "4 DIGIT YEAR OF END OF DFI" "YEARS" |
|---|
| 1382 | rconfig integer dfi_bckstop_month namelist,dfi_control 1 03 rh "dfi_bckstop_month" "2 DIGIT MONTH OF THE YEAR OF END OF DFI" "MONTHS" |
|---|
| 1383 | rconfig integer dfi_bckstop_day namelist,dfi_control 1 14 rh "dfi_bckstop_day" "2 DIGIT DAY OF THE MONTH OF END OF DFI" "DAYS" |
|---|
| 1384 | rconfig integer dfi_bckstop_hour namelist,dfi_control 1 12 rh "dfi_bckstop_hour" "2 DIGIT HOUR OF THE DAY OF END OF DFI" "HOURS" |
|---|
| 1385 | rconfig integer dfi_bckstop_minute namelist,dfi_control 1 00 rh "dfi_bckstop_minute" "2 DIGIT MINUTE OF THE HOUR OF END OF DFI" "MINUTES" |
|---|
| 1386 | rconfig integer dfi_bckstop_second namelist,dfi_control 1 00 rh "dfi_bckstop_second" "2 DIGIT SECOND OF THE MINUTE OF END OF DFI" "SECONDS" |
|---|
| 1387 | |
|---|
| 1388 | # Domains |
|---|
| 1389 | rconfig integer time_step namelist,domains 1 - ih "time_step" |
|---|
| 1390 | rconfig integer time_step_fract_num namelist,domains 1 0 ih "time_step_fract_num" |
|---|
| 1391 | rconfig integer time_step_fract_den namelist,domains 1 1 ih "time_step_fract_den" |
|---|
| 1392 | rconfig integer time_step_dfi namelist,domains 1 - ih "time_step_dfi" |
|---|
| 1393 | |
|---|
| 1394 | rconfig integer min_time_step namelist,domains max_domains -1 h "min_time_step" |
|---|
| 1395 | rconfig integer max_time_step namelist,domains max_domains -1 h "max_time_step" |
|---|
| 1396 | rconfig real target_cfl namelist,domains max_domains 1.2 h "target_cfl" |
|---|
| 1397 | rconfig real target_hcfl namelist,domains max_domains 0.84 h "target_hcfl" |
|---|
| 1398 | rconfig integer max_step_increase_pct namelist,domains max_domains 5 h "max_step_increase_pct" |
|---|
| 1399 | rconfig integer starting_time_step namelist,domains max_domains -1 h "starting_time_step" |
|---|
| 1400 | rconfig logical step_to_output_time namelist,domains 1 .true. h "step_to_output_time" |
|---|
| 1401 | rconfig integer adaptation_domain namelist,domains 1 1 h "adaptation_domain" |
|---|
| 1402 | rconfig logical use_adaptive_time_step namelist,domains 1 .false. h "use_adaptive_time_step" |
|---|
| 1403 | |
|---|
| 1404 | rconfig integer max_dom namelist,domains 1 1 irh "max_dom" "" "" |
|---|
| 1405 | rconfig integer s_we namelist,domains max_domains 1 irh "s_we" "" "" |
|---|
| 1406 | rconfig integer e_we namelist,domains max_domains 32 irh "e_we" "" "" |
|---|
| 1407 | rconfig integer s_sn namelist,domains max_domains 1 irh "s_sn" "" "" |
|---|
| 1408 | rconfig integer e_sn namelist,domains max_domains 32 irh "e_sn" "" "" |
|---|
| 1409 | rconfig integer s_vert namelist,domains max_domains 1 irh "s_vert" "" "" |
|---|
| 1410 | rconfig integer e_vert namelist,domains max_domains 31 irh "e_vert" "" "" |
|---|
| 1411 | rconfig integer num_metgrid_levels namelist,domains 1 27 irh "num_metgrid_levels" "" "" |
|---|
| 1412 | rconfig integer num_metgrid_soil_levels namelist,domains 1 4 irh "num_metgrid_soil_levels" "number of input levels or layers in 3D sm, st, sw arrays" "" |
|---|
| 1413 | rconfig real p_top_requested namelist,domains 1 5000 irh "p_top_requested" "Pa" "" |
|---|
| 1414 | rconfig integer interp_type namelist,domains 1 2 irh "interp_type" "1=interp in pressure, 2=interp in LOG pressure" "" |
|---|
| 1415 | rconfig integer vert_refine_fact namelist,domains 1 1 irh "vertical refinment factor for ndown" "" |
|---|
| 1416 | rconfig integer extrap_type namelist,domains 1 2 irh "extrap_type" "1= use 2 lowest levels, 2=constant" "" |
|---|
| 1417 | rconfig integer t_extrap_type namelist,domains 1 2 irh "t_extrap_type" "1=isothermal, 2=6.5 K/km, 3=adiabatic" "" |
|---|
| 1418 | rconfig logical lowest_lev_from_sfc namelist,domains 1 .false. irh "lowest_lev_from_sfc" "" "" |
|---|
| 1419 | rconfig logical use_levels_below_ground namelist,domains 1 .true. irh "use_levels_below_ground" "T/F: use input data levels below input sfc pres" "" |
|---|
| 1420 | rconfig logical use_tavg_for_tsk namelist,domains 1 .false. irh "use_tavg_for_tsk" "T/F: use diurnal avg sfc temp for tsk" "" |
|---|
| 1421 | rconfig logical use_surface namelist,domains 1 .true. irh "use_surface" "T/F: use input surface level in interpolation" "" |
|---|
| 1422 | rconfig integer lagrange_order namelist,domains 1 1 irh "lagrange_order" "1=linear, 2=quadratic vertical interpolation" "" |
|---|
| 1423 | rconfig integer force_sfc_in_vinterp namelist,domains 1 1 irh "force_sfc_in_vinterp" "number of eta levels forced to use sfc in vert interp" "" |
|---|
| 1424 | rconfig real zap_close_levels namelist,domains 1 500 irh "zap_close_levels" "delta p where level is removed in vert interp" "Pa" |
|---|
| 1425 | rconfig logical sfcp_to_sfcp namelist,domains 1 .false. irh "sfcp_to_sfcp" "T/F use incoming sfc pres to compute new sfc pres" "flag" |
|---|
| 1426 | rconfig logical adjust_heights namelist,domains 1 .false. irh "adjust_heights" "T/F adjust pressure level input to match 500 mb height" "flag" |
|---|
| 1427 | rconfig logical smooth_cg_topo namelist,domains 1 .false. irh "smooth_cg_topo" "T/F smooth CG topo on boundarries" "flag" |
|---|
| 1428 | rconfig logical aggregate_lu namelist,domains 1 .false. irh "aggregate_lu" "T/F aggregate the grass, shrubs, trees in LU" |
|---|
| 1429 | rconfig logical rh2qv_wrt_liquid namelist,domains 1 .true. irh "rh2qv_wrt_liquid" "T = rh=>Qv assumes RH wrt liquid water, F = allows ice" |
|---|
| 1430 | rconfig integer rh2qv_method namelist,domains 1 1 irh "rh2qv_method" "1=old MM5 method, 2=new WMO method" |
|---|
| 1431 | rconfig real qv_max_p_safe namelist,domains 1 10000 irh "qv_max_p_safe" "Threshhold pressure, Qv > flag set to value" "Pa" |
|---|
| 1432 | rconfig real qv_max_flag namelist,domains 1 1.E-5 irh "qv_max_flag" "Qv flag for max" "kg kg{-1}" |
|---|
| 1433 | rconfig real qv_max_value namelist,domains 1 3.E-6 irh "qv_max_value" "Qv value for max" "kg kg{-1}" |
|---|
| 1434 | rconfig real qv_min_p_safe namelist,domains 1 110000 irh "qv_min_p_safe" "Threshhold pressure, Qv < flag set to value" "Pa" |
|---|
| 1435 | rconfig real qv_min_flag namelist,domains 1 1.E-6 irh "qv_min_flag" "Qv flag for min" "kg kg{-1}" |
|---|
| 1436 | rconfig real qv_min_value namelist,domains 1 1.E-6 irh "qv_min_value" "Qv value for min" "kg kg{-1}" |
|---|
| 1437 | rconfig real dx namelist,domains max_domains 200 h "dx" "X HORIZONTAL RESOLUTION" "METERS" |
|---|
| 1438 | rconfig real dy namelist,domains max_domains 200 h "dy" "Y HORIZONTAL RESOLUTION" "METERS" |
|---|
| 1439 | rconfig integer grid_id namelist,domains max_domains 1 irh "id" "" "" |
|---|
| 1440 | rconfig logical grid_allowed namelist,domains max_domains .true. irh "allowed" "" "" |
|---|
| 1441 | rconfig integer parent_id namelist,domains max_domains 0 h "parent_id" "" "" |
|---|
| 1442 | rconfig integer i_parent_start namelist,domains max_domains 1 rh "i_parent_start" "" "" |
|---|
| 1443 | rconfig integer j_parent_start namelist,domains max_domains 1 rh "j_parent_start" "" "" |
|---|
| 1444 | rconfig integer parent_grid_ratio namelist,domains max_domains 1 h "parent_grid_ratio" "" "" |
|---|
| 1445 | rconfig integer parent_time_step_ratio namelist,domains max_domains 1 h "parent_time_step_ratio" "" "" |
|---|
| 1446 | rconfig integer feedback namelist,domains 1 1 h "feedback" "" "" |
|---|
| 1447 | rconfig integer smooth_option namelist,domains 1 2 h "smooth_option" "" "" |
|---|
| 1448 | rconfig integer blend_width namelist,domains 1 5 h "blend_width" "width of cg fg terrain blended zone" "" |
|---|
| 1449 | rconfig real ztop namelist,domains max_domains 15000. h "ztop" "" "" |
|---|
| 1450 | rconfig integer moad_grid_ratio namelist,domains max_domains 1 h "moad_grid_ratio" "" "" |
|---|
| 1451 | rconfig integer moad_time_step_ratio namelist,domains max_domains 1 h "moad_time_step_ratio" "" "" |
|---|
| 1452 | rconfig integer shw namelist,domains max_domains 2 h "stencil_half_width" "HORIZONTAL INTERPOLATION STENCIL HALF-WIDTH" "GRID POINTS" |
|---|
| 1453 | rconfig integer tile_sz_x namelist,domains 1 0 - "tile_sz_x" "" "" |
|---|
| 1454 | rconfig integer tile_sz_y namelist,domains 1 0 - "tile_sz_y" "" "" |
|---|
| 1455 | rconfig integer numtiles namelist,domains 1 1 - "numtiles" "" "" |
|---|
| 1456 | rconfig integer nproc_x namelist,domains 1 -1 - "nproc_x" "-1 means not set" "" |
|---|
| 1457 | rconfig integer nproc_y namelist,domains 1 -1 - "nproc_y" "-1 means not set" "" |
|---|
| 1458 | rconfig integer irand namelist,domains 1 0 - "irand" "" "" |
|---|
| 1459 | rconfig real dt derived max_domains 2. h "dt" "TEMPORAL RESOLUTION" "SECONDS" |
|---|
| 1460 | rconfig integer num_moves namelist,domains 1 0 |
|---|
| 1461 | rconfig integer ts_buf_size namelist,domains 1 200 - "ts_buf_size" "Size of time series buffer" |
|---|
| 1462 | rconfig integer max_ts_locs namelist,domains 1 5 - "max_ts_locs" "Maximum number of time series locations" |
|---|
| 1463 | rconfig integer vortex_interval namelist,domains max_domains 15 - "" "" "minutes" |
|---|
| 1464 | rconfig integer max_vortex_speed namelist,domains max_domains 40 - "" "" "meters per second" |
|---|
| 1465 | rconfig integer corral_dist namelist,domains max_domains 8 |
|---|
| 1466 | rconfig integer track_level namelist,domains 1 50000 |
|---|
| 1467 | rconfig real time_to_move namelist,domains max_domains 0. - "" "" "minutes" |
|---|
| 1468 | rconfig integer move_id namelist,domains max_moves 0 |
|---|
| 1469 | rconfig integer move_interval namelist,domains max_moves 999999999 |
|---|
| 1470 | rconfig integer move_cd_x namelist,domains max_moves 0 |
|---|
| 1471 | rconfig integer move_cd_y namelist,domains max_moves 0 |
|---|
| 1472 | rconfig logical swap_x namelist,domains max_domains .false. rh "swap_x" "" "" |
|---|
| 1473 | rconfig logical swap_y namelist,domains max_domains .false. rh "swap_y" "" "" |
|---|
| 1474 | rconfig logical cycle_x namelist,domains max_domains .false. rh "cycle_x" "" "" |
|---|
| 1475 | rconfig logical cycle_y namelist,domains max_domains .false. rh "cycle_y" "" "" |
|---|
| 1476 | rconfig logical reorder_mesh namelist,domains 1 .false. rh "reorder_mesh" "" "" |
|---|
| 1477 | rconfig logical perturb_input namelist,domains 1 .false. h "" "" "" |
|---|
| 1478 | rconfig real eta_levels namelist,domains max_eta -1. |
|---|
| 1479 | rconfig real max_dz namelist,domains 1 1000. |
|---|
| 1480 | |
|---|
| 1481 | # TC (tropical cyclone bogusing) |
|---|
| 1482 | rconfig logical insert_bogus_storm namelist,tc 1 .false. irh "insert_bogus_storm" "T/F for inserting a bogus typhoon" "flag" |
|---|
| 1483 | rconfig logical remove_storm namelist,tc 1 .false. irh "remove_storm" "T/F for only removing the original typhoon" "flag" |
|---|
| 1484 | rconfig integer num_storm namelist,tc 1 1 irh "num_storm" "Number of bogus typhoons" "" |
|---|
| 1485 | rconfig real latc_loc namelist,tc max_bogus -999. irh "latc_loc" "center latitude of the bogus tyhoon" "DEGREES" |
|---|
| 1486 | rconfig real lonc_loc namelist,tc max_bogus -999. irh "lonc_loc" "center longitude of the bogus tyhoon" "DEGREES" |
|---|
| 1487 | rconfig real vmax_meters_per_second namelist,tc max_bogus -999. irh "vmax_meters_per_second" "vmax of bogus storm in meters per second" "" |
|---|
| 1488 | rconfig real rmax namelist,tc max_bogus -999. irh "rmax" "maximum radius outward from storm center" "" |
|---|
| 1489 | rconfig real vmax_ratio namelist,tc max_bogus -999. irh "vmax_ratio" "" "" |
|---|
| 1490 | rconfig real rankine_lid namelist,tc 1 -999. irh "top pressure limit for the tc bogus scheme" |
|---|
| 1491 | |
|---|
| 1492 | |
|---|
| 1493 | # Physics |
|---|
| 1494 | rconfig integer mp_physics namelist,physics max_domains 0 rh "mp_physics" "" "" |
|---|
| 1495 | #rconfig integer milbrandt_ccntype namelist,physics max_domains 0 rh "milbrandt select maritime(1)/continental(2)" "" "" |
|---|
| 1496 | rconfig integer gsfcgce_hail namelist,physics 1 0 rh "gsfcgce select hail/graupel" "" "" |
|---|
| 1497 | rconfig integer gsfcgce_2ice namelist,physics 1 0 rh "gsfcgce select 2ice/3ice" "" "" |
|---|
| 1498 | rconfig integer progn namelist,physics max_domains 0 rh "progn" "" "" |
|---|
| 1499 | rconfig integer ra_lw_physics namelist,physics max_domains 0 rh "ra_lw_physics" "" "" |
|---|
| 1500 | rconfig integer ra_sw_physics namelist,physics max_domains 0 rh "ra_sw_physics" "" "" |
|---|
| 1501 | rconfig real radt namelist,physics max_domains 0 h "RADT" "" "" |
|---|
| 1502 | rconfig real naer namelist,physics max_domains 1e9 rh "NAER" "" "" |
|---|
| 1503 | rconfig integer sf_sfclay_physics namelist,physics max_domains 0 rh "sf_sfclay_physics" "" "" |
|---|
| 1504 | rconfig integer sf_surface_physics namelist,physics max_domains 0 rh "sf_surface_physics" "" "" |
|---|
| 1505 | rconfig integer bl_pbl_physics namelist,physics max_domains 0 rh "bl_pbl_physics" "" "" |
|---|
| 1506 | rconfig integer sf_urban_physics namelist,physics max_domains 0 rh "sf_urban_physics" "activate urban model 0=no, 1=Noah_UCM 2=BEP_UCM" "" |
|---|
| 1507 | rconfig real BLDT namelist,physics max_domains 0 h "BLDT" "" "" |
|---|
| 1508 | rconfig integer cu_physics namelist,physics max_domains 0 rh "cu_physics" "" "" |
|---|
| 1509 | rconfig integer shcu_physics namelist,physics max_domains 0 rh "shcu_physics" "" "" |
|---|
| 1510 | rconfig integer kfeta_trigger namelist,physics 1 1 rh "KFETA Trigger function" "" "" |
|---|
| 1511 | rconfig real CUDT namelist,physics max_domains 0 h "CUDT" "" "" |
|---|
| 1512 | rconfig real GSMDT namelist,physics max_domains 0 h "GSMDT" "" "" |
|---|
| 1513 | rconfig integer ISFFLX namelist,physics 1 1 irh "ISFFLX" "" "" |
|---|
| 1514 | rconfig integer IFSNOW namelist,physics 1 0 irh "IFSNOW" "" "" |
|---|
| 1515 | rconfig integer ICLOUD namelist,physics 1 1 irh "ICLOUD" "" "" |
|---|
| 1516 | rconfig real swrad_scat namelist,physics 1 1 irh "SWRAD_SCAT" "SCATTERING FACTOR IN SWRAD" "" |
|---|
| 1517 | rconfig integer surface_input_source namelist,physics 1 1 irh "surface_input_source" "1=static (fractional), 2=time dependent (dominant), 3=hybrid (not yet implemented)" "" |
|---|
| 1518 | rconfig integer num_soil_layers namelist,physics 1 5 irh "num_soil_layers" "" "" |
|---|
| 1519 | rconfig integer num_urban_layers namelist,physics 1 400 irh "num_urban_layers" "" "" |
|---|
| 1520 | rconfig integer num_months namelist,physics 1 12 irh "num_months" "" "" |
|---|
| 1521 | rconfig integer maxiens namelist,physics 1 1 irh "maxiens" "" "" |
|---|
| 1522 | rconfig integer maxens namelist,physics 1 3 irh "maxens" "" "" |
|---|
| 1523 | rconfig integer maxens2 namelist,physics 1 3 irh "maxens2" "" "" |
|---|
| 1524 | rconfig integer maxens3 namelist,physics 1 16 irh "maxens3" "" "" |
|---|
| 1525 | rconfig integer ensdim namelist,physics 1 144 irh "ensdim" "" "" |
|---|
| 1526 | rconfig integer cugd_avedx namelist,physics 1 1 irh "cugd_avedx" "" "" |
|---|
| 1527 | rconfig integer clos_choice namelist,physics 1 0 rh "clos_choice" "" "" |
|---|
| 1528 | rconfig integer imomentum namelist,physics 1 0 rh "imomentum" "momentum transport in G3 scheme" "" |
|---|
| 1529 | rconfig integer ishallow namelist,physics 1 0 rh "ishallow" "shallow convection in G3 scheme" "" |
|---|
| 1530 | rconfig integer chem_opt namelist,physics max_domains 0 rh "chem_opt" "" "" |
|---|
| 1531 | rconfig integer num_land_cat namelist,physics 1 24 - "num_land_cat" "" "" |
|---|
| 1532 | rconfig integer num_soil_cat namelist,physics 1 16 - "num_soil_cat" "" "" |
|---|
| 1533 | rconfig integer mp_zero_out namelist,physics 1 0 - "mp_zero_out" "microphysics fields set to zero 0=no action taken, 1=all fields but Qv, 2=all fields including Qv" "flag" |
|---|
| 1534 | rconfig real mp_zero_out_thresh namelist,physics 1 1.e-8 - "mp_zero_out_thresh" "minimum threshold for non-Qv moist fields, below are set to zero" "kg/kg" |
|---|
| 1535 | rconfig real seaice_threshold namelist,physics 1 271 h "seaice_threshold" "tsk below which which water points are set to sea ice for slab scheme" "K" |
|---|
| 1536 | rconfig integer sst_update namelist,physics 1 0 h "sst_update" "update sst from wrflowinp file 0=no, 1=yes" "" |
|---|
| 1537 | rconfig integer sst_skin namelist,physics 1 0 h "sst_skin" "calculate sst skin temperature 0=no, 1=yes" "" |
|---|
| 1538 | rconfig integer tmn_update namelist,physics 1 0 h "tmn_update" "update tmn from calculation 0=no, 1=yes" "" |
|---|
| 1539 | rconfig logical usemonalb namelist,physics 1 .false. h "usemonalb" "use 2d field vs table values false=table, True=2d" "" |
|---|
| 1540 | rconfig logical rdmaxalb namelist,physics 1 .true. h "rdmaxalb" "false set it to table values" "" |
|---|
| 1541 | rconfig logical rdlai2d namelist,physics 1 .false. h "rdlai2d" "false set it to table values" "" |
|---|
| 1542 | rconfig integer co2tf namelist,physics 1 1 - "co2tf" "GFDL radiation co2 flag" "" |
|---|
| 1543 | rconfig integer ra_call_offset namelist,physics 1 0 - "ra_call_offset" "radiation call offset in timesteps (-1=old, 0=new offset)" "" |
|---|
| 1544 | rconfig real cam_abs_freq_s namelist,physics 1 21600. - "cam_abs_freq_s" "CAM radiation frequency for clear-sky longwave calculations" "s" |
|---|
| 1545 | rconfig integer levsiz namelist,physics 1 1 - "levsiz" "Number of ozone data levels for CAM radiation (59)" "" |
|---|
| 1546 | rconfig integer paerlev namelist,physics 1 1 - "paerlev" "Number of aerosol data levels for CAM radiation (29)" "" |
|---|
| 1547 | rconfig integer cam_abs_dim1 namelist,physics 1 1 - "cam_abs_dim1" "dimension for absnxt in CAM radiation" "" |
|---|
| 1548 | rconfig integer cam_abs_dim2 namelist,physics 1 1 - "cam_abs_dim2" "dimension for abstot in CAM radiation" "" |
|---|
| 1549 | rconfig integer lagday namelist,physics 1 1 - "lagday" "" "" |
|---|
| 1550 | rconfig logical cu_rad_feedback namelist,physics max_domains .false. - "feedback cumulus to radiation" "" |
|---|
| 1551 | rconfig integer pxlsm_smois_init namelist,physics max_domains 1 irh "PXLSM_SMOIS_INIT" "Soil moisture initialization option 0-From analysis 1-From MAVAIL" "" |
|---|
| 1552 | rconfig integer omlcall namelist,physics 1 0 h "omlcall" "activate simple ocean mixed layer model 0=no, 1=yes" "" |
|---|
| 1553 | rconfig real oml_hml0 namelist,physics 1 50 h "oml_hml0" "oml initial mixed layer depth value" "m" |
|---|
| 1554 | rconfig real oml_gamma namelist,physics 1 0.14 h "oml_gamma" "oml deep water lapse rate" "K m-1" |
|---|
| 1555 | rconfig integer isftcflx namelist,physics 1 0 h "isftcflx" "switch to control sfc fluxes" "" |
|---|
| 1556 | rconfig integer iz0tlnd namelist,physics 1 0 h "iz0tlnd" "switch to control land thermal roughness length" "" |
|---|
| 1557 | rconfig real shadlen namelist,physics 1 25000. - "shadow_length" "maximum length of orographic shadow" "m" |
|---|
| 1558 | rconfig integer slope_rad namelist,physics max_domains 0 - "slope_rad" "1: use slope-dependent radiation, 0:not" "" |
|---|
| 1559 | rconfig integer topo_shading namelist,physics max_domains 0 - "topo_shading" "1: apply topographic shading to radiation, 0:not" "" |
|---|
| 1560 | rconfig integer no_mp_heating namelist,physics 1 0 - "no_mp_heating" "switch to turn of latent heating in mp schemes" "" |
|---|
| 1561 | rconfig integer fractional_seaice namelist,physics 1 0 - "fractional_seaice" "Fractional sea-ice option" |
|---|
| 1562 | rconfig logical tice2tsk_if2cold namelist,physics 1 .false. - "tice2tsk_if2cold" "Avoid low ice temps when ice frac and Tsk are inconsistent" |
|---|
| 1563 | rconfig real bucket_mm namelist,physics 1 -1. h "bucket_mm" "bucket reset value for water accumulations -1: inactive" "" |
|---|
| 1564 | rconfig real bucket_J namelist,physics 1 -1. h "bucket_J" "bucket reset value for energy accumulations -1: inactive" "" |
|---|
| 1565 | rconfig real mp_tend_lim namelist,physics 1 10. - "mp_tend_lim" "limit on temp tendency from mp latent heating" "K/s" |
|---|
| 1566 | rconfig real prec_acc_dt namelist,physics max_domains 0. h "prec_acc_dt" "bucket reset time interval between outputs for cumulus or grid scale precipitation" "minutes" |
|---|
| 1567 | rconfig integer prec_acc_opt derived 1 0 - "prec_acc_opt" "option to output precip in a time window" "" |
|---|
| 1568 | rconfig integer bucketr_opt derived 1 0 - "bucketr_opt" "option to output water accum based on bucket_mm" "" |
|---|
| 1569 | |
|---|
| 1570 | rconfig integer grav_settling namelist,physics max_domains 0 h "grav_settling" "activate gravitationalsettling of fog 0=no, 1=yes" |
|---|
| 1571 | |
|---|
| 1572 | #FDDA namelist parameters |
|---|
| 1573 | rconfig real FGDT namelist,fdda max_domains 0 h "FGDT" "" "" |
|---|
| 1574 | rconfig integer FGDTZERO namelist,fdda max_domains 0 rh "FGDTZERO" "" "" |
|---|
| 1575 | rconfig integer grid_fdda namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1576 | rconfig integer grid_sfdda namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1577 | rconfig integer if_no_pbl_nudging_uv namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1578 | rconfig integer if_no_pbl_nudging_t namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1579 | rconfig integer if_no_pbl_nudging_ph namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1580 | rconfig integer if_no_pbl_nudging_q namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1581 | rconfig integer if_zfac_uv namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1582 | rconfig integer k_zfac_uv namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1583 | rconfig integer if_zfac_t namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1584 | rconfig integer k_zfac_t namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1585 | rconfig integer if_zfac_ph namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1586 | rconfig integer k_zfac_ph namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1587 | rconfig integer if_zfac_q namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1588 | rconfig integer k_zfac_q namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1589 | rconfig integer dk_zfac_uv namelist,fdda max_domains 1 rh "grid_fdda" "" "" |
|---|
| 1590 | rconfig integer dk_zfac_t namelist,fdda max_domains 1 rh "grid_fdda" "" "" |
|---|
| 1591 | rconfig integer dk_zfac_ph namelist,fdda max_domains 1 rh "grid_fdda" "" "" |
|---|
| 1592 | rconfig real guv namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1593 | rconfig real guv_sfc namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1594 | rconfig real gt namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1595 | rconfig real gt_sfc namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1596 | rconfig real gq namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1597 | rconfig real gq_sfc namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1598 | rconfig real gph namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1599 | rconfig real dtramp_min namelist,fdda 1 0 h "grid_fdda" "" "" |
|---|
| 1600 | rconfig integer if_ramping namelist,fdda 1 0 h "grid_fdda" "" "" |
|---|
| 1601 | rconfig real rinblw namelist,fdda 1 0 h "grid_fdda" "" "" |
|---|
| 1602 | rconfig integer xwavenum namelist,fdda max_domains 0 rh "grid_fdda" "top wave number to nudge in x direction" "" |
|---|
| 1603 | rconfig integer ywavenum namelist,fdda max_domains 0 rh "grid_fdda" "top wave number to nudge in y direction" "" |
|---|
| 1604 | rconfig integer pxlsm_soil_nudge namelist,fdda max_domains 0 rh "pxlsm_soil_nudge" "nudge pxlsm soil" "" |
|---|
| 1605 | |
|---|
| 1606 | #Observational Nudging |
|---|
| 1607 | rconfig integer obs_nudge_opt namelist,fdda max_domains 0 rh "obs_nudge_opt" "Obs-nudging flag for domain" "" |
|---|
| 1608 | rconfig integer max_obs namelist,fdda 1 0 h "max_obs" "Maximum number of observations" "" |
|---|
| 1609 | rconfig real fdda_start namelist,fdda max_domains 0 rh "fdda_start" "Nudging start time for domain" "min" |
|---|
| 1610 | rconfig real fdda_end namelist,fdda max_domains 0 rh "fdda_end" "Nudging end time for domain" "min" |
|---|
| 1611 | rconfig integer obs_nudge_wind namelist,fdda max_domains 0 rh "obs_nudge_wind" "Wind-nudging flag for domain" "" |
|---|
| 1612 | rconfig real obs_coef_wind namelist,fdda max_domains 0 rh "obs_coef_wind" "Wind-nudging coeficient for domain" "s-1" |
|---|
| 1613 | rconfig integer obs_nudge_temp namelist,fdda max_domains 0 rh "obs_nudge_temp" "Temperature-nudging flag for domain" "" |
|---|
| 1614 | rconfig real obs_coef_temp namelist,fdda max_domains 0 rh "obs_coef_temp" "Temperature-nudging coef for domain" "s-1" |
|---|
| 1615 | rconfig integer obs_nudge_mois namelist,fdda max_domains 0 rh "obs_nudge_mois" "Moisture-nudging flag for domain" "" |
|---|
| 1616 | rconfig real obs_coef_mois namelist,fdda max_domains 0 rh "obs_coef_mois" "Moisture-nudging coef for domain" "s-1" |
|---|
| 1617 | rconfig integer obs_nudge_pstr namelist,fdda max_domains 0 rh "obs_nudge_pstr" "Not used" "" |
|---|
| 1618 | rconfig real obs_coef_pstr namelist,fdda max_domains 0 rh "obs_coef_pstr" "Not used" "" |
|---|
| 1619 | rconfig integer obs_no_pbl_nudge_uv namelist,fdda max_domains 0 rh "obs_no_pbl_nudge_uv" "1=no wind-nudging within pbl" "" |
|---|
| 1620 | rconfig integer obs_no_pbl_nudge_t namelist,fdda max_domains 0 rh "obs_no_pbl_nudge_t" "1=no temperature-nudging within pbl" "" |
|---|
| 1621 | rconfig integer obs_no_pbl_nudge_q namelist,fdda max_domains 0 rh "obs_no_pbl_nudge_q" "1=no moisture-nudging within pbl" "" |
|---|
| 1622 | rconfig integer obs_sfc_scheme_horiz namelist,fdda 1 0 rh "obs_sfcscheme_horiz" "0=wrf scheme, 1=original mm5 scheme" "" |
|---|
| 1623 | rconfig integer obs_sfc_scheme_vert namelist,fdda 1 0 rh "obs_sfcscheme_vert" "0=regime vif scheme, 1=original simple scheme" "" |
|---|
| 1624 | rconfig real obs_max_sndng_gap namelist,fdda 1 20 rh "obs_max_sndng_gap" "Max press gap between soundings" "centibars" |
|---|
| 1625 | rconfig real obs_nudgezfullr1_uv namelist,fdda 1 50 rh "obs_nudgezfullr1_uv" "Vert infl full weight height for LML obs, regime 1, winds" "" |
|---|
| 1626 | rconfig real obs_nudgezrampr1_uv namelist,fdda 1 50 rh "obs_nudgezrampr1_uv" "Vert infl ramp-to-zero height for LML obs, regime 1, winds" "" |
|---|
| 1627 | rconfig real obs_nudgezfullr2_uv namelist,fdda 1 50 rh "obs_nudgezfullr2_uv" "Vert infl full weight height for LML obs, regime 2, winds" "" |
|---|
| 1628 | rconfig real obs_nudgezrampr2_uv namelist,fdda 1 50 rh "obs_nudgezrampr2_uv" "Vert infl ramp-to-zero height for LML obs, regime 2, winds" "" |
|---|
| 1629 | rconfig real obs_nudgezfullr4_uv namelist,fdda 1 -5000 rh "obs_nudgezfullr4_uv" "Vert infl full weight height for LML obs, regime 4, winds" "" |
|---|
| 1630 | rconfig real obs_nudgezrampr4_uv namelist,fdda 1 50 rh "obs_nudgezrampr4_uv" "Vert infl ramp-to-zero height for LML obs, regime 4, winds" "" |
|---|
| 1631 | rconfig real obs_nudgezfullr1_t namelist,fdda 1 50 rh "obs_nudgezfullr1_t" "Vert infl full weight height for LML obs, regime 1, temperature" "" |
|---|
| 1632 | rconfig real obs_nudgezrampr1_t namelist,fdda 1 50 rh "obs_nudgezrampr1_t" "Vert infl ramp-to-zero height for LML obs, regime 1, temperature" "" |
|---|
| 1633 | rconfig real obs_nudgezfullr2_t namelist,fdda 1 50 rh "obs_nudgezfullr2_t" "Vert infl full weight height for LML obs, regime 2, temperature" "" |
|---|
| 1634 | rconfig real obs_nudgezrampr2_t namelist,fdda 1 50 rh "obs_nudgezrampr2_t" "Vert infl ramp-to-zero height for LML obs, regime 2, temperature" "" |
|---|
| 1635 | rconfig real obs_nudgezfullr4_t namelist,fdda 1 -5000 rh "obs_nudgezfullr4_t" "Vert infl full weight height for LML obs, regime 4, temperature" "" |
|---|
| 1636 | rconfig real obs_nudgezrampr4_t namelist,fdda 1 50 rh "obs_nudgezrampr4_t" "Vert infl ramp-to-zero height for LML obs, regime 4, temperature" "" |
|---|
| 1637 | rconfig real obs_nudgezfullr1_q namelist,fdda 1 50 rh "obs_nudgezfullr1_q" "Vert infl full weight height for LML obs, regime 1, moisture" "" |
|---|
| 1638 | rconfig real obs_nudgezrampr1_q namelist,fdda 1 50 rh "obs_nudgezrampr1_q" "Vert infl ramp-to-zero height for LML obs, regime 1, moisture" "" |
|---|
| 1639 | rconfig real obs_nudgezfullr2_q namelist,fdda 1 50 rh "obs_nudgezfullr2_q" "Vert infl full weight height for LML obs, regime 2, moisture" "" |
|---|
| 1640 | rconfig real obs_nudgezrampr2_q namelist,fdda 1 50 rh "obs_nudgezrampr2_q" "Vert infl ramp-to-zero height for LML obs, regime 2, moisture" "" |
|---|
| 1641 | rconfig real obs_nudgezfullr4_q namelist,fdda 1 -5000 rh "obs_nudgezfullr4_q" "Vert infl full weight height for LML obs, regime 4, moisture" "" |
|---|
| 1642 | rconfig real obs_nudgezrampr4_q namelist,fdda 1 50 rh "obs_nudgezrampr4_q" "Vert infl ramp-to-zero height for LML obs, regime 4, moisture" "" |
|---|
| 1643 | rconfig real obs_nudgezfullmin namelist,fdda 1 50 rh "obs_nudgezfullmin" "Minimum depth through which vertical influence fcn remains 1.0" "m" |
|---|
| 1644 | rconfig real obs_nudgezrampmin namelist,fdda 1 50 rh "obs_nudgezrampmin" "Minimum depth through which vertical influence fcn decreases from 1.0 to 0.0" "m" |
|---|
| 1645 | rconfig real obs_nudgezmax namelist,fdda 1 3000 rh "obs_nudgezmax" "Maximum depth in which vertical influence function is nonzero" "m" |
|---|
| 1646 | rconfig real obs_sfcfact namelist,fdda 1 1.0 h "obs_sfcfact" "Scale factor applied to time window for surface obs" "" |
|---|
| 1647 | rconfig real obs_sfcfacr namelist,fdda 1 1.0 h "obs_sfcfacr" "Scale factor applied to horiz radius of influence for surface obs" "" |
|---|
| 1648 | rconfig real obs_dpsmx namelist,fdda 1 7.5 h "obs_dpsmx" "Max pressure change allowed within horiz radius of influence" "centibars" |
|---|
| 1649 | rconfig real obs_rinxy namelist,fdda max_domains 0 rh "obs_rinxy" "Horizontal radius of influence" "km" |
|---|
| 1650 | rconfig real obs_rinsig namelist,fdda 1 0 h "obs_rinsig" "Vertical radius of influence" "sigma" |
|---|
| 1651 | rconfig real obs_twindo namelist,fdda max_domains 0 rh "obs_twindo" "Half-period time window for nudging" "hrs" |
|---|
| 1652 | rconfig integer obs_npfi namelist,fdda 1 0 h "obs_npfi" "Freq in cg timesteps for diag print" "" |
|---|
| 1653 | rconfig integer obs_ionf namelist,fdda max_domains 1 rh "obs_ionf" "Freq in cg timesteps for obs input and error calc" "" |
|---|
| 1654 | rconfig integer obs_idynin namelist,fdda 1 0 h "obs_idynin" "Flag for dynamic initialization" "" |
|---|
| 1655 | rconfig real obs_dtramp namelist,fdda 1 0 h "obs_dtramp" "Time period for ramping (idynin)" "min" |
|---|
| 1656 | rconfig integer obs_prt_max namelist,fdda 1 1000 rh "obs_prt_max" "Maximum allowed obs entries in diagnostic printout" "" |
|---|
| 1657 | rconfig integer obs_prt_freq namelist,fdda max_domains 1000 rh "obs_prt_freq" "Frequency in obs index for diagnostic printout." "" |
|---|
| 1658 | rconfig logical obs_ipf_in4dob namelist,fdda 1 .false. h "obs_ipf_in4dob" "Print obs input diagnostics" "" |
|---|
| 1659 | rconfig logical obs_ipf_errob namelist,fdda 1 .false. h "obs_ipf_errob" "Print obs error diagnostics" "" |
|---|
| 1660 | rconfig logical obs_ipf_nudob namelist,fdda 1 .false. h "obs_ipf_nudob" "Print obs nudge diagnostics" "" |
|---|
| 1661 | rconfig logical obs_ipf_init namelist,fdda 1 .true. h "obs_ipf_init" "Enable obs init warning messages" "" |
|---|
| 1662 | |
|---|
| 1663 | # Single-column model (SCM) |
|---|
| 1664 | rconfig integer scm_force namelist,scm 1 0 rh "scm_force" "SCM forcing switch" "" |
|---|
| 1665 | rconfig real scm_force_dx namelist,scm 1 4000. rh "scm_force_dx" "DX for SCM forcing" "m" |
|---|
| 1666 | rconfig integer num_force_layers namelist,scm 1 8 rh "num_force_layers" "Number of SCM forcing layers" "" |
|---|
| 1667 | rconfig integer scm_lu_index namelist,scm 1 2 rh "scm_lu_index" "SCM landuse index" "" |
|---|
| 1668 | rconfig integer scm_isltyp namelist,scm 1 4 rh "scm_isltyp" "SCM soil category" "" |
|---|
| 1669 | rconfig real scm_vegfra namelist,scm 1 0.5 rh "scm_vegfra" "SCM vegetation fraction" "" |
|---|
| 1670 | rconfig integer scm_canwat namelist,scm 1 0.0 rh "scm_canwat" "SCM canopy water" "kg m-2" |
|---|
| 1671 | rconfig real scm_lat namelist,scm 1 36.605 rh "scm_lat" "SCM latitude" "degrees" |
|---|
| 1672 | rconfig real scm_lon namelist,scm 1 -97.485 rh "scm_lon" "SCM longitude" "degrees" |
|---|
| 1673 | rconfig logical scm_th_adv namelist,scm 1 .true. rh "scm_th_adv" "Turn on theta advection in SCM" "" |
|---|
| 1674 | rconfig logical scm_wind_adv namelist,scm 1 .true. rh "scm_wind_adv" "Turn on wind advection in SCM" "" |
|---|
| 1675 | rconfig logical scm_qv_adv namelist,scm 1 .true. rh "scm_qv_adv" "Turn on qv advection in SCM" "" |
|---|
| 1676 | rconfig logical scm_ql_adv namelist,scm 1 .false. rh "scm_ql_adv" "Turn on ql advection in SCM" "" |
|---|
| 1677 | rconfig logical scm_vert_adv namelist,scm 1 .true. rh "scm_vert_adv" "Turn on vertical advection in SCM" "" |
|---|
| 1678 | rconfig integer num_force_soil_layers namelist,scm 1 5 rh "num_force_soil_layers" "Number of SCM soil forcing layers" "" |
|---|
| 1679 | rconfig logical scm_soilT_force namelist,scm 1 .false. rh "scm_soilT_force" "Turn on soil temp forcing in SCM" "" |
|---|
| 1680 | rconfig logical scm_soilq_force namelist,scm 1 .false. rh "scm_soilq_force" "Turn on soil moisture forcing in SCM" "" |
|---|
| 1681 | rconfig logical scm_force_th_largescale namelist,scm 1 .false. rh "scm_force_th_largescale" "Turn on large scale theta forcing in SCM" "" |
|---|
| 1682 | rconfig logical scm_force_qv_largescale namelist,scm 1 .false. rh "scm_force_qv_largescale" "Turn on large scale qv forcing in SCM" "" |
|---|
| 1683 | rconfig logical scm_force_ql_largescale namelist,scm 1 .false. rh "scm_force_ql_largescale" "Turn on large scale ql forcing in SCM" "" |
|---|
| 1684 | rconfig logical scm_force_wind_largescale namelist,scm 1 .false. rh "scm_force_wind_largescale" "Turn on large scale wind forcing in SCM" "" |
|---|
| 1685 | |
|---|
| 1686 | # Dynamics |
|---|
| 1687 | # dynamics option (see package definitions, below) |
|---|
| 1688 | rconfig integer dyn_opt namelist,dynamics 1 2 |
|---|
| 1689 | rconfig integer rk_ord namelist,dynamics 1 3 irh "rk_order" "" "" |
|---|
| 1690 | rconfig integer w_damping namelist,dynamics 1 0 irh "w_damping" "" "" |
|---|
| 1691 | # diff_opt 1=old diffusion, 2=new |
|---|
| 1692 | rconfig integer diff_opt namelist,dynamics 1 1 irh "diff_opt" "" "" |
|---|
| 1693 | # km_opt 1=old coefs, 2=tke, 3=Smagorinksy |
|---|
| 1694 | rconfig integer km_opt namelist,dynamics 1 1 irh "km_opt" "" "" |
|---|
| 1695 | # km_opt_dfi is needed for backward integration in dfi |
|---|
| 1696 | rconfig integer km_opt_dfi namelist,dynamics 1 1 irh "km_opt_dfi" "" "" |
|---|
| 1697 | rconfig integer damp_opt namelist,dynamics 1 0 irh "damp_opt" "" "" |
|---|
| 1698 | rconfig integer rad_nudge namelist,dynamics 1 0 irh "rad_nudge" "" "" |
|---|
| 1699 | rconfig integer gwd_opt namelist,dynamics 1 0 irh "gwd_opt" "" "" |
|---|
| 1700 | rconfig real zdamp namelist,dynamics max_domains 5000. h "zdamp" "" "" |
|---|
| 1701 | rconfig real dampcoef namelist,dynamics max_domains 0. h "dampcoef" "" "" |
|---|
| 1702 | rconfig real khdif namelist,dynamics max_domains 0 h "khdif" "" "" |
|---|
| 1703 | rconfig real kvdif namelist,dynamics max_domains 0 h "kvdif" "" "" |
|---|
| 1704 | rconfig real diff_6th_factor namelist,dynamics max_domains 0.12 h "diff_6th_factor" "factor that controls rate of 6th-order numerical diffusion" |
|---|
| 1705 | rconfig integer diff_6th_opt namelist,dynamics max_domains 0 irh "diff_6th_opt" "switch for 6th-order numerical diffusion" |
|---|
| 1706 | rconfig real c_s namelist,dynamics max_domains 0.25 h "c_s" "Smagorinsky coeff" "" |
|---|
| 1707 | rconfig real c_k namelist,dynamics max_domains 0.15 h "c_k" "TKE coeff" "" |
|---|
| 1708 | rconfig real smdiv namelist,dynamics max_domains 0.1 h "smdiv" "" "" |
|---|
| 1709 | rconfig real emdiv namelist,dynamics max_domains 0.01 h "emdiv" "" "" |
|---|
| 1710 | rconfig real epssm namelist,dynamics max_domains .1 h "epssm" "" "" |
|---|
| 1711 | rconfig logical non_hydrostatic namelist,dynamics max_domains .true. irh "non_hydrostatic" "" "" |
|---|
| 1712 | rconfig integer time_step_sound namelist,dynamics max_domains 0 h "time_step_sound" "" "" |
|---|
| 1713 | rconfig integer h_mom_adv_order namelist,dynamics max_domains 5 rh "h_mom_adv_order" "" "" |
|---|
| 1714 | rconfig integer v_mom_adv_order namelist,dynamics max_domains 3 rh "v_mom_adv_order" "" "" |
|---|
| 1715 | rconfig integer h_sca_adv_order namelist,dynamics max_domains 5 rh "h_sca_adv_order" "" "" |
|---|
| 1716 | rconfig integer v_sca_adv_order namelist,dynamics max_domains 3 rh "v_sca_adv_order" "" "" |
|---|
| 1717 | rconfig integer moist_adv_opt namelist,dynamics max_domains 1 rh "moist_adv_opt" "positive-definite RK3 transport switch" "" |
|---|
| 1718 | rconfig integer moist_adv_dfi_opt namelist,dynamics max_domains 0 rh "moist_adv_dfi_opt" "positive-definite RK3 transport switch" "" |
|---|
| 1719 | rconfig integer chem_adv_opt namelist,dynamics max_domains 1 rh "chem_adv_opt" "positive-definite RK3 transport switch" "" |
|---|
| 1720 | rconfig integer tracer_adv_opt namelist,dynamics max_domains 1 rh "tracer_adv_opt" "positive-definite RK3 transport switch" "" |
|---|
| 1721 | rconfig integer scalar_adv_opt namelist,dynamics max_domains 1 rh "scalar_adv_opt" "positive-definite RK3 transport switch" "" |
|---|
| 1722 | rconfig integer tke_adv_opt namelist,dynamics max_domains 1 rh "tke_adv_opt" "positive-definite RK3 transport switch" "" |
|---|
| 1723 | rconfig logical top_radiation namelist,dynamics max_domains .false. rh "top_radiation" "" "" |
|---|
| 1724 | rconfig integer mix_isotropic namelist,dynamics max_domains 0 h "mix_isotropic" "0=anistropic, 1=isotropic" "" |
|---|
| 1725 | rconfig real mix_upper_bound namelist,dynamics max_domains 0.1 h "mix_upper_bound" "non-dimensional limit" "" |
|---|
| 1726 | rconfig logical top_lid namelist,dynamics max_domains .false. rh "top_lid" "" "" |
|---|
| 1727 | rconfig real tke_upper_bound namelist,dynamics max_domains 1000. h "tke_upper_bound" "" "" |
|---|
| 1728 | rconfig real tke_drag_coefficient namelist,dynamics max_domains 0. h "tke_drag_coefficient" "" "dimensionless" |
|---|
| 1729 | rconfig real tke_heat_flux namelist,dynamics max_domains 0. h "tke_heat_flux" "" "K m s-1" |
|---|
| 1730 | rconfig logical pert_coriolis namelist,dynamics max_domains .false. irh "pert_coriolis" "" "" |
|---|
| 1731 | rconfig logical coriolis2d namelist,dynamics max_domains .false. irh "coriolis2d" "" "" |
|---|
| 1732 | rconfig logical mix_full_fields namelist,dynamics max_domains .false. irh "mix_full_field" "" "" |
|---|
| 1733 | rconfig real base_pres namelist,dynamics 1 100000. h "base_pres" "Base state pressure - do not change (10^5 Pa), real only" "Pa" |
|---|
| 1734 | rconfig real base_temp namelist,dynamics 1 290. h "base_temp" "Base state sea level temperature, real only" "K" |
|---|
| 1735 | rconfig real base_lapse namelist,dynamics 1 50. h "base_lapse" "Base state temperature difference between base pres and 1/e of atm depth - do not change, real only" "K" |
|---|
| 1736 | rconfig real iso_temp namelist,dynamics 1 0. h "iso_temp" "Isothermal temperature in stratosphere, real only" "K" |
|---|
| 1737 | rconfig logical use_baseparam_fr_nml namelist,dynamics 1 .false. irh "use_baseparam_fr_nml" "" "" |
|---|
| 1738 | rconfig real fft_filter_lat namelist,dynamics 1 91. h "fft_filter_lat" "" "grid latitude to start polar filter" |
|---|
| 1739 | rconfig logical rotated_pole namelist,dynamics 1 .false. irh "rotated_pole" "" "" |
|---|
| 1740 | rconfig logical do_coriolis namelist,dynamics max_domains .true. irh "do_coriolis" "" "" |
|---|
| 1741 | rconfig logical do_curvature namelist,dynamics max_domains .true. irh "do_curvature" "" "" |
|---|
| 1742 | rconfig logical do_gradp namelist,dynamics max_domains .true. irh "do_gradp" "" "" |
|---|
| 1743 | rconfig integer tracer_opt namelist,dynamics max_domains 0 rh "tracer_opt" "" "" |
|---|
| 1744 | # Placeholder for decoupled advective tendency diagnostics |
|---|
| 1745 | rconfig integer tenddiag namelist,dynamics max_domains 0 - "Decoupled tendency diagnostics" "" "" |
|---|
| 1746 | |
|---|
| 1747 | # Bdy_control |
|---|
| 1748 | rconfig integer spec_bdy_width namelist,bdy_control 1 5 irh "spec_bdy_width" "" "" |
|---|
| 1749 | rconfig integer spec_zone namelist,bdy_control 1 1 irh "spec_zone" "" "" |
|---|
| 1750 | rconfig integer relax_zone namelist,bdy_control 1 4 irh "relax_zone" "" "" |
|---|
| 1751 | rconfig logical specified namelist,bdy_control max_domains .false. rh "specified" "" "" |
|---|
| 1752 | rconfig logical constant_bc namelist,bdy_control 1 .false. rh "constant_bc" "" "" |
|---|
| 1753 | rconfig logical periodic_x namelist,bdy_control max_domains .false. rh "periodic_x" "" "" |
|---|
| 1754 | rconfig logical symmetric_xs namelist,bdy_control max_domains .false. rh "symmetric_xs" "" "" |
|---|
| 1755 | rconfig logical symmetric_xe namelist,bdy_control max_domains .false. rh "symmetric_xe" "" "" |
|---|
| 1756 | rconfig logical open_xs namelist,bdy_control max_domains .false. rh "open_xs" "" "" |
|---|
| 1757 | rconfig logical open_xe namelist,bdy_control max_domains .false. rh "open_xe" "" "" |
|---|
| 1758 | rconfig logical periodic_y namelist,bdy_control max_domains .false. rh "periodic_y" "" "" |
|---|
| 1759 | rconfig logical symmetric_ys namelist,bdy_control max_domains .false. rh "symmetric_ys" "" "" |
|---|
| 1760 | rconfig logical symmetric_ye namelist,bdy_control max_domains .false. rh "symmetric_ye" "" "" |
|---|
| 1761 | rconfig logical open_ys namelist,bdy_control max_domains .false. rh "open_ys" "" "" |
|---|
| 1762 | rconfig logical open_ye namelist,bdy_control max_domains .false. rh "open_ye" "" "" |
|---|
| 1763 | rconfig logical polar namelist,bdy_control max_domains .false. rh "polar" "" "" |
|---|
| 1764 | rconfig logical nested namelist,bdy_control max_domains .false. rh "nested" "" "" |
|---|
| 1765 | rconfig real spec_exp namelist,bdy_control 1 0. irh "spec_exp" "" "" |
|---|
| 1766 | rconfig integer real_data_init_type namelist,bdy_control 1 1 irh "real_data_init_type" "REAL DATA INITIALIZATION OPTIONS: 1=SI, 2=MM5, 3=GENERIC" "PRE-PROCESSOR TYPES" |
|---|
| 1767 | |
|---|
| 1768 | rconfig integer background_proc_id namelist,grib2 1 255 rh "background_proc_id" "Background processing id for grib2" "" |
|---|
| 1769 | rconfig integer forecast_proc_id namelist,grib2 1 255 rh "forecast_proc_id" "Analysis and forecast processing id for grib2" "" |
|---|
| 1770 | rconfig integer production_status namelist,grib2 1 255 rh "production_status" "Background processing id for grib2" "" |
|---|
| 1771 | rconfig integer compression namelist,grib2 1 40 rh "compression" "grib2 compression, 40 for JPEG2000 or 41 for PNG" "" |
|---|
| 1772 | |
|---|
| 1773 | # NAMELIST DERIVED |
|---|
| 1774 | rconfig integer nobs_ndg_vars derived 1 6 - "num_ndg_vars" "Number of nudging variables" "" |
|---|
| 1775 | rconfig integer nobs_err_flds derived 1 9 - "num_err_flds" "Number of error fields" "" |
|---|
| 1776 | rconfig real cen_lat derived max_domains 0 - "cen_lat" "center latitude" "degrees, negative is south" |
|---|
| 1777 | rconfig real cen_lon derived max_domains 0 - "cen_lon" "central longitude" "degrees, negative is west" |
|---|
| 1778 | rconfig real truelat1 derived max_domains 0 - "true_lat1" "first standard parallel" "degrees, negative is south" |
|---|
| 1779 | rconfig real truelat2 derived max_domains 0 - "true_lat2" "second standard parallel" "degrees, negative is south" |
|---|
| 1780 | rconfig real moad_cen_lat derived max_domains 0 - "moad_cen_lat" "center latitude of the most coarse grid" "degrees, negative is south" |
|---|
| 1781 | rconfig real stand_lon derived max_domains 0 - "stand_lon" "standard longitude, parallel to j-direction, perpendicular to i-direction " "degrees, negative is west" |
|---|
| 1782 | rconfig real pole_lat derived max_domains 0 - "pole_lat" "projection info: latitude of pole" "degrees, positive north" |
|---|
| 1783 | rconfig real pole_lon derived max_domains 0 - "pole_lon" "projection info: longitude of pole" "degrees, positive east" |
|---|
| 1784 | rconfig integer FLAG_METGRID derived 1 0 - "FLAG_METGRID" "Flag in global attributes for metgrid data" |
|---|
| 1785 | rconfig integer FLAG_SNOW derived 1 0 - "FLAG_SNOW" "Flag for snow in the global attributes for metgrid data" |
|---|
| 1786 | rconfig integer FLAG_PSFC derived 1 0 - "FLAG_PSFC" "Flag for surface pressure in the global attributes for metgrid data" |
|---|
| 1787 | rconfig integer FLAG_SM000010 derived 1 0 - "FLAG_SM000010" "Flag for soil moisture in the global attributes for metgrid data" |
|---|
| 1788 | rconfig integer FLAG_SM010040 derived 1 0 - "FLAG_SM010040" "Flag for soil moisture in the global attributes for metgrid data" |
|---|
| 1789 | rconfig integer FLAG_SM040100 derived 1 0 - "FLAG_SM040100" "Flag for soil moisture in the global attributes for metgrid data" |
|---|
| 1790 | rconfig integer FLAG_SM100200 derived 1 0 - "FLAG_SM100200" "Flag for soil moisture in the global attributes for metgrid data" |
|---|
| 1791 | rconfig integer FLAG_ST000010 derived 1 0 - "FLAG_ST000010" "Flag for soil temperature in the global attributes for metgrid data" |
|---|
| 1792 | rconfig integer FLAG_ST010040 derived 1 0 - "FLAG_ST000010" "Flag for soil temperature in the global attributes for metgrid data" |
|---|
| 1793 | rconfig integer FLAG_ST040100 derived 1 0 - "FLAG_ST010040" "Flag for soil temperature in the global attributes for metgrid data" |
|---|
| 1794 | rconfig integer FLAG_ST100200 derived 1 0 - "FLAG_ST100200" "Flag for soil temperature in the global attributes for metgrid data" |
|---|
| 1795 | rconfig integer FLAG_SLP derived 1 0 - "FLAG_SLP" "Flag for sea level pressure in the global attributes for metgrid data" |
|---|
| 1796 | rconfig integer FLAG_SOILHGT derived 1 0 - "FLAG_SOILHGT" "Flag for soil height in the global attributes for metgrid data" |
|---|
| 1797 | rconfig integer FLAG_MF_XY derived 1 0 - "FLAG_MF_XY" "Flag for MF_XYin the global attributes for metgrid data" |
|---|
| 1798 | rconfig real bdyfrq derived max_domains 0 - "bdyfrq" "lateral boundary input frequency" "seconds" |
|---|
| 1799 | rconfig character mminlu derived max_domains " " - "mminlu" "land use dataset" "" |
|---|
| 1800 | rconfig integer iswater derived max_domains 0 - "iswater" "land use index of water" "index category" |
|---|
| 1801 | rconfig integer islake derived max_domains 0 - "islake" "land use index of inland lake" "index category" |
|---|
| 1802 | rconfig integer isice derived max_domains 0 - "isice" "land use index of ice" "index category" |
|---|
| 1803 | rconfig integer isurban derived max_domains 0 - "isurban" "land use index for 'urban and built-up" "index category" |
|---|
| 1804 | rconfig integer isoilwater derived max_domains 0 - "isoilwater" "land use index of water for soil" "index category" |
|---|
| 1805 | rconfig integer map_proj derived max_domains 0 - "map_proj" "domain map projection" "0=none (Cylindrical), 1=Lambert, 2=polar, 3=Mercator" |
|---|
| 1806 | rconfig integer use_wps_input derived 1 0 - "use_wps_input" "0/1 flag, using wps input" "0=no, 1=yes" |
|---|
| 1807 | rconfig integer dfi_stage derived max_domains 3 - "dfi_stage" "current stage of DFI processing" "0=DFI setup, 1=DFI backward integration, 2=DFI forward integration, 3=WRF forecast" |
|---|
| 1808 | rconfig integer mp_physics_dfi derived max_domains -1 - "mp_physics_dfi" "" "-1 = no DFI and so no need to allocate DFI moist and scalar variables, >0 = running with DFI, so allocate DFI moist and scalar variables appropriate for selected microphysics package" |
|---|
| 1809 | |
|---|
| 1810 | # |
|---|
| 1811 | # Single dummy declaration to define a nodyn dyn option |
|---|
| 1812 | state integer nodyn_dummy - dyn_nodyn - - - "" "" "" |
|---|
| 1813 | |
|---|
| 1814 | # Turbine drag (td) physics |
|---|
| 1815 | # Turbine positions and characteristics for real-data cases are specified in a file |
|---|
| 1816 | # whose name is given in the windturbines_spec variable. If the setting is "ideal", |
|---|
| 1817 | # the td_ variables specify idealized wind farm geometries and turbine characteristics. |
|---|
| 1818 | # If the setting is "none" then wind turbine drag physics is turned off. |
|---|
| 1819 | rconfig character windturbines_spec namelist,physics 1 "none" - - "" "none, ideal, or a file name" |
|---|
| 1820 | rconfig integer td_turbgridid namelist,physics 1 -1 - - "" "which grid id has turbines in it" |
|---|
| 1821 | rconfig real td_hubheight namelist,physics 1 100. - - "" "hub height (m)" |
|---|
| 1822 | rconfig real td_diameter namelist,physics 1 60. - - "" "turbine diameter (m)" |
|---|
| 1823 | rconfig real td_stdthrcoef namelist,physics 1 .158 - - "" "standing thrust coefficient" |
|---|
| 1824 | rconfig real td_cutinspeed namelist,physics 1 4. - - "" "cut-in speed (m/s)" |
|---|
| 1825 | rconfig real td_cutoutspeed namelist,physics 1 27. - - "" "cut-out speed (m/s)" |
|---|
| 1826 | rconfig real td_power namelist,physics 1 2. - - "" "turbine power (MW)" |
|---|
| 1827 | rconfig real td_turbpercell namelist,physics 1 1. - - "" "number of turbines per cell" |
|---|
| 1828 | rconfig integer td_ewfx namelist,physics 1 0 - - "" "extent of wind farm in x-cells" |
|---|
| 1829 | rconfig integer td_ewfy namelist,physics 1 0 - - "" "extent of wind farm in y-cells" |
|---|
| 1830 | rconfig integer td_pwfx namelist,physics 1 1 - - "" "southwest corner of wind farm in x-cells" |
|---|
| 1831 | rconfig integer td_pwfy namelist,physics 1 1 - - "" "southwest corner of wind farm in y-cells" |
|---|
| 1832 | |
|---|
| 1833 | |
|---|
| 1834 | # |
|---|
| 1835 | #--------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 1836 | # Package Declarations |
|---|
| 1837 | # |
|---|
| 1838 | |
|---|
| 1839 | #key package associated package associated 4d scalars |
|---|
| 1840 | # name namelist choice state vars |
|---|
| 1841 | |
|---|
| 1842 | #package passivec1 chem_opt==0 - |
|---|
| 1843 | package passiveqv mp_physics==0 - moist:qv |
|---|
| 1844 | package kesslerscheme mp_physics==1 - moist:qv,qc,qr |
|---|
| 1845 | package linscheme mp_physics==2 - moist:qv,qc,qr,qi,qs,qg |
|---|
| 1846 | package wsm3scheme mp_physics==3 - moist:qv,qc,qr |
|---|
| 1847 | package wsm5scheme mp_physics==4 - moist:qv,qc,qr,qi,qs |
|---|
| 1848 | package etampnew mp_physics==5 - moist:qv,qc,qr,qs;scalar:qt;state:f_ice_phy,f_rain_phy,f_rimef_phy |
|---|
| 1849 | package wsm6scheme mp_physics==6 - moist:qv,qc,qr,qi,qs,qg |
|---|
| 1850 | package gsfcgcescheme mp_physics==7 - moist:qv,qc,qr,qi,qs,qg |
|---|
| 1851 | package thompson mp_physics==8 - moist:qv,qc,qr,qi,qs,qg;scalar:qni,qnr |
|---|
| 1852 | package milbrandt2mom mp_physics==9 - state:refl_10cm;moist:qv,qc,qr,qi,qs,qg,qh;scalar:qnc,qnr,qni,qns,qng,qnh |
|---|
| 1853 | package morr_two_moment mp_physics==10 - moist:qv,qc,qr,qi,qs,qg;scalar:qni,qns,qnr,qng |
|---|
| 1854 | #package milbrandt3mom mp_physics==12 - moist:qv,qc,qr,qi,qs,qg,qh;scalar:qnc,qnr,qni,qns,qng,qnh,qzr,qzi,qzs,qzg,qzh |
|---|
| 1855 | package sbu_ylinscheme mp_physics==13 - moist:qv,qc,qr,qi,qs;state:rimi |
|---|
| 1856 | package wdm5scheme mp_physics==14 - moist:qv,qc,qr,qi,qs;scalar:qnn,qnc,qnr |
|---|
| 1857 | package wdm6scheme mp_physics==16 - moist:qv,qc,qr,qi,qs,qg;scalar:qnn,qnc,qnr |
|---|
| 1858 | |
|---|
| 1859 | package nodfimoist mp_physics_dfi==-1 - - |
|---|
| 1860 | package passiveqv_dfi mp_physics_dfi==0 - dfi_moist:dfi_qv |
|---|
| 1861 | package kesslerscheme_dfi mp_physics_dfi==1 - dfi_moist:dfi_qv,dfi_qc,dfi_qr |
|---|
| 1862 | package linscheme_dfi mp_physics_dfi==2 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg |
|---|
| 1863 | package wsm3scheme_dfi mp_physics_dfi==3 - dfi_moist:dfi_qv,dfi_qc,dfi_qr |
|---|
| 1864 | package wsm5scheme_dfi mp_physics_dfi==4 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs |
|---|
| 1865 | package etampnew_dfi mp_physics_dfi==5 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qs;dfi_scalar:dfi_qt |
|---|
| 1866 | package wsm6scheme_dfi mp_physics_dfi==6 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg |
|---|
| 1867 | package gsfcgcescheme_dfi mp_physics_dfi==7 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg |
|---|
| 1868 | package thompson_dfi mp_physics_dfi==8 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg;dfi_scalar:dfi_qni,dfi_qnr |
|---|
| 1869 | package milbrandt2mom_dfi mp_physics_dfi==9 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg,dfi_qh;dfi_scalar:dfi_qnc,dfi_qnr,dfi_qni,dfi_qns,dfi_qng,dfi_qnh |
|---|
| 1870 | package morr_two_moment_dfi mp_physics_dfi==10 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg;dfi_scalar:dfi_qni,dfi_qns,dfi_qnr,dfi_qng |
|---|
| 1871 | #package milbrandt3mom_dfi mp_physics_dfi==12 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg,dfi_qh;dfi_scalar:dfi_qnc,dfi_qnr,dfi_qni,dfi_qns,dfi_qng,dfi_qnh,dfi_qzr,dfi_qzi,dfi_qzs,dfi_qzg,dfi_qzh |
|---|
| 1872 | package sbu_ylinscheme_dfi mp_physics==13 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs;state:rimi |
|---|
| 1873 | package wdm5scheme_dfi mp_physics_dfi==14 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs;dfi_scalar:dfi_qnn,dfi_qnc,dfi_qnr |
|---|
| 1874 | package wdm6scheme_dfi mp_physics_dfi==16 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg;dfi_scalar:dfi_qnn,dfi_qnc,dfi_qnr |
|---|
| 1875 | |
|---|
| 1876 | package noprogn progn==0 - - |
|---|
| 1877 | package progndrop progn==1 - scalar:qndrop;dfi_scalar:dfi_qndrop |
|---|
| 1878 | |
|---|
| 1879 | package rrtmscheme ra_lw_physics==1 - - |
|---|
| 1880 | package camlwscheme ra_lw_physics==3 - ozmixm:mth01,mth02,mth03,mth04,mth05,mth06,mth07,mth08,mth09,mth10,mth11,mth12;aerosolc:sul,sslt,dust1,dust2,dust3,dust4,ocpho,bcpho,ocphi,bcphi,bg,volc;state:acswupt,acswuptc,acswdnt,acswdntc,acswupb,acswupbc,acswdnb,acswdnbc,aclwupt,aclwuptc,aclwdnt,aclwdntc,aclwupb,aclwupbc,aclwdnb,aclwdnbc,i_acswupt,i_acswuptc,i_acswdnt,i_acswdntc,i_acswupb,i_acswupbc,i_acswdnb,i_acswdnbc,i_aclwupt,i_aclwuptc,i_aclwdnt,i_aclwdntc,i_aclwupb,i_aclwupbc,i_aclwdnb,i_aclwdnbc,swupt,swuptc,swdnt,swdntc,swupb,swupbc,swdnb,swdnbc,lwupt,lwuptc,lwdnt,lwdntc,lwupb,lwupbc,lwdnb,lwdnbc |
|---|
| 1881 | package rrtmg_lwscheme ra_lw_physics==4 - state:aclwupt,aclwuptc,aclwdnt,aclwdntc,aclwupb,aclwupbc,aclwdnb,aclwdnbc,i_aclwupt,i_aclwuptc,i_aclwdnt,i_aclwdntc,i_aclwupb,i_aclwupbc,i_aclwdnb,i_aclwdnbc,lwupt,lwuptc,lwdnt,lwdntc,lwupb,lwupbc,lwdnb,lwdnbc |
|---|
| 1882 | package goddardlwscheme ra_lw_physics==5 - state:tlwdn,tlwup,slwdn,slwup |
|---|
| 1883 | package gfdllwscheme ra_lw_physics==99 - - |
|---|
| 1884 | package heldsuarez ra_lw_physics==31 - - |
|---|
| 1885 | |
|---|
| 1886 | package swradscheme ra_sw_physics==1 - - |
|---|
| 1887 | package gsfcswscheme ra_sw_physics==2 - - |
|---|
| 1888 | package camswscheme ra_sw_physics==3 - ozmixm:mth01,mth02,mth03,mth04,mth05,mth06,mth07,mth08,mth09,mth10,mth11,mth12;aerosolc:sul,sslt,dust1,dust2,dust3,dust4,ocpho,bcpho,ocphi,bcphi,bg,volc;state:acswupt,acswuptc,acswdnt,acswdntc,acswupb,acswupbc,acswdnb,acswdnbc,aclwupt,aclwuptc,aclwdnt,aclwdntc,aclwupb,aclwupbc,aclwdnb,aclwdnbc,i_acswupt,i_acswuptc,i_acswdnt,i_acswdntc,i_acswupb,i_acswupbc,i_acswdnb,i_acswdnbc,i_aclwupt,i_aclwuptc,i_aclwdnt,i_aclwdntc,i_aclwupb,i_aclwupbc,i_aclwdnb,i_aclwdnbc,swupt,swuptc,swdnt,swdntc,swupb,swupbc,swdnb,swdnbc,lwupt,lwuptc,lwdnt,lwdntc,lwupb,lwupbc,lwdnb,lwdnbc |
|---|
| 1889 | package rrtmg_swscheme ra_sw_physics==4 - state:acswupt,acswuptc,acswdnt,acswdntc,acswupb,acswupbc,acswdnb,acswdnbc,i_acswupt,i_acswuptc,i_acswdnt,i_acswdntc,i_acswupb,i_acswupbc,i_acswdnb,i_acswdnbc,swupt,swuptc,swdnt,swdntc,swupb,swupbc,swdnb,swdnbc |
|---|
| 1890 | package goddardswscheme ra_sw_physics==5 - state:tswdn,tswup,sswdn,sswup |
|---|
| 1891 | package gfdlswscheme ra_sw_physics==99 - - |
|---|
| 1892 | |
|---|
| 1893 | package sfclayscheme sf_sfclay_physics==1 - - |
|---|
| 1894 | package myjsfcscheme sf_sfclay_physics==2 - state:tke_pbl |
|---|
| 1895 | package gfssfcscheme sf_sfclay_physics==3 - - |
|---|
| 1896 | package qnsesfcscheme sf_sfclay_physics==4 - - |
|---|
| 1897 | package mynnsfcscheme sf_sfclay_physics==5 - scalar:qke;state:tsq,qsq,cov |
|---|
| 1898 | package pxsfcscheme sf_sfclay_physics==7 - - |
|---|
| 1899 | |
|---|
| 1900 | package noahucmscheme sf_urban_physics==1 - state:trb_urb4d,tw1_urb4d,tw2_urb4d,tgb_urb4d,sfw1_urb3d,sfw2_urb3d,sfr_urb3d,sfg_urb3d,a_u_bep,a_v_bep,a_t_bep,a_q_bep,a_e_bep,b_u_bep,b_v_bep,b_t_bep,b_q_bep,b_e_bep,dlg_bep,dl_u_bep,sf_bep,vl_bep |
|---|
| 1901 | package bepscheme sf_urban_physics==2 - state:a_u_bep,a_v_bep,a_t_bep,a_q_bep,a_e_bep,b_u_bep,b_v_bep,b_t_bep,b_q_bep,b_e_bep,dlg_bep,dl_u_bep,sf_bep,vl_bep,trb_urb4d,tw1_urb4d,tw2_urb4d,tgb_urb4d,sfw1_urb3d,sfw2_urb3d,sfr_urb3d,sfg_urb3d |
|---|
| 1902 | package bep_bemscheme sf_urban_physics==3 - state:a_u_bep,a_v_bep,a_t_bep,a_q_bep,a_e_bep,b_u_bep,b_v_bep,b_t_bep,b_q_bep,b_e_bep,dlg_bep,dl_u_bep,sf_bep,vl_bep,trb_urb4d,tw1_urb4d,tw2_urb4d,tgb_urb4d,tlev_urb3d,qlev_urb3d,tw1lev_urb3d,tw2lev_urb3d,tglev_urb3d,tflev_urb3d,sf_ac_urb3d,lf_ac_urb3d,cm_ac_urb3d,sfvent_urb3d,lfvent_urb3d,sfwin1_urb3d,sfwin2_urb3d,sfw1_urb3d,sfw2_urb3d,sfr_urb3d,sfg_urb3d |
|---|
| 1903 | |
|---|
| 1904 | package slabscheme sf_surface_physics==1 - - |
|---|
| 1905 | package lsmscheme sf_surface_physics==2 - - |
|---|
| 1906 | package ruclsmscheme sf_surface_physics==3 - state:smfr3d,keepfr3dflag,soilt1 |
|---|
| 1907 | package pxlsmscheme sf_surface_physics==7 - state:t2_ndg_new,q2_ndg_new,t2_ndg_old,q2_ndg_old |
|---|
| 1908 | package temfsfcscheme sf_sfclay_physics==10 - state:wm_temf |
|---|
| 1909 | package idealscmsfcscheme sf_sfclay_physics==89 - - |
|---|
| 1910 | |
|---|
| 1911 | package ysuscheme bl_pbl_physics==1 - - |
|---|
| 1912 | package myjpblscheme bl_pbl_physics==2 - state:tke_pbl,el_pbl |
|---|
| 1913 | package gfsscheme bl_pbl_physics==3 - - |
|---|
| 1914 | package qnsepblscheme bl_pbl_physics==4 - state:tke_pbl,el_pbl |
|---|
| 1915 | package mynnpblscheme2 bl_pbl_physics==5 - scalar:qke;state:tsq,qsq,cov |
|---|
| 1916 | package mynnpblscheme3 bl_pbl_physics==6 - scalar:qke;state:tsq,qsq,cov |
|---|
| 1917 | package acmpblscheme bl_pbl_physics==7 - - |
|---|
| 1918 | package boulacscheme bl_pbl_physics==8 - state:el_pbl,tke_pbl,wu_tur,wv_tur,wt_tur,wq_tur |
|---|
| 1919 | package camuwpblscheme bl_pbl_physics==9 - state:tauresx2d,tauresy2d,qpert2d,wpert2d,tke_pbl |
|---|
| 1920 | package mrfscheme bl_pbl_physics==99 - - |
|---|
| 1921 | package temfpblscheme bl_pbl_physics==10 - state:te_temf,kh_temf,km_temf,shf_temf,qf_temf,uw_temf,vw_temf,wupd_temf,mf_temf,thup_temf,qlup_temf,qtup_temf,cf3d_temf,hd_temf,lcl_temf,hct_temf,cfm_temf |
|---|
| 1922 | |
|---|
| 1923 | package kfetascheme cu_physics==1 - - |
|---|
| 1924 | package bmjscheme cu_physics==2 - - |
|---|
| 1925 | package gdscheme cu_physics==3 - - |
|---|
| 1926 | package sasscheme cu_physics==4 - - |
|---|
| 1927 | package g3scheme cu_physics==5 - state:cugd_qvten,cugd_tten,cugd_qvtens,cugd_ttens,cugd_qcten,xmb_shallow,k22_shallow,kbcon_shallow,ktop_shallow |
|---|
| 1928 | package tiedtkescheme cu_physics==6 |
|---|
| 1929 | package camzmscheme cu_physics==7 - state:precz,zmdt,zmdq,zmdice,zmdliq,evaptzm,fzsntzm,evsntzm,evapqzm,zmflxprc,zmflxsnw,zmntprpd,zmntsnpd,zmeiheat,cmfmc,cmfmcdzm,preccdzm,pconvb,pconvt,cape,zmmtu,zmmtv,zmmu,zmmd,zmupgu,zmupgd,zmvpgu,zmvpgd,zmicuu,zmicud,zmicvu,zmicvd |
|---|
| 1930 | package nsasscheme cu_physics==14 - - |
|---|
| 1931 | package kfscheme cu_physics==99 - - |
|---|
| 1932 | |
|---|
| 1933 | package g3shcuscheme shcu_physics==1 - - |
|---|
| 1934 | package camuwshcuscheme shcu_physics==2 - state:cmfmc,cmfmc2,qtflx_cu,slflx_cu,uflx_cu,vflx_cu,qtten_cu,slten_cu,uten_cu,vten_cu,qvten_cu,qlten_cu,qiten_cu,cbmf_cu,ufrcinvbase_cu,ufrclcl_cu,winvbase_cu,wlcl_cu,plcl_cu,pinv_cu,plfc_cu,pbup_cu,ppen_cu,qtsrc_cu,thlsrc_cu,thvlsrc_cu,emkfbup_cu,cin_cu,cinlcl_cu,cbmflimit_cu,tkeavg_cu,zinv_cu,rcwp_cu,rlwp_cu,riwp_cu,tophgt_cu,wu_cu,ufrc_cu,qtu_cu,thlu_cu,thvu_cu,uu_cu,vu_cu,qtu_emf_cu,thlu_emf_cu,uu_emf_cu,vu_emf_cu,umf_cu,uemf_cu,qcu_cu,qlu_cu,qiu_cu,cufrc_cu,fer_cu,fdr_cu,dwten_cu,diten_cu,qrten_cu,qsten_cu,flxrain_cu,flxsnow_cu,ntraprd_cu,ntsnprd_cu,excessu_cu,excessu0_cu,xc_cu,aquad_cu,bquad_cu,cquad_cu,bogbot_cu,bogtop_cu,exit_uwcu_cu,exit_conden_cu,exit_klclmkx_cu,exit_klfcmkx_cu,exit_ufrc_cu,exit_wtw_cu,exit_drycore_cu,exit_wu_cu,exit_cufliter_cu,exit_kinv1_cu,exit_rei_cu,limit_shcu_cu,limit_negcon_cu,limit_ufrc_cu,limit_ppen_cu,limit_emf_cu,limit_cinlcl_cu,limit_cin_cu,limit_cbmf_cu,limit_rei_cu,ind_delcin_cu,evapcsh,cmfsl,cmflq,cldfrash,cush,icwmrsh,snowsh,rprdsh,rliq2 |
|---|
| 1935 | |
|---|
| 1936 | package psufddagd grid_fdda==1 - fdda3d:u_ndg_old,v_ndg_old,t_ndg_old,q_ndg_old,ph_ndg_old,u_ndg_new,v_ndg_new,t_ndg_new,q_ndg_new,ph_ndg_new;fdda2d:mu_ndg_old,mu_ndg_new;state:rundgdten,rvndgdten,rthndgdten,rphndgdten,rqvndgdten,rmundgdten |
|---|
| 1937 | package psusfddagd grid_sfdda==1 - state:u10_ndg_old,v10_ndg_old,t2_ndg_old,th2_ndg_old,q2_ndg_old,rh_ndg_old,psl_ndg_old,ps_ndg_old,u10_ndg_new,v10_ndg_new,t2_ndg_new,th2_ndg_new,q2_ndg_new,rh_ndg_new,psl_ndg_new,ps_ndg_new,tob_ndg_old,odis_ndg_old,tob_ndg_new,odis_ndg_new |
|---|
| 1938 | |
|---|
| 1939 | package spnudging grid_fdda==2 - fdda3d:u_ndg_old,v_ndg_old,t_ndg_old,q_ndg_old,ph_ndg_old,u_ndg_new,v_ndg_new,t_ndg_new,q_ndg_new,ph_ndg_new;fdda2d:mu_ndg_old,mu_ndg_new;state:rundgdten,rvndgdten,rthndgdten,rphndgdten,rqvndgdten,rmundgdten |
|---|
| 1940 | |
|---|
| 1941 | package slopeopt slope_rad==1 - - |
|---|
| 1942 | package gwdopt gwd_opt==1 - state:var2d,oc12d,oa1,oa2,oa3,oa4,ol1,ol2,ol3,ol4,dtaux3d,dtauy3d,dusfcg,dvsfcg |
|---|
| 1943 | package omlopt omlcall==1 - state:tml,t0ml,hml,h0ml,huml,hvml,tmoml |
|---|
| 1944 | package scmopt scm_force==1 - state:z_force,z_force_tend,u_g,u_g_tend,v_g,v_g_tend,w_subs,w_subs_tend,th_upstream_x,th_upstream_x_tend,th_upstream_y,th_upstream_y_tend,qv_upstream_x,qv_upstream_x_tend,qv_upstream_y,qv_upstream_y_tend,u_upstream_x,u_upstream_x_tend,u_upstream_y,u_upstream_y_tend,v_upstream_x,v_upstream_x_tend,v_upstream_y,v_upstream_y_tend,tau_x,tau_x_tend,tau_y,tau_y_tend,th_largescale,th_largescale_tend,qv_largescale,qv_largescale_tend,ql_largescale,ql_largescale_tend,u_largescale,u_largescale_tend,v_largescale,v_largescale_tend,tau_largescale,tau_largescale_tend,ql_upstream_x,ql_upstream_x_tend,ql_upstream_y,ql_upstream_y_tend,t_soil_forcing_val,t_soil_forcing_tend,q_soil_forcing_val,q_soil_forcing_tend,tau_soil,soil_depth_force |
|---|
| 1945 | |
|---|
| 1946 | package prec_acc prec_acc_opt==1 - state:prec_acc_c,prec_acc_nc,snow_acc_nc |
|---|
| 1947 | package bucketropt bucketr_opt==1 - state:i_rainc,i_rainnc |
|---|
| 1948 | |
|---|
| 1949 | package restofwrf use_wps_input==0 - - |
|---|
| 1950 | |
|---|
| 1951 | package original moist_adv_opt==0 - - |
|---|
| 1952 | package positivedef moist_adv_opt==1 - - |
|---|
| 1953 | package monotonic moist_adv_opt==2 - - |
|---|
| 1954 | package tracer_test1 tracer_opt==2 - tracer:tr17_1,tr17_2,tr17_3,tr17_4,tr17_5,tr17_6,tr17_7,tr17_8 |
|---|
| 1955 | |
|---|
| 1956 | package dfi_setup dfi_stage==0 - - |
|---|
| 1957 | package dfi_bck dfi_stage==1 - - |
|---|
| 1958 | package dfi_fwd dfi_stage==2 - - |
|---|
| 1959 | package dfi_fst dfi_stage==3 - - |
|---|
| 1960 | package dfi_startfwd dfi_stage==4 - - |
|---|
| 1961 | package dfi_startbck dfi_stage==5 - - |
|---|
| 1962 | |
|---|
| 1963 | #package digifilter dfi_opt==1 - dfi_moist:dfi_qv,dfi_qc,dfi_qr,dfi_qi,dfi_qs,dfi_qg;dfi_scalar:dfi_qndrop,dfi_qni,dfi_qt,dfi_qns,dfi_qnr,dfi_qng;state:dfi_u,dfi_v,dfi_w,dfi_ph,dfi_phb,dfi_ph0,dfi_php,dfi_t,dfi_p,dfi_ww,dfi_mu,dfi_tke,dfi_pb,dfi_al,dfi_alt,dfi_rh,dfi_tten_rad |
|---|
| 1964 | package dfi_nodfi dfi_opt==0 - - |
|---|
| 1965 | package dfi_dfl dfi_opt==1 - state:dfi_u,dfi_v,dfi_w,dfi_ph,dfi_phb,dfi_ph0,dfi_php,dfi_t,dfi_p,dfi_ww,dfi_mu,dfi_tke,dfi_pb,dfi_al,dfi_alt,dfi_TSLB,dfi_SMOIS,dfi_SNOW,dfi_SNOWH,dfi_CANWAT,dfi_SMFR3D,dfi_KEEPFR3DFLAG,dfi_TSK,dfi_SOILT1,dfi_TSNAV,dfi_SNOWC,dfi_QVG,dfi_rh,dfi_tten_rad |
|---|
| 1966 | package dfi_ddfi dfi_opt==2 - state:dfi_u,dfi_v,dfi_w,dfi_ph,dfi_phb,dfi_ph0,dfi_php,dfi_t,dfi_p,dfi_ww,dfi_mu,dfi_tke,dfi_pb,dfi_al,dfi_alt,dfi_TSLB,dfi_SMOIS,dfi_SNOW,dfi_SNOWH,dfi_CANWAT,dfi_SMFR3D,dfi_KEEPFR3DFLAG,dfi_TSK,dfi_SOILT1,dfi_TSNAV,dfi_SNOWC,dfi_QVG,dfi_rh,dfi_tten_rad |
|---|
| 1967 | package dfi_tdfi dfi_opt==3 - state:dfi_u,dfi_v,dfi_w,dfi_ph,dfi_phb,dfi_ph0,dfi_php,dfi_t,dfi_p,dfi_ww,dfi_mu,dfi_tke,dfi_pb,dfi_al,dfi_alt,dfi_TSLB,dfi_SMOIS,dfi_SNOW,dfi_SNOWH,dfi_CANWAT,dfi_SMFR3D,dfi_KEEPFR3DFLAG,dfi_TSK,dfi_SOILT1,dfi_TSNAV,dfi_SNOWC,dfi_QVG,dfi_rh,dfi_tten_rad |
|---|
| 1968 | package realonly use_wps_input==1 - state:u_gc,v_gc,t_gc,rh_gc,ght_gc,p_gc,xlat_gc,xlong_gc,ht_gc,tsk_gc,tavgsfc,tmn_gc,pslv_gc,sct_dom_gc,scb_dom_gc,greenfrac,albedo12m,pd_gc,psfc_gc,intq_gc,pdhs,sh_gc,qv_gc,qr_gc,qc_gc,qs_gc,qi_gc,qg_gc,qh_gc,qni_gc,icefrac_gc |
|---|
| 1969 | |
|---|
| 1970 | |
|---|
| 1971 | # only need to specify these once; not for every io_form* variable |
|---|
| 1972 | package io_intio io_form_restart==1 - - |
|---|
| 1973 | package io_netcdf io_form_restart==2 - - |
|---|
| 1974 | # Placeholders for additional packages (we can go beyond zzz |
|---|
| 1975 | # but that will entail modifying frame/module_io.F and frame/md_calls.m4) |
|---|
| 1976 | # Please note these are placeholders; HDF has not been implemented yet. |
|---|
| 1977 | package io_hdf io_form_restart==3 - - |
|---|
| 1978 | package io_phdf5 io_form_restart==4 - - |
|---|
| 1979 | package io_grib1 io_form_restart==5 - - |
|---|
| 1980 | package io_mcel io_form_restart==6 - - |
|---|
| 1981 | package io_esmf io_form_restart==7 - - |
|---|
| 1982 | package io_yyy io_form_restart==8 - - |
|---|
| 1983 | package io_zzz io_form_restart==9 - - |
|---|
| 1984 | package io_grib2 io_form_restart==10 - - |
|---|
| 1985 | package io_pnetcdf io_form_restart==11 - - |
|---|
| 1986 | |
|---|
| 1987 | # Tendency diagnostics for non-chemistry |
|---|
| 1988 | # |
|---|
| 1989 | # Placeholders for decoupled advective tendency arrays |
|---|
| 1990 | package notenddiag tenddiag==0 - - |
|---|
| 1991 | package usetenddiag tenddiag==1 - - |
|---|
| 1992 | |
|---|
| 1993 | #--------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 1994 | ## communications |
|---|
| 1995 | |
|---|
| 1996 | ### 8. Edit the Registry file and create a halo-exchange for x_1. |
|---|
| 1997 | |
|---|
| 1998 | # Halo Update Communications |
|---|
| 1999 | |
|---|
| 2000 | halo HALO_EM_INIT_1 dyn_em 48:u_1,u_2,v_1,v_2,w_1,w_2,ph_1,ph_2 |
|---|
| 2001 | halo HALO_EM_INIT_2 dyn_em 48:t_1,t_2,mu_1,mu_2,tke_1,tke_2,ww,phb |
|---|
| 2002 | halo HALO_EM_INIT_3 dyn_em 48:ph0,php,t_init,mub,mu0,p,al,alt,alb |
|---|
| 2003 | halo HALO_EM_INIT_4 dyn_em 48:pb,h_diabatic,msftx,msfty,msfux,msfuy,msfvx,msfvy,msfvx_inv,f,e,sina,cosa,ht,potevp,snopcx,soiltb,xlat,xlong,xlat_u,xlat_v,xlong_u,xlong_v,clat,clong |
|---|
| 2004 | halo HALO_EM_INIT_5 dyn_em 48:moist,chem,scalar,tracer |
|---|
| 2005 | halo HALO_EM_VINTERP_UV_1 dyn_em 8:pd_gc,pb |
|---|
| 2006 | halo HALO_EM_A dyn_em 8:ru,rv,rw,ww,php,alt,al,p,muu,muv,mut |
|---|
| 2007 | halo HALO_EM_PHYS_A dyn_em 4:u_2,v_2 |
|---|
| 2008 | halo HALO_EM_PHYS_PBL dyn_em 4:rublten,rvblten |
|---|
| 2009 | halo HALO_EM_PHYS_CU dyn_em 4:rucuten,rvcuten |
|---|
| 2010 | halo HALO_EM_PHYS_SHCU dyn_em 4:rushten,rvshten |
|---|
| 2011 | halo HALO_EM_FDDA dyn_em 4:rundgdten,rvndgdten |
|---|
| 2012 | halo HALO_EM_FDDA_SFC dyn_em 48:z,z_at_w,pblh,regime,znt,odis_ndg_old,odis_ndg_new |
|---|
| 2013 | halo HALO_EM_PHYS_DIFFUSION dyn_em 4:defor11,defor22,defor12,defor13,defor23,div,xkmv,xkmh,xkhv,xkhh,tke_1,tke_2 |
|---|
| 2014 | halo HALO_EM_TKE_ADVECT_3 dyn_em 24:tke_2 |
|---|
| 2015 | halo HALO_EM_TKE_ADVECT_5 dyn_em 48:tke_2 |
|---|
| 2016 | halo HALO_EM_TKE_A dyn_em 4:ph_2,phb |
|---|
| 2017 | halo HALO_EM_TKE_B dyn_em 4:z,rdz,rdzw,zx,zy |
|---|
| 2018 | halo HALO_EM_TKE_C dyn_em 8:u_2,v_2,z,zx,zy,rdz,rdzw,ustm |
|---|
| 2019 | halo HALO_EM_TKE_D dyn_em 8:defor11,defor22,defor33,defor12,defor13,defor23,div |
|---|
| 2020 | halo HALO_EM_TKE_E dyn_em 8:xkmv,xkmh,xkhv,xkhh,BN2,moist |
|---|
| 2021 | halo HALO_EM_TKE_3 dyn_em 24:tke_1,tke_2 |
|---|
| 2022 | halo HALO_EM_TKE_5 dyn_em 48:tke_1,tke_2 |
|---|
| 2023 | halo HALO_EM_TKE_7 dyn_em 80:tke_1,tke_2 |
|---|
| 2024 | halo HALO_EM_TKE_F dyn_em 48:tke_1,tke_2 |
|---|
| 2025 | halo HALO_EM_TKE_OLD_E_5 dyn_em 48:tke_1 |
|---|
| 2026 | halo HALO_EM_TKE_OLD_E_7 dyn_em 80:tke_1 |
|---|
| 2027 | halo HALO_EM_B dyn_em 4:ph_2,al,p,t_1,t_save,u_save,v_save,mu_1,mu_2,mudf,php,alt,pb |
|---|
| 2028 | halo HALO_EM_B2 dyn_em 4:ru_tend,rv_tend |
|---|
| 2029 | halo HALO_EM_C dyn_em 4:u_2,v_2 |
|---|
| 2030 | halo HALO_EM_C2 dyn_em 4:ph_2,al,p,mu_2,muts,mudf |
|---|
| 2031 | halo HALO_EM_D dyn_em 24:ru_m,rv_m,ww_m,mut,muts |
|---|
| 2032 | halo HALO_EM_D2_3 dyn_em 24:u_2,v_2,w_2,t_2,ph_2;24:moist,chem,tracer,scalar;4:mu_2,al |
|---|
| 2033 | halo HALO_EM_D2_5 dyn_em 48:u_2,v_2,w_2,t_2,ph_2;24:moist,chem,tracer,scalar;4:mu_2,al |
|---|
| 2034 | halo HALO_EM_D3_3 dyn_em 24:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,tke_1,tke_2,moist,chem,tracer,scalar;4:mu_1,mu_2 |
|---|
| 2035 | halo HALO_EM_D3_5 dyn_em 48:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,tke_1,tke_2,moist,chem,tracer,scalar;4:mu_1,mu_2 |
|---|
| 2036 | halo HALO_EM_E_3 dyn_em 24:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,tke_1,tke_2,;4:mu_1,mu_2 |
|---|
| 2037 | halo HALO_EM_E_5 dyn_em 48:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,tke_1,tke_2,;4:mu_1,mu_2 |
|---|
| 2038 | halo HALO_EM_MOIST_E_3 dyn_em 24:moist |
|---|
| 2039 | halo HALO_EM_MOIST_E_5 dyn_em 48:moist |
|---|
| 2040 | halo HALO_EM_MOIST_E_7 dyn_em 80:moist |
|---|
| 2041 | halo HALO_CUP_G3_IN dyn_em 24:RTHFTEN,RQVFTEN,w_2,t_phy |
|---|
| 2042 | halo HALO_CUP_G3_OUT dyn_em 48:cugd_tten,cugd_qvten,cugd_ttens,cugd_qvtens,raincv |
|---|
| 2043 | halo HALO_EM_CHEM_E_3 dyn_em 24:chem |
|---|
| 2044 | halo HALO_EM_CHEM_E_5 dyn_em 48:chem |
|---|
| 2045 | halo HALO_EM_CHEM_E_7 dyn_em 80:chem |
|---|
| 2046 | halo HALO_EM_TRACER_E_3 dyn_em 24:tracer |
|---|
| 2047 | halo HALO_EM_TRACER_E_5 dyn_em 48:tracer |
|---|
| 2048 | halo HALO_EM_TRACER_E_7 dyn_em 80:tracer |
|---|
| 2049 | halo HALO_EM_SCALAR_E_3 dyn_em 24:scalar |
|---|
| 2050 | halo HALO_EM_SCALAR_E_5 dyn_em 48:scalar |
|---|
| 2051 | halo HALO_EM_SCALAR_E_7 dyn_em 80:scalar |
|---|
| 2052 | halo HALO_TOPOSHAD phys 24:ht_shad |
|---|
| 2053 | |
|---|
| 2054 | halo HALO_EM_MOIST_OLD_E_3 dyn_em 24:moist_old |
|---|
| 2055 | halo HALO_EM_MOIST_OLD_E_5 dyn_em 48:moist_old |
|---|
| 2056 | halo HALO_EM_MOIST_OLD_E_7 dyn_em 80:moist_old |
|---|
| 2057 | halo HALO_EM_CHEM_OLD_E_3 dyn_em 24:chem_old |
|---|
| 2058 | halo HALO_EM_CHEM_OLD_E_5 dyn_em 48:chem_old |
|---|
| 2059 | halo HALO_EM_CHEM_OLD_E_7 dyn_em 80:chem_old |
|---|
| 2060 | halo HALO_EM_TRACER_OLD_E_3 dyn_em 24:tracer_old |
|---|
| 2061 | halo HALO_EM_TRACER_OLD_E_5 dyn_em 48:tracer_old |
|---|
| 2062 | halo HALO_EM_TRACER_OLD_E_7 dyn_em 80:tracer_old |
|---|
| 2063 | halo HALO_EM_SCALAR_OLD_E_3 dyn_em 24:scalar_old |
|---|
| 2064 | halo HALO_EM_SCALAR_OLD_E_5 dyn_em 48:scalar_old |
|---|
| 2065 | halo HALO_EM_SCALAR_OLD_E_7 dyn_em 80:scalar_old |
|---|
| 2066 | |
|---|
| 2067 | halo HALO_EM_FEEDBACK dyn_em 48:ht |
|---|
| 2068 | halo HALO_EM_HYDRO_UV dyn_em 8:u_2,v_2 |
|---|
| 2069 | |
|---|
| 2070 | halo HALO_EM_COUPLE_A dyn_em 24:mub,mu_1,mu_2 |
|---|
| 2071 | period PERIOD_EM_COUPLE_A dyn_em 2:mub,mu_1,mu_2 |
|---|
| 2072 | halo HALO_EM_COUPLE_B dyn_em 48:ph_1,ph_2,w_1,w_2,t_1,t_2,u_1,u_2,v_1,v_2,\ |
|---|
| 2073 | moist,chem,tracer,scalar |
|---|
| 2074 | period PERIOD_EM_COUPLE_B dyn_em 3:ph_1,ph_2,w_1,w_2,t_1,t_2,u_1,u_2,v_1,v_2,\ |
|---|
| 2075 | moist,chem,tracer,scalar |
|---|
| 2076 | |
|---|
| 2077 | ## For moving nests |
|---|
| 2078 | #halo em_shift_halo_y dyn_em 48:imask_nostag,imask_xstag,imask_ystag,imask_xystag,u_2,v_2,t_2 |
|---|
| 2079 | #halo em_shift_halo_x dyn_em 48:imask_nostag,imask_xstag,imask_ystag,imask_xystag,u_2,v_2,t_2 |
|---|
| 2080 | |
|---|
| 2081 | # For observational nudging |
|---|
| 2082 | halo HALO_OBS_NUDGE dyn_em 24:ph_2,p,uratx,vratx,tratx,kpbl |
|---|
| 2083 | |
|---|
| 2084 | # Periodic Boundary Communications |
|---|
| 2085 | |
|---|
| 2086 | period PERIOD_BDY_EM_INIT dyn_em 3:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,t_init,phb,ph0,php,pb,al,alt,alb,mu_1,mu_2,mub,mu0,ht,msftx,msfty,msfux,msfuy,msfvx,msfvy,msfvx_inv,sina,cosa,e,f |
|---|
| 2087 | |
|---|
| 2088 | # Monotonic, positive definite advection requires 4 values for moist, chem, tke, and scalar for periodic lateral boundaries |
|---|
| 2089 | |
|---|
| 2090 | period PERIOD_BDY_EM_MOIST dyn_em 4:moist |
|---|
| 2091 | period PERIOD_BDY_EM_CHEM dyn_em 4:chem |
|---|
| 2092 | period PERIOD_BDY_EM_TRACER dyn_em 4:tracer |
|---|
| 2093 | period PERIOD_BDY_EM_SCALAR dyn_em 4:scalar |
|---|
| 2094 | period PERIOD_BDY_EM_TKE dyn_em 4:tke_2 |
|---|
| 2095 | period PERIOD_BDY_EM_MOIST2 dyn_em 4:moist |
|---|
| 2096 | period PERIOD_BDY_EM_CHEM2 dyn_em 4:chem |
|---|
| 2097 | period PERIOD_BDY_EM_TRACER2 dyn_em 4:tracer |
|---|
| 2098 | period PERIOD_BDY_EM_SCALAR2 dyn_em 4:scalar |
|---|
| 2099 | period PERIOD_BDY_EM_MOIST_OLD dyn_em 4:moist_old |
|---|
| 2100 | period PERIOD_BDY_EM_CHEM_OLD dyn_em 4:chem_old |
|---|
| 2101 | period PERIOD_BDY_EM_TRACER_OLD dyn_em 4:tracer_old |
|---|
| 2102 | period PERIOD_BDY_EM_SCALAR_OLD dyn_em 4:scalar_old |
|---|
| 2103 | period PERIOD_BDY_EM_TKE_OLD dyn_em 4:tke_1 |
|---|
| 2104 | |
|---|
| 2105 | period PERIOD_BDY_EM_E dyn_em 2:u_2,v_2,ht |
|---|
| 2106 | period PERIOD_EM_HYDRO_UV dyn_em 1:u_2,v_2 |
|---|
| 2107 | period PERIOD_BDY_EM_A dyn_em 2:ru,rv,rw,ww,php,alt,p,muu,muv,mut,ph_2,al |
|---|
| 2108 | period PERIOD_BDY_EM_A1 dyn_em 3:rdzw,rdz,z,zx,zy,ustm |
|---|
| 2109 | period PERIOD_BDY_EM_PHY_BC dyn_em 2:rublten,rvblten,rucuten,rvcuten,xkmh,xkmv,xkhh,xkhv,div,defor11,defor22,defor12,defor13,defor23,defor33,tke_2 |
|---|
| 2110 | period PERIOD_BDY_EM_FDDA_BC dyn_em 2:rundgdten,rvndgdten |
|---|
| 2111 | period PERIOD_BDY_EM_B dyn_em 2:ru_tend,rv_tend,ph_2,al,p,t_1,t_save,u_save,v_save,mu_1,mu_2,mudf,php,alt,pb |
|---|
| 2112 | period PERIOD_BDY_EM_B3 dyn_em 2:ph_2,al,p,mu_2,muts,mudf |
|---|
| 2113 | period PERIOD_BDY_EM_B2 dyn_em 2:ru_tend,rv_tend |
|---|
| 2114 | period PERIOD_BDY_EM_C dyn_em 2:u_2,u_save,v_2,v_save,t_2,t_save,muv,msfvx,msfvy,muu,msfux,msfuy,msfvx_inv |
|---|
| 2115 | period PERIOD_BDY_EM_D dyn_em 3:u_2,v_2,w_2,t_2,ph_2,mu_2,tke_2 |
|---|
| 2116 | period PERIOD_BDY_EM_D3 dyn_em 3:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,tke_1,tke_2,mu_1,mu_2 |
|---|
| 2117 | period PERIOD_EM_DA dyn_em 2:ru_m,rv_m,ww_m,mut,muts |
|---|
| 2118 | |
|---|
| 2119 | # |
|---|
| 2120 | #swap SWAP_ETAMP_NEW dyn_em 1:dz8w,p_phy,pi_phy,rho,th_phy,moist,F_ICE_PHY,F_RAIN_PHY,F_RIMEF_PHY,RAINNC,RAINNCV,SR,LOWLYR |
|---|
| 2121 | #swap SWAP_WSM3 dyn_em 1:th_phy,moist,w_2,rho,pi_phy,p_phy,dz8w,rainnc,rainncv |
|---|
| 2122 | #cycle CYCLE_TEST dyn_em 1:xlong |
|---|
| 2123 | |
|---|
| 2124 | ## |
|---|
| 2125 | |
|---|
| 2126 | # FDDA (Observational-nudging) Variables |
|---|
| 2127 | typedef fdob_type integer domain_tot # total number of domains to apply obs-nudging |
|---|
| 2128 | typedef fdob_type integer IEODI # end of obs data flag for current model step |
|---|
| 2129 | typedef fdob_type integer IWTSIG # flag for nudging on pressure surfaces |
|---|
| 2130 | typedef fdob_type integer NSTAT # number of obs stations used to nudge current model step |
|---|
| 2131 | typedef fdob_type integer NSTAW # number of obs stations within current time window |
|---|
| 2132 | typedef fdob_type integer KTAUR # restart model step |
|---|
| 2133 | typedef fdob_type integer LEVIDN(max_domains) # level of nest |
|---|
| 2134 | typedef fdob_type integer REFPRT(max_domains) # reference obs index for diagnostic printout |
|---|
| 2135 | typedef fdob_type real WINDOW # time window half-period for nudging (in minutes) |
|---|
| 2136 | typedef fdob_type real RTLAST # time in hours of last obs used in current model step |
|---|
| 2137 | typedef fdob_type real DATEND # time in minutes after which data are asuumed to have ended |
|---|
| 2138 | typedef fdob_type logical NUDGE_UV_PBL # Flag for wind nudging within the PBL |
|---|
| 2139 | typedef fdob_type logical NUDGE_T_PBL # Flag for temperature nudging within the PBL |
|---|
| 2140 | typedef fdob_type logical NUDGE_Q_PBL # Flag for moisture nudging within the PBL |
|---|
| 2141 | typedef fdob_type integer SFC_SCHEME_HORIZ # Flag for horizontal spreading scheme for surface obs |
|---|
| 2142 | typedef fdob_type integer SFC_SCHEME_VERT # Flag for vertical spreading scheme for surface obs |
|---|
| 2143 | typedef fdob_type real MAX_SNDNG_GAP # Maximum pressure gap allowed for interpolating between soundings (centibars) |
|---|
| 2144 | typedef fdob_type real SFCFACT # scale factor applied to time window for surface obs |
|---|
| 2145 | typedef fdob_type real SFCFACR # scale factor applied to horiz radius of influence for surface obs |
|---|
| 2146 | typedef fdob_type real RINFMN # minimum radius of influence |
|---|
| 2147 | typedef fdob_type real RINFMX # maximum radius of influence |
|---|
| 2148 | typedef fdob_type real PFREE # pressure level (cb) where terrain effect becomes small |
|---|
| 2149 | typedef fdob_type real DCON # 1/DPSMX |
|---|
| 2150 | typedef fdob_type real DPSMX # max pres change (cb) allowed within infl range of surf obs |
|---|
| 2151 | typedef fdob_type real TFACI # scale factor used for ramp-down in dynamic initialization |
|---|
| 2152 | typedef fdob_type real KNOWN_LAT # Latitude of origin point (i,j)=(1,1) |
|---|
| 2153 | typedef fdob_type real KNOWN_LON # Longitude of origin point (i,j)=(1,1) |
|---|
| 2154 | typedef fdob_type character SDATE # domain starting date (YYYY-MM-DD_hh:mm:ss) |
|---|
| 2155 | typedef fdob_type real XTIME_AT_REST # xtime at restart time |
|---|
| 2156 | typedef fdob_type real VIF_UV(6) # Vertical influence function parameters for wind nudging |
|---|
| 2157 | typedef fdob_type real VIF_T(6) # Vertical influence function parameters for temperature nudging |
|---|
| 2158 | typedef fdob_type real VIF_Q(6) # Vertical influence function parameters for moisture nudging |
|---|
| 2159 | typedef fdob_type real VIF_FULLMIN # Minimum depth through which vert infl fcn remains 1.0 (m) |
|---|
| 2160 | typedef fdob_type real VIF_RAMPMIN # Minimum depth through which vif decreases 1.0 to 0.0 (m) |
|---|
| 2161 | typedef fdob_type real VIF_MAX # Maximum depth in which vif is nonzero (m) |
|---|
| 2162 | |
|---|
| 2163 | # table entries are of the form |
|---|
| 2164 | # <Table> <Type> <Sym> <Dims> <Use> <NumTLev> <Stagger> <IO> <DNAME> <DESCRIP> <UNITS> |
|---|
| 2165 | #Grid variables |
|---|
| 2166 | typedef fdob_type real varobs {nndgvar}{obs} - 1 - - "varobs" "observational values in each variable" |
|---|
| 2167 | typedef fdob_type real errf h{obs} - 1 - - "errf" "errors between model and obs values" |
|---|
| 2168 | typedef fdob_type real timeob {obs} - 1 - - "timeob" "model times for each observation" "hours" |
|---|
| 2169 | typedef fdob_type real nlevs_ob {obs} - 1 - - "nlevs_ob" "numbers of levels in sounding obs" |
|---|
| 2170 | typedef fdob_type real lev_in_ob {obs} - 1 - - "lev_in_ob" "level in sounding-type obs" |
|---|
| 2171 | typedef fdob_type real plfo {obs} - 1 - - "plfo" "index for type of obs-platform" |
|---|
| 2172 | typedef fdob_type real elevob {obs} - 1 - - "elevob" "elevation of observation" "meters" |
|---|
| 2173 | typedef fdob_type real rio {obs} - 1 - - "rio" "west-east grid coordinate" |
|---|
| 2174 | typedef fdob_type real rjo {obs} - 1 - - "rjo" "south-north grid coordinate" |
|---|
| 2175 | typedef fdob_type real rko {obs} - 1 - - "rko" "vertical grid coordinate" |
|---|
| 2176 | typedef fdob_type integer obsprt [ - 1 - - "obsprt" "obs index for diagnostic printout" |
|---|
| 2177 | typedef fdob_type real latprt [ - 1 - - "latprt" "obs latitude for diagnostic printout" |
|---|
| 2178 | typedef fdob_type real lonprt [ - 1 - - "lonprt" "obs longitude for diagnostic printout" |
|---|
| 2179 | typedef fdob_type real mlatprt [ - 1 - - "mlatprt" "model latitude at obs location" |
|---|
| 2180 | typedef fdob_type real mlonprt [ - 1 - - "mlonprt" "model longitude at obs location" |
|---|
| 2181 | typedef fdob_type integer stnidprt {obsstid}{[} - 1 - - "stnidprt" "obs station id for diagnostic printout" |
|---|
| 2182 | typedef fdob_type real base_state k - 1 - - "base_state" "base-state height on half (mass) levels" "meters" |
|---|
| 2183 | |
|---|
| 2184 | state fdob_type fdob - - |
|---|
| 2185 | |
|---|
| 2186 | # xpose variables for polar fft |
|---|
| 2187 | state real t_xxx ikjx - 1 - |
|---|
| 2188 | state real u_xxx ikjx - 1 X |
|---|
| 2189 | state real ru_xxx ikjx - 1 X |
|---|
| 2190 | state real v_xxx ikjx - 1 Y |
|---|
| 2191 | state real rv_xxx ikjx - 1 Y |
|---|
| 2192 | state real w_xxx ikjx - 1 Z |
|---|
| 2193 | state real ww_xxx ikjx - 1 Z |
|---|
| 2194 | state real ph_xxx ikjx - 1 Z |
|---|
| 2195 | state real dum_yyy ikjy - 1 - |
|---|
| 2196 | state real fourd_xxx ikjx - 1 - |
|---|
| 2197 | state real clat_xxx ijx - 1 - |
|---|
| 2198 | state real ht_xxx ijx - 1 - |
|---|
| 2199 | state real mf_xxx ijx - 1 - |
|---|
| 2200 | |
|---|
| 2201 | xpose XPOSE_POLAR_FILTER_TOPO dyn_em t_init,t_xxx,dum_yyy |
|---|
| 2202 | xpose XPOSE_POLAR_FILTER_T dyn_em t_2,t_xxx,dum_yyy |
|---|
| 2203 | xpose XPOSE_POLAR_FILTER_U dyn_em u_2,u_xxx,dum_yyy |
|---|
| 2204 | xpose XPOSE_POLAR_FILTER_RU dyn_em ru_m,ru_xxx,dum_yyy |
|---|
| 2205 | xpose XPOSE_POLAR_FILTER_V dyn_em v_2,v_xxx,dum_yyy |
|---|
| 2206 | xpose XPOSE_POLAR_FILTER_RV dyn_em rv_m,rv_xxx,dum_yyy |
|---|
| 2207 | xpose XPOSE_POLAR_FILTER_W dyn_em w_2,w_xxx,dum_yyy |
|---|
| 2208 | xpose XPOSE_POLAR_FILTER_WW dyn_em ww_m,ww_xxx,dum_yyy |
|---|
| 2209 | xpose XPOSE_POLAR_FILTER_PH dyn_em ph_2,ph_xxx,dum_yyy |
|---|
| 2210 | xpose XPOSE_POLAR_FILTER_MOIST dyn_em moist,fourd_xxx,dum_yyy |
|---|
| 2211 | xpose XPOSE_POLAR_FILTER_CHEM dyn_em chem,fourd_xxx,dum_yyy |
|---|
| 2212 | xpose XPOSE_POLAR_FILTER_TRACER dyn_em tracer,fourd_xxx,dum_yyy |
|---|
| 2213 | xpose XPOSE_POLAR_FILTER_SCALAR dyn_em scalar,fourd_xxx,dum_yyy |
|---|
| 2214 | |
|---|
| 2215 | # xpose variables for spectral nudging |
|---|
| 2216 | state real dif_analysis ikj - 1 |
|---|
| 2217 | state real dif_xxx ikjx - 1 |
|---|
| 2218 | state real dif_yyy ikjy - 1 |
|---|
| 2219 | |
|---|
| 2220 | xpose XPOSE_SPECTRAL_NUDGING dyn_em dif_analysis,dif_xxx,dif_yyy |
|---|
| 2221 | ## |
|---|
| 2222 | |
|---|
| 2223 | include registry.fire |
|---|
| 2224 | include registry.avgflx |
|---|
| 2225 | include registry.stoch |
|---|
| 2226 | |
|---|