| 1 | # Registry file, EM_CHEM |
|---|
| 2 | # |
|---|
| 3 | # At the present time this file is managed manually and edited by hand. |
|---|
| 4 | # |
|---|
| 5 | ################################################################################ |
|---|
| 6 | # Dimension specifications |
|---|
| 7 | # |
|---|
| 8 | # This section of the Registry file is used to specify the dimensions |
|---|
| 9 | # that will be used to define arrays. Dim is the one-letter name of the |
|---|
| 10 | # dimension. How defined can either be "standard_domain", which means |
|---|
| 11 | # that the dimension (1) is one of the three spatial dimensions and (2) |
|---|
| 12 | # it will be set using the standard namelist mechanism and domain data |
|---|
| 13 | # structure dimension fields (e.g. sd31,ed31,sd32...). |
|---|
| 14 | # |
|---|
| 15 | # Order refers to which of the three sets of just-mentioned internal |
|---|
| 16 | # dimension variables the dimension is referred to by in the driver. |
|---|
| 17 | # That is, is it the first, second, or third dimension. The registry |
|---|
| 18 | # infers the mapping of its internal dimensions according to the |
|---|
| 19 | # combination of Order and Coord-axis that are specified in this table. |
|---|
| 20 | # Note that it is all right to more than one dimension name for, say, the |
|---|
| 21 | # x dimension. However, the Order and Coord-axis relationship must be |
|---|
| 22 | # consistent throughout. |
|---|
| 23 | # |
|---|
| 24 | # Note: these entries do not enforce storage order on a particular field. |
|---|
| 25 | # That is determined by the dimension strings for each field. But it does |
|---|
| 26 | # relate the dimspec to the internal data structures that the driver uses |
|---|
| 27 | # to maintain the three physical domain dimensions. |
|---|
| 28 | # |
|---|
| 29 | # "How defined" can also specify the name of a namelist variable from which |
|---|
| 30 | # the definition for the dimension will come; this is specified as |
|---|
| 31 | # "namelist=<variable name>". The namelist variable must have been |
|---|
| 32 | # defined as an integer and with only one entry in the rconfig table. Or |
|---|
| 33 | # a constant can be specified. The coordinate axis for the dimension is |
|---|
| 34 | # either X, Y, Z, or C (for "not a spatial dimension"). The Dimname is |
|---|
| 35 | # the descriptive name of the dimension that will be included in the |
|---|
| 36 | # metadata in data sets. Note that the b, f, and t modifiers that appear |
|---|
| 37 | # as the last characters of dimension strings used # in state and # i1 |
|---|
| 38 | # registry definitions are not dimensions and do not need to be declared |
|---|
| 39 | # here. |
|---|
| 40 | # |
|---|
| 41 | |
|---|
| 42 | # Available characters for dimspec: 0123456789@%+=|?.!&[{}] |
|---|
| 43 | |
|---|
| 44 | #<Table> <Dim> <Order> <How defined> <Coord-axis> <Dimname in Datasets> |
|---|
| 45 | dimspec i 1 standard_domain x west_east |
|---|
| 46 | dimspec j 3 standard_domain y south_north |
|---|
| 47 | dimspec k 2 standard_domain z bottom_top |
|---|
| 48 | dimspec l 2 namelist=num_soil_layers z soil_layers |
|---|
| 49 | dimspec u 2 namelist=num_land_cat z land_cat |
|---|
| 50 | dimspec s 2 namelist=num_soil_cat z soil_cat |
|---|
| 51 | dimspec p - constant=7501 c microphysics_rstrt_state |
|---|
| 52 | dimspec w - namelist=spec_bdy_width c spec_bdy_width |
|---|
| 53 | dimspec e 3 namelist=ensdim z ensemble dimension |
|---|
| 54 | dimspec z - namelist=max_obs c max_obs |
|---|
| 55 | dimspec h - namelist=nobs_err_flds c nobs_err_flds |
|---|
| 56 | dimspec r - namelist=nobs_ndg_vars c nobs_ndg_vars |
|---|
| 57 | dimspec g 2 namelist=num_metgrid_levels z num_metgrid_levels |
|---|
| 58 | dimspec m 2 constant=12 z months_per_year |
|---|
| 59 | dimspec o 3 namelist=ne_area z emissions dimension |
|---|
| 60 | dimspec n 2 namelist=kemit z emissions_zdim |
|---|
| 61 | dimspec a - namelist=cam_abs_dim1 c cam_abs_dim1 |
|---|
| 62 | dimspec c - namelist=cam_abs_dim2 z cam_abs_dim2 |
|---|
| 63 | dimspec q 2 namelist=levsiz z levsiz |
|---|
| 64 | dimspec d 2 namelist=paerlev z paerlev |
|---|
| 65 | dimspec v - constant=1 z one |
|---|
| 66 | |
|---|
| 67 | |
|---|
| 68 | |
|---|
| 69 | ################################################################################ |
|---|
| 70 | ################################################################################ |
|---|
| 71 | ################################################################################ |
|---|
| 72 | |
|---|
| 73 | # Lines that start with the word 'state' form a table that is |
|---|
| 74 | # used by the script use_registry to generate module_state_descript.F |
|---|
| 75 | # and other files. Also see documentation in use_registry. |
|---|
| 76 | # |
|---|
| 77 | # table entries are of the form |
|---|
| 78 | #<Table> <Type> <Sym> <Dims> <Use> <NumTLev> <Stagger> <IO> <DNAME> <DESCRIP> <UNITS> |
|---|
| 79 | # |
|---|
| 80 | |
|---|
| 81 | # It is required that LU_INDEX appears before any variable that is |
|---|
| 82 | # interpolated with a mask, as lu_index supplies that mask. |
|---|
| 83 | # this next 1 is for the HFSoLE/PET demo; writing these to auxhist1 output over MCEL for coupling |
|---|
| 84 | # with wave model, only if compiled with -DMCELIO, JM 2003/05/29 |
|---|
| 85 | state real LU_INDEX ij misc 1 - irh01d=(interp_fcnm)u=(copy_fcnm) "LU_INDEX" "LAND USE CATEGORY" "" |
|---|
| 86 | state real LU_MASK ij misc 1 - i3h1 "LU_MASK" "0 land 1 water" "" |
|---|
| 87 | |
|---|
| 88 | # |
|---|
| 89 | # Variables from WPS |
|---|
| 90 | # |
|---|
| 91 | |
|---|
| 92 | state real u_gc igj dyn_em 1 XZ i1 "UU" "x-wind component" "m s-1" |
|---|
| 93 | state real v_gc igj dyn_em 1 YZ i1 "VV" "y-wind component" "m s-1" |
|---|
| 94 | state real t_gc igj dyn_em 1 Z i1 "TT" "temperature" "K" |
|---|
| 95 | state real rh_gc igj dyn_em 1 Z i1 "RH" "relative humidity" "%" |
|---|
| 96 | state real ght_gc igj dyn_em 1 Z i1 "GHT" "geopotential height" "m" |
|---|
| 97 | state real p_gc igj dyn_em 1 Z i1 "PRES" "pressure" "Pa" |
|---|
| 98 | state real xlat_gc ij dyn_em 1 - i1 "XLAT_M" "latitude, positive north" "degrees" |
|---|
| 99 | state real xlong_gc ij dyn_em 1 - i1 "XLONG_M" "longitude, positive east" "degrees" |
|---|
| 100 | state real ht_gc ij dyn_em 1 - i1 "HGT_M" "topography elevation" "m" |
|---|
| 101 | state real tsk_gc ij dyn_em 1 - i1 "SKINTEMP" "skin temperature" "K" |
|---|
| 102 | state real tavgsfc ij dyn_em 1 - i1 "TAVGSFC" "daily mean of surface air temperature" "K" |
|---|
| 103 | state real tmn_gc ij dyn_em 1 - i1 "SOILTEMP" "annual mean deep soil temperature" "K" |
|---|
| 104 | state real pslv_gc ij dyn_em 1 - i1 "PMSL" "sea level pressure" "Pa" |
|---|
| 105 | state real greenfrac imj dyn_em 1 Z i1 "GREENFRAC" "monthly greenness fraction" "0 - 1 fraction" |
|---|
| 106 | state real albedo12m imj dyn_em 1 Z i1 "ALBEDO12M" "background albedo" "0 - 1 fraction" |
|---|
| 107 | state real pd_gc igj dyn_em 1 Z - "PD" "dry pressure" "Pa" |
|---|
| 108 | state real psfc_gc ij dyn_em 1 - - "PSFC_GC" "surface pressure" "Pa" |
|---|
| 109 | state real intq_gc ij dyn_em 1 - - "INTQ" "integrated mixing ratio" "Pa" |
|---|
| 110 | state real pdhs ij dyn_em 1 - - "PDHS" "hydrostatic dry surface pressure" "Pa" |
|---|
| 111 | state real qv_gc igj dyn_em 1 Z i1 "QV" "mixing ratio" "kg kg-1" |
|---|
| 112 | #state real qr_gc igj dyn_em 1 Z i1 "QR" "rain water mixing ratio" "kg kg-1" |
|---|
| 113 | #state real qc_gc igj dyn_em 1 Z i1 "QC" "cloud water mixing ratio" "kg kg-1" |
|---|
| 114 | #state real qs_gc igj dyn_em 1 Z i1 "QS" "snow mixing ratio" "kg kg-1" |
|---|
| 115 | #state real qi_gc igj dyn_em 1 Z i1 "QI" "cloud ice mixing ratio" "kg kg-1" |
|---|
| 116 | #state real qg_gc igj dyn_em 1 Z i1 "QG" "graupel mixing ratio" "kg kg-1" |
|---|
| 117 | |
|---|
| 118 | #----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 119 | # |
|---|
| 120 | # Variables for Eulerian mass coordinate dynamics |
|---|
| 121 | # |
|---|
| 122 | |
|---|
| 123 | # Velocities |
|---|
| 124 | # |
|---|
| 125 | # U Vel |
|---|
| 126 | state real u ikjb dyn_em 2 X \ |
|---|
| 127 | i01rhusdf=(bdy_interp:dt) "U" "x-wind component" "m s-1" |
|---|
| 128 | state real ru ikj dyn_em 1 X - "MU_U" "mu-coupled u" "Pa m s-1" |
|---|
| 129 | state real ru_m ikj dyn_em 1 X - "ru_m" "" "" |
|---|
| 130 | state real ru_tend ikj dyn_em 1 X - "ru_tend" "" "" |
|---|
| 131 | i1 real ru_tendf ikj dyn_em 1 X |
|---|
| 132 | state real u_save ikj dyn_em 1 X - "u_save" |
|---|
| 133 | # |
|---|
| 134 | # V Vel |
|---|
| 135 | state real v ikjb dyn_em 2 Y \ |
|---|
| 136 | i01rhusdf=(bdy_interp:dt) "V" "y-wind component" "m s-1" |
|---|
| 137 | state real rv ikj dyn_em 1 Y - "MU_V" "mu-coupled v" "Pa m s-1" |
|---|
| 138 | state real rv_m ikj dyn_em 1 Y - "rv_m" |
|---|
| 139 | state real rv_tend ikj dyn_em 1 Y - "rv_tend" |
|---|
| 140 | i1 real rv_tendf ikj dyn_em 1 Y |
|---|
| 141 | state real v_save ikj dyn_em 1 Y - "v_save" |
|---|
| 142 | # |
|---|
| 143 | # Vertical Vel |
|---|
| 144 | state real w ikjb dyn_em 2 Z \ |
|---|
| 145 | irhusdf=(bdy_interp:dt) "w" "z-wind component" "m s-1" |
|---|
| 146 | state real ww ikj dyn_em 1 Z r "ww" "mu-coupled eta-dot" "Pa s-1" |
|---|
| 147 | state real rw ikj dyn_em 1 Z - "rw" "mu-coupled w" "Pa m s-1" |
|---|
| 148 | i1 real ww1 ikj dyn_em 1 Z |
|---|
| 149 | state real ww_m ikj dyn_em 1 Z r "ww_m" "time-avg mu-coupled eta-dot" "Pa s-1" |
|---|
| 150 | i1 real wwp ikj dyn_em 1 Z |
|---|
| 151 | i1 real rw_tend ikj dyn_em 1 Z |
|---|
| 152 | i1 real rw_tendf ikj dyn_em 1 Z |
|---|
| 153 | i1 real w_save ikj dyn_em 1 Z |
|---|
| 154 | |
|---|
| 155 | # Geopotential |
|---|
| 156 | state real ph ikjb dyn_em 2 Z \ |
|---|
| 157 | irhusdf=(bdy_interp:dt) "ph" "perturbation geopotential" "m2 s-2" |
|---|
| 158 | state real phb ikj dyn_em 1 Z irhdus "phb" "base-state geopotential" "m2 s-2" |
|---|
| 159 | state real phb_fine ikj dyn_em 1 Z - "phb_fine" "for nesting, temp holding interpolated coarse grid phb" "m2 s-2" |
|---|
| 160 | state real ph0 ikj dyn_em 1 Z r "ph0" "initial geopotential" "m2 s-2" |
|---|
| 161 | state real php ikj dyn_em 1 Z r "php" "geopotential" "m2 s-2" |
|---|
| 162 | i1 real ph_tend ikj dyn_em 1 Z |
|---|
| 163 | i1 real ph_tendf ikj dyn_em 1 Z |
|---|
| 164 | i1 real ph_save ikj dyn_em 1 Z |
|---|
| 165 | |
|---|
| 166 | # Potential Temperature |
|---|
| 167 | state real t ikjb dyn_em 2 - \ |
|---|
| 168 | i01rhusdf=(bdy_interp:dt) "t" "perturbation potential temperature (theta-t0)" "K" |
|---|
| 169 | |
|---|
| 170 | state real t_init ikj dyn_em 1 - ir "t_init" "initial potential temperature" "K" |
|---|
| 171 | i1 real t_tend ikj dyn_em 1 - |
|---|
| 172 | i1 real t_tendf ikj dyn_em 1 - |
|---|
| 173 | state real tp ikj dyn_em 2 - |
|---|
| 174 | i1 real t_2save ikj dyn_em 1 - |
|---|
| 175 | state real t_save ikj dyn_em 1 - "t_save" |
|---|
| 176 | # |
|---|
| 177 | |
|---|
| 178 | |
|---|
| 179 | # Mass |
|---|
| 180 | state real mu ijb dyn_em 2 - \ |
|---|
| 181 | irhusdf=(bdy_interp:dt) "mu" "perturbation dry air mass in column" "Pa" |
|---|
| 182 | state real mub ij dyn_em 1 - irhdus "mub" "base state dry air mass in column" "Pa" |
|---|
| 183 | state real mub_fine ij dyn_em 1 - - "mub_fine" "nest temp, holds interpolated coarse grid mub" "Pa" |
|---|
| 184 | state real mu0 ij dyn_em 1 - i01rdu "mu0" "initial dry mass in column" "Pa" |
|---|
| 185 | state real mudf ij dyn_em 1 - - "mudf" "" "" |
|---|
| 186 | state real muu ij dyn_em 1 - "muu" |
|---|
| 187 | i1 real muus ij dyn_em 1 - |
|---|
| 188 | state real muv ij dyn_em 1 - "muv" |
|---|
| 189 | i1 real muvs ij dyn_em 1 - |
|---|
| 190 | state real mut ij dyn_em 1 - "mut" |
|---|
| 191 | state real muts ij dyn_em 1 - "muts" |
|---|
| 192 | i1 real muave ij dyn_em 1 - |
|---|
| 193 | i1 real mu_save ij dyn_em 1 - |
|---|
| 194 | i1 real mu_tend ij dyn_em 1 - |
|---|
| 195 | i1 real mu_tendf ij dyn_em 1 - |
|---|
| 196 | |
|---|
| 197 | #diagnostic for looking at nest position in output. A mungy version of terrain height. |
|---|
| 198 | state real nest_pos ij misc 1 - rhu=(mark_domain) "NEST_POS" |
|---|
| 199 | state real nest_mask ij misc 1 - ru=(mark_domain) "NEST_MASK" "LOCATION OF NEST IF ANY" |
|---|
| 200 | state real ht_coarse ij misc 1 - r - "STORAGE FOR LOW-RES TERRAIN" |
|---|
| 201 | |
|---|
| 202 | |
|---|
| 203 | # TKE |
|---|
| 204 | state real tke ikj dyn_em 2 - r "tke" "TURBULENCE KINETIC ENERGY" "m2 s-2" |
|---|
| 205 | i1 real tke_tend ikj dyn_em 1 - |
|---|
| 206 | |
|---|
| 207 | # Pressure and Density |
|---|
| 208 | state real p ikj dyn_em 1 - rh "p" "perturbation pressure" "Pa" |
|---|
| 209 | state real al ikj dyn_em 1 - r "al" "inverse perturbation density" "m3 kg-1" |
|---|
| 210 | state real alt ikj dyn_em 1 - rh "alt" "inverse density" "m3 kg-1" |
|---|
| 211 | state real alb ikj dyn_em 1 - rdus "alb" "inverse base density" "m3 kg-1" |
|---|
| 212 | state real zx ikj dyn_em 1 X - " " " " " " |
|---|
| 213 | state real zy ikj dyn_em 1 Y - " " " " " " |
|---|
| 214 | state real rdz ikj dyn_em 1 Z - " " " " " " |
|---|
| 215 | state real rdzw ikj dyn_em 1 Z - " " " " " " |
|---|
| 216 | state real pb ikj dyn_em 1 - rhdus "pb" "BASE STATE PRESSURE " "Pa" |
|---|
| 217 | |
|---|
| 218 | # |
|---|
| 219 | # Other dyn |
|---|
| 220 | # |
|---|
| 221 | i1 real advect_tend ikj dyn_em 1 - |
|---|
| 222 | i1 real alpha ikj dyn_em 1 - |
|---|
| 223 | i1 real a ikj dyn_em 1 - |
|---|
| 224 | i1 real gamma ikj dyn_em 1 - |
|---|
| 225 | i1 real c2a ikj dyn_em 1 - - |
|---|
| 226 | i1 real rho ikj dyn_em 1 - - |
|---|
| 227 | i1 real phm ikj dyn_em 1 - - |
|---|
| 228 | i1 real cqu ikj dyn_em 1 - - |
|---|
| 229 | i1 real cqv ikj dyn_em 1 - - |
|---|
| 230 | i1 real cqw ikj dyn_em 1 - - |
|---|
| 231 | i1 real pm1 ikj dyn_em 1 - - |
|---|
| 232 | state real sr ij dyn_em 1 - irh "sr" "fraction of frozen precipitation" |
|---|
| 233 | state real potevp ij dyn_em 1 - h "potevp" "whatever" |
|---|
| 234 | state real snopcx ij dyn_em 1 - h "snopcx" "whatever" |
|---|
| 235 | state real soiltb ij dyn_em 1 - h "soiltb" "whatever" |
|---|
| 236 | state real fnm k dyn_em 1 - irh "fnm" "upper weight for vertical stretching" "" |
|---|
| 237 | state real fnp k dyn_em 1 - irh "fnp" "lower weight for vertical stretching" "" |
|---|
| 238 | state real rdnw k dyn_em 1 - irh "rdnw" "inverse d(eta) values between full (w) levels" "" |
|---|
| 239 | state real rdn k dyn_em 1 - irh "rdn" "inverse d(eta) values between half (mass) levels" "" |
|---|
| 240 | state real dnw k dyn_em 1 - irh "dnw" "d(eta) values between full (w) levels" "" |
|---|
| 241 | state real dn k dyn_em 1 - irh "dn " "d(eta) values between half (mass) levels" "" |
|---|
| 242 | state real znu k dyn_em 1 - irh "znu" "eta values on half (mass) levels" "" |
|---|
| 243 | state real znw k dyn_em 1 Z i01rh "znw" "eta values on full (w) levels" "" |
|---|
| 244 | state real t_base k dyn_em 1 - ir "t_base" "BASE STATET T IN IDEALIZED CASES" "K" |
|---|
| 245 | state real z ikj dyn_em 1 - - " " " " " " |
|---|
| 246 | i1 real mu_3d ikj dyn_em 1 - |
|---|
| 247 | i1 real z_at_w ikj dyn_em 1 Z |
|---|
| 248 | state real cfn - misc - - irh "cfn" "extrapolation constant" "" |
|---|
| 249 | state real cfn1 - misc - - irh "cfn1" "extrapolation constant" "" |
|---|
| 250 | state integer step_number - misc - - ir "step_number" "" |
|---|
| 251 | |
|---|
| 252 | # 2m and 10m output diagnostics |
|---|
| 253 | state real Q2 ij misc 1 - irhd "Q2" "QV at 2 M" "kg kg-1" |
|---|
| 254 | state real T2 ij misc 1 - irhd "T2" "TEMP at 2 M" "K" |
|---|
| 255 | state real TH2 ij misc 1 - irhd "TH2" "POT TEMP at 2 M" "K" |
|---|
| 256 | state real PSFC ij misc 1 - i01rh "PSFC" "SFC PRESSURE" "Pa" |
|---|
| 257 | |
|---|
| 258 | # these next 2 are for the HFSoLE/PET demo; writing these to auxhist1 output over MCEL for coupling |
|---|
| 259 | # with wave model, only if compiled with -DMCELIO, JM 2003/05/29 |
|---|
| 260 | state real U10 ij misc 1 - irh01d "U10" "U at 10 M" "m s-1" |
|---|
| 261 | state real V10 ij misc 1 - irh01d "V10" "V at 10 M" "m s-1" |
|---|
| 262 | |
|---|
| 263 | # these next 4 are for observational nudging |
|---|
| 264 | state real uratx ij misc 1 - ir "URATX" "Ratio of U over U10 on mass points " "dimensionless" |
|---|
| 265 | state real vratx ij misc 1 - ir "VRATX" "Ratio of V over V10 on mass points " "dimensionless" |
|---|
| 266 | state real tratx ij misc 1 - ir "TRATX" "Ratio of T over TH2 on mass points " "dimensionless" |
|---|
| 267 | state real obs_savwt hikj dyn_em 1 X - "OBS_SAVWT" |
|---|
| 268 | |
|---|
| 269 | # Other |
|---|
| 270 | state real rdx - misc - - irh "rdx" "INVERSE X GRID LENGTH" "" |
|---|
| 271 | state real rdy - misc - - irh "rdy" "INVERSE Y GRID LENGTH" "" |
|---|
| 272 | state real dts - misc - - ir "dts" "SMALL TIMESTEP" "" |
|---|
| 273 | state real dtseps - misc - - ir "dtseps" "TIME WEIGHT CONSTANT FOR SMALL STEPS" "" |
|---|
| 274 | state real resm - misc - - irh "resm" "TIME WEIGHT CONSTANT FOR SMALL STEPS" "" |
|---|
| 275 | state real zetatop - misc - - irh "zetatop" "ZETA AT MODEL TOP" "" |
|---|
| 276 | state real cf1 - misc - - irh "cf1" "2nd order extrapolation constant" "" |
|---|
| 277 | state real cf2 - misc - - irh "cf2" "2nd order extrapolation constant" "" |
|---|
| 278 | state real cf3 - misc - - irh "cf3" "2nd order extrapolation constant" "" |
|---|
| 279 | state integer number_at_same_level - - - - - "number_at_same_level" "" "" |
|---|
| 280 | |
|---|
| 281 | # State for derived time quantities. |
|---|
| 282 | state integer itimestep - - - - rh "itimestep" "" "" |
|---|
| 283 | state real xtime - - - - rh "xtime" "minutes since simulation start" "" |
|---|
| 284 | state real julian - - - - - "julian" "day of year, 0.0 at 0Z on 1 Jan." "days" |
|---|
| 285 | |
|---|
| 286 | state integer emissframes - - - - - "emissframes" "" "" |
|---|
| 287 | # input file descriptor for lbcs on parent domain |
|---|
| 288 | state integer lbc_fid - - - - - "lbc_fid" "" "" |
|---|
| 289 | # indicates if tiling has been computed |
|---|
| 290 | state logical tiled - - - - - "tiled" "" "" |
|---|
| 291 | # indicates if patches have been computed |
|---|
| 292 | state logical patched - - - - - "patched" "" "" |
|---|
| 293 | # indicates whether to read input from file or generate |
|---|
| 294 | #state logical input_from_file - - - - - "input_from_file" "" "" |
|---|
| 295 | |
|---|
| 296 | # Mask for moving nest interpolations |
|---|
| 297 | state integer imask_nostag ij misc 1 - |
|---|
| 298 | state integer imask_xstag ij misc 1 X |
|---|
| 299 | state integer imask_ystag ij misc 1 Y |
|---|
| 300 | state integer imask_xystag ij misc 1 XY |
|---|
| 301 | # vortex center indices; need for restarts of moving nests |
|---|
| 302 | state real xi - misc - - r |
|---|
| 303 | state real xj - misc - - r |
|---|
| 304 | state real vc_i - misc - - r |
|---|
| 305 | state real vc_j - misc - - r |
|---|
| 306 | |
|---|
| 307 | #----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 308 | # Chemistry Variables (all shared at this point) |
|---|
| 309 | # emissions first |
|---|
| 310 | state real e_iso inj misc 1 Z i5h "E_ISO" "Isoprene EMISSIONS (Anth. for RADM/RACM, Anth+Bio for CBMZ)" "mol km^-2 hr^-1" |
|---|
| 311 | state real e_so2 inj misc 1 Z i5h "E_SO2" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 312 | state real e_no inj misc 1 Z i5 "E_NO" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 313 | state real e_co inj misc 1 Z i5h "E_CO" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 314 | state real e_eth inj misc 1 Z i5 "E_ETH" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 315 | state real e_hc3 inj misc 1 Z i5 "E_HC3" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 316 | state real e_hc5 inj misc 1 Z i5 "E_HC5" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 317 | state real e_hc8 inj misc 1 Z i5 "E_HC8" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 318 | state real e_xyl inj misc 1 Z i5 "E_XYL" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 319 | state real e_ol2 inj misc 1 Z i5 "E_OL2" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 320 | state real e_olt inj misc 1 Z i5 "E_OLT" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 321 | state real e_oli inj misc 1 Z i5 "E_OLI" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 322 | state real e_tol inj misc 1 Z i5 "E_TOL" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 323 | state real e_csl inj misc 1 Z i5 "E_CSL" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 324 | state real e_hcho inj misc 1 Z i5 "E_HCHO" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 325 | state real e_ald inj misc 1 Z i5 "E_ALD" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 326 | state real e_ket inj misc 1 Z i5 "E_KET" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 327 | state real e_ora2 inj misc 1 Z i5 "E_ORA2" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 328 | state real e_nh3 inj misc 1 Z i5 "E_NH3" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 329 | state real e_pm25 inj misc 1 Z i5 "E_PM25" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 330 | state real e_pm10 inj misc 1 Z i5 "E_PM10" "EMISSIONS" "mol km^-2 hr^-1" |
|---|
| 331 | state real e_pm25i inj misc 1 Z i5 "E_PM25I" "EMISSION RATE OF UNIDEN. PM2.5 MASS" "ug/m3 m/s" |
|---|
| 332 | state real e_pm25j inj misc 1 Z i5 "E_PM25J" "EMISSION RATE OF J-MODE UNIDEN. PM2.5 MASS" "ug/m3 m/s" |
|---|
| 333 | state real e_eci inj misc 1 Z i5 "E_ECI" "EMISSION RATE OF I-MODE EC" "ug/m3 m/s" |
|---|
| 334 | state real e_ecj inj misc 1 Z i5 "E_ECJ" "EMISSION RATE OF J-MODE EC" "ug/m3 m/s" |
|---|
| 335 | state real e_orgi inj misc 1 Z i5 "E_ORGI" "EMISSION RATE OF I-MODE ORG. AER." "ug/m3 m/s" |
|---|
| 336 | state real e_orgj inj misc 1 Z i5 "E_ORGJ" "EMISSION RATE OF J-MODE ORG. AER." "ug/m3 m/s" |
|---|
| 337 | state real e_so4i inj misc 1 Z i5 "E_SO4I" "EMISSION RATE OF I-MODE ORG. AER." "ug/m3 m/s" |
|---|
| 338 | state real e_so4j inj misc 1 Z i5 "E_SO4J" "EMISSION RATE OF J-MODE ORG. AER." "ug/m3 m/s" |
|---|
| 339 | state real e_no3i inj misc 1 Z i5 "E_NO3I" "EMISSION RATE OF I-MODE ORG. AER." "ug/m3 m/s" |
|---|
| 340 | state real e_no3j inj misc 1 Z i5 "E_NO3J" "EMISSION RATE OF J-MODE ORG. AER." "ug/m3 m/s" |
|---|
| 341 | |
|---|
| 342 | # Additional CBMZ and MOSAIC emission variables... |
|---|
| 343 | state real e_no2 inj misc 1 Z i5 "E_NO2" "EMISSIONS NO2" "mol km^-2 hr^-1" |
|---|
| 344 | state real e_ch3oh inj misc 1 Z i5 "E_CH3OH" "EMISSIONS CH3OH" "mol km^-2 hr^-1" |
|---|
| 345 | state real e_c2h5oh inj misc 1 Z i5 "E_C2H5OH" "EMISSIONS C2H5OH" "mol km^-2 hr^-1" |
|---|
| 346 | state real e_so4c inj misc 1 Z i5 "E_SO4C" "EMISSIONS COARSE SO4 AER" "ug/m3 m/s" |
|---|
| 347 | state real e_no3c inj misc 1 Z i5 "E_NO3C" "EMISSIONS COARSE NO3 AER" "ug/m3 m/s" |
|---|
| 348 | state real e_orgc inj misc 1 Z i5 "E_ORGC" "EMISSIONS COARSE ORG AER" "ug/m3 m/s" |
|---|
| 349 | state real e_ecc inj misc 1 Z i5 "E_ECC" "EMISSIONS COARSE EC AER" "ug/m3 m/s" |
|---|
| 350 | |
|---|
| 351 | state real e_bio ijo misc 1 - - "E_BIO" "EMISSIONS" "ppm m/min" |
|---|
| 352 | state real sebio_iso ij misc 1 - i04 "sebio_iso" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 353 | state real sebio_oli ij misc 1 - i04 "sebio_oli" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 354 | state real sebio_api ij misc 1 - i04 "sebio_api" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 355 | state real sebio_lim ij misc 1 - i04 "sebio_lim" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 356 | state real sebio_xyl ij misc 1 - i04 "sebio_xyl" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 357 | state real sebio_hc3 ij misc 1 - i04 "sebio_hc3" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 358 | state real sebio_ete ij misc 1 - i04 "sebio_ete" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 359 | state real sebio_olt ij misc 1 - i04 "sebio_olt" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 360 | state real sebio_ket ij misc 1 - i04 "sebio_ket" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 361 | state real sebio_ald ij misc 1 - i04 "sebio_ald" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 362 | state real sebio_hcho ij misc 1 - i04 "sebio_hcho" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 363 | state real sebio_eth ij misc 1 - i04 "sebio_eth" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 364 | state real sebio_ora2 ij misc 1 - i04 "sebio_ora2" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 365 | state real sebio_co ij misc 1 - i04 "sebio_co" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 366 | state real sebio_nr ij misc 1 - i04 "sebio_nr" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 367 | state real noag_grow ij misc 1 - i04 "noag_grow" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 368 | state real noag_nongrow ij misc 1 - i04 "noag_nongrow" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 369 | state real nononag ij misc 1 - i04 "nononag" "Reference biog emiss" "mol km^-2 hr^-1" |
|---|
| 370 | state real slai ij misc 1 - i04 "slai" "Leaf area index isop" "" |
|---|
| 371 | state real ebio_iso ij misc 1 - h "EBIO_ISO" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 372 | state real ebio_oli ij misc 1 - - "ebio_oli" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 373 | state real ebio_api ij misc 1 - - "ebio_api" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 374 | state real ebio_lim ij misc 1 - - "ebio_lim" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 375 | state real ebio_xyl ij misc 1 - - "ebio_xyl" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 376 | state real ebio_hc3 ij misc 1 - - "ebio_hc3" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 377 | state real ebio_ete ij misc 1 - - "ebio_ete" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 378 | state real ebio_olt ij misc 1 - - "ebio_olt" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 379 | state real ebio_ket ij misc 1 - - "ebio_ket" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 380 | state real ebio_ald ij misc 1 - - "ebio_ald" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 381 | state real ebio_hcho ij misc 1 - - "ebio_hcho" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 382 | state real ebio_eth ij misc 1 - - "ebio_eth" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 383 | state real ebio_ora2 ij misc 1 - - "ebio_ora2" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 384 | state real ebio_co ij misc 1 - - "ebio_co" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 385 | state real ebio_nr ij misc 1 - - "ebio_nr" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 386 | state real ebio_no ij misc 1 - - "ebio_no" "Actual biog emiss" "mol km^-2 hr^-1" |
|---|
| 387 | # |
|---|
| 388 | # following used for output to look at all kinds of stuff |
|---|
| 389 | state real dep_vel_o3 ij misc 1 - - "DEP_VEL" "deposition velocities for o3" "?" |
|---|
| 390 | state real cu_co_ten ikj misc 1 - h "CU_CO_TEN" "CONV. TRANSPORT FOR CO" "?" |
|---|
| 391 | # aerosol stuff |
|---|
| 392 | state real aerwrf ikj misc 1 - r "AERWRF" "STANDARD AEROSOL PROFILE" "?" |
|---|
| 393 | |
|---|
| 394 | state real pm2_5_dry ikj misc 1 - hr "PM2_5_DRY" "pm2.5 aerosol dry mass" "ug m^-3" |
|---|
| 395 | state real pm2_5_dry_ec ikj misc 1 - r "PM2_5_EC_DRY" "dry ec aerosol mass" "ug m^-3" |
|---|
| 396 | state real pm2_5_water ikj misc 1 - r "PM2_5_WATER" "pm2.5 aerosol liquid water content" "ug m^-3" |
|---|
| 397 | state real pm10 ikj misc 1 - h "pm10 " "pm10 dry mass" "ug m^-3" |
|---|
| 398 | state real uvrad ij misc 1 - h "uv_rad " "uvb net-radiation" "W m^-2" |
|---|
| 399 | |
|---|
| 400 | # photolysis rates |
|---|
| 401 | state real ph_o31d ikj misc 1 - rh "PHOTR2" "O31D Photolysis Rate" "min{-1}" |
|---|
| 402 | state real ph_o33p ikj misc 1 - r "PHOTR3" "O33P Photolysis Rate" "min{-1}" |
|---|
| 403 | state real ph_no2 ikj misc 1 - rh "PHOTR4" "NO2 Photolysis Rate" "min{-1}" |
|---|
| 404 | state real ph_no3o2 ikj misc 1 - r "PHOTR5" "NO3O2 Photolysis Rate" "min{-1}" |
|---|
| 405 | state real ph_no3o ikj misc 1 - r "PHOTR6" "NO3O Photolysis Rate" "min{-1}" |
|---|
| 406 | state real ph_hno2 ikj misc 1 - r "PHOTR7" "HNO2 Photolysis Rate" "min{-1}" |
|---|
| 407 | state real ph_hno3 ikj misc 1 - r "PHOTR8" "HNO3 Photolysis Rate" "min{-1}" |
|---|
| 408 | state real ph_hno4 ikj misc 1 - r "PHOTR9" "HNO4 Photolysis Rate" "min{-1}" |
|---|
| 409 | state real ph_h2o2 ikj misc 1 - r "PHOTR10" "H2O2 Photolysis Rate" "min{-1}" |
|---|
| 410 | state real ph_ch2or ikj misc 1 - r "PHOTR11" "CH2OR Photolysis Rate" "min{-1}" |
|---|
| 411 | state real ph_ch2om ikj misc 1 - r "PHOTR12" "CH2OM Photolysis Rate" "min{-1}" |
|---|
| 412 | state real ph_ch3cho ikj misc 1 - r "PHOTR13" "CH3CHO Photolysis Rate" "min{-1}" |
|---|
| 413 | state real ph_ch3coch3 ikj misc 1 - r "PHOTR14" "CH3COCH3 Photolysis Rate" "min{-1}" |
|---|
| 414 | state real ph_ch3coc2h5 ikj misc 1 - r "PHOTR15" "CH3COC2H5 Photolysis Rate" "min{-1}" |
|---|
| 415 | state real ph_hcocho ikj misc 1 - r "PHOTR16" "HCOCHO Photolysis Rate" "min{-1}" |
|---|
| 416 | state real ph_ch3cocho ikj misc 1 - r "PHOTR17" "CH3COCHO Photolysis Rate" "min{-1}" |
|---|
| 417 | state real ph_hcochest ikj misc 1 - r "PHOTR18" "HCOCHEST Photolysis Rate" "min{-1}" |
|---|
| 418 | state real ph_ch3o2h ikj misc 1 - r "PHOTR19" "CH3O2H Photolysis Rate" "min{-1}" |
|---|
| 419 | state real ph_ch3coo2h ikj misc 1 - r "PHOTR20" "CH3COO2H Photolysis Rate" "min{-1}" |
|---|
| 420 | state real ph_ch3ono2 ikj misc 1 - r "PHOTR21" "CH3ONO2 Photolysis Rate" "min{-1}" |
|---|
| 421 | state real ph_hcochob ikj misc 1 - r "PHOTR22" "HCOCHOB Photolysis Rate" "min{-1}" |
|---|
| 422 | state real ph_macr ikj misc 1 - r "PHOTR1" "MACR Photolysis Rate" "min{-1}" |
|---|
| 423 | state real ph_n2o5 ikj misc 1 - r "PHOTR23" "N2O5 Photolysis Rate" "min{-1}" |
|---|
| 424 | state real ph_o2 ikj misc 1 - r "PHOTR24" "O2 Photolysis Rate" "min{-1}" |
|---|
| 425 | # Aerosol optical properties from Mie code |
|---|
| 426 | state real tauaer1 ikj misc 1 - r "TAUAER1" "bin 1 layer optical thickness" "?" |
|---|
| 427 | state real tauaer2 ikj misc 1 - r "TAUAER2" "bin 2 layer optical thickness" "?" |
|---|
| 428 | state real tauaer3 ikj misc 1 - r "TAUAER3" "bin 3 layer optical thickness" "?" |
|---|
| 429 | state real tauaer4 ikj misc 1 - r "TAUAER4" "bin 4 layer optical thickness" "?" |
|---|
| 430 | state real gaer1 ikj misc 1 - r "GAER1" "bin 1 layer assymetry parameter" "?" |
|---|
| 431 | state real gaer2 ikj misc 1 - r "GAER2" "bin 2 layer assymetry parameter" "?" |
|---|
| 432 | state real gaer3 ikj misc 1 - r "GAER3" "bin 3 layer assymetry parameter" "?" |
|---|
| 433 | state real gaer4 ikj misc 1 - r "GAER4" "bin 4 layer assymetry parameter" "?" |
|---|
| 434 | state real waer1 ikj misc 1 - r "WAER1" "bin 1 layer single-scattering albedo" "?" |
|---|
| 435 | state real waer2 ikj misc 1 - r "WAER2" "bin 2 layer single-scattering albedo" "?" |
|---|
| 436 | state real waer3 ikj misc 1 - r "WAER3" "bin 3 layer single-scattering albedo" "?" |
|---|
| 437 | state real waer4 ikj misc 1 - r "WAER4" "bin 4 layer single-scattering albedo" "?" |
|---|
| 438 | |
|---|
| 439 | # non-transported aerosol variables |
|---|
| 440 | state real h2oaj ikj misc 1 - r "h2oaj" "Aerosol water conc. Acc.mode" "?" |
|---|
| 441 | state real h2oai ikj misc 1 - r "h2oai" "Aerosol water conc. Aitken mode" "?" |
|---|
| 442 | state real nu3 ikj misc 1 - r "nu3" "3rd moment Aitken mode" "?" |
|---|
| 443 | state real ac3 ikj misc 1 - r "ac3" "3rd moment Acc. mode" "?" |
|---|
| 444 | state real cor3 ikj misc 1 - r "cor3" "3rd moment coarse mode" "?" |
|---|
| 445 | state real asulf ikj misc 1 - r "asulf" "sulfuric acid vapor deposition" "?" |
|---|
| 446 | state real ahno3 ikj misc 1 - r "ahno3" "nitric acid vapor deposition" "?" |
|---|
| 447 | state real anh3 ikj misc 1 - r "anh3" "amonia gas concentration" "?" |
|---|
| 448 | state real cvaro1 ikj misc 1 - r "cvaro1" "cond.vapor from aromatics" "?" |
|---|
| 449 | state real cvaro2 ikj misc 1 - r "cvaro2" "cond.vapor from aromatics" "?" |
|---|
| 450 | state real cvalk1 ikj misc 1 - r "cvalk1" "cond.vapor from alkanes" "?" |
|---|
| 451 | state real cvole1 ikj misc 1 - r "cvole1" "cond.vapor from olefines" "?" |
|---|
| 452 | state real cvapi1 ikj misc 1 - r "cvapi1" "cond.vapor from biogenics" "?" |
|---|
| 453 | state real cvapi2 ikj misc 1 - r "cvapi2" "cond.vapor from biogenics" "?" |
|---|
| 454 | state real cvlim1 ikj misc 1 - r "cvlim1" "cond.vapor from biogenics" "?" |
|---|
| 455 | state real cvlim2 ikj misc 1 - r "cvlim2" "cond.vapor from biogenics" "?" |
|---|
| 456 | # non-transported radical species for RACM |
|---|
| 457 | state real addt ikj misc 1 - r "addt" "Radicals" "ppm" |
|---|
| 458 | state real addx ikj misc 1 - r "addx" "Radicals" "ppm" |
|---|
| 459 | state real addc ikj misc 1 - r "addc" "Radicals" "ppm" |
|---|
| 460 | state real etep ikj misc 1 - r "etep" "Radicals" "ppm" |
|---|
| 461 | state real oltp ikj misc 1 - r "oltp" "Radicals" "ppm" |
|---|
| 462 | state real olip ikj misc 1 - r "olip" "Radicals" "ppm" |
|---|
| 463 | state real cslp ikj misc 1 - r "cslp" "Radicals" "ppm" |
|---|
| 464 | state real limp ikj misc 1 - r "limp" "Radicals" "ppm" |
|---|
| 465 | state real hc5p ikj misc 1 - r "hc5p" "Radicals" "ppm" |
|---|
| 466 | state real hc8p ikj misc 1 - r "hc8p" "Radicals" "ppm" |
|---|
| 467 | state real tolp ikj misc 1 - r "tolp" "Radicals" "ppm" |
|---|
| 468 | state real xylp ikj misc 1 - r "xylp" "Radicals" "ppm" |
|---|
| 469 | state real apip ikj misc 1 - r "apip" "Radicals" "ppm" |
|---|
| 470 | state real isop ikj misc 1 - r "isop" "Radicals" "ppm" |
|---|
| 471 | state real hc3p ikj misc 1 - r "hc3p" "Radicals" "ppm" |
|---|
| 472 | state real ethp ikj misc 1 - r "ethp" "Radicals" "ppm" |
|---|
| 473 | state real o3p ikj misc 1 - r "o3p" "Radicals" "ppm" |
|---|
| 474 | state real tco3 ikj misc 1 - r "tco3" "Radicals" "ppm" |
|---|
| 475 | state real mo2 ikj misc 1 - r "mo2" "Radicals" "ppm" |
|---|
| 476 | state real o1d ikj misc 1 - r "o1d" "Radicals" "ppm" |
|---|
| 477 | state real olnn ikj misc 1 - r "olnn" "Radicals" "ppm" |
|---|
| 478 | state real olnd ikj misc 1 - r "olnd" "Radicals" "ppm" |
|---|
| 479 | state real rpho ikj misc 1 - r "rpho" "Radicals" "ppm" |
|---|
| 480 | state real xo2 ikj misc 1 - r "xo2" "Radicals" "ppm" |
|---|
| 481 | state real ketp ikj misc 1 - r "ketp" "Radicals" "ppm" |
|---|
| 482 | #cms++ radicals from RADM2-KPP, RACM-MIM |
|---|
| 483 | state real xno2 ikj misc 1 - r "xno2" "Radicals" "ppm" |
|---|
| 484 | state real ol2p ikj misc 1 - r "ol2p" "Radicals" "ppm" |
|---|
| 485 | state real oln ikj misc 1 - r "oln" "Radicals" "ppm" |
|---|
| 486 | state real macp ikj misc 1 - r "macp" "Radicals" "ppm" |
|---|
| 487 | #cms-- |
|---|
| 488 | |
|---|
| 489 | |
|---|
| 490 | #----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 491 | # Scalar (4D) arrays |
|---|
| 492 | |
|---|
| 493 | # Moist Scalars |
|---|
| 494 | # |
|---|
| 495 | # The first line ensures that there will be identifiers named moist and |
|---|
| 496 | # moist_tend even if there are not any moist scalars (so the essentially |
|---|
| 497 | # dry code will will still link properly) |
|---|
| 498 | # |
|---|
| 499 | state real - ikjftb moist 1 - - - |
|---|
| 500 | state real qv ikjftb moist 1 - \ |
|---|
| 501 | i01rhusdf=(bdy_interp:dt) "QVAPOR" "Water vapor mixing ratio" "kg kg-1" |
|---|
| 502 | state real qc ikjftb moist 1 - \ |
|---|
| 503 | i01rhusdf=(bdy_interp:dt) "QCLOUD" "Cloud water mixing ratio" "kg kg-1" |
|---|
| 504 | state real qr ikjftb moist 1 - \ |
|---|
| 505 | i01rhusdf=(bdy_interp:dt) "QRAIN" "Rain water mixing ratio" "kg kg-1" |
|---|
| 506 | state real qi ikjftb moist 1 - \ |
|---|
| 507 | i01rhusdf=(bdy_interp:dt) "QICE" "Ice mixing ratio" "kg kg-1" |
|---|
| 508 | state real qs ikjftb moist 1 - \ |
|---|
| 509 | i01rhusdf=(bdy_interp:dt) "QSNOW" "Snow mixing ratio" "kg kg-1" |
|---|
| 510 | state real qg ikjftb moist 1 - \ |
|---|
| 511 | i01rhusdf=(bdy_interp:dt) "QGRAUP" "Graupel mixing ratio" "kg kg-1" |
|---|
| 512 | |
|---|
| 513 | # Chem Scalars |
|---|
| 514 | state real - ikjftb chem 1 - - - |
|---|
| 515 | state real so2 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "so2" "SO2 concentration" "ppmv" |
|---|
| 516 | state real sulf ikjftb chem 1 - irhusdf=(bdy_interp:dt) "sulf" "SULF concentration" "ppmv" |
|---|
| 517 | state real no2 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "no2" "NO2 concentration" "ppmv" |
|---|
| 518 | state real no ikjftb chem 1 - irhusdf=(bdy_interp:dt) "no" "NO concentration" "ppmv" |
|---|
| 519 | state real o3 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "o3" "O3 concentration" "ppmv" |
|---|
| 520 | state real hno3 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "hno3" "HNO3 concentration" "ppmv" |
|---|
| 521 | state real h2o2 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "h2o2" "H2O2 concentration" "ppmv" |
|---|
| 522 | state real ald ikjftb chem 1 - irhusdf=(bdy_interp:dt) "ald" "ALD concentration" "ppmv" |
|---|
| 523 | state real hcho ikjftb chem 1 - irhusdf=(bdy_interp:dt) "hcho" "HCHO concentration" "ppmv" |
|---|
| 524 | state real op1 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "op1" "OP1 concentration" "ppmv" |
|---|
| 525 | state real op2 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "op2" "OP2 concentration" "ppmv" |
|---|
| 526 | state real paa ikjftb chem 1 - irhusdf=(bdy_interp:dt) "paa" "PAA concentration" "ppmv" |
|---|
| 527 | state real ora1 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "ora1" "ORA1 concentration" "ppmv" |
|---|
| 528 | state real ora2 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "ora2" "ORA2 concentration" "ppmv" |
|---|
| 529 | state real nh3 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "nh3" "NH3 concentration" "ppmv" |
|---|
| 530 | state real n2o5 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "n2o5" "N2O5 concentration" "ppmv" |
|---|
| 531 | state real no3 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "no3" "NO3 concentration" "ppmv" |
|---|
| 532 | state real pan ikjftb chem 1 - irhusdf=(bdy_interp:dt) "pan" "PAN concentration" "ppmv" |
|---|
| 533 | state real hc3 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "hc3" "HC3 concentration" "ppmv" |
|---|
| 534 | state real hc5 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "hc5" "HC5 concentration" "ppmv" |
|---|
| 535 | state real hc8 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "hc8" "HC8 concentration" "ppmv" |
|---|
| 536 | state real eth ikjftb chem 1 - irhusdf=(bdy_interp:dt) "eth" "ETH concentration" "ppmv" |
|---|
| 537 | state real co ikjftb chem 1 - irhusdf=(bdy_interp:dt) "co" "CO concentration" "ppmv" |
|---|
| 538 | state real ol2 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "ol2" "OL2 concentration" "ppmv" |
|---|
| 539 | state real olt ikjftb chem 1 - irhusdf=(bdy_interp:dt) "olt" "OLT concentration" "ppmv" |
|---|
| 540 | state real oli ikjftb chem 1 - irhusdf=(bdy_interp:dt) "oli" "OLI concentration" "ppmv" |
|---|
| 541 | state real tol ikjftb chem 1 - irhusdf=(bdy_interp:dt) "tol" "TOL concentration" "ppmv" |
|---|
| 542 | state real xyl ikjftb chem 1 - irhusdf=(bdy_interp:dt) "xyl" "XYL concentration" "ppmv" |
|---|
| 543 | state real aco3 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "aco3" "ACO3 concentration" "ppmv" |
|---|
| 544 | state real tpan ikjftb chem 1 - irhusdf=(bdy_interp:dt) "tpan" "TPAN concentration" "ppmv" |
|---|
| 545 | state real hono ikjftb chem 1 - irhusdf=(bdy_interp:dt) "hono" "HONO concentration" "ppmv" |
|---|
| 546 | state real hno4 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "hno4" "HNO4 concentration" "ppmv" |
|---|
| 547 | state real ket ikjftb chem 1 - irhusdf=(bdy_interp:dt) "ket" "KET concentration" "ppmv" |
|---|
| 548 | state real gly ikjftb chem 1 - irhusdf=(bdy_interp:dt) "gly" "GLY concentration" "ppmv" |
|---|
| 549 | state real mgly ikjftb chem 1 - irhusdf=(bdy_interp:dt) "mgly" "MGLY concentration" "ppmv" |
|---|
| 550 | state real dcb ikjftb chem 1 - irhusdf=(bdy_interp:dt) "dcb" "DCB concentration" "ppmv" |
|---|
| 551 | state real onit ikjftb chem 1 - irhusdf=(bdy_interp:dt) "onit" "ONIT concentration" "ppmv" |
|---|
| 552 | state real csl ikjftb chem 1 - irhusdf=(bdy_interp:dt) "csl" "CSL concentration" "ppmv" |
|---|
| 553 | state real iso ikjftb chem 1 - irhusdf=(bdy_interp:dt) "iso" "ISO concentration" "ppmv" |
|---|
| 554 | state real ho ikjftb chem 1 - irhusdf=(bdy_interp:dt) "ho" "HO concentration" "ppmv" |
|---|
| 555 | state real ho2 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "ho2" "HO2 concentration" "ppmv" |
|---|
| 556 | |
|---|
| 557 | #RACM has a few more variables to those of RADM2 (ETE is equivilant to OL2 from RADM2) |
|---|
| 558 | |
|---|
| 559 | state real ete ikjftb chem 1 - irusdf=(bdy_interp:dt) "ete" "ETE concentration" "ppmv" |
|---|
| 560 | state real co2 ikjftb chem 1 - irusdf=(bdy_interp:dt) "co2" "CO2 concentration" "ppmv" |
|---|
| 561 | state real ch4 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ch4" "CH4 concentration" "ppmv" |
|---|
| 562 | state real udd ikjftb chem 1 - irusdf=(bdy_interp:dt) "udd" "UDD concentration" "ppmv" |
|---|
| 563 | state real hket ikjftb chem 1 - irusdf=(bdy_interp:dt) "hket" "HKET concentration" "ppmv" |
|---|
| 564 | state real api ikjftb chem 1 - irusdf=(bdy_interp:dt) "api" "API concentration" "ppmv" |
|---|
| 565 | state real lim ikjftb chem 1 - irusdf=(bdy_interp:dt) "lim" "LIM concentration" "ppmv" |
|---|
| 566 | state real dien ikjftb chem 1 - irusdf=(bdy_interp:dt) "dien" "DIEN concentration" "ppmv" |
|---|
| 567 | state real macr ikjftb chem 1 - irusdf=(bdy_interp:dt) "macr" "MACR concentration" "ppmv" |
|---|
| 568 | |
|---|
| 569 | #Additional CBMZ gas variables inside the chem array... |
|---|
| 570 | |
|---|
| 571 | state real hcl ikjftb chem 1 - irusdf=(bdy_interp:dt) "hcl" "HCL concentration" "ppmv" |
|---|
| 572 | state real ch3o2 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ch3o2" "CH3O2 concentration" "ppmv" |
|---|
| 573 | state real ethp ikjftb chem 1 - irusdf=(bdy_interp:dt) "ethp" "ETHP concentration" "ppmv" |
|---|
| 574 | state real ch3oh ikjftb chem 1 - irusdf=(bdy_interp:dt) "ch3oh" "CH3OH concentration" "ppmv" |
|---|
| 575 | state real c2h5oh ikjftb chem 1 - irusdf=(bdy_interp:dt) "c2h5oh" "C2H5OH concentration" "ppmv" |
|---|
| 576 | state real par ikjftb chem 1 - irusdf=(bdy_interp:dt) "par" "PAR concentration" "ppmv" |
|---|
| 577 | state real to2 ikjftb chem 1 - irusdf=(bdy_interp:dt) "to2" "TO2 concentration" "ppmv" |
|---|
| 578 | state real cro ikjftb chem 1 - irusdf=(bdy_interp:dt) "cro" "CRO concentration" "ppmv" |
|---|
| 579 | state real open ikjftb chem 1 - irusdf=(bdy_interp:dt) "open" "OPEN concentration" "ppmv" |
|---|
| 580 | state real op3 ikjftb chem 1 - irusdf=(bdy_interp:dt) "op3" "OP3 concentration" "ppmv" |
|---|
| 581 | state real c2o3 ikjftb chem 1 - irusdf=(bdy_interp:dt) "c2o3" "C2O3 concentration" "ppmv" |
|---|
| 582 | state real ro2 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ro2" "RO2 concentration" "ppmv" |
|---|
| 583 | state real ano2 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ano2" "ANO2 concentration" "ppmv" |
|---|
| 584 | state real nap ikjftb chem 1 - irusdf=(bdy_interp:dt) "nap" "NAP concentration" "ppmv" |
|---|
| 585 | state real xo2 ikjftb chem 1 - irusdf=(bdy_interp:dt) "xo2" "XO2 concentration" "ppmv" |
|---|
| 586 | state real xpar ikjftb chem 1 - irusdf=(bdy_interp:dt) "xpar" "XPAR concentration" "ppmv" |
|---|
| 587 | state real isoprd ikjftb chem 1 - irusdf=(bdy_interp:dt) "isoprd" "ISOPRD concentration" "ppmv" |
|---|
| 588 | state real isopp ikjftb chem 1 - irusdf=(bdy_interp:dt) "isopp" "ISOPP concentration" "ppmv" |
|---|
| 589 | state real isopn ikjftb chem 1 - irusdf=(bdy_interp:dt) "isopn" "ISOPN concentration" "ppmv" |
|---|
| 590 | state real isopo2 ikjftb chem 1 - irusdf=(bdy_interp:dt) "isopo2" "ISOPO2 concentration" "ppmv" |
|---|
| 591 | state real dms ikjftb chem 1 - irusdf=(bdy_interp:dt) "dms" "DMS concentration" "ppmv" |
|---|
| 592 | state real msa ikjftb chem 1 - irusdf=(bdy_interp:dt) "msa" "MSA concentration" "ppmv" |
|---|
| 593 | state real dmso ikjftb chem 1 - irusdf=(bdy_interp:dt) "dmso" "DMSO concentration" "ppmv" |
|---|
| 594 | state real dmso2 ikjftb chem 1 - irusdf=(bdy_interp:dt) "dmso2" "DMSO2 concentration" "ppmv" |
|---|
| 595 | state real ch3so2h ikjftb chem 1 - irusdf=(bdy_interp:dt) "ch3so2h" "CH3SO2H concentration" "ppmv" |
|---|
| 596 | state real ch3sch2oo ikjftb chem 1 - irusdf=(bdy_interp:dt) "ch3sch2oo" "CH3SCH2OO concentration" "ppmv" |
|---|
| 597 | state real ch3so2 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ch3so2" "CH3SO2 concentration" "ppmv" |
|---|
| 598 | state real ch3so3 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ch3so3" "CH3SO3 concentration" "ppmv" |
|---|
| 599 | state real ch3so2oo ikjftb chem 1 - irusdf=(bdy_interp:dt) "ch3so2oo" "CH3SO2OO concentration" "ppmv" |
|---|
| 600 | state real ch3so2ch2oo ikjftb chem 1 - irusdf=(bdy_interp:dt) "ch3so2ch2oo" "CH3SO2CH2OO concentration" "ppmv" |
|---|
| 601 | state real mtf ikjftb chem 1 - irusdf=(bdy_interp:dt) "mtf" "MTF concentration" "ppmv" |
|---|
| 602 | |
|---|
| 603 | #Aerosol variables inside the chem array... |
|---|
| 604 | |
|---|
| 605 | state real so4aj ikjftb chem 1 - irhusdf=(bdy_interp:dt) "so4aj" "Sulfate conc. Acc. mode" "ug/kg-dryair" |
|---|
| 606 | state real so4ai ikjftb chem 1 - irhusdf=(bdy_interp:dt) "so4ai" "Sulfate conc. Aitken mode" "ug/kg-dryair" |
|---|
| 607 | state real nh4aj ikjftb chem 1 - irhusdf=(bdy_interp:dt) "nh4aj" "Ammonium conc. Acc. mode" "ug/kg-dryair" |
|---|
| 608 | state real nh4ai ikjftb chem 1 - irhusdf=(bdy_interp:dt) "nh4ai" "Ammonium conc. Aitken mode" "ug/kg-dryair" |
|---|
| 609 | state real no3aj ikjftb chem 1 - irhusdf=(bdy_interp:dt) "no3aj" "Nitrate conc. Acc. mode" "ug/kg-dryair" |
|---|
| 610 | state real no3ai ikjftb chem 1 - irhusdf=(bdy_interp:dt) "no3ai" "Nitrate conc. Aitken mode" "ug/kg-dryair" |
|---|
| 611 | state real orgaro1j ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgaro1j" "SOA Anth. org. conc. from aromatics Acc. mode" "ug/kg-dryair" |
|---|
| 612 | state real orgaro1i ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgaro1i" "SOA Anth. org. conc. from aromatics Aitken mode" "ug/kg-dryair" |
|---|
| 613 | state real orgaro2j ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgaro2j" "SOA Anth. org. conc. from aromatics Acc. mode" "ug/kg-dryair" |
|---|
| 614 | state real orgaro2i ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgaro2i" "SOA Anth. org. conc. from aromatics Aitken mode" "ug/kg-dryair" |
|---|
| 615 | state real orgalk1j ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgalk1j" "SOA Anth. org. conc. from alkanes and others except aromatics Acc. mode" "ug/kg-dryair" |
|---|
| 616 | state real orgalk1i ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgalk1i" "SOA Anth. org. conc. from alkanes and others except aromatics Aitken mode" "ug/kg-dryair" |
|---|
| 617 | state real orgole1j ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgole1j" "SOA Anth. org. conc. from alkenes and others except aromatics Acc. mode" "ug/kg-dryair" |
|---|
| 618 | state real orgole1i ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgole1i" "SOA Anth. org. conc. from alkenes and others except aromatics Aitken mode" "ug/kg-dryair" |
|---|
| 619 | state real orgba1j ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgba1j" "SOA Biog. org. conc. from aromatics Acc. mode" "ug/kg-dryair" |
|---|
| 620 | state real orgba1i ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgba1i" "SOA Biog. org. conc. from aromatics Aitken mode" "ug/kg-dryair" |
|---|
| 621 | state real orgba2j ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgba2j" "SOA Biog. org. conc. from aromatics Acc. mode" "ug/kg-dryair" |
|---|
| 622 | state real orgba2i ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgba2i" "SOA Biog. org. conc. from aromatics Aitken mode" "ug/kg-dryair" |
|---|
| 623 | state real orgba3j ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgba3j" "SOA Biog. org. conc. from aromatics Acc. mode" "ug/kg-dryair" |
|---|
| 624 | state real orgba3i ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgba3i" "SOA Biog. org. conc. from aromatics Aitken mode" "ug/kg-dryair" |
|---|
| 625 | state real orgba4j ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgba4j" "SOA Biog. org. conc. from aromatics Acc. mode" "ug/kg-dryair" |
|---|
| 626 | state real orgba4i ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgba4i" "SOA Biog. org. conc. from aromatics Aitken mode" "ug/kg-dryair" |
|---|
| 627 | state real orgpaj ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgpaj" "Prim. anth. org. conc. from aromatics Acc. mode" "ug/kg-dryair" |
|---|
| 628 | state real orgpai ikjftb chem 1 - irhusdf=(bdy_interp:dt) "orgpai" "Prim. anth. org. conc. from aromatics Aitken mode" "ug/kg-dryair" |
|---|
| 629 | state real ecj ikjftb chem 1 - irhusdf=(bdy_interp:dt) "ecj" "Elemental carbon Acc. mode" "ug/kg-dryair" |
|---|
| 630 | state real eci ikjftb chem 1 - irhusdf=(bdy_interp:dt) "eci" "Elemental carbon Aitken mode" "ug/kg-dryair" |
|---|
| 631 | state real p25j ikjftb chem 1 - irhusdf=(bdy_interp:dt) "p25j" "Primary PM2.5 Acc. mode" "ug/kg-dryair" |
|---|
| 632 | state real p25i ikjftb chem 1 - irhusdf=(bdy_interp:dt) "p25i" "Primary PM2.5 Aitken mode" "ug/kg-dryair" |
|---|
| 633 | state real antha ikjftb chem 1 - irhusdf=(bdy_interp:dt) "antha" "Coarse anthropogenic aerosols" "ug/kg-dryair" |
|---|
| 634 | state real seas ikjftb chem 1 - irhusdf=(bdy_interp:dt) "seas" "Coarse marine aerosols" "ug/kg-dryair" |
|---|
| 635 | state real soila ikjftb chem 1 - irhusdf=(bdy_interp:dt) "soila" "Coarse soil-derived aerosols" "ug/kg-dryair" |
|---|
| 636 | state real nu0 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "nu0" "Aitken mode number" "#/kg-dryair" |
|---|
| 637 | state real ac0 ikjftb chem 1 - irhusdf=(bdy_interp:dt) "ac0" "Accumulation mode number" "#/kg-dryair" |
|---|
| 638 | state real corn ikjftb chem 1 - irhusdf=(bdy_interp:dt) "corn" "Coarse mode number" "#/kg-dryair" |
|---|
| 639 | #cms++ additional species from RACM-MIM (Geiger et al., Atmos. Env., 2003) |
|---|
| 640 | state real hace ikjftb chem 1 - irusdf=(bdy_interp:dt) "HACE" "HACE concentration" "ppm" |
|---|
| 641 | state real ishp ikjftb chem 1 - irusdf=(bdy_interp:dt) "ISHP" "ISHP concentration" "ppm" |
|---|
| 642 | state real ison ikjftb chem 1 - irusdf=(bdy_interp:dt) "ISON" "ISON concentration" "ppm" |
|---|
| 643 | state real mahp ikjftb chem 1 - irusdf=(bdy_interp:dt) "MAHP" "MAHP concentration" "ppm" |
|---|
| 644 | state real mpan ikjftb chem 1 - irusdf=(bdy_interp:dt) "MPAN" "MPAN concentration" "ppm" |
|---|
| 645 | state real nald ikjftb chem 1 - irusdf=(bdy_interp:dt) "NALD" "NALD concentration" "ppm" |
|---|
| 646 | #cms-- note: ison is probably quite soluble |
|---|
| 647 | |
|---|
| 648 | |
|---|
| 649 | |
|---|
| 650 | #Additional MOSAIC aerosol variables inside the chem array... |
|---|
| 651 | |
|---|
| 652 | state real so4_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "so4_a01" "Sulfate, aerosol bin 01" "ug/kg-dryair" |
|---|
| 653 | state real no3_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "no3_a01" "Nitrate, aerosol bin 01" "ug/kg-dryair" |
|---|
| 654 | state real cl_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "cl_a01" "Chloride, aerosol bin 01" "ug/kg-dryair" |
|---|
| 655 | state real msa_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "msa_a01" "MSA, aerosol bin 01" "ug/kg-dryair" |
|---|
| 656 | state real co3_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "co3_a01" "Carbonate, aerosol bin 01" "ug/kg-dryair" |
|---|
| 657 | state real nh4_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "nh4_a01" "Ammonium, aerosol bin 01" "ug/kg-dryair" |
|---|
| 658 | state real na_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "na_a01" "Sodium, aerosol bin 01" "ug/kg-dryair" |
|---|
| 659 | state real ca_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ca_a01" "Calcium, aerosol bin 01" "ug/kg-dryair" |
|---|
| 660 | state real oin_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oin_a01" "Other inorganics, aerosol bin 01" "ug/kg-dryair" |
|---|
| 661 | state real oc_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oc_a01" "Organic carbon, aerosol bin 01" "ug/kg-dryair" |
|---|
| 662 | state real bc_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "bc_a01" "Black carbon, aerosol bin 01" "ug/kg-dryair" |
|---|
| 663 | state real hysw_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "hysw_a01" "Hysteresis water, aerosol bin 01" "ug/kg-dryair" |
|---|
| 664 | state real water_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "water_a01" "Water, aerosol bin 01" "ug/kg-dryair" |
|---|
| 665 | state real num_a01 ikjftb chem 1 - irusdf=(bdy_interp:dt) "num_a01" "Number, aerosol bin 01" "#/kg-dryair" |
|---|
| 666 | state real so4_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "so4_a02" "Sulfate, aerosol bin 02" "ug/kg-dryair" |
|---|
| 667 | state real no3_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "no3_a02" "Nitrate, aerosol bin 02" "ug/kg-dryair" |
|---|
| 668 | state real cl_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "cl_a02" "Chloride, aerosol bin 02" "ug/kg-dryair" |
|---|
| 669 | state real msa_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "msa_a02" "MSA, aerosol bin 02" "ug/kg-dryair" |
|---|
| 670 | state real co3_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "co3_a02" "Carbonate, aerosol bin 02" "ug/kg-dryair" |
|---|
| 671 | state real nh4_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "nh4_a02" "Ammonium, aerosol bin 02" "ug/kg-dryair" |
|---|
| 672 | state real na_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "na_a02" "Sodium, aerosol bin 02" "ug/kg-dryair" |
|---|
| 673 | state real ca_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ca_a02" "Calcium, aerosol bin 02" "ug/kg-dryair" |
|---|
| 674 | state real oin_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oin_a02" "Other inorganics, aerosol bin 02" "ug/kg-dryair" |
|---|
| 675 | state real oc_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oc_a02" "Organic carbon, aerosol bin 02" "ug/kg-dryair" |
|---|
| 676 | state real bc_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "bc_a02" "Black carbon, aerosol bin 02" "ug/kg-dryair" |
|---|
| 677 | state real hysw_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "hysw_a02" "Hysteresis water, aerosol bin 02" "ug/kg-dryair" |
|---|
| 678 | state real water_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "water_a02" "Water, aerosol bin 02" "ug/kg-dryair" |
|---|
| 679 | state real num_a02 ikjftb chem 1 - irusdf=(bdy_interp:dt) "num_a02" "Number, aerosol bin 02" "#/kg-dryair" |
|---|
| 680 | state real so4_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "so4_a03" "Sulfate, aerosol bin 03" "ug/kg-dryair" |
|---|
| 681 | state real no3_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "no3_a03" "Nitrate, aerosol bin 03" "ug/kg-dryair" |
|---|
| 682 | state real cl_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "cl_a03" "Chloride, aerosol bin 03" "ug/kg-dryair" |
|---|
| 683 | state real msa_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "msa_a03" "MSA, aerosol bin 03" "ug/kg-dryair" |
|---|
| 684 | state real co3_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "co3_a03" "Carbonate, aerosol bin 03" "ug/kg-dryair" |
|---|
| 685 | state real nh4_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "nh4_a03" "Ammonium, aerosol bin 03" "ug/kg-dryair" |
|---|
| 686 | state real na_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "na_a03" "Sodium, aerosol bin 03" "ug/kg-dryair" |
|---|
| 687 | state real ca_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ca_a03" "Calcium, aerosol bin 03" "ug/kg-dryair" |
|---|
| 688 | state real oin_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oin_a03" "Other inorganics, aerosol bin 03" "ug/kg-dryair" |
|---|
| 689 | state real oc_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oc_a03" "Organic carbon, aerosol bin 03" "ug/kg-dryair" |
|---|
| 690 | state real bc_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "bc_a03" "Black carbon, aerosol bin 03" "ug/kg-dryair" |
|---|
| 691 | state real hysw_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "hysw_a03" "Hysteresis water, aerosol bin 03" "ug/kg-dryair" |
|---|
| 692 | state real water_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "water_a03" "Water, aerosol bin 03" "ug/kg-dryair" |
|---|
| 693 | state real num_a03 ikjftb chem 1 - irusdf=(bdy_interp:dt) "num_a03" "Number, aerosol bin 03" "#/kg-dryair" |
|---|
| 694 | state real so4_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "so4_a04" "Sulfate, aerosol bin 04" "ug/kg-dryair" |
|---|
| 695 | state real no3_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "no3_a04" "Nitrate, aerosol bin 04" "ug/kg-dryair" |
|---|
| 696 | state real cl_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "cl_a04" "Chloride, aerosol bin 04" "ug/kg-dryair" |
|---|
| 697 | state real msa_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "msa_a04" "MSA, aerosol bin 04" "ug/kg-dryair" |
|---|
| 698 | state real co3_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "co3_a04" "Carbonate, aerosol bin 04" "ug/kg-dryair" |
|---|
| 699 | state real nh4_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "nh4_a04" "Ammonium, aerosol bin 04" "ug/kg-dryair" |
|---|
| 700 | state real na_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "na_a04" "Sodium, aerosol bin 04" "ug/kg-dryair" |
|---|
| 701 | state real ca_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ca_a04" "Calcium, aerosol bin 04" "ug/kg-dryair" |
|---|
| 702 | state real oin_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oin_a04" "Other inorganics, aerosol bin 04" "ug/kg-dryair" |
|---|
| 703 | state real oc_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oc_a04" "Organic carbon, aerosol bin 04" "ug/kg-dryair" |
|---|
| 704 | state real bc_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "bc_a04" "Black carbon, aerosol bin 04" "ug/kg-dryair" |
|---|
| 705 | state real hysw_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "hysw_a04" "Hysteresis water, aerosol bin 04" "ug/kg-dryair" |
|---|
| 706 | state real water_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "water_a04" "Water, aerosol bin 04" "ug/kg-dryair" |
|---|
| 707 | state real num_a04 ikjftb chem 1 - irusdf=(bdy_interp:dt) "num_a04" "Number, aerosol bin 04" "#/kg-dryair" |
|---|
| 708 | state real so4_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "so4_a05" "Sulfate, aerosol bin 05" "ug/kg-dryair" |
|---|
| 709 | state real no3_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "no3_a05" "Nitrate, aerosol bin 05" "ug/kg-dryair" |
|---|
| 710 | state real cl_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "cl_a05" "Chloride, aerosol bin 05" "ug/kg-dryair" |
|---|
| 711 | state real msa_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "msa_a05" "MSA, aerosol bin 05" "ug/kg-dryair" |
|---|
| 712 | state real co3_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "co3_a05" "Carbonate, aerosol bin 05" "ug/kg-dryair" |
|---|
| 713 | state real nh4_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "nh4_a05" "Ammonium, aerosol bin 05" "ug/kg-dryair" |
|---|
| 714 | state real na_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "na_a05" "Sodium, aerosol bin 05" "ug/kg-dryair" |
|---|
| 715 | state real ca_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ca_a05" "Calcium, aerosol bin 05" "ug/kg-dryair" |
|---|
| 716 | state real oin_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oin_a05" "Other inorganics, aerosol bin 05" "ug/kg-dryair" |
|---|
| 717 | state real oc_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oc_a05" "Organic carbon, aerosol bin 05" "ug/kg-dryair" |
|---|
| 718 | state real bc_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "bc_a05" "Black carbon, aerosol bin 05" "ug/kg-dryair" |
|---|
| 719 | state real hysw_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "hysw_a05" "Hysteresis water, aerosol bin 05" "ug/kg-dryair" |
|---|
| 720 | state real water_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "water_a05" "Water, aerosol bin 05" "ug/kg-dryair" |
|---|
| 721 | state real num_a05 ikjftb chem 1 - irusdf=(bdy_interp:dt) "num_a05" "Number, aerosol bin 05" "#/kg-dryair" |
|---|
| 722 | state real so4_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "so4_a06" "Sulfate, aerosol bin 06" "ug/kg-dryair" |
|---|
| 723 | state real no3_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "no3_a06" "Nitrate, aerosol bin 06" "ug/kg-dryair" |
|---|
| 724 | state real cl_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "cl_a06" "Chloride, aerosol bin 06" "ug/kg-dryair" |
|---|
| 725 | state real msa_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "msa_a06" "MSA, aerosol bin 06" "ug/kg-dryair" |
|---|
| 726 | state real co3_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "co3_a06" "Carbonate, aerosol bin 06" "ug/kg-dryair" |
|---|
| 727 | state real nh4_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "nh4_a06" "Ammonium, aerosol bin 06" "ug/kg-dryair" |
|---|
| 728 | state real na_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "na_a06" "Sodium, aerosol bin 06" "ug/kg-dryair" |
|---|
| 729 | state real ca_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ca_a06" "Calcium, aerosol bin 06" "ug/kg-dryair" |
|---|
| 730 | state real oin_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oin_a06" "Other inorganics, aerosol bin 06" "ug/kg-dryair" |
|---|
| 731 | state real oc_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oc_a06" "Organic carbon, aerosol bin 06" "ug/kg-dryair" |
|---|
| 732 | state real bc_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "bc_a06" "Black carbon, aerosol bin 06" "ug/kg-dryair" |
|---|
| 733 | state real hysw_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "hysw_a06" "Hysteresis water, aerosol bin 06" "ug/kg-dryair" |
|---|
| 734 | state real water_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "water_a06" "Water, aerosol bin 06" "ug/kg-dryair" |
|---|
| 735 | state real num_a06 ikjftb chem 1 - irusdf=(bdy_interp:dt) "num_a06" "Number, aerosol bin 06" "#/kg-dryair" |
|---|
| 736 | state real so4_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "so4_a07" "Sulfate, aerosol bin 07" "ug/kg-dryair" |
|---|
| 737 | state real no3_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "no3_a07" "Nitrate, aerosol bin 07" "ug/kg-dryair" |
|---|
| 738 | state real cl_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "cl_a07" "Chloride, aerosol bin 07" "ug/kg-dryair" |
|---|
| 739 | state real msa_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "msa_a07" "MSA, aerosol bin 07" "ug/kg-dryair" |
|---|
| 740 | state real co3_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "co3_a07" "Carbonate, aerosol bin 07" "ug/kg-dryair" |
|---|
| 741 | state real nh4_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "nh4_a07" "Ammonium, aerosol bin 07" "ug/kg-dryair" |
|---|
| 742 | state real na_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "na_a07" "Sodium, aerosol bin 07" "ug/kg-dryair" |
|---|
| 743 | state real ca_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ca_a07" "Calcium, aerosol bin 07" "ug/kg-dryair" |
|---|
| 744 | state real oin_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oin_a07" "Other inorganics, aerosol bin 07" "ug/kg-dryair" |
|---|
| 745 | state real oc_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oc_a07" "Organic carbon, aerosol bin 07" "ug/kg-dryair" |
|---|
| 746 | state real bc_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "bc_a07" "Black carbon, aerosol bin 07" "ug/kg-dryair" |
|---|
| 747 | state real hysw_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "hysw_a07" "Hysteresis water, aerosol bin 07" "ug/kg-dryair" |
|---|
| 748 | state real water_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "water_a07" "Water, aerosol bin 07" "ug/kg-dryair" |
|---|
| 749 | state real num_a07 ikjftb chem 1 - irusdf=(bdy_interp:dt) "num_a07" "Number, aerosol bin 07" "#/kg-dryair" |
|---|
| 750 | state real so4_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "so4_a08" "Sulfate, aerosol bin 08" "ug/kg-dryair" |
|---|
| 751 | state real no3_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "no3_a08" "Nitrate, aerosol bin 08" "ug/kg-dryair" |
|---|
| 752 | state real cl_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "cl_a08" "Chloride, aerosol bin 08" "ug/kg-dryair" |
|---|
| 753 | state real msa_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "msa_a08" "MSA, aerosol bin 08" "ug/kg-dryair" |
|---|
| 754 | state real co3_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "co3_a08" "Carbonate, aerosol bin 08" "ug/kg-dryair" |
|---|
| 755 | state real nh4_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "nh4_a08" "Ammonium, aerosol bin 08" "ug/kg-dryair" |
|---|
| 756 | state real na_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "na_a08" "Sodium, aerosol bin 08" "ug/kg-dryair" |
|---|
| 757 | state real ca_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "ca_a08" "Calcium, aerosol bin 08" "ug/kg-dryair" |
|---|
| 758 | state real oin_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oin_a08" "Other inorganics, aerosol bin 08" "ug/kg-dryair" |
|---|
| 759 | state real oc_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "oc_a08" "Organic carbon, aerosol bin 08" "ug/kg-dryair" |
|---|
| 760 | state real bc_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "bc_a08" "Black carbon, aerosol bin 08" "ug/kg-dryair" |
|---|
| 761 | state real hysw_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "hysw_a08" "Hysteresis water, aerosol bin 08" "ug/kg-dryair" |
|---|
| 762 | state real water_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "water_a08" "Water, aerosol bin 08" "ug/kg-dryair" |
|---|
| 763 | state real num_a08 ikjftb chem 1 - irusdf=(bdy_interp:dt) "num_a08" "Number, aerosol bin 08" "#/kg-dryair" |
|---|
| 764 | |
|---|
| 765 | # Other Scalars |
|---|
| 766 | state real - ikjftb scalar 1 - - - |
|---|
| 767 | state real qni ikjftb scalar 1 - \ |
|---|
| 768 | i01rhusdf=(bdy_interp:dt) "QNICE" "Ice Number concentration" "# kg(-1)" |
|---|
| 769 | state real qt ikjftb scalar 1 - \ |
|---|
| 770 | i01rhusdf=(bdy_interp:dt) "CWM" "Total condensate mixing ratio" "kg kg-1" |
|---|
| 771 | |
|---|
| 772 | #----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 773 | |
|---|
| 774 | # Arrays for Specified LBCs (lbc arrays REMOVED; Boundary arrays are now specified with the state array; see above, 20050413 JM ) |
|---|
| 775 | |
|---|
| 776 | state real fcx w misc - - ir "fcx" "RELAXATION TERM FOR BOUNDARY ZONE" "" |
|---|
| 777 | state real gcx w misc - - ir "gcx" "2ND RELAXATION TERM FOR BOUNDARY ZONE" "" |
|---|
| 778 | state real dtbc - misc - - ir "dtbc" "TIME SINCE BOUNDARY READ" "" |
|---|
| 779 | |
|---|
| 780 | #------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 781 | #------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 782 | # Physics Related State Varibles |
|---|
| 783 | |
|---|
| 784 | #------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 785 | # SI - start variables from netCDF format from Standard Initialization, most eventually for use in LSM schemes |
|---|
| 786 | #------------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 787 | |
|---|
| 788 | state real sm000007 ij misc 1 - i1 "SM000007" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 789 | state real sm007028 ij misc 1 - i1 "SM007028" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 790 | state real sm028100 ij misc 1 - i1 "SM028100" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 791 | state real sm100255 ij misc 1 - i1 "SM100255" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 792 | state real st000007 ij misc 1 - i1 "ST000007" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 793 | state real st007028 ij misc 1 - i1 "ST007028" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 794 | state real st028100 ij misc 1 - i1 "ST028100" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 795 | state real st100255 ij misc 1 - i1 "ST100255" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 796 | state real sm000010 ij misc 1 - i1 "SM000010" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 797 | state real sm010040 ij misc 1 - i1 "SM010040 " "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 798 | state real sm040100 ij misc 1 - i1 "SM040100 " "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 799 | state real sm100200 ij misc 1 - i1 "SM100200 " "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 800 | state real sm010200 ij misc 1 - i1 "SM010200" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 801 | state real soilm000 ij misc 1 - i1 "SOILM000" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 802 | state real soilm005 ij misc 1 - i1 "SOILM005" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 803 | state real soilm020 ij misc 1 - i1 "SOILM020" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 804 | state real soilm040 ij misc 1 - i1 "SOILM040" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 805 | state real soilm160 ij misc 1 - i1 "SOILM160" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 806 | state real soilm300 ij misc 1 - i1 "SOILM300" "LAYER SOIL MOISTURE" "m3 m-3" |
|---|
| 807 | state real sw000010 ij misc 1 - i1 "SW000010" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 808 | state real sw010040 ij misc 1 - i1 "SW010040" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 809 | state real sw040100 ij misc 1 - i1 "SW040100" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 810 | state real sw100200 ij misc 1 - i1 "SW100200" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 811 | state real sw010200 ij misc 1 - i1 "SW010200" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 812 | state real soilw000 ij misc 1 - i1 "SOILW000" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 813 | state real soilw005 ij misc 1 - i1 "SOILW005" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 814 | state real soilw020 ij misc 1 - i1 "SOILW020" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 815 | state real soilw040 ij misc 1 - i1 "SOILW040" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 816 | state real soilw160 ij misc 1 - i1 "SOILW160" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 817 | state real soilw300 ij misc 1 - i1 "SOILW300" "LAYER SOIL LIQUID" "m3 m-3" |
|---|
| 818 | state real st000010 ij misc 1 - i1 "ST000010" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 819 | state real st010040 ij misc 1 - i1 "ST010040" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 820 | state real st040100 ij misc 1 - i1 "ST040100" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 821 | state real st100200 ij misc 1 - i1 "ST100200" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 822 | state real st010200 ij misc 1 - i1 "ST010200" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 823 | state real soilt000 ij misc 1 - i1 "SOILT000" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 824 | state real soilt005 ij misc 1 - i1 "SOILT005" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 825 | state real soilt020 ij misc 1 - i1 "SOILT020" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 826 | state real soilt040 ij misc 1 - i1 "SOILT040" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 827 | state real soilt160 ij misc 1 - i1 "SOILT160" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 828 | state real soilt300 ij misc 1 - i1 "SOILT300" "LAYER SOIL TEMPERATURE" "K" |
|---|
| 829 | state real landmask ij misc 1 - i012rhd=(interp_fcnm)u=(copy_fcnm) "LANDMASK" "LAND MASK (1 FOR LAND, 0 FOR WATER)" "" |
|---|
| 830 | state real topostdv ij misc 1 - i12 "TOPOSTDV" "ELEVATION STD DEV" "m" |
|---|
| 831 | state real toposlpx ij misc 1 - i12 "TOPOSLPX" "ELEVATION X SLOPE" "" |
|---|
| 832 | state real toposlpy ij misc 1 - i12 "TOPOSLPY" "ELEVATION Y SLOPE" "" |
|---|
| 833 | state real shdmax ij misc 1 - i012r "SHDMAX" "ANNUAL MAX VEG FRACTION" "" |
|---|
| 834 | state real shdmin ij misc 1 - i012r "SHDMIN" "ANNUAL MIN VEG FRACTION" "" |
|---|
| 835 | state real snoalb ij misc 1 - i012r "SNOALB" "ANNUAL MAX SNOW ALBEDO IN FRACTION" "" |
|---|
| 836 | state real slopecat ij misc 1 - i12 "SLOPECAT" "SLOPE CATEGORY" "" |
|---|
| 837 | state real toposoil ij misc 1 - i12 "SOILHGT" "ELEVATION OF LSM DATA" "m" |
|---|
| 838 | state real landusef iuj misc 1 Z i12 "LANDUSEF" "LANDUSE FRACTION BY CATEGORY" "" |
|---|
| 839 | state real soilctop isj misc 1 Z i12 "SOILCTOP" "SOIL CAT FRACTION (TOP)" "" |
|---|
| 840 | state real soilcbot isj misc 1 Z i1 "SOILCBOT" "SOIL CAT FRACTION (BOTTOM)" "" |
|---|
| 841 | state real soilcat ij misc 1 - i12 "SOILCAT" "SOIL CAT DOMINANT TYPE" "" |
|---|
| 842 | state real vegcat ij misc 1 - i12 "VEGCAT" "VEGETATION CAT DOMINANT TYPE" "" |
|---|
| 843 | |
|---|
| 844 | #--------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 845 | # SI - end variables from netCDF format from Standard Initialization |
|---|
| 846 | #--------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 847 | |
|---|
| 848 | # soil model variables (Note that they are marked as staggered in the vertical dimension |
|---|
| 849 | # because they are "fully dimensioned" -- they use every element in that dim |
|---|
| 850 | state real TSLB ilj misc 1 Z i02rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TSLB" "SOIL TEMPERATURE" "K" |
|---|
| 851 | state real ZS l misc - Z irh "ZS" "DEPTHS OF CENTERS OF SOIL LAYERS" "m" |
|---|
| 852 | state real DZS l misc - Z irh "DZS" "THICKNESSES OF SOIL LAYERS" "m" |
|---|
| 853 | |
|---|
| 854 | # urban model variables |
|---|
| 855 | state real DZR l em - Z r "DZR" "THICKNESSES OF ROOF LAYERS" "m" |
|---|
| 856 | state real DZB l em - Z r "DZB" "THICKNESSES OF WALL LAYERS" "m" |
|---|
| 857 | state real DZG l em - Z r "DZG" "THICKNESSES OF ROAD LAYERS" "m" |
|---|
| 858 | |
|---|
| 859 | # lsm State Variables |
|---|
| 860 | |
|---|
| 861 | state real SMOIS ilj - 1 Z i02rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SMOIS" "SOIL MOISTURE" "m3 m-3" |
|---|
| 862 | state real SH2O ilj - 1 Z i02rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SH2O" "SOIL LIQUID WATER" "m3 m-3" |
|---|
| 863 | state real XICE ij misc 1 - i012rhd=(interp_mask_water_field:lu_index)u=(copy_fcnm) "XICE" "SEA ICE FLAG" "" |
|---|
| 864 | state real SMSTAV ij misc 1 - rd=(interp_mask_land_field:lu_index) "SMSTAV" "MOISTURE AVAILABILITY" "" |
|---|
| 865 | state real SMSTOT ij misc 1 - r "SMSTOT" "TOTAL SOIL MOISTURE" "m3 m-3" |
|---|
| 866 | |
|---|
| 867 | state real SFCRUNOFF ij misc 1 - rd=(interp_mask_land_field:lu_index) "SFROFF" "SURFACE RUNOFF" "mm" |
|---|
| 868 | state real UDRUNOFF ij misc 1 - rd=(interp_mask_land_field:lu_index) "UDROFF" "UNDERGROUND RUNOFF" "mm" |
|---|
| 869 | state integer IVGTYP ij misc 1 - i02rhd=(interp_fcni)u=(copy_fcni) "IVGTYP" "DOMINANT VEGETATION CATEGORY" "" |
|---|
| 870 | state integer ISLTYP ij misc 1 - i02rhd=(interp_fcni)u=(copy_fcni) "ISLTYP" "DOMINANT SOIL CATEGORY" "" |
|---|
| 871 | state real VEGFRA ij misc 1 - i012rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "VEGFRA" "VEGETATION FRACTION" "" |
|---|
| 872 | state real SFCEVP ij misc 1 - r "SFCEVP" "SURFACE EVAPORATION" "kg m-2" |
|---|
| 873 | state real GRDFLX ij misc 1 - r "GRDFLX" "GROUND HEAT FLUX" "W m-2" |
|---|
| 874 | state real SFCEXC ij misc 1 - r "SFCEXC " "SURFACE EXCHANGE COEFFICIENT" "m s-1" |
|---|
| 875 | |
|---|
| 876 | state real ACSNOW ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "ACSNOW" "ACCUMULATED SNOW" "kg m-2" |
|---|
| 877 | state real ACSNOM ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "ACSNOM" "ACCUMULATED MELTED SNOW" "kg m-2" |
|---|
| 878 | state real SNOW ij misc 1 - i01rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SNOW" "SNOW WATER EQUIVALENT" "kg m-2" |
|---|
| 879 | state real SNOWH ij misc 1 - i01rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SNOWH" "PHYSICAL SNOW DEPTH" "m" |
|---|
| 880 | state real RHOSN ij misc 1 - i01rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "RHOSN" " SNOW DENSITY" "kg m-3" |
|---|
| 881 | state real CANWAT ij misc 1 - i01rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "CANWAT" "CANOPY WATER" "kg m-2" |
|---|
| 882 | state real SST ij misc 1 - i012rhd=(interp_mask_water_field:lu_index) "SST" "SEA SURFACE TEMPERATURE" "K" |
|---|
| 883 | state integer IFNDSNOWH - misc 1 - i "FNDSNOWH" "SNOWH_LOGICAL" |
|---|
| 884 | state integer IFNDSOILW - misc 1 - i "FNDSOILW" "SOILW_LOGICAL" |
|---|
| 885 | |
|---|
| 886 | # urban state variables |
|---|
| 887 | state real TR_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TR_URB" "URBAN ROOF SKIN TEMPERATURE" "K" |
|---|
| 888 | state real TB_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TB_URB" "URBAN WALL SKIN TEMPERATURE" "K" |
|---|
| 889 | state real TG_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TG_URB" "URBAN ROAD SKIN TEMPERATURE" "K" |
|---|
| 890 | state real TC_URB2D ij misc 1 - rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TC_URB" "URBAN CANOPY TEMPERATURE" "K" |
|---|
| 891 | 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}" |
|---|
| 892 | 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}" |
|---|
| 893 | 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" |
|---|
| 894 | 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" |
|---|
| 895 | 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" |
|---|
| 896 | 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" |
|---|
| 897 | state real TRL_URB3D ilj misc 1 Z rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TRL_URB" "ROOF LAYER TEMPERATURE" "K" |
|---|
| 898 | state real TBL_URB3D ilj misc 1 Z rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TBL_URB" "WALL LAYER TEMPERATURE" "K" |
|---|
| 899 | state real TGL_URB3D ilj misc 1 Z rd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TGL_URB" "ROAD LAYER TEMPERATURE" "K" |
|---|
| 900 | state real SH_URB2D ij misc 1 - r "SH_URB" "SENSIBLE HEAT FLUX FROM URBAN SFC" "W m{-2}" |
|---|
| 901 | state real LH_URB2D ij misc 1 - r "LH_URB" "LATENT HEAT FLUX FROM URBAN SFC" "W m{-2}" |
|---|
| 902 | state real G_URB2D ij misc 1 - r "G_URB" "GROUND HEAT FLUX INTO URBAN" "W m{-2}" |
|---|
| 903 | state real RN_URB2D ij misc 1 - r "RN_URB" "NET RADIATION ON URBAN SFC" "W m{-2}" |
|---|
| 904 | state real TS_URB2D ij misc 1 - r "TS_URB" "SKIN TEMPERATURE" "K" |
|---|
| 905 | state real FRC_URB2D ij misc 1 - rd=(interp_fcnm)u=(copy_fcnm) "FRC_URB" "URBAN FRACTION" "dimensionless" |
|---|
| 906 | state integer UTYPE_URB2D ij misc 1 - rd=(interp_fcnm)u=(copy_fcnm) "UTYPE_URB" "URBAN TYPE" "dimensionless" |
|---|
| 907 | # |
|---|
| 908 | # |
|---|
| 909 | # urban variables from radiation model |
|---|
| 910 | state real COSZ_URB2D ij misc 1 - r "COSZ_URB" "COS of SOLAR ZENITH ANGLE" "dimensionless" |
|---|
| 911 | state real OMG_URB2D ij misc 1 - r "OMG_URB" "SOLAR HOUR ANGLE" "dimensionless" |
|---|
| 912 | state real DECLIN_URB - misc 1 - r "DECLIN_URB" "SOLAR DECLINATION" "dimensionless" |
|---|
| 913 | |
|---|
| 914 | # RUC LSM |
|---|
| 915 | state real SMFR3D ilj misc 1 Z r "SMFR3D" "SOIL ICE" "" |
|---|
| 916 | state real KEEPFR3DFLAG ilj misc 1 Z r "KEEPFR3DFLAG" "FLAG - 1. FROZEN SOIL YES, 0 - NO" "" |
|---|
| 917 | |
|---|
| 918 | # MRF PBL variables***25Aug 2002***** |
|---|
| 919 | i1 real PSIM ij misc 1 - - "PSIM" "SIMILARITY FUNCTION FOR MOMENTUM" "" |
|---|
| 920 | i1 real PSIH ij misc 1 - - "PSIH" "SIMILARITY FUNCTION FOR HEAT" "" |
|---|
| 921 | i1 real WSPD ij misc 1 - - "WSPD" "Wind speed" "m s-1" |
|---|
| 922 | i1 real GZ1OZ0 ij misc 1 - - "GZ1OZ0" "LOG OF Z1 over Z0" "" |
|---|
| 923 | i1 real BR ij misc 1 - - "BR" "Bulk Richardson" "" |
|---|
| 924 | |
|---|
| 925 | # MYJ PBL variables |
|---|
| 926 | state real tke_myj ikj misc 1 - r "tke_myj" "TKE FROM MELLOR-YAMADA-JANJIC" "m2 s-2" |
|---|
| 927 | state real EL_MYJ ikj misc 1 - - "el_myj" "MIXING LENGTH FROM MELLOR-YAMADA-JANJIC" "m" |
|---|
| 928 | state real EXCH_H ikj misc 1 - r "EXCH_H" "EXCHANGE COEFFICIENTS " |
|---|
| 929 | state real CT ij misc 1 - r "CT" "COUNTERGRADIENT TERM" "K" |
|---|
| 930 | state real THZ0 ij misc 1 - r "THZ0" "POTENTIAL TEMPERATURE AT ZNT" "K" |
|---|
| 931 | state real Z0 ij misc 1 - r "Z0" "Background ROUGHNESS LENGTH" "m" |
|---|
| 932 | state real QZ0 ij misc 1 - r "QZ0" "SPECIFIC HUMIDITY AT ZNT" "kg kg-1" |
|---|
| 933 | state real UZ0 ij misc 1 - r "UZ0" "U WIND COMPONENT AT ZNT" "m s-1" |
|---|
| 934 | state real VZ0 ij misc 1 - r "VZ0" "V WIND COMPONENT AT ZNT" "m s-1" |
|---|
| 935 | state real QSFC ij misc 1 - r "QSFC" "SPECIFIC HUMIDITY AT LOWER BOUNDARY" "kg kg-1" |
|---|
| 936 | state real AKHS ij misc 1 - r "AKHS" "SFC EXCH COEFF FOR HEAT" "m s-1" |
|---|
| 937 | state real AKMS ij misc 1 - r "AKMS" "SFC EXCH COEFF FOR MOMENTUM" "m s-1" |
|---|
| 938 | state integer KPBL ij misc 1 - r "KPBL" "LEVEL OF PBL TOP" "" |
|---|
| 939 | i1 real TSHLTR ij misc 1 - - "TSHLTR" "SHELTER THETA FROM MYJ" "K" |
|---|
| 940 | i1 real QSHLTR ij misc 1 - - "QSHLTR" "SHELTER SPECIFIC HUMIDITY FROM MYJ" "kg kg-1" |
|---|
| 941 | i1 real PSHLTR ij misc 1 - - "PSHLTR" "SHELTER PRESSURE FROM MYJ" "Pa" |
|---|
| 942 | i1 real TH10 ij misc 1 - - "TH10" "10-M THETA FROM MYJ" "K" |
|---|
| 943 | i1 real Q10 ij misc 1 - - "Q10" "10-M SPECIFIC HUMIDITY FROM MYJ" "kg kg-1" |
|---|
| 944 | i1 real CHKLOWQ ij misc 1 - - "CHKLOWQ" "SURFACE SATURATION FLAG" "" |
|---|
| 945 | |
|---|
| 946 | # gfdl (eta) radiation State Variables |
|---|
| 947 | state real HTOP ij misc 1 - r "HTOP" "TOP OF CONVECTION LEVEL" "" |
|---|
| 948 | state real HBOT ij misc 1 - r "HBOT" "BOT OF CONVECTION LEVEL" "" |
|---|
| 949 | state real HTOPR ij misc 1 - r "HTOPR" "TOP OF CONVECTION LEVEL FOR RADIATION" "" |
|---|
| 950 | state real HBOTR ij misc 1 - r "HBOTR" "BOT OF CONVECTION LEVEL FOR RADIATION" "" |
|---|
| 951 | state real CUTOP ij misc 1 - r "CUTOP" "TOP OF CONVECTION LEVEL FROM CUMULUS PAR" "" |
|---|
| 952 | state real CUBOT ij misc 1 - r "CUBOT" "BOT OF CONVECTION LEVEL FROM CUMULUS PAR" "" |
|---|
| 953 | state REAL CUPPT ij misc 1 - r "CUPPT" "ACCUMULATED CONVECTIVE RAIN SINC LAST CALL TO THE RADIATION" "" |
|---|
| 954 | state real rswtoa ij misc 1 - i |
|---|
| 955 | state real rlwtoa ij misc 1 - i |
|---|
| 956 | state real czmean ij misc 1 - i |
|---|
| 957 | state real cfracl ij misc 1 - i |
|---|
| 958 | state real cfracm ij misc 1 - i |
|---|
| 959 | state real cfrach ij misc 1 - i |
|---|
| 960 | state real acfrst ij misc 1 - i |
|---|
| 961 | state integer ncfrst ij misc 1 - i |
|---|
| 962 | state real acfrcv ij misc 1 - i |
|---|
| 963 | state integer ncfrcv ij misc 1 - i |
|---|
| 964 | |
|---|
| 965 | # cam radiation variables |
|---|
| 966 | state real - iqjf ozmixm 1 - - - |
|---|
| 967 | state real mth01 iqjf ozmixm 1 - - - |
|---|
| 968 | state real mth02 iqjf ozmixm 1 - - - |
|---|
| 969 | state real mth03 iqjf ozmixm 1 - - - |
|---|
| 970 | state real mth04 iqjf ozmixm 1 - - - |
|---|
| 971 | state real mth05 iqjf ozmixm 1 - - - |
|---|
| 972 | state real mth06 iqjf ozmixm 1 - - - |
|---|
| 973 | state real mth07 iqjf ozmixm 1 - - - |
|---|
| 974 | state real mth08 iqjf ozmixm 1 - - - |
|---|
| 975 | state real mth09 iqjf ozmixm 1 - - - |
|---|
| 976 | state real mth10 iqjf ozmixm 1 - - - |
|---|
| 977 | state real mth11 iqjf ozmixm 1 - - - |
|---|
| 978 | state real mth12 iqjf ozmixm 1 - - - |
|---|
| 979 | state real pin q misc 1 - - "PIN" "PRESSURE LEVEL OF OZONE MIXING RATIO" "millibar" |
|---|
| 980 | state real m_ps ij misc 2 - - "m_ps" "PS from MATCH on WRF grids" |
|---|
| 981 | state real - idjf aerosolc 2 - - - |
|---|
| 982 | state real SUL idjf aerosolc 2 - - "SUL" "SUL aerosol concentration" |
|---|
| 983 | state real SSLT idjf aerosolc 2 - - "SSLT" "SSLT aerosol concentration" |
|---|
| 984 | state real DUST1 idjf aerosolc 2 - - "DUST1" "DUST1 aerosol concentration" |
|---|
| 985 | state real DUST2 idjf aerosolc 2 - - "DUST2" "DUST2 aerosol concentration" |
|---|
| 986 | state real DUST3 idjf aerosolc 2 - - "DUST3" "DUST3 aerosol concentration" |
|---|
| 987 | state real DUST4 idjf aerosolc 2 - - "DUST4" "DUST4 aerosol concentration" |
|---|
| 988 | state real OCPHO idjf aerosolc 2 - - "OCPHO" "OCPHO aerosol concentration" |
|---|
| 989 | state real BCPHO idjf aerosolc 2 - - "BCPHO" "BCPHO aerosol concentration" |
|---|
| 990 | state real OCPHI idjf aerosolc 2 - - "OCPHI" "OCPHI aerosol concentration" |
|---|
| 991 | state real BCPHI idjf aerosolc 2 - - "BCPHI" "BCPHI aerosol concentration" |
|---|
| 992 | state real BG idjf aerosolc 2 - - "BG" "BG aerosol concentration" |
|---|
| 993 | state real VOLC idjf aerosolc 2 - - "VOLC" "VOLC aerosol concentration" |
|---|
| 994 | state real m_hybi d misc 1 - - "m_hybi" "MATCH hybi" |
|---|
| 995 | |
|---|
| 996 | |
|---|
| 997 | # new eta microphpysics State Variables |
|---|
| 998 | state real F_ICE_PHY ikj misc 1 - rdu "F_ICE_PHY" "FRACTION OF ICE" "" |
|---|
| 999 | state real F_RAIN_PHY ikj misc 1 - rdu "F_RAIN_PHY" "FRACTION OF RAIN " "" |
|---|
| 1000 | state real F_RIMEF_PHY ikj misc 1 - rdu "F_RIMEF_PHY" "MASS RATIO OF RIMED ICE " "" |
|---|
| 1001 | |
|---|
| 1002 | # Other Misc State Variables |
|---|
| 1003 | state real h_diabatic ikj misc 1 - r "h_diabatic" "PREVIOUS TIMESTEP CONDENSATIONAL HEATING" "" |
|---|
| 1004 | state real msft ij misc 1 - i012rhdu=(copy_fcnm) "MAPFAC_M" "Map scale factor on mass grid" "" |
|---|
| 1005 | state real msfu ij misc 1 X i012rhdu=(copy_fcnm) "MAPFAC_U" "Map scale factor on u-grid" "" |
|---|
| 1006 | state real msfv ij misc 1 Y i012rhdu=(copy_fcnm) "MAPFAC_V" "Map scale factor on v-grid" "" |
|---|
| 1007 | state real f ij misc 1 - i012rhdu=(copy_fcnm) "f" "Coriolis sine latitude term" "s-1" |
|---|
| 1008 | state real e ij misc 1 - i012rhdu=(copy_fcnm) "e" "Coriolis cosine latitude term" "s-1" |
|---|
| 1009 | state real sina ij misc 1 - i012rhdu=(copy_fcnm) "SINALPHA" "Local sine of map rotation" "" |
|---|
| 1010 | state real cosa ij misc 1 - i012rhdu=(copy_fcnm) "COSALPHA" "Local cosine of map rotation" "" |
|---|
| 1011 | state real ht ij misc 1 - i012rhdus "HGT" "Terrain Height" "m" |
|---|
| 1012 | state real ht_fine ij misc 1 - - "HGT_FINE" "Fine Terrain Height" "m" |
|---|
| 1013 | state real ht_int ij misc 1 - - "HGT_INT" "Terrain Height Horizontally Interpolated" "m" |
|---|
| 1014 | state real ht_input ij misc 1 - - "HGT_INPUT" "Terrain Height from FG Input File" "m" |
|---|
| 1015 | |
|---|
| 1016 | state real TSK ij misc 1 - i012rhdu=(copy_fcnm) "TSK" "SURFACE SKIN TEMPERATURE" "K" |
|---|
| 1017 | state real TSK_SAVE ij misc 1 - - "TSK_SAVE" "SURFACE SKIN TEMPERATURE, EXTRA COPY FOR SEA ICE TESTS in REAL" "K" |
|---|
| 1018 | state real u_base k misc 1 - ir "u_base" "BASE STATE X WIND IN IDEALIZED CASES" "" |
|---|
| 1019 | state real v_base k misc 1 - ir "v_base" "BASE STATE Y WIND IN IDEALIZED CASES" "" |
|---|
| 1020 | state real qv_base k misc 1 - ir "qv_base" "BASE STATE QV IN IDEALIZED CASES" "" |
|---|
| 1021 | state real z_base k misc 1 - ir "z_base" "BASE STATE HEIGHT IN IDEALIZED CASES" "" |
|---|
| 1022 | state real u_frame - misc 1 - ir "u_frame" "FRAME X WIND" "m s-1" |
|---|
| 1023 | state real v_frame - misc 1 - ir "v_frame" "FRAME Y WIND" "m s-1" |
|---|
| 1024 | # p_top appears as metadata between SI and real but as a state variable in real and WRF |
|---|
| 1025 | # since it is a scalar and a constant, it makes sense to have it as metadata -- there |
|---|
| 1026 | # are, however, probably post-processing programs that expect to see it as an I/O record |
|---|
| 1027 | # another problem: share/input_wrf tries to read this as metadata (fine for real reading |
|---|
| 1028 | # SI, but with model reading real output, it generates a warning when debug is > 0 in |
|---|
| 1029 | # namelist and causes repeated questions from users. A third problem is the potential |
|---|
| 1030 | # collision between a metadata name and a field record in the I/O data |
|---|
| 1031 | # resolve this how? Have the real program throw a switch to tell the code to get it |
|---|
| 1032 | # from the metadata? Otherwise it's a field? |
|---|
| 1033 | state real p_top - misc - - irh "p_top" "PRESSURE TOP OF THE MODEL" "Pa" |
|---|
| 1034 | state real lat_ll_t - dyn_em - - irh "lat_ll_t" "latitude lower left, temp point" "degrees" |
|---|
| 1035 | state real lat_ul_t - dyn_em - - irh "lat_ul_t" "latitude up left, temp point" "degrees" |
|---|
| 1036 | state real lat_ur_t - dyn_em - - irh "lat_ur_t" "latitude up right, temp point" "degrees" |
|---|
| 1037 | state real lat_lr_t - dyn_em - - irh "lat_lr_t" "latitude lower right, temp point" "degrees" |
|---|
| 1038 | state real lat_ll_u - dyn_em - - irh "lat_ll_u" "latitude lower left, u point" "degrees" |
|---|
| 1039 | state real lat_ul_u - dyn_em - - irh "lat_ul_u" "latitude up left, u point" "degrees" |
|---|
| 1040 | state real lat_ur_u - dyn_em - - irh "lat_ur_u" "latitude up right, u point" "degrees" |
|---|
| 1041 | state real lat_lr_u - dyn_em - - irh "lat_lr_u" "latitude lower right, u point" "degrees" |
|---|
| 1042 | state real lat_ll_v - dyn_em - - irh "lat_ll_v" "latitude lower left, v point" "degrees" |
|---|
| 1043 | state real lat_ul_v - dyn_em - - irh "lat_ul_v" "latitude up left, v point" "degrees" |
|---|
| 1044 | state real lat_ur_v - dyn_em - - irh "lat_ur_v" "latitude up right, v point" "degrees" |
|---|
| 1045 | state real lat_lr_v - dyn_em - - irh "lat_lr_v" "latitude lower right, v point" "degrees" |
|---|
| 1046 | state real lat_ll_d - dyn_em - - irh "lat_ll_d" "latitude lower left, massless point" "degrees" |
|---|
| 1047 | state real lat_ul_d - dyn_em - - irh "lat_ul_d" "latitude up left, massless point" "degrees" |
|---|
| 1048 | state real lat_ur_d - dyn_em - - irh "lat_ur_d" "latitude up right, massless point" "degrees" |
|---|
| 1049 | state real lat_lr_d - dyn_em - - irh "lat_lr_d" "latitude lower right, massless point" "degrees" |
|---|
| 1050 | state real lon_ll_t - dyn_em - - irh "lon_ll_t" "longitude lower left, temp point" "degrees" |
|---|
| 1051 | state real lon_ul_t - dyn_em - - irh "lon_ul_t" "longitude up left, temp point" "degrees" |
|---|
| 1052 | state real lon_ur_t - dyn_em - - irh "lon_ur_t" "longitude up right, temp point" "degrees" |
|---|
| 1053 | state real lon_lr_t - dyn_em - - irh "lon_lr_t" "longitude lower right, temp point" "degrees" |
|---|
| 1054 | state real lon_ll_u - dyn_em - - irh "lon_ll_u" "longitude lower left, u point" "degrees" |
|---|
| 1055 | state real lon_ul_u - dyn_em - - irh "lon_ul_u" "longitude up left, u point" "degrees" |
|---|
| 1056 | state real lon_ur_u - dyn_em - - irh "lon_ur_u" "longitude up right, u point" "degrees" |
|---|
| 1057 | state real lon_lr_u - dyn_em - - irh "lon_lr_u" "longitude lower right, u point" "degrees" |
|---|
| 1058 | state real lon_ll_v - dyn_em - - irh "lon_ll_v" "longitude lower left, v point" "degrees" |
|---|
| 1059 | state real lon_ul_v - dyn_em - - irh "lon_ul_v" "longitude up left, v point" "degrees" |
|---|
| 1060 | state real lon_ur_v - dyn_em - - irh "lon_ur_v" "longitude up right, v point" "degrees" |
|---|
| 1061 | state real lon_lr_v - dyn_em - - irh "lon_lr_v" "longitude lower right, v point" "degrees" |
|---|
| 1062 | state real lon_ll_d - dyn_em - - irh "lon_ll_d" "longitude lower left, massless point" "degrees" |
|---|
| 1063 | state real lon_ul_d - dyn_em - - irh "lon_ul_d" "longitude up left, massless point" "degrees" |
|---|
| 1064 | state real lon_ur_d - dyn_em - - irh "lon_ur_d" "longitude up right, massless point" "degrees" |
|---|
| 1065 | state real lon_lr_d - dyn_em - - irh "lon_lr_d" "longitude lower right, massless point" "degrees" |
|---|
| 1066 | |
|---|
| 1067 | # Other physics variables |
|---|
| 1068 | |
|---|
| 1069 | state real RTHCUTEN ikj misc 1 - r "RTHCUTEN" "COUPLED THETA TENDENCY DUE TO CUMULUS SCHEME" "Pa K s-1" |
|---|
| 1070 | state real RQVCUTEN ikj misc 1 - r "RQVCUTEN" "COUPLED Q_V TENDENCY DUE TO CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 1071 | state real RQRCUTEN ikj misc 1 - r "RQRCUTEN" "COUPLED Q_R TENDENCY DUE TO CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 1072 | state real RQCCUTEN ikj misc 1 - r "RQCCUTEN" "COUPLED Q_C TENDENCY DUE TO CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 1073 | state real RQSCUTEN ikj misc 1 - r "RQSCUTEN" "COUPLED Q_S TENDENCY DUE TO CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 1074 | state real RQICUTEN ikj misc 1 - r "RQICUTEN" "COUPLED Q_I TENDENCY DUE TO CUMULUS SCHEME" "Pa kg kg-1 s-1" |
|---|
| 1075 | state real W0AVG ikj misc 1 - r "W0AVG" "AVERAGE VERTICAL VELOCITY FOR KF CUMULUS SCHEME" "m s-1" |
|---|
| 1076 | |
|---|
| 1077 | state real RAINC ij misc 1 - rhdu "RAINC" "ACCUMULATED TOTAL CUMULUS PRECIPITATION" "mm" |
|---|
| 1078 | state real RAINNC ij misc 1 - rhdu "RAINNC" "ACCUMULATED TOTAL GRID SCALE PRECIPITATION" "mm" |
|---|
| 1079 | state real RAINCV ij misc 1 - rh "RAINCV" "TIME-STEP CUMULUS PRECIPITATION" "mm" |
|---|
| 1080 | state real RAINNCV ij misc 1 - r "RAINNCV" "TIME-STEP NONCONVECTIVE PRECIPITATION" "mm" |
|---|
| 1081 | state real RAINBL ij misc 1 - r "RAINBL" "PBL TIME-STEP TOTAL PRECIPITATION" "mm" |
|---|
| 1082 | state real SNOWNC ij misc 1 - rhdu "SNOWNC" "ACCUMULATED TOTAL GRID SCALE SNOW AND ICE" "mm" |
|---|
| 1083 | state real GRAUPELNC ij misc 1 - rhdu "GRAUPELNC" "ACCUMULATED TOTAL GRID SCALE GRAUPEL" "mm" |
|---|
| 1084 | state real SNOWNCV ij misc 1 - r "SNOWNCV" "TIME-STEP NONCONVECTIVE SNOW AND ICE" "mm" |
|---|
| 1085 | state real GRAUPELNCV ij misc 1 - r "GRAUPELNCV" "TIME-STEP NONCONVECTIVE GRAUPEL" "mm" |
|---|
| 1086 | state real NCA ij misc 1 - r "NCA" "COUNTER OF THE CLOUD RELAXATION TIME IN KF CUMULUS SCHEME" "" |
|---|
| 1087 | state integer LOWLYR ij misc 1 - - "LOWLYR" "INDEX OF LOWEST MODEL LAYER ABOVE THE GROUND IN BMJ SCHEME" "" |
|---|
| 1088 | state real MASS_FLUX ij misc 1 - r "MASS_FLUX" "DOWNDRAFT MASS FLUX FOR IN GRELL CUMULUS SCHEME" "mb hour-1" |
|---|
| 1089 | state real apr_gr ij misc 1 - rh "APR_GR" "PRECIP FROM CLOSURE OLD_GRELL" "mm hour-1" |
|---|
| 1090 | state real apr_w ij misc 1 - rh "APR_W" "PRECIP FROM CLOSURE W" "mm hour-1" |
|---|
| 1091 | state real apr_mc ij misc 1 - rh "APR_MC" "PRECIP FROM CLOSURE KRISH MV" "mm hour-1" |
|---|
| 1092 | state real apr_st ij misc 1 - rh "APR_ST" "PRECIP FROM CLOSURE STABILITY" "mm hour-1" |
|---|
| 1093 | state real apr_as ij misc 1 - rh "APR_AS" "PRECIP FROM CLOSURE AS-TYPE" "mm hour-1" |
|---|
| 1094 | state real apr_capma ij misc 1 - rh "APR_CAPMA" "PRECIP FROM MAX CAP" "mm hour-1" |
|---|
| 1095 | state real apr_capme ij misc 1 - rh "APR_CAPME" "PRECIP FROM MEAN CAP" "mm hour-1" |
|---|
| 1096 | state real apr_capmi ij misc 1 - rh "APR_CAPMI" "PRECIP FROM MIN CAP" "mm hour-1" |
|---|
| 1097 | state real xf_ens ije misc 1 Z r "XF_ENS" "MASS FLUX PDF IN GRELL CUMULUS SCHEME" "mb hour-1" |
|---|
| 1098 | state real pr_ens ije misc 1 Z r "PR_ENS" "PRECIP RATE PDF IN GRELL CUMULUS SCHEME" "mb hour-1" |
|---|
| 1099 | state real GD_CLOUD ikj misc 1 - rh "GD_CLOUD" "CLOUD WATER/ICE MIXING RAIO IN GD CLOUD" "kg kg-1" |
|---|
| 1100 | state real GD_CLOUD2 ikj misc 1 - rh "GD_CLOUD2" "TEST for GD CLOUD" "kg kg-1" |
|---|
| 1101 | state real RTHFTEN ikj misc 1 - r "RTHFTEN" "TEMPERATURE TENDENCY USED IN GRELL CUMULUS SCHEME" "K s-1" |
|---|
| 1102 | state real RQVFTEN ikj misc 1 - r "RQVFTEN" "MOISTURE TENDENCY USED IN GRELL CUMULUS SCHEME" "kg s-1" |
|---|
| 1103 | |
|---|
| 1104 | state integer STEPCU - misc 1 - r "STEPCU" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN CONVECTION CALLS" "" |
|---|
| 1105 | state integer STEPBIOE - misc 1 - r "STEPBIOE" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN BIOGENIC EMIS CALLS" "NA" |
|---|
| 1106 | state integer STEPPHOT - misc 1 - r "STEPPHOT" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN PHOTOLYSIS CALLS" "NA" |
|---|
| 1107 | state integer STEPCHEM - misc 1 - r "STEPCHEM" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN CHEM MECH CALLS" "NA" |
|---|
| 1108 | |
|---|
| 1109 | state real RTHRATEN ikj misc 1 - rd "RTHRATEN" "COUPLED THETA TENDENCY DUE TO RADIATION" "Pa K s-1" |
|---|
| 1110 | state real RTHRATENLW ikj misc 1 - r "RTHRATLW" "COUPLED THETA TENDENCY DUE TO LONG WAVE RADIATION" "Pa K s-1" |
|---|
| 1111 | state real RTHRATENSW ikj misc 1 - r "RTHRATSW" "COUPLED THETA TENDENCY DUE TO SHORT WAVE RADIATION" "Pa K s-1" |
|---|
| 1112 | state real CLDFRA ikj misc 1 - r "CLDFRA" "CLOUD FRACTION" "" |
|---|
| 1113 | |
|---|
| 1114 | state real SWDOWN ij misc 1 - rhd "SWDOWN" "DOWNWARD SHORT WAVE FLUX AT GROUND SURFACE" "W m-2" |
|---|
| 1115 | state real SWDOWNC ij misc 1 - - "SWDOWNC" "DOWNWARD CLEAR-SKY SHORT WAVE FLUX AT GROUND SURFACE" "W m-2" |
|---|
| 1116 | state real GSW ij misc 1 - rhd "GSW" "NET SHORT WAVE FLUX AT GROUND SURFACE" "W m-2" |
|---|
| 1117 | state real GLW ij misc 1 - rhd "GLW" "DOWNWARD LONG WAVE FLUX AT GROUND SURFACE" "W m-2" |
|---|
| 1118 | |
|---|
| 1119 | # upward and downward clearsky and total diagnostic fluxes for CAM radiation |
|---|
| 1120 | #state real ACSWUPT ij misc 1 - rhdu "ACSWUPT" "ACCUMULATED UPWELLING SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1121 | #state real ACSWUPTC ij misc 1 - rhdu "ACSWUPTC" "ACCUMULATED UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1122 | #state real ACSWDNT ij misc 1 - rhdu "ACSWDNT" "ACCUMULATED DOWNWELLING SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1123 | #state real ACSWDNTC ij misc 1 - rhdu "ACSWDNTC" "ACCUMULATED DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1124 | #state real ACSWUPB ij misc 1 - rhdu "ACSWUPB" "ACCUMULATED UPWELLING SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1125 | #state real ACSWUPBC ij misc 1 - rhdu "ACSWUPBC" "ACCUMULATED UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1126 | #state real ACSWDNB ij misc 1 - rhdu "ACSWDNB" "ACCUMULATED DOWNWELLING SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1127 | #state real ACSWDNBC ij misc 1 - rhdu "ACSWDNBC" "ACCUMULATED DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1128 | #state real ACLWUPT ij misc 1 - rhdu "ACLWUPT" "ACCUMULATED UPWELLING LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1129 | #state real ACLWUPTC ij misc 1 - rhdu "ACLWUPTC" "ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1130 | #state real ACLWDNT ij misc 1 - rhdu "ACLWDNT" "ACCUMULATED DOWNWELLING LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1131 | #state real ACLWDNTC ij misc 1 - rhdu "ACLWDNTC" "ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1132 | #state real ACLWUPB ij misc 1 - rhdu "ACLWUPB" "ACCUMULATED UPWELLING LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1133 | #state real ACLWUPBC ij misc 1 - rhdu "ACLWUPBC" "ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1134 | #state real ACLWDNB ij misc 1 - rhdu "ACLWDNB" "ACCUMULATED DOWNWELLING LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1135 | #state real ACLWDNBC ij misc 1 - rhdu "ACLWDNBC" "ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1136 | #state real SWUPT ij misc 1 - rhdu "SWUPT" "INSTANTANEOUS UPWELLING SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1137 | #state real SWUPTC ij misc 1 - rhdu "SWUPTC" "INSTANTANEOUS UPWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1138 | #state real SWDNT ij misc 1 - rhdu "SWDNT" "INSTANTANEOUS DOWNWELLING SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1139 | #state real SWDNTC ij misc 1 - rhdu "SWDNTC" "INSTANTANEOUS DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT TOP" "J m-2" |
|---|
| 1140 | #state real SWUPB ij misc 1 - rhdu "SWUPB" "INSTANTANEOUS UPWELLING SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1141 | #state real SWUPBC ij misc 1 - rhdu "SWUPBC" "INSTANTANEOUS UPWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1142 | #state real SWDNB ij misc 1 - rhdu "SWDNB" "INSTANTANEOUS DOWNWELLING SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1143 | #state real SWDNBC ij misc 1 - rhdu "SWDNBC" "INSTANTANEOUS DOWNWELLING CLEAR SKY SHORTWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1144 | #state real LWUPT ij misc 1 - rhdu "LWUPT" "INSTANTANEOUS UPWELLING LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1145 | #state real LWUPTC ij misc 1 - rhdu "LWUPTC" "INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1146 | #state real LWDNT ij misc 1 - rhdu "LWDNT" "INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1147 | #state real LWDNTC ij misc 1 - rhdu "LWDNTC" "INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP" "J m-2" |
|---|
| 1148 | #state real LWUPB ij misc 1 - rhdu "LWUPB" "INSTANTANEOUS UPWELLING LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1149 | #state real LWUPBC ij misc 1 - rhdu "LWUPBC" "INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1150 | #state real LWDNB ij misc 1 - rhdu "LWDNB" "INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1151 | #state real LWDNBC ij misc 1 - rhdu "LWDNBC" "INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM" "J m-2" |
|---|
| 1152 | |
|---|
| 1153 | state real SWCF ij misc 1 - r "SWCF" "SHORT WAVE CLOUD FORCING AT TOA" "W m-2" |
|---|
| 1154 | state real LWCF ij misc 1 - r "LWCF" "LONG WAVE CLOUD FORCING AT TOA" "W m-2" |
|---|
| 1155 | state real OLR ij misc 1 - rh "OLR" "TOA OUTGOING LONG WAVE" "W m-2" |
|---|
| 1156 | |
|---|
| 1157 | # these next 2 are for the HFSoLE/PET demo; writing these to auxhist1 output over MCEL for coupling |
|---|
| 1158 | # with wave model, only if compiled with -DMCELIO, JM 2003/05/29 |
|---|
| 1159 | state real XLAT ij misc 1 - i0123rh01du=(copy_fcnm) "XLAT" "LATITUDE, SOUTH IS NEGATIVE" "degree_north" |
|---|
| 1160 | state real XLONG ij misc 1 - i0123rh01du=(copy_fcnm) "XLONG" "LONGITUDE, WEST IS NEGATIVE" "degree_east" |
|---|
| 1161 | state real XLAT_U ij dyn_em 1 X i012rh01du=(copy_fcnm) "XLAT_U" "LATITUDE, SOUTH IS NEGATIVE" "degree_north" |
|---|
| 1162 | state real XLONG_U ij dyn_em 1 X i012rh01du=(copy_fcnm) "XLONG_U" "LONGITUDE, WEST IS NEGATIVE" "degree_east" |
|---|
| 1163 | state real XLAT_V ij dyn_em 1 Y i012rh01du=(copy_fcnm) "XLAT_V" "LATITUDE, SOUTH IS NEGATIVE" "degree_north" |
|---|
| 1164 | state real XLONG_V ij dyn_em 1 Y i012rh01du=(copy_fcnm) "XLONG_V" "LONGITUDE, WEST IS NEGATIVE" "degree_east" |
|---|
| 1165 | state real ALBEDO ij misc 1 - rh "ALBEDO" "ALBEDO" |
|---|
| 1166 | state real ALBBCK ij misc 1 - i012r "ALBBCK" "BACKGROUND ALBEDO" "" |
|---|
| 1167 | state real EMISS ij misc 1 - r "EMISS" "SURFACE EMISSIVITY" "" |
|---|
| 1168 | |
|---|
| 1169 | state real CLDEFI ij misc 1 - r "CLDEFI" "precipitation efficiency in BMJ SCHEME" "" |
|---|
| 1170 | state integer STEPRA - misc 1 - r "STEPRA" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN RADIATION CALLS" "" |
|---|
| 1171 | |
|---|
| 1172 | state real RUBLTEN ikj misc 1 - r "RUBLTEN" "COUPLED X WIND TENDENCY DUE TO PBL PARAMETERIZATION" "Pa m s-2" |
|---|
| 1173 | state real RVBLTEN ikj misc 1 - r "RVBLTEN" "COUPLED Y WIND TENDENCY DUE TO PBL PARAMETERIZATION" "Pa m s-2" |
|---|
| 1174 | state real RTHBLTEN ikj misc 1 - r "RTHBLTEN" "COUPLED THETA TENDENCY DUE TO PBL PARAMETERIZATION" "Pa K s-1" |
|---|
| 1175 | state real RQVBLTEN ikj misc 1 - r "RQVBLTEN" "COUPLED Q_V TENDENCY DUE TO PBL PARAMETERIZATION" "Pa kg kg-1 s-1" |
|---|
| 1176 | state real RQCBLTEN ikj misc 1 - r "RQCBLTEN" "COUPLED Q_C TENDENCY DUE TO PBL PARAMETERIZATION" "Pa kg kg-1 s-1" |
|---|
| 1177 | state real RQIBLTEN ikj misc 1 - r "RQIBLTEN" "COUPLED Q_I TENDENCY DUE TO PBL PARAMETERIZATION" "Pa kg kg-1 s-1" |
|---|
| 1178 | |
|---|
| 1179 | # State vector for etampnew microphysics. Must be declared state because it is not read-once and is needed for restarting. |
|---|
| 1180 | state real mp_restart_state p misc 1 - r "MP_RESTART_STATE" "STATE VECTOR FOR MICROPHYSICS RESTARTS" |
|---|
| 1181 | state real tbpvs_state p misc 1 - r "TBPVS_STATE" "STATE FOR ETAMPNEW MICROPHYSICS" |
|---|
| 1182 | state real tbpvs0_state p misc 1 - r "TBPVS0_STATE" "STATE FOR ETAMPNEW MICROPHYSICS" |
|---|
| 1183 | |
|---|
| 1184 | # State variables for landuse_init, Must be declared state because they are read in and needed for restarts. Had been SAVE vars in |
|---|
| 1185 | # landuse_init (phys/module_physics_init.F) |
|---|
| 1186 | state integer landuse_isice - misc - - r |
|---|
| 1187 | state integer landuse_lucats - misc - - r |
|---|
| 1188 | state integer landuse_luseas - misc - - r |
|---|
| 1189 | state integer landuse_isn - misc - - r |
|---|
| 1190 | state real lu_state p misc - - r |
|---|
| 1191 | |
|---|
| 1192 | i1 real th_phy ikj misc 1 - |
|---|
| 1193 | i1 real pi_phy ikj misc 1 - |
|---|
| 1194 | i1 real p_phy ikj misc 1 - |
|---|
| 1195 | i1 real t_phy ikj misc 1 - |
|---|
| 1196 | i1 real u_phy ikj misc 1 - |
|---|
| 1197 | i1 real v_phy ikj misc 1 - |
|---|
| 1198 | i1 real dz8w ikj misc 1 Z |
|---|
| 1199 | i1 real p8w ikj misc 1 Z |
|---|
| 1200 | i1 real t8w ikj misc 1 Z |
|---|
| 1201 | i1 real rho_phy ikj misc 1 - |
|---|
| 1202 | i1 logical CU_ACT_FLAG ij misc 1 - |
|---|
| 1203 | |
|---|
| 1204 | |
|---|
| 1205 | state real TMN ij misc 1 - i012rhd=(interp_mask_land_field:lu_index)u=(copy_fcnm) "TMN" "SOIL TEMPERATURE AT LOWER BOUNDARY" "K" |
|---|
| 1206 | state real XLAND ij misc 1 - i02rhd=(interp_fcnm)u=(copy_fcnm) "XLAND" "LAND MASK (1 FOR LAND, 2 FOR WATER)" "" |
|---|
| 1207 | state real ZNT ij misc 1 - i3r "ZNT" "TIME-VARYING ROUGHNESS LENGTH" "m" |
|---|
| 1208 | state real UST ij misc 1 - rh "UST" "U* IN SIMILARITY THEORY" "m s-1" |
|---|
| 1209 | i1 real HOL ij misc 1 - - "HOL" "PBL HEIGHT OVER MONIN-OBUKHOV LENGTH" "" |
|---|
| 1210 | state real RMOL ij misc 1 - r "RMOL" "1./Monin Ob. Length" "" |
|---|
| 1211 | state real MOL ij misc 1 - r "MOL" "T* IN SIMILARITY THEORY" "K" |
|---|
| 1212 | state real PBLH ij misc 1 - rh "PBLH" "PBL HEIGHT" "m" |
|---|
| 1213 | state real CAPG ij misc 1 - r "CAPG" "HEAT CAPACITY FOR SOIL" "J K-1 m-3" |
|---|
| 1214 | state real THC ij misc 1 - r "THC" "THERMAL INERTIA" "Cal cm-1 K-1 s-0.5" |
|---|
| 1215 | state real HFX ij misc 1 - rh "HFX" "UPWARD HEAT FLUX AT THE SURFACE" "W m-2" |
|---|
| 1216 | state real QFX ij misc 1 - rh "QFX" "UPWARD MOISTURE FLUX AT THE SURFACE" "kg m-2 s-1" |
|---|
| 1217 | state real LH ij misc 1 - rh "LH" "LATENT HEAT FLUX AT THE SURFACE" "W m-2" |
|---|
| 1218 | state real FLHC ij misc 1 - r "FLHC" "SURFACE EXCHANGE COEFFICIENT FOR HEAT" "" |
|---|
| 1219 | state real FLQC ij misc 1 - r "FLQC" "SURFACE EXCHANGE COEFFICIENT FOR MOISTURE" "" |
|---|
| 1220 | state real QSG ij misc 1 - r "QSG" "SURFACE SATURATION WATER VAPOR MIXING RATIO" "kg kg-1" |
|---|
| 1221 | state real QVG ij misc 1 - r "QVG" "WATER VAPOR MIXING RATIO AT THE SURFACE" "kg kg-1" |
|---|
| 1222 | state real QCG ij misc 1 - r "QCG" "CLOUD WATER MIXING RATIO AT THE SURFACE" "kg kg-1" |
|---|
| 1223 | state real SOILT1 ij misc 1 - r "SOILT1" "TEMPERATURE INSIDE SNOW " "K" |
|---|
| 1224 | state real TSNAV ij misc 1 - r "TSNAV" "AVERAGE SNOW TEMPERATURE " "C" |
|---|
| 1225 | i1 real REGIME ij misc 1 - |
|---|
| 1226 | state real SNOWC ij misc 1 - ird=(interp_mask_land_field:lu_index)u=(copy_fcnm) "SNOWC" "FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)" "" |
|---|
| 1227 | state real MAVAIL ij misc 1 - r "MAVAIL" "SURFACE MOISTURE AVAILABILITY" "" |
|---|
| 1228 | |
|---|
| 1229 | state real tkesfcf ij misc 1 - r "tkesfcf" "TKE AT THE SURFACE" "m2 s-2" |
|---|
| 1230 | |
|---|
| 1231 | state integer STEPBL - misc 1 - r "STEPBL" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN PBL CALLS" "" |
|---|
| 1232 | state real taucldi ikj misc 1 - r "TAUCLDI" "CLOUD OPTICAL THICKNESS FOR ICE" "" |
|---|
| 1233 | state real taucldc ikj misc 1 - r "TAUCLDC" "CLOUD OPTICAL THICKNESS FOR WATER" "" |
|---|
| 1234 | |
|---|
| 1235 | state real defor11 ikj misc 1 - r "defor11" "DEFORMATION 11" "s-1" |
|---|
| 1236 | state real defor22 ikj misc 1 - r "defor22" "DEFORMATION 22" "s-1" |
|---|
| 1237 | state real defor12 ikj misc 1 - r "defor12" "DEFORMATION 12" "s-1" |
|---|
| 1238 | state real defor33 ikj misc 1 z r "defor33" "DEFORMATION 33" "s-1" |
|---|
| 1239 | state real defor13 ikj misc 1 z r "defor13" "DEFORMATION 13" "s-1" |
|---|
| 1240 | state real defor23 ikj misc 1 z r "defor23" "DEFORMATION 23" "s-1" |
|---|
| 1241 | state real xkmv ikj misc 1 - r "xkmv" "VERTICAL EDDY VISCOSITY" "m2 s-1" |
|---|
| 1242 | state real xkmh ikj misc 1 - r "xkmh" "HORIZONTAL EDDY VISCOSITY" "m2 s-1" |
|---|
| 1243 | state real xkmhd ikj misc 1 - r "xkmhd" "HORIZONTAL EDDY DIFFUSIVITY" "m2 s-1" |
|---|
| 1244 | state real xkhv ikj misc 1 - r "xkhv" "VERTICAL EDDY DIFFUSIVITY OF HEAT" "m2 s-1" |
|---|
| 1245 | state real xkhh ikj misc 1 - r "xkhh" "HORIZONTAL EDDY DIFFUSIVITY OF HEAT" "m2 s-1" |
|---|
| 1246 | state real div ikj misc 1 - r "div" "DIVERGENCE" "s-1" |
|---|
| 1247 | state real BN2 ikj misc 1 - r "BN2" "BRUNT-VAISALA FREQUENCY" "s-2" |
|---|
| 1248 | state logical warm_rain - misc 1 - - "warm_rain" "WARM_RAIN_LOGICAL" |
|---|
| 1249 | state logical adv_moist_cond - misc 1 - - "adv_moist_cond" "ADVECT MOIST CONDENSATES LOGICAL" |
|---|
| 1250 | |
|---|
| 1251 | ## FDDA variables |
|---|
| 1252 | |
|---|
| 1253 | state integer STEPFG - misc 1 - r "STEPFG" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN FDDA GRID CALLS" "" |
|---|
| 1254 | state real RUNDGDTEN ikj misc 1 X r "RUNDGDTEN" "COUPLED X WIND TENDENCY DUE TO FDDA GRID NUDGING" "Pa m s-2" |
|---|
| 1255 | state real RVNDGDTEN ikj misc 1 Y r "RVNDGDTEN" "COUPLED Y WIND TENDENCY DUE TO FDDA GRID NUDGING" "Pa m s-2" |
|---|
| 1256 | state real RTHNDGDTEN ikj misc 1 - r "RTHNDGDTEN" "COUPLED THETA TENDENCY DUE TO FDDA GRID NUDGING" "Pa K s-1" |
|---|
| 1257 | state real RQVNDGDTEN ikj misc 1 - r "RQVNDGDTEN" "COUPLED Q_V TENDENCY DUE TO FDDA GRID NUDGING" "Pa kg kg-1 s-1" |
|---|
| 1258 | state real RMUNDGDTEN ij misc 1 - r "RMUNDGDTEN" "MU TENDENCY DUE TO FDDA GRID NUDGING" "Pa s-1" |
|---|
| 1259 | state real - ikjf fdda3d 1 - - - |
|---|
| 1260 | state real U_NDG_NEW ikjf fdda3d 1 X i4r "U_NDG_NEW" "NEW X WIND FOR FDDA GRID NUDGING" "m s-1" |
|---|
| 1261 | state real V_NDG_NEW ikjf fdda3d 1 Y i4r "V_NDG_NEW" "NEW Y WIND FOR FDDA GRID NUDGING" "m s-1" |
|---|
| 1262 | state real T_NDG_NEW ikjf fdda3d 1 - i4r "T_NDG_NEW" "NEW PERT POT TEMP FOR FDDA GRID NUDGING" "K" |
|---|
| 1263 | state real Q_NDG_NEW ikjf fdda3d 1 - i4r "Q_NDG_NEW" "NEW WATER VAPOR MIX RATIO FOR FDDA GRID NUDGING" "kg/kg" |
|---|
| 1264 | state real PH_NDG_NEW ikjf fdda3d 1 Z i4r "PH_NDG_NEW" "NEW PERT GEOPOTENTIAL FOR FDDA GRID NUDGING" "kg/kg" |
|---|
| 1265 | state real U_NDG_OLD ikjf fdda3d 1 X i4r "U_NDG_OLD" "OLD X WIND FOR FDDA GRID NUDGING" "m s-1" |
|---|
| 1266 | state real V_NDG_OLD ikjf fdda3d 1 Y i4r "V_NDG_OLD" "OLD Y WIND FOR FDDA GRID NUDGING" "m s-1" |
|---|
| 1267 | state real T_NDG_OLD ikjf fdda3d 1 - i4r "T_NDG_OLD" "OLD PERT POT TEMP FOR FDDA GRID NUDGING" "K" |
|---|
| 1268 | state real Q_NDG_OLD ikjf fdda3d 1 - i4r "Q_NDG_OLD" "OLD WATER VAPOR MIX RATIO FOR FDDA GRID NUDGING" "kg/kg" |
|---|
| 1269 | state real PH_NDG_OLD ikjf fdda3d 1 Z i4r "PH_NDG_OLD" "OLD PERT GEOPOTENTIAL FOR FDDA GRID NUDGING" "kg/kg" |
|---|
| 1270 | state real - ivjf fdda2d 1 Z - - |
|---|
| 1271 | state real MU_NDG_NEW ivjf fdda2d 1 Z i4r "MU_NDG_NEW" "NEW PERT COLUMN DRY MASS FOR FDDA GRID NUDGING" "Pa" |
|---|
| 1272 | state real MU_NDG_OLD ivjf fdda2d 1 Z i4r "MU_NDG_OLD" "OLD PERT COLUMN DRY MASS FOR FDDA GRID NUDGING" "Pa" |
|---|
| 1273 | |
|---|
| 1274 | # flag for nest movement |
|---|
| 1275 | state logical moved - misc 1 - - |
|---|
| 1276 | |
|---|
| 1277 | # special cam radiation restart arrays |
|---|
| 1278 | state real abstot ikcj misc 1 Z - "" "" " " |
|---|
| 1279 | state real absnxt ikaj misc 1 - - "" "" " " |
|---|
| 1280 | state real emstot ikj misc 1 Z - "" "" " " |
|---|
| 1281 | |
|---|
| 1282 | # model diagnostics |
|---|
| 1283 | state real dpsdt ij misc 1 - - "dpsdt" "surface pressure tendency" "Pa/sec" |
|---|
| 1284 | state real dmudt ij misc 1 - - "dmudt" "mu tendency" "Pa/sec" |
|---|
| 1285 | state real pk1m ij misc 1 - - "pk1m" "surface pressure at previous step" "Pa" |
|---|
| 1286 | state real mu_2m ij misc 1 - - "mu_2m" "mu_2 at previous step" "Pa" |
|---|
| 1287 | # |
|---|
| 1288 | #--------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 1289 | # |
|---|
| 1290 | |
|---|
| 1291 | ###### |
|---|
| 1292 | # |
|---|
| 1293 | # Variables that are set at run-time to control configuration (namelist-settable) |
|---|
| 1294 | # |
|---|
| 1295 | #<Table> <Type> <Sym> <How set> <Nentries> <Default> |
|---|
| 1296 | |
|---|
| 1297 | |
|---|
| 1298 | # Time Control |
|---|
| 1299 | rconfig integer run_days namelist,time_control 1 0 irh "run_days" "NUMBER OF DAYS TO RUN" |
|---|
| 1300 | rconfig integer run_hours namelist,time_control 1 0 irh "run_hours" "NUMBER OF HOURS TO RUN" |
|---|
| 1301 | rconfig integer run_minutes namelist,time_control 1 0 irh "run_minutes" "NUMBER OF MINUTES TO RUN" |
|---|
| 1302 | rconfig integer run_seconds namelist,time_control 1 0 irh "run_seconds" "NUMBER OF SECONDS TO RUN" |
|---|
| 1303 | rconfig integer start_year namelist,time_control max_domains 1993 irh "start_year" "4 DIGIT YEAR OF START OF MODEL" "YEARS" |
|---|
| 1304 | 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" |
|---|
| 1305 | 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" |
|---|
| 1306 | 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" |
|---|
| 1307 | 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" |
|---|
| 1308 | 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" |
|---|
| 1309 | rconfig integer end_year namelist,time_control max_domains 1993 irh "end_year" "4 DIGIT YEAR OF END OF MODEL" "YEARS" |
|---|
| 1310 | 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" |
|---|
| 1311 | 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" |
|---|
| 1312 | 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" |
|---|
| 1313 | 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" |
|---|
| 1314 | 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" |
|---|
| 1315 | rconfig integer interval_seconds namelist,time_control 1 43200 irh "interval_seconds" "SECONDS BETWEEN ANALYSIS AND BOUNDARY PERIODS" "SECONDS" |
|---|
| 1316 | 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" "" |
|---|
| 1317 | rconfig integer fine_input_stream namelist,time_control max_domains 0 irh "fine_input_stream" "0 THROUGH 5, WHAT INPUT STREAM IS FINE GRID IC FROM" "" |
|---|
| 1318 | 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" "" |
|---|
| 1319 | rconfig character rsmas_data_path namelist,time_control 1 "." - "rsmas_data_path" "" "" |
|---|
| 1320 | |
|---|
| 1321 | include registry.io_boilerplate |
|---|
| 1322 | |
|---|
| 1323 | rconfig integer JULYR namelist,time_control max_domains 0 h "JULYR" "" "" |
|---|
| 1324 | rconfig integer JULDAY namelist,time_control max_domains 1 h "JULDAY" "" "" |
|---|
| 1325 | rconfig real GMT namelist,time_control max_domains 0. h "GMT" "" "" |
|---|
| 1326 | rconfig character input_inname namelist,time_control 1 "wrfinput_d<domain>" - "name of input infile" "" "" |
|---|
| 1327 | rconfig character input_outname namelist,time_control 1 "wrfinput_d<domain>" - "name of input outfile" "" "" |
|---|
| 1328 | rconfig character bdy_inname namelist,time_control 1 "wrfbdy_d<domain>" - "name of boundary infile" "" "" |
|---|
| 1329 | rconfig character bdy_outname namelist,time_control 1 "wrfbdy_d<domain>" - "name of boundary outfile" "" "" |
|---|
| 1330 | rconfig character emi_inname namelist,time_control 1 "wrfchemi_d<domain>_<date>" - "name of chem emissions infile" "" "" |
|---|
| 1331 | rconfig character emi_outname namelist,time_control 1 "wrfchemi_d<domain>_<date>" - "name of chem emissions outfile" "" "" |
|---|
| 1332 | rconfig character input_chem_inname namelist,time_control 1 "wrf_chem_input_d<domain>_<date>" - "name of chem infile" "" "" |
|---|
| 1333 | rconfig character input_chem_outname namelist,time_control 1 "wrf_chem_input_d<domain>_<date>" - "name of chem outfile" "" "" |
|---|
| 1334 | rconfig integer frames_per_emissfile namelist,time_control 1 12 h "frames_per_emissfile" "" "" |
|---|
| 1335 | rconfig integer io_style_emissions namelist,time_control 1 1 - "io_style_emissions" "" "" |
|---|
| 1336 | rconfig integer io_form_emissions namelist,time_control 1 2 h "io_form_emissions" "" "" |
|---|
| 1337 | rconfig character rst_inname namelist,time_control 1 "wrfrst_d<domain>_<date>" - "name of restrt infile" "" "" |
|---|
| 1338 | rconfig character rst_outname namelist,time_control 1 "wrfrst_d<domain>_<date>" - "name of restrt outfile" "" "" |
|---|
| 1339 | rconfig logical write_input namelist,time_control 1 .false. - "write input data for 3dvar etc." "" "" |
|---|
| 1340 | rconfig logical write_restart_at_0h namelist,time_control 1 .false. h "write_restart_at_0h" "" "" |
|---|
| 1341 | rconfig logical adjust_output_times namelist,time_control 1 .false. - "adjust_output_times" |
|---|
| 1342 | rconfig logical adjust_input_times namelist,time_control 1 .false. - "adjust_input_times" |
|---|
| 1343 | |
|---|
| 1344 | rconfig integer diag_print namelist,time_control 1 0 - "print out time series of model diagnostics" |
|---|
| 1345 | rconfig logical nocolons namelist,time_control 1 .false. - "nocolons" |
|---|
| 1346 | |
|---|
| 1347 | # Domains |
|---|
| 1348 | rconfig integer time_step namelist,domains 1 - ih "time_step" |
|---|
| 1349 | rconfig integer time_step_fract_num namelist,domains 1 0 ih "time_step_fract_num" |
|---|
| 1350 | rconfig integer time_step_fract_den namelist,domains 1 1 ih "time_step_fract_den" |
|---|
| 1351 | rconfig integer max_dom namelist,domains 1 1 irh "max_dom" "" "" |
|---|
| 1352 | rconfig integer s_we namelist,domains max_domains 1 irh "s_we" "" "" |
|---|
| 1353 | rconfig integer e_we namelist,domains max_domains 32 irh "e_we" "" "" |
|---|
| 1354 | rconfig integer s_sn namelist,domains max_domains 1 irh "s_sn" "" "" |
|---|
| 1355 | rconfig integer e_sn namelist,domains max_domains 32 irh "e_sn" "" "" |
|---|
| 1356 | rconfig integer s_vert namelist,domains max_domains 1 irh "s_vert" "" "" |
|---|
| 1357 | rconfig integer e_vert namelist,domains max_domains 31 irh "e_vert" "" "" |
|---|
| 1358 | rconfig integer num_metgrid_levels namelist,domains 1 27 irh "num_metgrid_levels" "" "" |
|---|
| 1359 | rconfig real p_top_requested namelist,domains 1 5000 irh "p_top_requested" "Pa" "" |
|---|
| 1360 | rconfig integer interp_type namelist,domains 1 1 irh "interp_type" "" "" |
|---|
| 1361 | rconfig logical lowest_lev_from_sfc namelist,domains 1 .false. irh "lowest_lev_from_sfc" "" "" |
|---|
| 1362 | rconfig integer lagrange_order namelist,domains 1 1 irh "lagrange_order" "1=linear, 2=quadratic vertical interpolation" "" |
|---|
| 1363 | 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" "" |
|---|
| 1364 | rconfig real zap_close_levels namelist,domains 1 500 irh "zap_close_levels" "delta p where level is removed in vert interp" "Pa" |
|---|
| 1365 | rconfig logical sfcp_to_sfcp namelist,domains 1 .false. irh "afcp_to_sfcp" "T/F use incoming sfc pres to compute new sfc pres" "flag" |
|---|
| 1366 | rconfig logical adjust_heights namelist,domains 1 .false. irh "adjust_heights" "T/F adjust pressure level input to match 500 mb height" "flag" |
|---|
| 1367 | rconfig real dx namelist,domains max_domains 200 h "dx" "X HORIZONTAL RESOLUTION" "METERS" |
|---|
| 1368 | rconfig real dy namelist,domains max_domains 200 h "dy" "Y HORIZONTAL RESOLUTION" "METERS" |
|---|
| 1369 | rconfig integer grid_id namelist,domains max_domains 1 irh "id" "" "" |
|---|
| 1370 | rconfig integer parent_id namelist,domains max_domains 0 h "parent_id" "" "" |
|---|
| 1371 | rconfig integer i_parent_start namelist,domains max_domains 1 rh "i_parent_start" "" "" |
|---|
| 1372 | rconfig integer j_parent_start namelist,domains max_domains 1 rh "j_parent_start" "" "" |
|---|
| 1373 | rconfig integer parent_grid_ratio namelist,domains max_domains 1 h "parent_grid_ratio" "" "" |
|---|
| 1374 | rconfig integer parent_time_step_ratio namelist,domains max_domains 1 h "parent_time_step_ratio" "" "" |
|---|
| 1375 | rconfig integer feedback namelist,domains 1 1 h "feedback" "" "" |
|---|
| 1376 | rconfig integer smooth_option namelist,domains 1 2 h "smooth_option" "" "" |
|---|
| 1377 | rconfig integer blend_width namelist,domains 1 5 h "blend_width" "width of cg fg terrain blended zone" "" |
|---|
| 1378 | rconfig real ztop namelist,domains max_domains 15000. h "ztop" "" "" |
|---|
| 1379 | rconfig integer moad_grid_ratio namelist,domains max_domains 1 h "moad_grid_ratio" "" "" |
|---|
| 1380 | rconfig integer moad_time_step_ratio namelist,domains max_domains 1 h "moad_time_step_ratio" "" "" |
|---|
| 1381 | rconfig integer shw namelist,domains max_domains 2 h "stencil_half_width" "HORIZONTAL INTERPOLATION STENCIL HALF-WIDTH" "GRID POINTS" |
|---|
| 1382 | rconfig integer tile_sz_x namelist,domains 1 0 - "tile_sz_x" "" "" |
|---|
| 1383 | rconfig integer tile_sz_y namelist,domains 1 0 - "tile_sz_y" "" "" |
|---|
| 1384 | rconfig integer numtiles namelist,domains 1 1 - "numtiles" "" "" |
|---|
| 1385 | rconfig integer nproc_x namelist,domains 1 -1 - "nproc_x" "-1 means not set" "" |
|---|
| 1386 | rconfig integer nproc_y namelist,domains 1 -1 - "nproc_y" "-1 means not set" "" |
|---|
| 1387 | rconfig integer irand namelist,domains 1 0 - "irand" "" "" |
|---|
| 1388 | rconfig real dt derived max_domains 2. h "dt" "TEMPORAL RESOLUTION" "SECONDS" |
|---|
| 1389 | rconfig integer num_moves namelist,domains 1 0 |
|---|
| 1390 | rconfig integer vortex_interval namelist,domains max_domains 15 - "" "" "minutes" |
|---|
| 1391 | rconfig integer max_vortex_speed namelist,domains max_domains 40 - "" "" "meters per second" |
|---|
| 1392 | rconfig integer corral_dist namelist,domains max_domains 8 |
|---|
| 1393 | rconfig integer move_id namelist,domains max_moves 0 |
|---|
| 1394 | rconfig integer move_interval namelist,domains max_moves 999999999 |
|---|
| 1395 | rconfig integer move_cd_x namelist,domains max_moves 0 |
|---|
| 1396 | rconfig integer move_cd_y namelist,domains max_moves 0 |
|---|
| 1397 | rconfig logical swap_x namelist,domains max_domains .false. rh "swap_x" "" "" |
|---|
| 1398 | rconfig logical swap_y namelist,domains max_domains .false. rh "swap_y" "" "" |
|---|
| 1399 | rconfig logical cycle_x namelist,domains max_domains .false. rh "cycle_x" "" "" |
|---|
| 1400 | rconfig logical cycle_y namelist,domains max_domains .false. rh "cycle_y" "" "" |
|---|
| 1401 | rconfig logical reorder_mesh namelist,domains 1 .false. rh "reorder_mesh" "" "" |
|---|
| 1402 | rconfig logical perturb_input namelist,domains 1 .false. h "" "" "" |
|---|
| 1403 | rconfig real eta_levels namelist,domains max_eta -1. |
|---|
| 1404 | rconfig real max_dz namelist,domains 1 1000. |
|---|
| 1405 | |
|---|
| 1406 | # Physics |
|---|
| 1407 | rconfig integer mp_physics namelist,physics max_domains 0 rh "mp_physics" "" "" |
|---|
| 1408 | rconfig integer ra_lw_physics namelist,physics max_domains 0 rh "ra_lw_physics" "" "" |
|---|
| 1409 | rconfig integer ra_sw_physics namelist,physics max_domains 0 rh "ra_sw_physics" "" "" |
|---|
| 1410 | rconfig real radt namelist,physics max_domains 0 h "RADT" "" "" |
|---|
| 1411 | rconfig integer sf_sfclay_physics namelist,physics max_domains 0 rh "sf_sfclay_physics" "" "" |
|---|
| 1412 | rconfig integer sf_surface_physics namelist,physics max_domains 0 rh "sf_surface_physics" "" "" |
|---|
| 1413 | rconfig integer bl_pbl_physics namelist,physics max_domains 0 rh "bl_pbl_physics" "" "" |
|---|
| 1414 | rconfig real BLDT namelist,physics max_domains 0 h "BLDT" "" "" |
|---|
| 1415 | rconfig integer cu_physics namelist,physics max_domains 0 rh "cu_physics" "" "" |
|---|
| 1416 | rconfig real CUDT namelist,physics max_domains 0 h "CUDT" "" "" |
|---|
| 1417 | rconfig real GSMDT namelist,physics max_domains 0 h "GSMDT" "" "" |
|---|
| 1418 | rconfig real BIOEMDT namelist,physics max_domains 0 h "BIOEMDT" "" "" |
|---|
| 1419 | rconfig real PHOTDT namelist,physics max_domains 0 h "PHOTDT" "" "" |
|---|
| 1420 | rconfig real CHEMDT namelist,physics max_domains 0 h "CHEMDT" "" "" |
|---|
| 1421 | rconfig integer ISFFLX namelist,physics 1 1 irh "ISFFLX" "" "" |
|---|
| 1422 | rconfig integer IFSNOW namelist,physics 1 0 irh "IFSNOW" "" "" |
|---|
| 1423 | rconfig integer ICLOUD namelist,physics 1 1 irh "ICLOUD" "" "" |
|---|
| 1424 | rconfig real swrad_scat namelist,physics 1 1 irh "SWRAD_SCAT" "SCATTERING FACTOR IN SWRAD" "" |
|---|
| 1425 | 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)" "" |
|---|
| 1426 | rconfig integer num_soil_layers namelist,physics 1 5 irh "num_soil_layers" "" "" |
|---|
| 1427 | rconfig integer num_months namelist,physics 1 12 irh "num_months" "" "" |
|---|
| 1428 | rconfig integer maxiens namelist,physics 1 1 irh "maxiens" "" "" |
|---|
| 1429 | rconfig integer maxens namelist,physics 1 3 irh "maxens" "" "" |
|---|
| 1430 | rconfig integer maxens2 namelist,physics 1 3 irh "maxens2" "" "" |
|---|
| 1431 | rconfig integer maxens3 namelist,physics 1 16 irh "maxens3" "" "" |
|---|
| 1432 | rconfig integer ensdim namelist,physics 1 144 irh "ensdim" "" "" |
|---|
| 1433 | rconfig integer ne_area namelist,physics 1 41 irh "ne_area" "" "" |
|---|
| 1434 | rconfig integer kemit namelist,physics 1 9 irh "kemit" "" "" |
|---|
| 1435 | rconfig integer chem_opt namelist,physics max_domains 0 rh "chem_opt" "" "" |
|---|
| 1436 | rconfig integer num_land_cat namelist,physics 1 24 - "num_land_cat" "" "" |
|---|
| 1437 | rconfig integer num_soil_cat namelist,physics 1 16 - "num_soil_cat" "" "" |
|---|
| 1438 | 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" |
|---|
| 1439 | 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" |
|---|
| 1440 | 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" |
|---|
| 1441 | rconfig integer sst_update namelist,physics 1 0 h "sst_update" "update sst from wrflowinp file 0=no, 1=yes" "" |
|---|
| 1442 | rconfig integer ucmcall namelist,physics 1 0 h "ucmcall" "activate urban model 0=no, 1=yes" "" |
|---|
| 1443 | rconfig integer co2tf namelist,physics 1 0 - "co2tf" "GFDL radiation co2 flag" "" |
|---|
| 1444 | rconfig integer ra_call_offset namelist,physics 1 0 - "ra_call_offset" "radiation call offset in timesteps (-1=old, 0=new offset)" "" |
|---|
| 1445 | rconfig real cam_abs_freq_s namelist,physics 1 21600. - "cam_abs_freq_s" "CAM radiation frequency for clear-sky longwave calculations" "s" |
|---|
| 1446 | rconfig integer levsiz namelist,physics 1 1 - "levsiz" "Number of ozone data levels for CAM radiation (59)" "" |
|---|
| 1447 | rconfig integer paerlev namelist,physics 1 1 - "paerlev" "Number of aerosol data levels for CAM radiation (29)" "" |
|---|
| 1448 | rconfig integer cam_abs_dim1 namelist,physics 1 1 - "cam_abs_dim1" "dimension for absnxt in CAM radiation" "" |
|---|
| 1449 | rconfig integer cam_abs_dim2 namelist,physics 1 1 - "cam_abs_dim2" "dimension for abstot in CAM radiation" "" |
|---|
| 1450 | rconfig logical cu_rad_feedback namelist.physics max_domains .false. - "feedback cumulus to radiation" |
|---|
| 1451 | |
|---|
| 1452 | #FDDA namelist parameters |
|---|
| 1453 | rconfig real FGDT namelist,fdda max_domains 0 h "FGDT" "" "" |
|---|
| 1454 | rconfig integer grid_fdda namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1455 | rconfig integer if_no_pbl_nudging_uv namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1456 | rconfig integer if_no_pbl_nudging_t namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1457 | rconfig integer if_no_pbl_nudging_q namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1458 | rconfig integer if_zfac_uv namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1459 | rconfig integer k_zfac_uv namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1460 | rconfig integer if_zfac_t namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1461 | rconfig integer k_zfac_t namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1462 | rconfig integer if_zfac_q namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1463 | rconfig integer k_zfac_q namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1464 | rconfig real guv namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1465 | rconfig real gt namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1466 | rconfig real gq namelist,fdda max_domains 0 rh "grid_fdda" "" "" |
|---|
| 1467 | rconfig real dtramp_min namelist,fdda 1 0 h "grid_fdda" "" "" |
|---|
| 1468 | rconfig integer if_ramping namelist,fdda 1 0 h "grid_fdda" "" "" |
|---|
| 1469 | |
|---|
| 1470 | #Observational Nudging |
|---|
| 1471 | rconfig integer obs_nudge_opt namelist,fdda max_domains 0 rh "obs_nudge_opt" "Obs-nudging flag for domain" "" |
|---|
| 1472 | rconfig integer max_obs namelist,fdda 1 0 h "max_obs" "Maximum number of observations" "" |
|---|
| 1473 | rconfig integer nobs_ndg_vars namelist,fdda 1 0 h "num_ndg_vars" "Number of nudging variables" "" |
|---|
| 1474 | rconfig integer nobs_err_flds namelist,fdda 1 0 h "num_err_flds" "Number of error fields" "" |
|---|
| 1475 | rconfig real fdda_start namelist,fdda max_domains 0 rh "fdda_start" "Nudging start time for domain" "min" |
|---|
| 1476 | rconfig real fdda_end namelist,fdda max_domains 0 rh "fdda_end" "Nudging end time for domain" "min" |
|---|
| 1477 | rconfig integer obs_nudge_wind namelist,fdda max_domains 0 rh "obs_nudge_wind" "Wind-nudging flag for domain" "" |
|---|
| 1478 | rconfig real obs_coef_wind namelist,fdda max_domains 0 rh "obs_coef_wind" "Wind-nudging coeficient for domain" "s-1" |
|---|
| 1479 | rconfig integer obs_nudge_temp namelist,fdda max_domains 0 rh "obs_nudge_temp" "Temperature-nudging flag for domain" "" |
|---|
| 1480 | rconfig real obs_coef_temp namelist,fdda max_domains 0 rh "obs_coef_temp" "Temperature-nudging coef for domain" "s-1" |
|---|
| 1481 | rconfig integer obs_nudge_mois namelist,fdda max_domains 0 rh "obs_nudge_mois" "Moisture-nudging flag for domain" "" |
|---|
| 1482 | rconfig real obs_coef_mois namelist,fdda max_domains 0 rh "obs_coef_mois" "Moisture-nudging coef for domain" "s-1" |
|---|
| 1483 | rconfig integer obs_nudge_pstr namelist,fdda max_domains 0 rh "obs_nudge_pstr" "Not used" "" |
|---|
| 1484 | rconfig real obs_coef_pstr namelist,fdda max_domains 0 rh "obs_coef_pstr" "Not used" "" |
|---|
| 1485 | rconfig real obs_rinxy namelist,fdda max_domains 0 rh "obs_rinxy" "Horizontal radius of influence" "km" |
|---|
| 1486 | rconfig real obs_rinsig namelist,fdda 1 0 h "obs_rinsig" "Vertical radius of influence" "sigma" |
|---|
| 1487 | rconfig real obs_twindo namelist,fdda 1 0 h "obs_twindo" "Half-period time window for nudging" "min" |
|---|
| 1488 | rconfig integer obs_npfi namelist,fdda 1 0 h "obs_npfi" "Freq in cg timesteps for diag print" "" |
|---|
| 1489 | rconfig integer obs_ionf namelist,fdda 1 0 h "obs_ionf" "Freq in cg timesteps for obs input and error calc" "" |
|---|
| 1490 | rconfig integer obs_idynin namelist,fdda 1 0 h "obs_idynin" "Flag for dynamic initialization" "" |
|---|
| 1491 | rconfig real obs_dtramp namelist,fdda 1 0 h "obs_dtramp" "Time period for ramping (idynin)" "min" |
|---|
| 1492 | rconfig logical obs_ipf_in4dob namelist,fdda 1 .false. h "obs_ipf_in4dob" "Print obs input diagnostics" "min" |
|---|
| 1493 | rconfig logical obs_ipf_errob namelist,fdda 1 .false. h "obs_ipf_errob" "Print obs error diagnostics" "min" |
|---|
| 1494 | rconfig logical obs_ipf_nudob namelist,fdda 1 .false. h "obs_ipf_nudob" "Print obs nudge diagnostics" "min" |
|---|
| 1495 | |
|---|
| 1496 | # Dynamics |
|---|
| 1497 | # dynamics option (see package definitions, below) |
|---|
| 1498 | rconfig integer dyn_opt namelist,dynamics 1 2 irh "dyn_opt" "" "" |
|---|
| 1499 | rconfig integer rk_ord namelist,dynamics 1 3 irh "rk_order" "" "" |
|---|
| 1500 | rconfig integer w_damping namelist,dynamics 1 0 irh "w_damping" "" "" |
|---|
| 1501 | # diff_opt 1=old diffusion, 2=new |
|---|
| 1502 | rconfig integer diff_opt namelist,dynamics 1 1 irh "diff_opt" "" "" |
|---|
| 1503 | # km_opt 1=old coefs, 2=tke, 3=Smagorinksy |
|---|
| 1504 | rconfig integer km_opt namelist,dynamics 1 1 irh "km_opt" "" "" |
|---|
| 1505 | rconfig integer damp_opt namelist,dynamics 1 0 irh "damp_opt" "" "" |
|---|
| 1506 | rconfig real zdamp namelist,dynamics max_domains 5000. h "zdamp" "" "" |
|---|
| 1507 | rconfig real dampcoef namelist,dynamics max_domains 0. h "dampcoef" "" "" |
|---|
| 1508 | rconfig real khdif namelist,dynamics max_domains 0 h "khdif" "" "" |
|---|
| 1509 | rconfig real kvdif namelist,dynamics max_domains 0 h "kvdif" "" "" |
|---|
| 1510 | rconfig real diff_6th_factor namelist,dynamics max_domains 0.12 h "diff_6th_factor" "factor that controls rate of 6th-order numerical diffusion" |
|---|
| 1511 | rconfig integer diff_6th_opt namelist,dynamics max_domains 0 irh "diff_6th_opt" "switch for 6th-order numerical diffusion" |
|---|
| 1512 | rconfig real smdiv namelist,dynamics max_domains 0.1 h "smdiv" "" "" |
|---|
| 1513 | rconfig real emdiv namelist,dynamics max_domains 0.01 h "emdiv" "" "" |
|---|
| 1514 | rconfig real epssm namelist,dynamics max_domains .1 h "epssm" "" "" |
|---|
| 1515 | rconfig logical non_hydrostatic namelist,dynamics max_domains .true. irh "non_hydrostatic" "" "" |
|---|
| 1516 | rconfig integer time_step_sound namelist,dynamics max_domains 0 h "time_step_sound" "" "" |
|---|
| 1517 | rconfig integer h_mom_adv_order namelist,dynamics max_domains 5 rh "h_mom_adv_order" "" "" |
|---|
| 1518 | rconfig integer v_mom_adv_order namelist,dynamics max_domains 3 rh "v_mom_adv_order" "" "" |
|---|
| 1519 | rconfig integer h_sca_adv_order namelist,dynamics max_domains 5 rh "h_sca_adv_order" "" "" |
|---|
| 1520 | rconfig integer v_sca_adv_order namelist,dynamics max_domains 3 rh "v_sca_adv_order" "" "" |
|---|
| 1521 | rconfig logical pd_moist namelist,dynamics max_domains .false. rh "pd_moist" "positive-definite RK3 transport switch" "" |
|---|
| 1522 | rconfig logical pd_chem namelist,dynamics max_domains .false. rh "pd_chem" "positive-definite RK3 transport switch" "" |
|---|
| 1523 | rconfig logical pd_scalar namelist,dynamics max_domains .false. rh "pd_scalar" "positive-definite RK3 transport switch" "" |
|---|
| 1524 | rconfig logical pd_tke namelist,dynamics max_domains .false. rh "pd_tke" "positive-definite RK3 transport switch" "" |
|---|
| 1525 | rconfig logical top_radiation namelist,dynamics max_domains .false. rh "top_radiation" "" "" |
|---|
| 1526 | rconfig integer chem_in_opt namelist,dynamics max_domains 0 rh "chem_in_opt" "" "" |
|---|
| 1527 | rconfig integer phot_opt namelist,dynamics max_domains 0 rh "phot_opt" "" "" |
|---|
| 1528 | rconfig integer drydep_opt namelist,dynamics max_domains 0 rh "drydep_opt" "" "" |
|---|
| 1529 | rconfig integer bio_emiss_opt namelist,dynamics max_domains 0 rh "bio_emiss_opt" "" "" |
|---|
| 1530 | rconfig integer emiss_inpt_opt namelist,dynamics max_domains 0 rh "emiss_inpt_opt" "" "" |
|---|
| 1531 | rconfig integer gas_bc_opt namelist,dynamics max_domains 1 rh "gas_bc_opt" "" "" |
|---|
| 1532 | rconfig integer gas_ic_opt namelist,dynamics max_domains 1 rh "gas_ic_opt" "" "" |
|---|
| 1533 | rconfig integer aer_bc_opt namelist,dynamics max_domains 1 rh "aer_bc_opt" "" "" |
|---|
| 1534 | rconfig integer aer_ic_opt namelist,dynamics max_domains 1 rh "aer_ic_opt" "" "" |
|---|
| 1535 | rconfig real mix_cr_len namelist,dynamics max_domains 200. h "mix_cr_len" "" "" |
|---|
| 1536 | rconfig real tke_upper_bound namelist,dynamics max_domains 1000. h "tke_upper_bound" "" "" |
|---|
| 1537 | rconfig real kh_tke_upper_bound namelist,dynamics max_domains 1000. h "kh_tke_upper_bound" "" "" |
|---|
| 1538 | rconfig real kv_tke_upper_bound namelist,dynamics max_domains 1000. h "kv_tke_upper_bound" "" "" |
|---|
| 1539 | rconfig real tke_drag_coefficient namelist,dynamics max_domains 0. h "tke_drag_coefficient" "" "dimensionless" |
|---|
| 1540 | rconfig real tke_heat_flux namelist,dynamics max_domains 0. h "tke_heat_flux" "" "K m s-1" |
|---|
| 1541 | rconfig logical pert_coriolis namelist,dynamics max_domains .false. irh "pert_coriolis" "" "" |
|---|
| 1542 | rconfig logical mix_full_fields namelist,dynamics max_domains .false. irh "mix_full_field" "" "" |
|---|
| 1543 | rconfig real base_pres namelist,dynamics 1 100000. h "base_pres" "Base state pressure - do not change (10^5 Pa), real only" "Pa" |
|---|
| 1544 | rconfig real base_temp namelist,dynamics 1 290. h "base_temp" "Base state sea level temperature, real only" "K" |
|---|
| 1545 | 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" |
|---|
| 1546 | |
|---|
| 1547 | |
|---|
| 1548 | # Bdy_control |
|---|
| 1549 | rconfig integer spec_bdy_width namelist,bdy_control 1 5 irh "spec_bdy_width" "" "" |
|---|
| 1550 | rconfig integer spec_zone namelist,bdy_control 1 1 irh "spec_zone" "" "" |
|---|
| 1551 | rconfig integer relax_zone namelist,bdy_control 1 4 irh "relax_zone" "" "" |
|---|
| 1552 | rconfig logical specified namelist,bdy_control max_domains .false. rh "specified" "" "" |
|---|
| 1553 | rconfig logical periodic_x namelist,bdy_control max_domains .false. rh "periodic_x" "" "" |
|---|
| 1554 | rconfig logical symmetric_xs namelist,bdy_control max_domains .false. rh "symmetric_xs" "" "" |
|---|
| 1555 | rconfig logical symmetric_xe namelist,bdy_control max_domains .false. rh "symmetric_xe" "" "" |
|---|
| 1556 | rconfig logical open_xs namelist,bdy_control max_domains .false. rh "open_xs" "" "" |
|---|
| 1557 | rconfig logical open_xe namelist,bdy_control max_domains .false. rh "open_xe" "" "" |
|---|
| 1558 | rconfig logical periodic_y namelist,bdy_control max_domains .false. rh "periodic_y" "" "" |
|---|
| 1559 | rconfig logical symmetric_ys namelist,bdy_control max_domains .false. rh "symmetric_ys" "" "" |
|---|
| 1560 | rconfig logical symmetric_ye namelist,bdy_control max_domains .false. rh "symmetric_ye" "" "" |
|---|
| 1561 | rconfig logical open_ys namelist,bdy_control max_domains .false. rh "open_ys" "" "" |
|---|
| 1562 | rconfig logical open_ye namelist,bdy_control max_domains .false. rh "open_ye" "" "" |
|---|
| 1563 | rconfig logical nested namelist,bdy_control max_domains .false. rh "nested" "" "" |
|---|
| 1564 | rconfig logical have_bcs_chem namelist,bdy_control max_domains .false. rh "have_bcs_chem" "" "" |
|---|
| 1565 | 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" |
|---|
| 1566 | |
|---|
| 1567 | rconfig integer background_proc_id namelist,grib2 1 255 rh "background_proc_id" "Background processing id for grib2" "" |
|---|
| 1568 | rconfig integer forecast_proc_id namelist,grib2 1 255 rh "forecast_proc_id" "Analysis and forecast processing id for grib2" "" |
|---|
| 1569 | rconfig integer production_status namelist,grib2 1 255 rh "production_status" "Background processing id for grib2" "" |
|---|
| 1570 | rconfig integer compression namelist,grib2 1 40 rh "compression" "grib2 compression, 40 for JPEG2000 or 41 for PNG" "" |
|---|
| 1571 | |
|---|
| 1572 | # NAMELIST DERIVED |
|---|
| 1573 | rconfig real cen_lat derived max_domains 0 - "cen_lat" "center latitude" "degrees, negative is south" |
|---|
| 1574 | rconfig real cen_lon derived max_domains 0 - "cen_lon" "central longitude" "degrees, negative is west" |
|---|
| 1575 | rconfig real truelat1 derived max_domains 0 - "true_lat1" "first standard parallel" "degrees, negative is south" |
|---|
| 1576 | rconfig real truelat2 derived max_domains 0 - "true_lat2" "second standard parallel" "degrees, negative is south" |
|---|
| 1577 | rconfig real moad_cen_lat derived max_domains 0 - "moad_cen_lat" "center latitude of the most coarse grid" "degrees, negative is south" |
|---|
| 1578 | rconfig real stand_lon derived max_domains 0 - "stand_lon" "standard longitude, parallel to j-direction, perpendicular to i-direction " "degrees, negative is west" |
|---|
| 1579 | rconfig real bdyfrq derived max_domains 0 - "bdyfrq" "lateral boundary input frequency" "seconds" |
|---|
| 1580 | rconfig real emifrq derived max_domains 0 - "emifrq" "chem emissions input frequency" "seconds" |
|---|
| 1581 | rconfig integer iswater derived max_domains 0 - "iswater" "land use index of water" "index category" |
|---|
| 1582 | rconfig integer isice derived max_domains 0 - "isice" "land use index of ice" "index category" |
|---|
| 1583 | rconfig integer isurban derived max_domains 0 - "isurban" "land use index for 'urban and built-up" "index category" |
|---|
| 1584 | rconfig integer isoilwater derived max_domains 0 - "isoilwater" "land use index of water for soil" "index category" |
|---|
| 1585 | rconfig integer map_proj derived max_domains 0 - "map_proj" "domain map projection" "0=none, 1=Lambert, 2=polar, 3=Mercator" |
|---|
| 1586 | rconfig integer simulation_start_year derived 1 0 - "simulation_start_year" "start of simulation through restarts" "4-digit year" |
|---|
| 1587 | rconfig integer simulation_start_month derived 1 0 - "simulation_start_month" "start of simulation through restarts" "2-digit month" |
|---|
| 1588 | rconfig integer simulation_start_day derived 1 0 - "simulation_start_day" "start of simulation through restarts" "2-digit day" |
|---|
| 1589 | rconfig integer simulation_start_hour derived 1 0 - "simulation_start_hour" "start of simulation through restarts" "2-digit hour" |
|---|
| 1590 | rconfig integer simulation_start_minute derived 1 0 - "simulation_start_minute" "start of simulation through restarts" "2-digit minute" |
|---|
| 1591 | rconfig integer simulation_start_second derived 1 0 - "simulation_start_second" "start of simulation through restarts" "2-digit second" |
|---|
| 1592 | |
|---|
| 1593 | # |
|---|
| 1594 | # Single dummy declaration to define a nodyn dyn option |
|---|
| 1595 | state integer nodyn_dummy - dyn_nodyn - - - "" "" "" |
|---|
| 1596 | |
|---|
| 1597 | # |
|---|
| 1598 | #--------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 1599 | # Package Declarations |
|---|
| 1600 | # |
|---|
| 1601 | |
|---|
| 1602 | #key package associated package associated 4d scalars |
|---|
| 1603 | # name namelist choice state vars |
|---|
| 1604 | |
|---|
| 1605 | package dyn_nodyn dyn_opt==0 - - |
|---|
| 1606 | package dyn_em dyn_opt==2 - - |
|---|
| 1607 | |
|---|
| 1608 | #package passivec1 chem_opt==0 - |
|---|
| 1609 | package radm2 chem_opt==1 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,nh3,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ol2,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,ho,ho2 |
|---|
| 1610 | package radm2sorg chem_opt==2 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,nh3,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ol2,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,ho,ho2,so4aj,so4ai,nh4aj,nh4ai,no3aj,no3ai,orgaro1j,orgaro1i,orgaro2j,orgaro2i,orgalk1j,orgalk1i,orgole1j,orgole1i,orgba1j,orgba1i,orgba2j,orgba2i,orgba3j,orgba3i,orgba4j,orgba4i,orgpaj,orgpai,ecj,eci,p25j,p25i,antha,seas,soila,nu0,ac0,corn |
|---|
| 1611 | package racm chem_opt==3 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,nh3,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ete,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,co2,ch4,udd,hket,api,lim,dien,macr,ho,ho2 |
|---|
| 1612 | package racmsorg chem_opt==4 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,nh3,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ete,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,co2,ch4,udd,hket,api,lim,dien,macr,ho,ho2,so4aj,so4ai,nh4aj,nh4ai,no3aj,no3ai,orgaro1j,orgaro1i,orgaro2j,orgaro2i,orgalk1j,orgalk1i,orgole1j,orgole1i,orgba1j,orgba1i,orgba2j,orgba2i,orgba3j,orgba3i,orgba4j,orgba4i,orgpaj,orgpai,ecj,eci,p25j,p25i,antha,seas,soila,nu0,ac0,corn |
|---|
| 1613 | package cbmz chem_opt==5 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,nh3,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ol2,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,ho,ho2,hcl,ch3o2,ethp,ch3oh,c2h5oh,par,to2,cro,open,op3,c2o3,ro2,ano2,nap,xo2,xpar,isoprd,isopp,isopn,isopo2,dms,msa,dmso,dmso2,ch3so2h,ch3sch2oo,ch3so2,ch3so3,ch3so2oo,ch3so2ch2oo,mtf |
|---|
| 1614 | package cbmz_bb chem_opt==6 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,nh3,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ol2,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,ho,ho2,hcl,ch3o2,ethp,ch3oh,c2h5oh,par,to2,cro,open,op3,c2o3,ro2,ano2,nap,xo2,xpar,isoprd,isopp,isopn,isopo2 |
|---|
| 1615 | package cbmz_mosaic_aa chem_opt==7 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,nh3,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ol2,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,ho,ho2,hcl,ch3o2,ethp,ch3oh,c2h5oh,par,to2,cro,open,op3,c2o3,ro2,ano2,nap,xo2,xpar,isoprd,isopp,isopn,isopo2,so4_a01,no3_a01,cl_a01,nh4_a01,na_a01,oin_a01,oc_a01,bc_a01,hysw_a01,water_a01,num_a01,so4_a02,no3_a02,cl_a02,nh4_a02,na_a02,oin_a02,oc_a02,bc_a02,hysw_a02,water_a02,num_a02,so4_a03,no3_a03,cl_a03,nh4_a03,na_a03,oin_a03,oc_a03,bc_a03,hysw_a03,water_a03,num_a03,so4_a04,no3_a04,cl_a04,nh4_a04,na_a04,oin_a04,oc_a04,bc_a04,hysw_a04,water_a04,num_a04 |
|---|
| 1616 | package cbmz_mosaic_bb chem_opt==8 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,nh3,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ol2,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,ho,ho2,hcl,ch3o2,ethp,ch3oh,c2h5oh,par,to2,cro,open,op3,c2o3,ro2,ano2,nap,xo2,xpar,isoprd,isopp,isopn,isopo2,so4_a01,no3_a01,cl_a01,nh4_a01,na_a01,oin_a01,oc_a01,bc_a01,hysw_a01,water_a01,num_a01,so4_a02,no3_a02,cl_a02,nh4_a02,na_a02,oin_a02,oc_a02,bc_a02,hysw_a02,water_a02,num_a02,so4_a03,no3_a03,cl_a03,nh4_a03,na_a03,oin_a03,oc_a03,bc_a03,hysw_a03,water_a03,num_a03,so4_a04,no3_a04,cl_a04,nh4_a04,na_a04,oin_a04,oc_a04,bc_a04,hysw_a04,water_a04,num_a04,so4_a05,no3_a05,cl_a05,nh4_a05,na_a05,oin_a05,oc_a05,bc_a05,hysw_a05,water_a05,num_a05,so4_a06,no3_a06,cl_a06,nh4_a06,na_a06,oin_a06,oc_a06,bc_a06,hysw_a06,water_a06,num_a06,so4_a07,no3_a07,cl_a07,nh4_a07,na_a07,oin_a07,oc_a07,bc_a07,hysw_a07,water_a07,num_a07,so4_a08,no3_a08,cl_a08,nh4_a08,na_a08,oin_a08,oc_a08,bc_a08,hysw_a08,water_a08,num_a08 |
|---|
| 1617 | package chem_tracer chem_opt==13 - chem:so2,no,ald,hcho,ora2,co |
|---|
| 1618 | |
|---|
| 1619 | |
|---|
| 1620 | #cms++ |
|---|
| 1621 | package radm2_kpp chem_opt==101 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,nh3,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ol2,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,co2,ch4,ho,ho2 |
|---|
| 1622 | |
|---|
| 1623 | package racm_mim_kpp chem_opt==102 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ete,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,co2,ch4,udd,hket,api,lim,dien,macr,hace,ishp,ison,mahp,mpan,nald,ho,ho2 |
|---|
| 1624 | |
|---|
| 1625 | package racm_kpp chem_opt==103 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,nh3,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ete,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,co2,ch4,udd,hket,api,lim,dien,macr,ho,ho2 |
|---|
| 1626 | |
|---|
| 1627 | package racmsorg_kpp chem_opt==104 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,nh3,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ete,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,co2,ch4,udd,hket,api,lim,dien,macr,ho,ho2,so4aj,so4ai,nh4aj,nh4ai,no3aj,no3ai,orgaro1j,orgaro1i,orgaro2j,orgaro2i,orgalk1j,orgalk1i,orgole1j,orgole1i,orgba1j,orgba1i,orgba2j,orgba2i,orgba3j,orgba3i,orgba4j,orgba4i,orgpaj,orgpai,ecj,eci,p25j,p25i,antha,seas,soila,nu0,ac0,corn |
|---|
| 1628 | |
|---|
| 1629 | package radm2sorg_kpp chem_opt==105 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1,op2,paa,ora1,ora2,nh3,n2o5,no3,pan,hc3,hc5,hc8,eth,co,ol2,olt,oli,tol,xyl,aco3,tpan,hono,hno4,ket,gly,mgly,dcb,onit,csl,iso,ho,ho2,so4aj,so4ai,nh4aj,nh4ai,no3aj,no3ai,orgaro1j,orgaro1i,orgaro2j,orgaro2i,orgalk1j,orgalk1i,orgole1j,orgole1i,orgba1j,orgba1i,orgba2j,orgba2i,orgba3j,orgba3i,orgba4j,orgba4i,orgpaj,orgpai,ecj,eci,p25j,p25i,antha,seas,soila,nu0,ac0,corn |
|---|
| 1630 | |
|---|
| 1631 | |
|---|
| 1632 | |
|---|
| 1633 | #cms-- |
|---|
| 1634 | |
|---|
| 1635 | package photmad phot_opt==1 - - |
|---|
| 1636 | package photfastj phot_opt==2 - - |
|---|
| 1637 | package wesely drydep_opt==1 - - |
|---|
| 1638 | package gunther1 bio_emiss_opt==1 - - |
|---|
| 1639 | package beis311 bio_emiss_opt==2 - - |
|---|
| 1640 | |
|---|
| 1641 | # emiss_inpt_default = radm2-sorgam emissions in "standard(=grell)" wrf-chem |
|---|
| 1642 | # emiss_inpt_pnnl_cm = cbmz-mosaic emissions in "PNNL" format |
|---|
| 1643 | # emiss_inpt_pnnl_rs = radm2-sorgam emissions in "PNNL" format (same as default except isoprene added) |
|---|
| 1644 | package emiss_inpt_default emiss_inpt_opt==1 - - |
|---|
| 1645 | package emiss_inpt_pnnl_cm emiss_inpt_opt==101 - - |
|---|
| 1646 | package emiss_inpt_pnnl_rs emiss_inpt_opt==102 - - |
|---|
| 1647 | |
|---|
| 1648 | # gas/aer_bc/ic_default = bc/ic in "standard(=grell)" wrf-chem for radm2-sorgam species, |
|---|
| 1649 | # and first-cut implementation for cbmz-mosaic species |
|---|
| 1650 | # gas/aer_bc/ic_pnnl = bc/ic for PNNL simulations |
|---|
| 1651 | package gas_bc_default gas_bc_opt==1 - - |
|---|
| 1652 | package gas_bc_pnnl gas_bc_opt==101 - - |
|---|
| 1653 | package gas_ic_default gas_ic_opt==1 - - |
|---|
| 1654 | package gas_ic_pnnl gas_ic_opt==101 - - |
|---|
| 1655 | package aer_bc_default aer_bc_opt==1 - - |
|---|
| 1656 | package aer_bc_pnnl aer_bc_opt==101 - - |
|---|
| 1657 | package aer_ic_default aer_ic_opt==1 - - |
|---|
| 1658 | package aer_ic_pnnl aer_ic_opt==101 - - |
|---|
| 1659 | |
|---|
| 1660 | package passiveqv mp_physics==0 - moist:qv |
|---|
| 1661 | package kesslerscheme mp_physics==1 - moist:qv,qc,qr |
|---|
| 1662 | package linscheme mp_physics==2 - moist:qv,qc,qr,qi,qs,qg |
|---|
| 1663 | package wsm3scheme mp_physics==3 - moist:qv,qc,qr |
|---|
| 1664 | package wsm5scheme mp_physics==4 - moist:qv,qc,qr,qi,qs |
|---|
| 1665 | package etampnew mp_physics==5 - moist:qv,qc,qr,qi,qs,qg;scalar:qt |
|---|
| 1666 | package wsm6scheme mp_physics==6 - moist:qv,qc,qr,qi,qs,qg |
|---|
| 1667 | package ncepcloud3 mp_physics==98 - moist:qv,qc,qr |
|---|
| 1668 | package ncepcloud5 mp_physics==99 - moist:qv,qc,qr,qi,qs |
|---|
| 1669 | package thompson mp_physics==8 - moist:qv,qc,qr,qi,qs,qg;scalar:qni |
|---|
| 1670 | |
|---|
| 1671 | package rrtmscheme ra_lw_physics==1 - - |
|---|
| 1672 | 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 |
|---|
| 1673 | package gfdllwscheme ra_lw_physics==99 - - |
|---|
| 1674 | |
|---|
| 1675 | package swradscheme ra_sw_physics==1 - - |
|---|
| 1676 | package gsfcswscheme ra_sw_physics==2 - - |
|---|
| 1677 | 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 |
|---|
| 1678 | package gfdlswscheme ra_sw_physics==99 - - |
|---|
| 1679 | |
|---|
| 1680 | package sfclayscheme sf_sfclay_physics==1 - - |
|---|
| 1681 | package myjsfcscheme sf_sfclay_physics==2 - - |
|---|
| 1682 | package gfssfcscheme sf_sfclay_physics==3 - - |
|---|
| 1683 | package slabscheme sf_surface_physics==1 - - |
|---|
| 1684 | package lsmscheme sf_surface_physics==2 - - |
|---|
| 1685 | package ruclsmscheme sf_surface_physics==3 - - |
|---|
| 1686 | package ysuscheme bl_pbl_physics==1 - - |
|---|
| 1687 | package myjpblscheme bl_pbl_physics==2 - - |
|---|
| 1688 | package gfsscheme bl_pbl_physics==3 - - |
|---|
| 1689 | package mrfscheme bl_pbl_physics==99 - - |
|---|
| 1690 | |
|---|
| 1691 | package kfetascheme cu_physics==1 - - |
|---|
| 1692 | package bmjscheme cu_physics==2 - - |
|---|
| 1693 | package gdscheme cu_physics==3 - - |
|---|
| 1694 | package sasscheme cu_physics==4 - - |
|---|
| 1695 | package kfscheme cu_physics==99 - - |
|---|
| 1696 | |
|---|
| 1697 | 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 |
|---|
| 1698 | |
|---|
| 1699 | # only need to specify these once; not for every io_form* variable |
|---|
| 1700 | package io_intio io_form_restart==1 - - |
|---|
| 1701 | package io_netcdf io_form_restart==2 - - |
|---|
| 1702 | # Placeholders for additional packages (we can go beyond zzz |
|---|
| 1703 | # but that will entail modifying frame/module_io.F and frame/md_calls.m4) |
|---|
| 1704 | # Please note these are placeholders; HDF has not been implemented yet. |
|---|
| 1705 | package io_hdf io_form_restart==3 - - |
|---|
| 1706 | package io_phdf5 io_form_restart==4 - - |
|---|
| 1707 | package io_grib1 io_form_restart==5 - - |
|---|
| 1708 | package io_mcel io_form_restart==6 - - |
|---|
| 1709 | package io_esmf io_form_restart==7 - - |
|---|
| 1710 | package io_yyy io_form_restart==8 - - |
|---|
| 1711 | package io_zzz io_form_restart==9 - - |
|---|
| 1712 | package io_grib2 io_form_restart==10 - - |
|---|
| 1713 | package io_pnetcdf io_form_restart==11 - - |
|---|
| 1714 | |
|---|
| 1715 | #--------------------------------------------------------------------------------------------------------------------------------------- |
|---|
| 1716 | ## communications |
|---|
| 1717 | |
|---|
| 1718 | ### 8. Edit the Registry file and create a halo-exchange for x_1. |
|---|
| 1719 | |
|---|
| 1720 | # Halo Update Communications |
|---|
| 1721 | |
|---|
| 1722 | halo HALO_EM_INIT_1 dyn_em 48:u_1,u_2,v_1,v_2,w_1,w_2,ph_1,ph_2 |
|---|
| 1723 | halo HALO_EM_INIT_2 dyn_em 48:t_1,t_2,mu_1,mu_2,tke_1,tke_2,ww,phb |
|---|
| 1724 | halo HALO_EM_INIT_3 dyn_em 48:ph0,php,t_init,mub,mu0,p,al,alt,alb |
|---|
| 1725 | halo HALO_EM_INIT_4 dyn_em 48:pb,h_diabatic,msft,msfu,msfv,f,e,sina,cosa,ht,potevp,snopcx,soiltb |
|---|
| 1726 | halo HALO_EM_INIT_5 dyn_em 48:moist,chem,scalar |
|---|
| 1727 | halo HALO_EM_VINTERP_UV_1 dyn_em 8:pd_gc,pb |
|---|
| 1728 | halo HALO_EM_A dyn_em 8:ru,rv,rw,ww,php,alt,al,p,muu,muv,mut |
|---|
| 1729 | halo HALO_EM_PHYS_A dyn_em 4:u_2,v_2 |
|---|
| 1730 | halo HALO_EM_PHYS_PBL dyn_em 4:rublten,rvblten |
|---|
| 1731 | halo HALO_EM_FDDA dyn_em 4:rundgdten,rvndgdten |
|---|
| 1732 | halo HALO_EM_PHYS_DIFFUSION dyn_em 4:defor11,defor22,defor12,defor13,defor23,div,xkmv,xkmh,xkmhd,xkhv,xkhh,tke_1,tke_2 |
|---|
| 1733 | halo HALO_EM_TKE_ADVECT_3 dyn_em 24:tke_2 |
|---|
| 1734 | halo HALO_EM_TKE_ADVECT_5 dyn_em 48:tke_2 |
|---|
| 1735 | halo HALO_EM_TKE_A dyn_em 4:ph_2,phb |
|---|
| 1736 | halo HALO_EM_TKE_B dyn_em 4:z,rdz,rdzw,zx,zy |
|---|
| 1737 | halo HALO_EM_TKE_C dyn_em 8:u_2,v_2,z,zx,zy,rdz,rdzw |
|---|
| 1738 | halo HALO_EM_TKE_D dyn_em 8:defor11,defor22,defor33,defor12,defor13,defor23,div |
|---|
| 1739 | halo HALO_EM_TKE_E dyn_em 8:xkmv,xkmh,xkmhd,xkhv,xkhh,BN2,moist |
|---|
| 1740 | halo HALO_EM_TKE_3 dyn_em 24:tke_1,tke_2 |
|---|
| 1741 | halo HALO_EM_TKE_5 dyn_em 48:tke_1,tke_2 |
|---|
| 1742 | halo HALO_EM_TKE_7 dyn_em 80:tke_1,tke_2 |
|---|
| 1743 | halo HALO_EM_TKE_F dyn_em 48:tke_1,tke_2 |
|---|
| 1744 | halo HALO_EM_TKE_OLD_E_5 dyn_em 48:tke_1 |
|---|
| 1745 | halo HALO_EM_TKE_OLD_E_7 dyn_em 80:tke_1 |
|---|
| 1746 | 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 |
|---|
| 1747 | halo HALO_EM_B2 dyn_em 4:ru_tend,rv_tend |
|---|
| 1748 | halo HALO_EM_C dyn_em 4:u_2,v_2 |
|---|
| 1749 | halo HALO_EM_C2 dyn_em 4:ph_2,al,p,mu_2,muts,mudf |
|---|
| 1750 | halo HALO_EM_D dyn_em 24:ru_m,rv_m,ww_m,mut |
|---|
| 1751 | halo HALO_EM_D2_3 dyn_em 24:u_2,v_2,w_2,t_2,ph_2;24:moist,chem,scalar;4:mu_2,al |
|---|
| 1752 | halo HALO_EM_D2_5 dyn_em 48:u_2,v_2,w_2,t_2,ph_2;24:moist,chem,scalar;4:mu_2,al |
|---|
| 1753 | halo HALO_EM_D3_3 dyn_em 24:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,tke_1,tke_2,moist,chem,scalar;4:mu_1,mu_2 |
|---|
| 1754 | halo HALO_EM_D3_5 dyn_em 48:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,tke_1,tke_2,moist,chem,scalar;4:mu_1,mu_2 |
|---|
| 1755 | 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 |
|---|
| 1756 | 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 |
|---|
| 1757 | halo HALO_EM_MOIST_E_3 dyn_em 24:moist |
|---|
| 1758 | halo HALO_EM_MOIST_E_5 dyn_em 48:moist |
|---|
| 1759 | halo HALO_EM_MOIST_E_7 dyn_em 80:moist |
|---|
| 1760 | halo HALO_EM_CHEM_E_3 dyn_em 24:chem |
|---|
| 1761 | halo HALO_EM_CHEM_E_5 dyn_em 48:chem |
|---|
| 1762 | halo HALO_EM_CHEM_E_7 dyn_em 80:chem |
|---|
| 1763 | halo HALO_EM_SCALAR_E_3 dyn_em 24:scalar |
|---|
| 1764 | halo HALO_EM_SCALAR_E_5 dyn_em 48:scalar |
|---|
| 1765 | halo HALO_EM_SCALAR_E_7 dyn_em 80:scalar |
|---|
| 1766 | |
|---|
| 1767 | halo HALO_EM_MOIST_OLD_E_3 dyn_em 24:moist_old |
|---|
| 1768 | halo HALO_EM_MOIST_OLD_E_5 dyn_em 48:moist_old |
|---|
| 1769 | halo HALO_EM_MOIST_OLD_E_7 dyn_em 80:moist_old |
|---|
| 1770 | halo HALO_EM_CHEM_OLD_E_3 dyn_em 24:chem_old |
|---|
| 1771 | halo HALO_EM_CHEM_OLD_E_5 dyn_em 48:chem_old |
|---|
| 1772 | halo HALO_EM_CHEM_OLD_E_7 dyn_em 80:chem_old |
|---|
| 1773 | halo HALO_EM_SCALAR_OLD_E_3 dyn_em 24:scalar_old |
|---|
| 1774 | halo HALO_EM_SCALAR_OLD_E_5 dyn_em 48:scalar_old |
|---|
| 1775 | halo HALO_EM_SCALAR_OLD_E_7 dyn_em 80:scalar_old |
|---|
| 1776 | |
|---|
| 1777 | halo HALO_EM_FEEDBACK dyn_em 48:ht |
|---|
| 1778 | |
|---|
| 1779 | halo HALO_EM_COUPLE_A dyn_em 24:mub,mu_1,mu_2 |
|---|
| 1780 | period PERIOD_EM_COUPLE_A dyn_em 2:mub,mu_1,mu_2 |
|---|
| 1781 | 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,\ |
|---|
| 1782 | moist,chem,scalar |
|---|
| 1783 | 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,\ |
|---|
| 1784 | moist,chem,scalar |
|---|
| 1785 | |
|---|
| 1786 | # For moving nests |
|---|
| 1787 | halo em_shift_halo_y dyn_em 48:imask_nostag,imask_xstag,imask_ystag,imask_xystag,u_2,v_2,t_2 |
|---|
| 1788 | halo em_shift_halo_x dyn_em 48:imask_nostag,imask_xstag,imask_ystag,imask_xystag,u_2,v_2,t_2 |
|---|
| 1789 | |
|---|
| 1790 | # For observational nudging |
|---|
| 1791 | halo HALO_OBS_NUDGE dyn_em 24:pb,p,uratx,vratx,tratx |
|---|
| 1792 | |
|---|
| 1793 | # Periodic Boundary Communications |
|---|
| 1794 | |
|---|
| 1795 | period PERIOD_BDY_EM_INIT dyn_em 3:u_1,u_2,v_1,v_2,w_1,w_2,t_1,t_2,ph_1,ph_2,t_init,phb,ph0,php,pb,al,alt,alb,mu_1,mu_2,mub,mu0,ht,msft,msfu,msfv,sina,cosa,e,f |
|---|
| 1796 | period PERIOD_BDY_EM_MOIST dyn_em 3:moist |
|---|
| 1797 | period PERIOD_BDY_EM_CHEM dyn_em 3:chem |
|---|
| 1798 | period PERIOD_BDY_EM_SCALAR dyn_em 3:scalar |
|---|
| 1799 | period PERIOD_BDY_EM_MOIST2 dyn_em 3:moist |
|---|
| 1800 | period PERIOD_BDY_EM_CHEM2 dyn_em 3:chem |
|---|
| 1801 | period PERIOD_BDY_EM_SCALAR2 dyn_em 3:scalar |
|---|
| 1802 | period PERIOD_BDY_EM_A dyn_em 2:ru,rv,rw,ww,php,alt,p,muu,muv,mut,ph_2,al |
|---|
| 1803 | period PERIOD_BDY_EM_A1 dyn_em 3:rdzw,rdz,z,zx,zy |
|---|
| 1804 | period PERIOD_BDY_EM_PHY_BC dyn_em 2:rublten,rvblten,xkmh,xkmhd,xkmv,xkhh,xkhv,div,defor11,defor22,defor12,defor13,defor23,defor33,tke_2 |
|---|
| 1805 | period PERIOD_BDY_EM_FDDA_BC dyn_em 2:rundgdten,rvndgdten |
|---|
| 1806 | 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 |
|---|
| 1807 | period PERIOD_BDY_EM_B3 dyn_em 2:ph_2,al,p,mu_2,muts,mudf |
|---|
| 1808 | period PERIOD_BDY_EM_B2 dyn_em 2:ru_tend,rv_tend |
|---|
| 1809 | period PERIOD_BDY_EM_C dyn_em 2:u_2,u_save,v_2,v_save,t_2,t_save,muv,msfv,muu,msfu |
|---|
| 1810 | period PERIOD_BDY_EM_D dyn_em 3:u_2,v_2,w_2,t_2,ph_2,mu_2,tke_2 |
|---|
| 1811 | 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 |
|---|
| 1812 | |
|---|
| 1813 | ## |
|---|
| 1814 | |
|---|
| 1815 | # FDDA (Observational-nudging) Variables |
|---|
| 1816 | typedef fdob_type integer domain_tot # total number of domains to apply obs-nudging |
|---|
| 1817 | typedef fdob_type integer domain_init # domain initialization flag |
|---|
| 1818 | typedef fdob_type integer IEODI # end of obs data flag for current model step |
|---|
| 1819 | typedef fdob_type integer IWTSIG # flag for nudging on pressure surfaces |
|---|
| 1820 | typedef fdob_type integer NSTAT # number of obs stations used to nudge current model step |
|---|
| 1821 | typedef fdob_type integer KTAUR # restart model step |
|---|
| 1822 | typedef fdob_type integer SN_MAXCG # coarse domain grid dimension in south-north coordinate |
|---|
| 1823 | typedef fdob_type integer WE_MAXCG # coarse domain grid dimension in west-east coordinate |
|---|
| 1824 | typedef fdob_type integer SN_END # ending north-south grid index |
|---|
| 1825 | typedef fdob_type integer LEVIDN(max_domains) # level of nest |
|---|
| 1826 | typedef fdob_type real DS_CG # coarse domain grid size |
|---|
| 1827 | typedef fdob_type real WINDOW # time window half-period for nudging (in minutes) |
|---|
| 1828 | typedef fdob_type real RTLAST # time in hours of last obs used in current model step |
|---|
| 1829 | typedef fdob_type real DATEND # time in minutes after which data are asuumed to have ended |
|---|
| 1830 | typedef fdob_type real RINFMN # minimum radius of influence |
|---|
| 1831 | typedef fdob_type real RINFMX # maximum radius of influence |
|---|
| 1832 | typedef fdob_type real PFREE # pressure level (cb) where terrain effect becomes small |
|---|
| 1833 | typedef fdob_type real DCON # 1/DPSMX |
|---|
| 1834 | typedef fdob_type real DPSMX # max pres change (cb) allowed within infl range of surf obs |
|---|
| 1835 | typedef fdob_type real TFACI # scale factor used for ramp-down in dynamic initialization |
|---|
| 1836 | typedef fdob_type real XN # cone factor for Lambert projection |
|---|
| 1837 | |
|---|
| 1838 | # table entries are of the form |
|---|
| 1839 | # <Table> <Type> <Sym> <Dims> <Use> <NumTLev> <Stagger> <IO> <DNAME> <DESCRIP> <UNITS> |
|---|
| 1840 | #Grid variables |
|---|
| 1841 | typedef fdob_type real varobs rz - 1 - - "varobs" "observational values in each variable" |
|---|
| 1842 | typedef fdob_type real errf hz - 1 - - "errf" "errors between model and obs values" |
|---|
| 1843 | typedef fdob_type real timeob z - 1 - - "timeob" "model times for each observation" "hours" |
|---|
| 1844 | typedef fdob_type real nlevs_ob z - 1 - - "nlevs_ob" "numbers of levels in sounding obs" |
|---|
| 1845 | typedef fdob_type real lev_in_ob z - 1 - - "lev_in_ob" "level in sounding-type obs" |
|---|
| 1846 | typedef fdob_type real plfo z - 1 - - "plfo" "index for type of obs-platform" |
|---|
| 1847 | typedef fdob_type real elevob z - 1 - - "elevob" "elevation of observation" "meters" |
|---|
| 1848 | typedef fdob_type real rio z - 1 - - "rio" "west-east grid coordinate" |
|---|
| 1849 | typedef fdob_type real rjo z - 1 - - "rjo" "south-north grid coordinate" |
|---|
| 1850 | typedef fdob_type real rko z - 1 - - "rko" "vertical grid coordinate" |
|---|
| 1851 | |
|---|
| 1852 | state fdob_type fdob - - |
|---|
| 1853 | ## |
|---|