# Registry file # # At the present time this file is managed manually and edited by hand. # ################################################################################ # Dimension specifications # # This section of the Registry file is used to specify the dimensions # that will be used to define arrays. Dim is the one-letter name of the # dimension. How defined can either be "standard_domain", which means # that the dimension (1) is one of the three spatial dimensions and (2) # it will be set using the standard namelist mechanism and domain data # structure dimension fields (e.g. sd31,ed31,sd32...). # # Order refers to which of the three sets of just-mentioned internal # dimension variables the dimension is referred to by in the driver. # That is, is it the first, second, or third dimension. The registry # infers the mapping of its internal dimensions according to the # combination of Order and Coord-axis that are specified in this table. # Note that it is all right to more than one dimension name for, say, the # x dimension. However, the Order and Coord-axis relationship must be # consistent throughout. # # Note: these entries do not enforce storage order on a particular field. # That is determined by the dimension strings for each field. But it does # relate the dimspec to the internal data structures that the driver uses # to maintain the three physical domain dimensions. # # "How defined" can also specify the name of a namelist variable from which # the definition for the dimension will come; this is specified as # "namelist=". The namelist variable must have been # defined as an integer and with only one entry in the rconfig table. Or # a constant can be specified. The coordinate axis for the dimension is # either X, Y, Z, or C (for "not a spatial dimension"). The Dimname is # the desriptive name of the dimension that will be included in the # metadata in data sets. Note that the b, f, and t modifiers that appear # as the last characters of dimension strings used # in state and # i1 # registry definitions are not dimensions and do not need to be declared # here. # # dimspec i 1 standard_domain x west_east dimspec j 3 standard_domain y south_north dimspec k 2 standard_domain z bottom_top dimspec l 2 namelist=num_soil_layers z soil_layers dimspec m - constant=3 c three_things # example; not used dimspec w - namelist=spec_bdy_width c spec_bdy_width #### 7. Edit the Registry file and create the state data assocaited with this #### solver. Single entry: state real x ikj dyn_exp 2 - ih "TOYVAR" #### ################################################################################ ################################################################################ ################################################################################ # Lines that start with the word 'state' form a table that is # used by the script use_registry to generate module_state_descript.F # and other files. Also see documentation in use_registry. # # table entries are of the form #
# # Variables for slt dynamics # state real cs ikj dyn_slt 1 - ih "CS" state real cd ikj dyn_slt 1 - ih "CD" state real ds ikj dyn_slt 1 - ih "DS" state real dd ikj dyn_slt 1 - ih "DD" state real cs_tx ikjx dyn_slt 1 - - state real cd_tx ikjx dyn_slt 1 - - state real ds_tx ikjx dyn_slt 1 - - state real dd_tx ikjx dyn_slt 1 - - state real cs_ty ikjy dyn_slt 1 - - state real cd_ty ikjy dyn_slt 1 - - state real ds_ty ikjy dyn_slt 1 - - state real dd_ty ikjy dyn_slt 1 - - xpose XPOSE_A dyn_slt cs,cs_tx,cs_ty;cd,cd_tx,cd_ty;ds,ds_tx,ds_ty;dd,dd_tx,dd_ty # # Variables for Eulerian height coordinate model # #state real ru ikj dyn_eh 2 X irhd "RHO_U" "RHO COUPLED X WIND COMPONENT" "" state real ru ikj dyn_eh 2 X irh "RHO_U" "RHO COUPLED X WIND COMPONENT" "" state real u ikj dyn_eh 2 X - "U" "X WIND COMPONENT" "m s(-1)" state real ru_m ikj dyn_eh 1 X - "ru_m" "RHO COUPLED X WIND COMPONENT USED FOR SCALAR ADVECTION" "" i1 real ru_tend ikj dyn_eh 1 X # #state real rv ikj dyn_eh 2 Y irhdf=(bdy_interp:dt,rv_b,rv_bt) "RHO_V" "RHO COUPLED Y WIND COMPONENT" "" state real rv ikj dyn_eh 2 Y irh "RHO_V" "RHO COUPLED Y WIND COMPONENT" "" state real v ikj dyn_eh 2 Y - "V" "Y WIND COMPONENT" "m s(-1)" state real rv_m ikj dyn_eh 1 Y - "rv_m" "RHO COUPLED Y WIND COMPONENT USED FOR SCALAR ADVECTION" "" i1 real rv_tend ikj dyn_eh 1 Y # # Vertical Vel state real rw ikj dyn_eh 2 Z rh "rw" "RHO COUPLED Z WIND COMPONENT" "" state real w ikj dyn_eh 2 Z - "w" "Z WIND COMPONENT" "" i1 real rw_tend ikj dyn_eh 1 Z # # Other dyn # state real rrp ikj dyn_eh 2 - irh "rrp" "RHO PERTURBATION" "" i1 real rr_tend ikj dyn_eh 1 - # state real rr ikj dyn_eh 2 - rh "rr" "TOTAL DRY DENSITY (RHO)" "" # state real tke ikj dyn_eh 2 - rh "tke" "TURBULENCE KINETIC ENERGY" "m{2} s{-2}" i1 real tke_tend ikj dyn_eh 1 - # state real rtp ikj dyn_eh 2 - irh "rtp" "COUPLED RHO THETA PERTURBATION" "" state real tp ikj dyn_eh 2 - rh "tp" "THETA PERTURBATION" "" state real t ikj dyn_eh 2 - - "t" "POTENTIAL TEMPERATURE (THETA)" "" i1 real rt ikj dyn_eh 2 - i1 real rt_tend ikj dyn_eh 1 - # i1 real pi ikj dyn_eh 1 - i1 real p ikj dyn_eh 1 - i1 real rtold ikj dyn_eh 1 - i1 real ru_old ikj dyn_eh 1 - i1 real rv_old ikj dyn_eh 1 - i1 real rom_old ikj dyn_eh 1 Z i1 real rrp_old ikj dyn_eh 1 - i1 real rtp_old ikj dyn_eh 1 - i1 real rs_old ikj dyn_eh 1 - i1 real th_mix ikj dyn_eh 1 - i1 real qv_mix ikj dyn_eh 1 - i1 real rr_new ikj dyn_eh 1 - i1 real advect_tend ikj eh+em 1 - # state real rom ikj dyn_eh 2 Z irh "rom" "RHO COUPLED ZETA VELOCITY" "" i1 real rom_m ikj dyn_eh 1 Z i1 real alpha ikj eh+em 1 - i1 real a ikj eh+em 1 - i1 real gamma ikj eh+em 1 - i1 real cofwz ikj dyn_eh 1 - i1 real coftz ikj dyn_eh 1 - i1 real cofwt ikj dyn_eh 1 - #----------------------------------------------------------------------------------------------------------------------------------------------------------------- # # Variables for Eulerian mass coordinate dynamics # #state real u ikj dyn_em 2 X irhudf=(bdy_interp:dt,u_b,u_bt) "U" "x-wind component" "m s{-1}" state real u ikj dyn_em 2 X irh "U" "x-wind component" "m s{-1}" state real ru ikj dyn_em 1 X - "RHO_U" "" "" i1 real ru_m ikj dyn_em 1 X - "ru_m" "" "" i1 real ru_tend ikj dyn_em 1 X i1 real ru_tendf ikj dyn_em 1 X i1 real u_save ikj dyn_em 1 X # #state real v ikj dyn_em 2 Y irhudf=(bdy_interp:dt,v_b,v_bt) "V" "y-wind component" "m s{-1}" state real v ikj dyn_em 2 Y irh "V" "y-wind component" "m s{-1}" state real rv ikj dyn_em 1 Y - "RHO_V" i1 real rv_m ikj dyn_em 1 Y - "rv_m" i1 real rv_tend ikj dyn_em 1 Y i1 real rv_tendf ikj dyn_em 1 Y i1 real v_save ikj dyn_em 1 Y # # Vertical Vel state real w ikj dyn_em 2 Z irh "w" "z-wind component" "m s{-1}" state real ww ikj dyn_em 1 Z rh "ww" "eta-dot" "Pa s{-1}" i1 real ww1 ikj dyn_em 1 Z i1 real ww_m ikj dyn_em 1 Z i1 real wwp ikj dyn_em 1 Z i1 real rw_tend ikj dyn_em 1 Z i1 real rw_tendf ikj dyn_em 1 Z i1 real w_save ikj dyn_em 1 Z # # Other dyn # state real ph ikj dyn_em 2 Z irh "ph" "perturbation geopotential" "m{2} s{-2}" state real phb ikj dyn_em 1 Z irh "phb" "base-state geopotential" "m{2} s{-2}" state real ph0 ikj dyn_em 1 Z r "ph0" "initial geopotential" "m{2} s{-2}" state real php ikj dyn_em 1 Z r "php" "geopotential" "m{2} s{-2}" i1 real ph_tend ikj dyn_em 1 Z i1 real ph_tendf ikj dyn_em 1 Z i1 real ph_save ikj dyn_em 1 Z # state real t ikj dyn_em 2 - irh "t" "perturbation potential temperature (theta-t0)" "K" state real t_init ikj dyn_em 1 - r "t_init" "initial potential temperature" "K" i1 real t_tend ikj dyn_em 1 - i1 real t_tendf ikj dyn_em 1 - state real tp ikj dyn_em 2 - i1 real t_2save ikj dyn_em 1 - i1 real t_save ikj dyn_em 1 - # state real mu ij dyn_em 2 - irh "mu" "perturbation dry air mass in column" "pascals" state real mub ij dyn_em 1 - irh "mub" "base state dry air mass in column" "pascals" state real mu0 ij dyn_em 1 - irh "mu0" "initial dry mass in column" "pascals" state real mudf ij dyn_em 1 - - "mudf" "" "" i1 real muu ij dyn_em 1 - i1 real muus ij dyn_em 1 - i1 real muv ij dyn_em 1 - i1 real muvs ij dyn_em 1 - i1 real mut ij dyn_em 1 - i1 real muts ij dyn_em 1 - i1 real muave ij dyn_em 1 - i1 real mu_save ij dyn_em 1 - i1 real mu_tend ij dyn_em 1 - state real tke ikj dyn_em 2 - irh "tke" "TURBULENCE KINETIC ENERGY" "m{2} s{-2}" i1 real tke_tend ikj dyn_em 1 - state real p ikj dyn_em 1 - rh "p" "pressure" "pascals" state real al ikj dyn_em 1 - r "al" "inverse perturbation density" "m{3} kg{-1}" state real alt ikj dyn_em 1 - r "alt" "inverse density" "m{3} kg{-1}" state real alb ikj dyn_em 1 - r "alb" "inverse base density" "m{3} kg{-1}" state real zx ikj dyn_em 1 X - " " " " " " state real zy ikj dyn_em 1 Y - " " " " " " state real rdz ikj dyn_em 1 Z - " " " " " " state real rdzw ikj dyn_em 1 Z - " " " " " " #----------------------------------------------------------------------------------------------------------------------------------------------------------------- # Moist Scalars - both height and mass coordinate models # # The first line ensures that there will be identifiers named moist and # moist_tend even if there are not any moist scalars (so the essentially # dry code will will still link properly) # state real - ikjft moist 2 - - - state real qv ikjft moist 2 - irh "QVAPOR" "Water vapor mixing ratio" "kg kg{-1}" state real qc ikjft moist 2 - irh "QCLOUD" "Cloud water mixing ratio" "kg kg{-1}" state real qr ikjft moist 2 - irh "QRAIN" "Rain water mixing ratio" "kg kg{-1}" state real qi ikjft moist 2 - irh "QICE" "Ice mixing ratio" "kg kg{-1}" state real qs ikjft moist 2 - irh "QSNOW" "Snow mixing ratio" "kg kg{-1}" state real qg ikjft moist 2 - irh "QGRAUP" "Graupel mixing ratio" "kg kg{-1}" # #----------------------------------------------------------------------------------------------------------------------------------------------------------------- ## Chem Scalars - both height and mass coordinate models # state real - ikjft chem 2 - - - #state real qn ikjft chem 2 - irh "QNICE" "Ice Number concentration" "# kg(-1)" #----------------------------------------------------------------------------------------------------------------------------------------------------------------- # specified LBC arrays, first, Eulerian height coordinate model state real ru_b ikjb dyn_eh - X b "ru_b" "RHO COUPLED X WIND AT BOUNDARIES" "" state real ru_bt ikjb dyn_eh - X b "ru_bt" "RHO COUPLED X WIND TENDENCY AT BOUNDARIES" "" state real rv_b ikjb dyn_eh - Y b "rv_b" "RHO COUPLED Y WIND AT BOUNDARIES" "" state real rv_bt ikjb dyn_eh - Y b "rv_bt" "RHO COUPLED Y WIND TENDENCY AT BOUNDARIES" "" state real rtp_b ikjb dyn_eh - - b "rtp_b" "RHO COUPLED THETA PERTURBATION AT BOUNDARIES" "" state real rtp_bt ikjb dyn_eh - - b "rtp_bt" "RHO COUPLED THETA PERTURBATION TENDENCY AT BOUNDARIES" "" state real rrp_b ikjb dyn_eh - - b "rrp_b" "RHO PERTURBATION AT BOUNDARIES" "" state real rrp_bt ikjb dyn_eh - - b "rrp_bt" "RHO PERTURBATION TENDENCY AT BOUNDARIES" "" state real rqv_b ikjb dyn_eh - - b "rqv_b" "RHO COUPLED WATER VAPOR MIXING RATIO AT BOUNDARIES" "" state real rqv_bt ikjb dyn_eh - - b "rqv_bt" "RHO COUPLED WATER VAPOR MIXING RATIO TENDENCY AT BOUNDARIES" "" # specified LBC arrays, next, Eulerian mass coordinate model state real u_b ikjb dyn_em - X b "ru_b" "X WIND AT BOUNDARIES" "" state real u_bt ikjb dyn_em - X b "ru_bt" "X WIND TENDENCY AT BOUNDARIES" "" state real v_b ikjb dyn_em - Y b "rv_b" "Y WIND AT BOUNDARIES" "" state real v_bt ikjb dyn_em - Y b "rv_bt" "Y WIND TENDENCY AT BOUNDARIES" "" state real ph_b ikjb dyn_em - Z b "ph_b" "HEIGHT AT BOUNDARIES" "" state real ph_bt ikjb dyn_em - Z b "ph_bt" "HEIGHT TENDENCY AT BOUNDARIES" "" state real t_b ikjb dyn_em - - b "t_b" "THETA PERTURBATION AT BOUNDARIES" "" state real t_bt ikjb dyn_em - - b "t_bt" "THETA PERTURBATION TENDENCY AT BOUNDARIES" "" state real mu_b ikjb dyn_em - - b "mu_b" "MU AT BOUNDARIES" "" state real mu_bt ikjb dyn_em - - b "mu_bt" "MU TENDENCY AT BOUNDARIES" "" state real rqv_b ikjb dyn_em - - b "rqv_b" "WATER VAPOR MIXING RATIO AT BOUNDARIES" "" state real rqv_bt ikjb dyn_em - - b "rqv_bt" "WATER VAPOR MIXING RATIO TENDENCY AT BOUNDARIES" "" # specified LBC variables shared between the mass and height coordinate models state real fcx w em+eh - - ir "fcx" "RELAXATION TERM FOR BOUNDARY ZONE" "" state real gcx w em+eh - - ir "gcx" "2ND RELAXATION TERM FOR BOUNDARY ZONE" "" state real dtbc - em+eh - - ir "dtbc" "TIME SINCE BOUNDARY READ" "" # soil model variables (Note that they are marked as staggered in the vertical dimension # because they are "fully dimensioned" -- they use every element in that dim state real TSLB ilj eh+em 1 Z irh "TSLB" "SOIL TEMPERATURE" "K" state real ZS l eh+em - Z ir "ZS" "DEPTHS OF CENTERS OF SOIL LAYERS" "m" state real DZS l eh+em - Z ir "DZS" "THICKNESSES OF SOIL LAYERS" "m" # 2m and 10m output diagnostics state real Q2 ij misc 1 - irh "Q2" "QV at 2 M" "kg/kg" state real T2 ij misc 1 - irh "T2" "TEMP at 2 M" "K" state real TH2 ij misc 1 - irh "TH2" "POT TEMP at 2 M" "K" state real U10 ij misc 1 - irh "U10" "U at 10 M" "m/s" state real V10 ij misc 1 - irh "V10" "V at 10 M" "m/s" # lsm State Variables state real SMOIS ilj - 1 Z irh "SMOIS" "SOIL MOISTURE" "" state real XICE ij misc 1 - ir "XICE" "SEA ICE" "" state real SMSTAV ij misc 1 - irh "SMSTAV" "MOISTURE VARIBILITY" "" #state real SMSTOT ij misc 1 - irh "SMSTOT" "TOTAL SOIL MOISTURE" "" state real SMSTOT ij misc 1 - i "SMSTOT" "TOTAL SOIL MOISTURE" "" state real SFCRUNOFF ij misc 1 - irh "SFROFF" "SURFACE RUNOFF" "" state real UDRUNOFF ij misc 1 - irh "UDROFF" "UNDERGROUND RUNOFF" "" state integer IVGTYP ij misc 1 - irh "IVGTYP" "VEGETATION TYPE" "" state integer ISLTYP ij misc 1 - irh "ISLTYP" "SOIL TYPE" " " state real VEGFRA ij misc 1 - irh "VEGFRA" "VEGETATION FRACTION" "" #state real SFCEVP ij misc 1 - irh "SFCEVP" "SURFACE EVAPORATION" "" state real SFCEVP ij misc 1 - i "SFCEVP" "SURFACE EVAPORATION" "" #state real GRDFLX ij misc 1 - irh "GRDFLX" "GROUND HEAT FLUX" "" state real GRDFLX ij misc 1 - i "GRDFLX" "GROUND HEAT FLUX" "" #state real SFCEXC ij misc 1 - irh "SFCEXC " "SURFACE EXCHANGE COEFFICIENT" "" state real SFCEXC ij misc 1 - i "SFCEXC " "SURFACE EXCHANGE COEFFICIENT" "" state real ACSNOW ij misc 1 - irh "ACSNOW" "ACCUMULATED SNOW" "" state real ACSNOM ij misc 1 - irh "ACSNOM" "ACCUMULATED MELTED SNOW" "" state real SNOW ij misc 1 - irh "SNOW" "SNOW WATER EQUIVALENT" "" state real CANWAT ij misc 1 - irh "CANWAT" "CANOPY WATER" "" state real SST ij misc 1 - irh "SST" "SEA SURFACE TEMPERATURE" "K" state real WEASD ij misc 1 - irh "WEASD" "WATER EQUIVALENT OF ACCUMULATED SNOW" "" # MYJ PBL variables state real tke_myj ikj misc 1 - irh "tke_myj" "TKE FROM MELLOR-YAMADA-JANJIC "m{2} s{-2}" state real THZ0 ij misc 1 - irh "THZ0" "POTENTIAL TEMPERATURE AT ZNT" "K" state real QZ0 ij misc 1 - irh "QZ0" "SPECIFIC HUMIDITY AT ZNT" "kg kg{-1}" state real UZ0 ij misc 1 - irh "UZ0" "U WIND COMPONENT AT ZNT" "m s{-1}" state real VZ0 ij misc 1 - irh "VZ0" "V WIND COMPONENT AT ZNT" "m s{-1}" state real QSFC ij misc 1 - irh "QSFC" "SPECIFIC HUMIDITY AT LOWER BOUNDARY" "kg kg{-1}" state real AKHS ij misc 1 - irh "AKHS" "SFC EXCH COEFF FOR HEAT" "m s{-1}" state real AKMS ij misc 1 - irh "AKMS" "SFC EXCH COEFF FOR MOMENTUM" "m s{-1}" i1 real TSHLTR ij misc 1 - - "TSHLTR" "SHELTER THETA FROM MYJ" "K" i1 real QSHLTR ij misc 1 - - "QSHLTR" "SHELTER SPECIFIC HUMIDITY FROM MYJ" "kg kg{-1} i1 real TH10 ij misc 1 - - "TH10" "10-M THETA FROM MYJ" "K" i1 real Q10 ij misc 1 - - "Q10" "10-M SPECIFIC HUMIDITY FROM MYJ" "kg kg{-1} # gfdl (eta) radiation State Variables state real HTOP ij misc 1 - ir "HTOP" "TOP OF CONVECTION LELVEL" "" state real HBOT ij misc 1 - ir "HBOT" "BOT OF CONVECTION LELVEL" "" state REAL CUPPT ij misc 1 - ir "CUPPT" "ACCUMULATED CONVECTIVE RAIN SINC LAST CALL TO THE RADIATION" "" # eta microphpysics State Variables state real T0ETA ikj misc 1 - r "T0ETA" "SAVE PREVIOUS TEMPERATURE " "" state real Q0ETA ikj misc 1 - r "Q0ETA" "SAVE PREVIOUS MOISTURE " "" state real P0ETA ikj misc 1 - r "P0ETA" "SAVE PREVIOUS PRESSURE " "" # new eta microphpysics State Variables state real F_ICE_PHY ikj misc 1 - r "F_ICE_PHY" "FRACTION OF ICE" "" state real F_RAIN_PHY ikj misc 1 - r "F_RAIN_PHY" "FRACTION OF RAIN " "" state real F_RIMEF_PHY ikj misc 1 - r "F_RIMEF_PHY" "MASS RATIO OF RIMED ICE " "" # Other Misc State Variables state real pip ikj dyn_eh 1 - r "pip" "EXNER FUNCTION PERTURBATION" "" state real pp ikj dyn_eh 1 - rh "pp" "PRESSURE PERTURBATION" "" state real du ikj dyn_eh 1 X ir "du" "U VELOCITY INCREMENT IN SMALL STEPS" "" state real dv ikj dyn_eh 1 Y ir "dv" "V VELOCITY INCREMENT IN SMALL STEP" "" state real pib ikj dyn_eh 1 - r "pib" "EXNER FUNCTION BASE STATE" "" state real r ikj dyn_eh 1 - r "RHO" "DECOUPLED DRY DENSITY (IDENTICALLY UNITY)" "" state real rtb ikj dyn_eh 1 - rh "rtb" "COUPLED RHO THETA BASE STATE" "" state real rrb ikj dyn_eh 1 - irh "rrb" "DRY DENSITY (RHO) BASE STATE" "" state real zx ikj dyn_eh 1 X ir "zx" "dZ/dX ON ZETA SURFACE" "" state real zy ikj dyn_eh 1 Y ir "zy" "dZ/dY ON ZETA SURFACE" "" state real z ikj dyn_eh 1 - rh "z" "HEIGHT AT GRID POINT" "" state real pb ikj dyn_eh 1 - irh "pb" "BASE STATE PRESSURE AT HALF LEVELS" "Pa" state real pb ikj dyn_em 1 - rh "pb" "BASE STATE PRESSURE AT HALF LEVELS" "Pa" state real pb8w ikj dyn_eh 1 Z r "pb8w" "BASE STATE PRESSURE AT FULL LEVELS" "Pa" state real h_diabatic ikj eh+em 1 - r "h_diabatic" "PREVIOUS TIMESTEP CONDENSATIONAL HEATING" "" state real zeta_z ij dyn_eh 1 - irh "DZETADZ" "Change in zeta wrt z" "m m{-1}" state real z_zeta ij dyn_eh 1 - ir "DZDZETA" "Change in z wrt zeta" "m m{-1}" state real msft ij eh+em 1 - irh "MAPFAC_M" "Map scale factor on mass grid" "dimensionless" state real msfu ij eh+em 1 X ir "MAPFAC_U" "Map scale factor on u-grid" "dimensionless" state real msfv ij eh+em 1 Y ir "MAPFAC_V" "Map scale factor on v-grid" "dimensionless" state real f ij eh+em 1 - irh "f" "Coriolis sine latitude term" "" state real e ij eh+em 1 - irh "e" "Coriolis cosine latitude term" "" state real sina ij eh+em 1 - ir "SINALPHA" "Local sine of map rotation" "dimensionless" state real cosa ij eh+em 1 - ir "COSALPHA" "Local cosine of map rotation" "dimensionless" state real ht ij eh+em 1 - irh "HGT" "Terrain Height" "m" state real cofwr ij dyn_eh 1 - ir "cofwr" "Coefficient used for w terms in small steps" "" state real TSK ij eh+em 1 - irh "TSK" "SURFACE SKIN TEMPERATURE" "K" state real cofrz k dyn_eh 1 - ir "cofrz" "Coefficient used for w terms in small steps" "" state real u_base k eh+em 1 - ir "u_base" "BASE STATE X WIND IN IDEALIZED CASES" "" state real v_base k eh+em 1 - ir "v_base" "BASE STATE Y WIND IN IDEALIZED CASES" "" state real qv_base k eh+em 1 - ir "qv_base" "BASE STATE QV IN IDEALIZED CASES" "" state real u_frame - eh+em 1 - ir "u_frame" "FRAME X WIND" "m{1} s{-1}" state real v_frame - eh+em 1 - ir "v_frame" "FRAME Y WIND" "m{1} s{-1}" state real p_top - eh+em - - irh "p_top" "" state real rdzu k dyn_eh 1 - ir "rdzu" "INVERSE DZETA" "" state real rdzw k dyn_eh 1 Z ir "rdzw" "INVERSE DZETAW" "" state real fzm k dyn_eh 1 - irh "fzm" "UPPER WEIGHT FOR VERTICAL STRETCHING" "" state real fzp k dyn_eh 1 - irh "fzp" "LOWER WEIGHT FOR VERTICAL STRETCHING" "" state real zeta k dyn_eh 1 - ir "ZETAHALF" "Zeta values on half (mass) levels" "m" state real zetaw k dyn_eh 1 Z ir "ZETAFULL" "Zeta values on full (w) levels" "m" state real dzeta k dyn_eh 1 - ir "dzeta" "ZETA DIFFERENCE BETWEEN HALF LAYERS" "" state real dzetaw k dyn_eh 1 Z ir "dzetaw" "ZETA DIFFERENCE BETWEEN FULL LAYERS" "" # some mass-coordinate-model-specific variables i1 real c2a ikj dyn_em 1 - - i1 real rho ikj dyn_em 1 - - i1 real phm ikj dyn_em 1 - - i1 real cqu ikj dyn_em 1 - - i1 real cqv ikj dyn_em 1 - - i1 real cqw ikj dyn_em 1 - - i1 real pm1 ikj dyn_em 1 - - state real fnm k dyn_em 1 - irh "fnm" "upper wieght for vertical stretching" "dimensionless" state real fnp k dyn_em 1 - irh "fnp" "lower weight for vertical stretching" "dimensionless" state real rdnw k dyn_em 1 - irh "rdnw" "inverse dn values on full (w) levels" "dimensionless" state real rdn k dyn_em 1 - irh "rdn" "dn values on half (mass) levels" "dimensionless" state real dnw k dyn_em 1 - irh "dnw" "dn values on full (w) levels" "dimensionless" state real dn k dyn_em 1 - irh "dn " "dn values on half (mass) levels" "dimensionless" state real znu k dyn_em 1 - irh "znu" "eta values on half (mass) levels" "dimensionless" state real znw k dyn_em 1 Z irh "znw" "eta values on full (w) levels" "dimensionless" state real t_base k dyn_em 1 - ir "t_base" "BASE STATET T IN IDEALIZED CASES" "" state real z ikj dyn_em 1 Z - " " " " " " i1 real mu_3d ikj dyn_em 1 - i1 real z_at_w ikj dyn_em 1 Z state real cfn - em_only - - ir "cfn" "" state real cfn1 - em_only - - ir "cfn1" "" state real epsts - em_only - - ir "epsts" "" state integer step_number - em_only - - ir "step_number" "" # Physics Variables (all shared at this point) state real RTHCUTEN ikj eh+em 1 - r "RTHCUTEN" "RHO COUPLED THETA_M TENDENCY DUE TO CUMULUS SCHEME" "kg m{-3} . K" state real RQVCUTEN ikj eh+em 1 - r "RQVCUTEN" "RHO COUPLED Q_V TENDENCY DUE TO CUMULUS SCHEME" "kg m{-3} . kg kg {-1}" state real RQRCUTEN ikj eh+em 1 - r "RQRCUTEN" "RHO COUPLED Q_R TENDENCY DUE TO CUMULUS SCHEME" "kg m{-3} . kg kg {-1}" state real RQCCUTEN ikj eh+em 1 - r "RQCCUTEN" "RHO COUPLED Q_C TENDENCY DUE TO CUMULUS SCHEME" "kg m{-3} . kg kg {-1}" state real RQSCUTEN ikj eh+em 1 - r "RQSCUTEN" "RHO COUPLED Q_S TENDENCY DUE TO CUMULUS SCHEME" "kg m{-3} . kg kg {-1}" state real RQICUTEN ikj eh+em 1 - r "RQICUTEN" "RHO COUPLED Q_I TENDENCY DUE TO CUMULUS SCHEME" "kg m{-3} . kg kg {-1}" state real W0AVG ikj eh+em 1 - r "W0AVG" "AVERAGE VERTICAL VELOCITY FOR KF CUMULUS SCHEME" "m s{-1}" state real RAINC ij eh+em 1 - rh "RAINC" "ACCUMULATED TOTAL CUMULUS PRECIPITATION" "MM" state real RAINNC ij eh+em 1 - rh "RAINNC" "ACCUMULATED TOTAL GRID SCALE PRECIPITATION" "MM" state real RAINCV ij eh+em 1 - rh "RAINCV" "TIME-STEP CUMULUS PRECIPITATION" "MM" state real RAINNCV ij eh+em 1 - r "RAINNCV" "TIME-STEP NONCONVECTIVE PRECIPITATION" "MM" state real RAINBL ij eh+em 1 - rh "RAINBL" "PBL TIME-STEP TOTAL PRECIPITATION" "MM" state real NCA ij eh+em 1 - r "NCA" "COUNTER OF THE CLOUD RELAXATION TIME IN KF CUMULUS SCHEME" "NA" state integer LOWLYR ij eh+em 1 - - "LOWLYR" "INDEX OF LOWEST MODEL LAYER ABOVE THE GROUND IN BMJ SCHEME" "NA" state integer STEPCU - eh+em 1 - r "STEPCU" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN CONVECTION CALLS" "NA" state real RTHRATEN ikj eh+em 1 - r "RTHRATEN" "RHO COUPLED THETA_M TENDENCY DUE TO RADIATION" "kg m{-3} . K" state real RTHRATENLW ikj eh+em 1 - r "RTHRATLW" "RHO COUPLED THETA_M TENDENCY DUE TO LONG WAVE RADIATION" "kg m{-3} . K" state real RTHRATENSW ikj eh+em 1 - r "RTHRATSW" "RHO COUPLED THETA_M TENDENCY DUE TO SHORT WAVE RADIATION" "kg m{-3} . K" state real CLDFRA ikj eh+em 1 - r "CLDFRA" "CLOUD FRACTION" "NA" state real GSW ij eh+em 1 - irh "GSW" "DOWNWARD SHORT WAVE FLUX AT GROUND SURFACE" "W m{-2}" state real GLW ij eh+em 1 - irh "GLW" "DOWNWARD LONG WAVE FLUX AT GROUND SURFACE" "W m{-2}" state real XLAT ij eh+em 1 - irh "XLAT" "LATITUDE, SOUTH IS NEGATIVE" "degree" state real XLONG ij eh+em 1 - irh "XLONG" "LONGITUDE, WEST IS NEGATIVE" "degree" state real ALBEDO ij eh+em 1 - ir "ALBEDO" "ALBEDO" "NA" state real EMISS ij eh+em 1 - ir "EMISS" "SURFACE EMISSIVITY" "NA" state real LU_INDEX ij eh+em 1 - irh "LU_INDEX" "LAND USE CATEGORY" "" state real CLDEFI ij eh+em 1 - r "CLDEFI" "precipitation efficiency in BMJ SCHEME" "NA" state integer STEPRA - eh+em 1 - r "STEPRA" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN RADIATION CALLS" "NA" state real RUBLTEN ikj eh+em 1 - r "RUBLTEN" "RHO COUPLED X WIND TENDENCY DUE TO PBL PARAMETERIZATION" "kg m{-3} . m s{-1}" state real RVBLTEN ikj eh+em 1 - r "RVBLTEN" "RHO COUPLED Y WIND TENDENCY DUE TO PBL PARAMETERIZATION" "kg m{-3} . m s{-1}" state real RTHBLTEN ikj eh+em 1 - r "RTHBLTEN" "RHO COUPLED THETA_M TENDENCY DUE TO PBL PARAMETERIZATION" "kg m{-3} . K" state real RQVBLTEN ikj eh+em 1 - r "RQVBLTEN" "RHO COUPLED Q_V TENDENCY DUE TO PBL PARAMETERIZATION" "kg m{-3} . kg kg{-1}" state real RQCBLTEN ikj eh+em 1 - r "RQCBLTEN" "RHO COUPLED Q_C TENDENCY DUE TO PBL PARAMETERIZATION" "kg m{-3} . kg kg{-1}" state real RQIBLTEN ikj eh+em 1 - r "RQIBLTEN" "RHO COUPLED Q_I TENDENCY DUE TO PBL PARAMETERIZATION" "kg m{-3} . kg kg{-1}" i1 real th_phy ikj eh+em 1 - i1 real pi_phy ikj eh+em 1 - i1 real p_phy ikj eh+em 1 - i1 real t_phy ikj eh+em 1 - i1 real u_phy ikj eh+em 1 - i1 real v_phy ikj eh+em 1 - i1 real dz8w ikj eh+em 1 Z i1 real p8w ikj eh+em 1 Z i1 real t8w ikj eh+em 1 Z i1 real rho_phy ikj eh+em 1 - i1 logical CU_ACT_FLAG ij eh+em 1 - state real TMN ij eh+em 1 - irh "TMN" "SOIL TEMPERATURE AT LOWER BOUNDARY" "K" state real XLAND ij eh+em 1 - irh "XLAND" "LAND MASK (1 FOR LAND, 2 FOR WATER)" "NA" state real ZNT ij eh+em 1 - ir "ZNT" "ROUGHNESS LENGTH" "m" state real UST ij eh+em 1 - ir "UST" "U* IN SIMILARITY THEORY" "m s{-1}" i1 real HOL ij eh+em 1 - - "HOL" "PBL HEIGHT OVER MONIN-OBUKHOV LENGTH" "" state real MOL ij eh+em 1 - ir "MOL" "Q* IN SIMILARITY THEORY" "kg kg{-1}" state real PBLH ij eh+em 1 - ir "PBLH" "PBL HEIGHT" "m" state real CAPG ij eh+em 1 - ir "CAPG" "HEAT CAPACITY FOR SOIL" "J K{-1} m{-3}" state real THC ij eh+em 1 - ir "THC" "THERMAL INERTIA" "Cal cm{-1} K{-1} s{-0.5}" state real HFX ij eh+em 1 - irh "HFX" "UPWARD HEAT FLUX AT THE SURFACE" "W m{-2}" state real QFX ij eh+em 1 - irh "QFX" "UPWARD MOISTURE FLUX AT THE SURFACE" "kg m{-2} s{-1}" i1 real REGIME ij eh+em 1 - state real SNOWC ij eh+em 1 - irh "SNOWC" "FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)" "NA" state real MAVAIL ij eh+em 1 - ir "MAVAIL" "SURFACE MOISTURE AVAILABILITY" "NA" state real tkesfcf ij eh+em 1 - ir "tkesfcf" "TKE AT THE SURFACE" "m{2} s{-2}" state integer STEPBL - eh+em 1 - r "STEPBL" "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN PBL CALLS" "NA" state real taucldi ikj eh+em 1 - r "TAUCLDI" "CLOUD OPTICAL THICKNESS FOR ICE" "NA" state real taucldc ikj eh+em 1 - r "TAUCLDC" "CLOUD OPTICAL THICKNESS FOR WATER" "NA" state real defor11 ikj eh+em 1 - - "defor11" "DEFORMATION 11" "s{-1}" state real defor22 ikj eh+em 1 - - "defor22" "DEFORMATION 22" "s{-1}" state real defor12 ikj eh+em 1 - - "defor12" "DEFORMATION 12" "s{-1}" state real defor33 ikj eh+em 1 z - "defor33" "DEFORMATION 33" "s{-1}" state real defor13 ikj eh+em 1 z - "defor13" "DEFORMATION 13" "s{-1}" state real defor23 ikj eh+em 1 z - "defor23" "DEFORMATION 23" "s{-1}" state real xkmv ikj eh+em 1 - - "xkmv" "VERTICAL EDDY VISCOSITY" "m{2} s{-1}" state real xkmh ikj eh+em 1 - - "xkmh" "HORIZONTAL EDDY VISCOSITY" "m{2} s{-1}" state real xkmhd ikj eh+em 1 - - "xkmhd" "VERTICAL EDDY DIFFUSIVITY OF HEAT (FOR UPPER DAMPING LAYER)" "m{2} s{-1}" state real xkhv ikj eh+em 1 - - "xkhv" "VERTICAL EDDY DIFFUSIVITY OF HEAT" "m{2} s{-1}" state real xkhh ikj eh+em 1 - - "xkhh" "HORIZONTAL EDDY DIFFUSIVITY OF HEAT" "m{2} s{-1}" state real div ikj eh+em 1 - - "div" "DIVERGENCE" "s{-1}" state real BN2 ikj eh+em 1 - - "BN2" "BRUNT-VAISALA FREQUENCY" "s{-2}" state logical warm_rain - eh+em 1 - - "warm_rain" "WARM_RAIN_LOGICAL" # state real rdx - eh+em - - ir "rdx" "INVERSE X GRID LENGTH" "" state real rdy - eh+em - - ir "rdy" "INVERSE Y GRID LENGTH" "" state real dts - eh+em - - ir "dts" "SMALL TIMESTEP" "" state real dtseps - eh+em - - ir "dtseps" "TIME WEIGHT CONSTANT FOR SMALL STEPS" "" state real resm - eh+em - - ir "resm" "TIME WEIGHT CONSTANT FOR SMALL STEPS" "" state real zetatop - eh+em - - irh "zetatop" "ZETA AT MODEL TOP" "" state real cf1 - eh+em - - ir "cf1" "2nd order extrapolation constant" "" state real cf2 - eh+em - - ir "cf2" "2nd order extrapolation constant" "" state real cf3 - eh+em - - ir "cf3" "2nd order extrapolation constant" "" state integer number_at_same_level - - - - - "number_at_same_level" "" "" state integer itimestep - - - - h "itimestep" "" "" state integer halo_x - - - - - "halo_x" "" "" state integer halo_y - - - - - "halo_y" "" "" # output file descriptor for a domain state integer oid - - - - - "oid" "" "" state integer auxhist1_oid - - - - - "auxhist1_oid" "" "" state integer nframes - - - - - "nframes" "" "" # input file descriptor for lbcs on parent domain state integer lbc_fid - - - - - "lbc_fid" "" "" # indicates if tiling has been computed state logical tiled - - - - - "tiled" "" "" # indicates if patches have been computed state logical patched - - - - - "patched" "" "" # indicates whether to read input from file or generate state logical input_from_file - - - - - "input_from_file" "" "" state logical write_metadata - - - - - "write_metadata" "" "" ###### # # Variables that are set at run-time to control configuration (namelist-settable) # #
rconfig integer time_step_max namelist,namelist_01 1 1 ih "time_step_max" "" "" rconfig integer max_dom namelist,namelist_01 1 1 irh "max_dom" "" "" # dynamics option (see package definitions, below) rconfig integer dyn_opt namelist,namelist_01 1 1 irh "dyn_opt" "" "" rconfig integer rk_ord namelist,namelist_01 1 3 irh "rk_order" "" "" # diff_opt 1=old diffusion, 2=new rconfig integer diff_opt namelist,namelist_01 1 1 irh "diff_opt" "" "" # km_opt 1=old coefs, 2=tke, 3=Smagorinksy rconfig integer km_opt namelist,namelist_01 1 1 irh "km_opt" "" "" rconfig integer damp_opt namelist,namelist_01 1 1 irh "damp_opt" "" "" rconfig integer ISFFLX namelist,namelist_01 1 1 irh "ISFFLX" "" "" rconfig integer IFSNOW namelist,namelist_01 1 0 irh "IFSNOW" "" "" rconfig integer ICLOUD namelist,namelist_01 1 1 irh "ICLOUD" "" "" # rconfig integer num_soil_layers namelist,namelist_01 1 5 irh "num_soil_layers" "" "" rconfig integer spec_bdy_width namelist,namelist_01 1 5 irh "spec_bdy_width" "" "" rconfig integer spec_zone namelist,namelist_01 1 1 irh "spec_zone" "" "" rconfig integer relax_zone namelist,namelist_01 1 4 irh "relax_zone" "" "" rconfig integer tile_sz_x namelist,namelist_01 1 0 - "tile_sz_x" "" "" rconfig integer tile_sz_y namelist,namelist_01 1 0 - "tile_sz_y" "" "" rconfig integer numtiles namelist,namelist_01 1 1 - "numtiles" "" "" rconfig integer debug_level namelist,namelist_01 1 0 - "debug_level" "" "" rconfig integer irand namelist,namelist_01 1 0 - "irand" "" "" rconfig integer grid_id namelist,namelist_02 max_domains 1 irh "id" "" "" rconfig integer level namelist,namelist_02 max_domains 1 irh "level" "" "" rconfig integer s_we namelist,namelist_02 max_domains 1 irh "s_we" "" "" rconfig integer e_we namelist,namelist_02 max_domains 32 irh "e_we" "" "" rconfig integer s_sn namelist,namelist_02 max_domains 1 irh "s_sn" "" "" rconfig integer e_sn namelist,namelist_02 max_domains 32 irh "e_sn" "" "" rconfig integer s_vert namelist,namelist_02 max_domains 1 irh "s_vert" "" "" rconfig integer e_vert namelist,namelist_02 max_domains 31 irh "e_vert" "" "" rconfig integer time_step_count_start namelist,namelist_02 max_domains 0 h "time_step_count_start" "" "" rconfig integer time_step_count_end namelist,namelist_02 max_domains 10 h "time_step_count_end" "" "" rconfig integer time_step_count_output namelist,namelist_02 max_domains 10 h "time_step_count_output" "" "" rconfig integer frames_per_outfile namelist,namelist_02 max_domains 10 h "frames_per_outfile" "" "" rconfig integer time_step_count_restart namelist,namelist_02 1 10 h "time_step_count_restart" "" "" rconfig integer time_step_begin_restart namelist,namelist_02 1 0 h "time_step_begin_restart" "" "" rconfig integer time_step_sound namelist,namelist_02 max_domains 10 h "time_step_sound" "" "" rconfig integer parent_id namelist,namelist_02 max_domains 0 h "parent_id" "" "" rconfig integer i_parent_start namelist,namelist_02 max_domains 1 h "i_parent_start" "" "" rconfig integer j_parent_start namelist,namelist_02 max_domains 1 h "j_parent_start" "" "" rconfig integer shw namelist,namelist_02 max_domains 1 h "stencil_half_width" "HORIZONTAL INTERPOLATION STENCIL HALF-WIDTH" "GRID POINTS" rconfig integer parent_grid_ratio namelist,namelist_02 max_domains 1 h "parent_grid_ratio" "" "" rconfig integer parent_time_step_ratio namelist,namelist_02 max_domains 1 h "parent_time_step_ratio" "" "" rconfig integer moad_grid_ratio namelist,namelist_02 max_domains 1 h "moad_grid_ratio" "" "" rconfig integer moad_time_step_ratio namelist,namelist_02 max_domains 1 h "moad_time_step_ratio" "" "" rconfig logical non_hydrostatic namelist,namelist_03 max_domains .true. irh "non_hydrostatic" "" "" rconfig real dx namelist,namelist_03 max_domains 200 h "dx" "X HORIZONTAL RESOLUTION" "METERS" rconfig real dy namelist,namelist_03 max_domains 200 h "dy" "Y HORIZONTAL RESOLUTION" "METERS" rconfig real dt namelist,namelist_03 max_domains 2. h "dt" "TEMPORAL RESOLUTION" "SECONDS" rconfig real ztop namelist,namelist_03 max_domains 15000. h "ztop" "" "" rconfig real zdamp namelist,namelist_03 max_domains 5000. h "zdamp" "" "" rconfig real dampcoef namelist,namelist_03 max_domains 0.2 h "dampcoef" "" "" rconfig real smdiv namelist,namelist_03 max_domains 0. h "smdiv" "" "" rconfig real emdiv namelist,namelist_03 max_domains 0. h "emdiv" "" "" rconfig real epssm namelist,namelist_03 max_domains .1 h "epssm" "" "" rconfig real khdif namelist,namelist_03 max_domains 0 h "khdif" "" "" rconfig real kvdif namelist,namelist_03 max_domains 0 h "kvdif" "" "" rconfig real mix_cr_len namelist,namelist_03 max_domains 200. h "mix_cr_len" "" "" rconfig real tke_upper_bound namelist,namelist_03 max_domains 1000. h "tke_upper_bound" "" "" rconfig real kh_tke_upper_bound namelist,namelist_03 max_domains 1000. h "kh_tke_upper_bound" "" "" rconfig real kv_tke_upper_bound namelist,namelist_03 max_domains 100. h "kv_tke_upper_bound" "" "" rconfig real RADT namelist,namelist_03 max_domains 0 h "RADT" "" "" rconfig real BLDT namelist,namelist_03 max_domains 0 h "BLDT" "" "" rconfig real CUDT namelist,namelist_03 max_domains 0 h "CUDT" "" "" rconfig integer JULYR namelist,namelist_03 max_domains 0 h "JULYR" "" "" rconfig integer JULDAY namelist,namelist_03 max_domains 1 h "JULDAY" "" "" rconfig real GMT namelist,namelist_03 max_domains 0. h "GMT" "" "" rconfig logical periodic_x namelist,namelist_04 max_domains .false. rh "periodic_x" "" "" rconfig logical symmetric_xs namelist,namelist_04 max_domains .false. rh "symmetric_xs" "" "" rconfig logical symmetric_xe namelist,namelist_04 max_domains .false. rh "symmetric_xe" "" "" rconfig logical open_xs namelist,namelist_04 max_domains .false. rh "open_xs" "" "" rconfig logical open_xe namelist,namelist_04 max_domains .false. rh "open_xe" "" "" rconfig logical periodic_y namelist,namelist_04 max_domains .false. rh "periodic_y" "" "" rconfig logical symmetric_ys namelist,namelist_04 max_domains .false. rh "symmetric_ys" "" "" rconfig logical symmetric_ye namelist,namelist_04 max_domains .false. rh "symmetric_ye" "" "" rconfig logical open_ys namelist,namelist_04 max_domains .false. rh "open_ys" "" "" rconfig logical open_ye namelist,namelist_04 max_domains .false. rh "open_ye" "" "" rconfig logical nested namelist,namelist_04 max_domains .false. rh "nested" "" "" rconfig logical specified namelist,namelist_04 max_domains .false. rh "specified" "" "" rconfig logical top_radiation namelist,namelist_04 max_domains .false. rh "top_radiation" "" "" rconfig integer start_year namelist,namelist_05 max_domains 1993 irh "start_year" "4 DIGIT YEAR OF START OF MODEL" "YEARS" rconfig integer start_month namelist,namelist_05 max_domains 03 irh "start_month" "2 DIGIT MONTH OF THE YEAR OF START OF MODEL, 1-12" "MONTHS" rconfig integer start_day namelist,namelist_05 max_domains 13 irh "start_day" "2 DIGIT DAY OF THE MONTH OF START OF MODEL, 1-31" "DAYS" rconfig integer start_hour namelist,namelist_05 max_domains 12 irh "start_hour" "2 DIGIT HOUR OF THE DAY OF START OF MODEL, 0-23" "HOURS" rconfig integer start_minute namelist,namelist_05 max_domains 00 irh "start_minute" "2 DIGIT MINUTE OF THE HOUR OF START OF MODEL, 0-59" "MINUTES" rconfig integer start_second namelist,namelist_05 max_domains 00 irh "start_second" "2 DIGIT SECOND OF THE MINUTE OF START OF MODEL, 0-59" "SECONDS" rconfig integer end_year namelist,namelist_05 max_domains 1993 irh "end_year" "4 DIGIT YEAR OF END OF MODEL" "YEARS" rconfig integer end_month namelist,namelist_05 max_domains 03 irh "end_month" "2 DIGIT MONTH OF THE YEAR OF END OF MODEL, 1-12" "MONTHS" rconfig integer end_day namelist,namelist_05 max_domains 14 irh "end_day" "2 DIGIT DAY OF THE MONTH OF END OF MODEL, 1-31" "DAYS" rconfig integer end_hour namelist,namelist_05 max_domains 12 irh "end_hour" "2 DIGIT HOUR OF THE DAY OF END OF MODEL, 0-23" "HOURS" rconfig integer end_minute namelist,namelist_05 max_domains 00 irh "end_minute" "2 DIGIT MINUTE OF THE HOUR OF END OF MODEL, 0-59" "MINUTES" rconfig integer end_second namelist,namelist_05 max_domains 00 irh "end_second" "2 DIGIT SECOND OF THE MINUTE OF END OF MODEL, 0-59" "SECONDS" rconfig integer interval_seconds namelist,namelist_05 1 43200 irh "interval_seconds" "SECONDS BETWEEN ANALYSIS AND BOUNDARY PERIODS" "SECONDS" rconfig integer real_data_init_type namelist,namelist_05 1 1 irh "real_data_init_type" "REAL DATA INITIALIZATION OPTIONS: 1=SI, 2=MM5, 3=GENERIC" "PRE-PROCESSOR TYPES" #key package associated package associated 4d scalars # name namelist choice state vars # dyn_eh -- Eulerian, Height coords package dyn_eh dyn_opt==1 - - # dyn_eh -- semi Lagrangian transport package dyn_em dyn_opt==2 - - # dyn_eh -- semi Lagrangian transport package dyn_slt dyn_opt==3 - - #### 9. Edit the Registry file to set up '4' as the value of the **** namelist variable dyn_opt that means to select our exp dyncore. package dyn_exp dyn_opt==4 - - #package passivec1 chem_opt==0 - package passiveqv mp_physics==0 - moist:qv package kesslerscheme mp_physics==1 - moist:qv,qc,qr package linscheme mp_physics==2 - moist:qv,qc,qr,qi,qs,qg package ncepcloud3 mp_physics==3 - moist:qv,qc,qr package ncepcloud5 mp_physics==4 - moist:qv,qc,qr,qi,qs package etampnew mp_physics==5 - moist:qv,qc package etampscheme mp_physics==99 - moist:qv,qc,qr #package reisner2 mp_physics==8 - moist:qv,qc,qr,qi,qs,qg;chem:qn package rrtmscheme ra_lw_physics==1 - - package gfdllwscheme ra_lw_physics==99 - - package swradscheme ra_sw_physics==1 - - package gsfcswscheme ra_sw_physics==2 - - package gfdlswscheme ra_sw_physics==99 - - package sfclayscheme bl_sfclay_physics==1 - - package myjsfcscheme bl_sfclay_physics==2 - - package slabscheme bl_surface_physics==1 - - package lsmscheme bl_surface_physics==2 - - package mrfscheme bl_pbl_physics==1 - - package myjpblscheme bl_pbl_physics==2 - - package kfetascheme cu_physics==1 - - package bmjscheme cu_physics==2 - - package kfscheme cu_physics==99 - - rconfig integer chem_opt namelist,namelist_04 max_domains 0 rh "chem_opt" "" "" rconfig integer mp_physics namelist,namelist_04 max_domains 0 rh "mp_physics" "" "" rconfig integer ra_lw_physics namelist,namelist_04 max_domains 0 rh "ra_lw_physics" "" "" rconfig integer ra_sw_physics namelist,namelist_04 max_domains 0 rh "ra_sw_physics" "" "" rconfig integer bl_sfclay_physics namelist,namelist_04 max_domains 0 rh "bl_sfclay_physics" "" "" rconfig integer bl_surface_physics namelist,namelist_04 max_domains 0 rh "bl_surface_physics" "" "" rconfig integer bl_pbl_physics namelist,namelist_04 max_domains 0 rh "bl_pbl_physics" "" "" rconfig integer cu_physics namelist,namelist_04 max_domains 0 rh "cu_physics" "" "" rconfig integer h_mom_adv_order namelist,namelist_04 max_domains 3 rh "h_mom_adv_order" "" "" rconfig integer v_mom_adv_order namelist,namelist_04 max_domains 3 rh "v_mom_adv_order" "" "" rconfig integer h_sca_adv_order namelist,namelist_04 max_domains 3 rh "h_sca_adv_order" "" "" rconfig integer v_sca_adv_order namelist,namelist_04 max_domains 3 rh "v_sca_adv_order" "" "" rconfig integer io_form_input namelist,namelist_04 1 2 h "io_form_input" "" "" rconfig integer io_form_auxinput1 namelist,namelist_04 1 0 h "io_form_auxinput1" "" "" rconfig integer io_form_auxinput2 namelist,namelist_04 1 0 h "io_form_auxinput2" "" "" rconfig integer io_form_auxinput3 namelist,namelist_04 1 0 h "io_form_auxinput3" "" "" rconfig integer io_form_auxinput4 namelist,namelist_04 1 0 h "io_form_auxinput4" "" "" rconfig integer io_form_auxinput5 namelist,namelist_04 1 0 h "io_form_auxinput5" "" "" rconfig integer io_form_history namelist,namelist_04 1 2 h "io_form_history" "" "" rconfig integer io_form_auxhist1 namelist,namelist_04 1 0 h "io_form_auxhist1" "" "" rconfig integer io_form_auxhist2 namelist,namelist_04 1 0 h "io_form_auxhist2" "" "" rconfig integer io_form_auxhist3 namelist,namelist_04 1 0 h "io_form_auxhist3" "" "" rconfig integer io_form_auxhist4 namelist,namelist_04 1 0 h "io_form_auxhist4" "" "" rconfig integer io_form_auxhist5 namelist,namelist_04 1 0 h "io_form_auxhist5" "" "" rconfig integer io_form_restart namelist,namelist_04 1 2 h "io_form_restart" "" "" rconfig integer io_form_boundary namelist,namelist_04 1 2 h "io_form_boundary" "" "" # only need to specify these once; not for every io_form* variable package io_intio io_form_restart==1 - - package io_netcdf io_form_restart==2 - - # Four placeholders for additional packages (we can go beyond zzz # but that will entail modifying frame/module_io.F and frame/md_calls.m4) # Please note these are placeholders; HDF has not been implemented yet. package io_hdf5 io_form_restart==3 - - package io_phdf5 io_form_restart==4 - - package io_yyy io_form_restart==5 - - package io_zzz io_form_restart==6 - - # items that come in as metadata from the input file # default values should be specified to prevent compiler from complaining about # used before set of these variables (eg. in frame/module_configure.F) rconfig real cen_lat derived max_domains 0 - "cen_lat" "center latitude" "degrees, negative is south" rconfig real cen_lon derived max_domains 0 - "cen_lon" "central longitude" "degrees, negative is west" rconfig real truelat1 derived max_domains 0 - "true_lat1" "first standard parallel" "degrees, negative is south" rconfig real truelat2 derived max_domains 0 - "true_lat2" "second standard parallel" "degrees, negative is south" rconfig real bdyfrq derived max_domains 0 - "bdyfrq" "lateral boundary input frequency" "seconds" rconfig integer iswater derived max_domains 0 - "iswater" "land use index of water" "index category" rconfig integer isice derived max_domains 0 - "isice" "land use index of ice" "index category" rconfig integer map_proj derived max_domains 0 - "map_proj" "domain map projection" "0=none, 1=Lambert, 2=polar, 3=Mercator" ## communications ### 8. Edit the Registry file and create a halo-exchange for x_1. halo HALO_EXP_A dyn_exp 4:x_1 # EM communications halo HALO_EM_INIT dyn_em 48:u_1,u_2,v_1,v_2,w_1,w_2,ph_1,ph_2,t_1,t_2,mu_1,mu_2,tke_1,tke_2,ww,phb,ph0,php,t_init,mub,mu0,p,al,alt,alb,pb,h_diabatic,msft,msfu,msfv,f,e,sina,cosa,ht,moist_1,moist_2,chem_1,chem_2 halo HALO_EM_A dyn_em 8:ru,rv,ww,php,alt,al,p,muu,muv,mut halo HALO_EM_PHYS_A dyn_em 4:u_2,v_2 halo HALO_EM_PHYS_PBL dyn_em 4:rublten,rvblten halo HALO_EM_PHYS_DIFFUSION dyn_em 4:defor11,defor22,defor12,defor13,defor23,div,xkmv,xkmh,xkmhd,xkhv,xkhh,tke_1,tke_2 halo HALO_EM_TKE_ADVECT_3 dyn_em 24:tke_2 halo HALO_EM_TKE_ADVECT_5 dyn_em 48:tke_2 halo HALO_EM_TKE_A dyn_em 4:ph_2,phb halo HALO_EM_TKE_B dyn_em 4:z,rdz,rdzw,zx,zy halo HALO_EM_TKE_C dyn_em 8:u_2,v_2,z,zx,zy,rdz,rdzw halo HALO_EM_TKE_D dyn_em 8:defor11,defor22,defor33,defor12,defor13,defor23,div halo HALO_EM_TKE_E dyn_em 8:xkmv,xkmh,xkmhd,xkhv,xkhh,BN2,moist_2 halo HALO_EM_TKE_3 dyn_em 24:tke_1,tke_2 halo HALO_EM_TKE_5 dyn_em 48:tke_1,tke_2 halo HALO_EM_TKE_F dyn_em 48:tke_1,tke_2 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 halo HALO_EM_B2 dyn_em 4:ru_tend,rv_tend halo HALO_EM_C dyn_em 4:u_2,v_2 halo HALO_EM_C2 dyn_em 4:ph_2,al,p,mu_2,muts,mudf halo HALO_EM_D dyn_em 4:ru_m,rv_m halo HALO_EM_D2_3 dyn_em 24:u_2,v_2,w_2,t_2,ph_2;24:moist_2,chem_2;4:mu_2,al halo HALO_EM_D2_5 dyn_em 48:u_2,v_2,w_2,t_2,ph_2;24:moist_2,chem_2;4:mu_2,al 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_1,moist_2,chem_1,chem_2;4:mu_1,mu_2 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_1,moist_2,chem_1,chem_2;4:mu_1,mu_2 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 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 halo HALO_EM_MOIST_E_3 dyn_em 24:moist_1,moist_2 halo HALO_EM_MOIST_E_5 dyn_em 48:moist_1,moist_2 halo HALO_EM_CHEM_E_3 dyn_em 24:chem_1,chem_2 halo HALO_EM_CHEM_E_5 dyn_em 48:chem_1,chem_2 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 period PERIOD_BDY_EM_MOIST dyn_em 3:moist_1,moist_2 period PERIOD_BDY_EM_CHEM dyn_em 3:chem_1,chem_2 period PERIOD_BDY_EM_A dyn_em 2:ru,rv,ww,php,alt,p,muu,muv,mut,ph_2 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 period PERIOD_BDY_EM_B dyn_em 2:ph_2,al,p,t_1,t_save,u_save,v_save,mu_1,mu_2,mudf,php,alt,pb period PERIOD_BDY_EM_B2 dyn_em 2:ru_tend,rv_tend period PERIOD_BDY_EM_C dyn_em 2:u_2,u_save,v_2,v_save,t_2,t_save,muv,msfv,muu,msfu period PERIOD_BDY_EM_D dyn_em 3:u_2,v_2,w_2,t_2,ph_2,mu_2 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 # EH communications halo HALO_EH_INIT dyn_eh 48:ru_1,ru_2,rv_1,rv_2,rom_1,rom_2,r,rtp_1,rtp_2,rr_1,rr_2,rrp_1,rrp_2,tke_1,tke_2,rtb,rrb,pip,pib,z,zx,zy,ht,msft,msfu,msfv,sina,cosa,e,f,z_zeta,zeta_z,cofwr,moist_1,moist_2,chem_1,chem_2 halo HALO_EH_A_3 dyn_eh 24:u_2,v_2,ru_1,ru_2,rv_1,rv_2,w_2,t_2,tp_2,rw_2,rom_2,tke_1,tke_2;4:pp,pip halo HALO_EH_A_5 dyn_eh 48:u_2,v_2,ru_1,ru_2,rv_1,rv_2,w_2,t_2,tp_2,rw_2,rom_2,tke_1,tke_2;4:pp,pip halo HALO_EH_B dyn_eh 4:rtp_2 halo HALO_EH_C dyn_eh 4:ru_2,rv_2,du,dv halo HALO_EH_D_3 dyn_eh 12:rrp_2,rr_2,ru_m,ru_2,rv_m,rv_2 halo HALO_EH_D_5 dyn_eh 12:rrp_2,rr_2,ru_m,ru_2,rv_m,rv_2 halo HALO_EH_E_3 dyn_eh 24:ru_1,ru_2,rv_1,rv_2,rom_1,rom_2,rrp_1,rrp_2,rr_1,rr_2,rtp_1,rtp_2,tke_1,tke_2 halo HALO_EH_E_5 dyn_eh 48:ru_1,ru_2,rv_1,rv_2,rom_1,rom_2,rrp_1,rrp_2,rr_1,rr_2,rtp_1,rtp_2,tke_1,tke_2 halo HALO_EH_PHYS_A dyn_eh 4:u_2,v_2 ## halo HALO_EH_PHYS_PBL dyn_eh 4:rublten,rvblten halo HALO_EH_PHYS_DIFFUSION dyn_eh 4:defor11,defor22,defor12,defor13,defor23,div,xkmv,xkmh,xkmhd,xkhv,xkhh,tke_2,tke_1 halo HALO_EH_TKE_D dyn_eh 8:defor12;4:defor13,defor23 halo HALO_EH_TKE_E dyn_eh 8:xkmv,xkmh,xkmhd,xkhv,xkhh,BN2,moist_2 halo HALO_EH_TKE_3 dyn_eh 24:tke_1,tke_2 halo HALO_EH_TKE_5 dyn_eh 48:tke_1,tke_2 halo HALO_EH_CHEM_3 dyn_eh 24:chem_1,chem_2 halo HALO_EH_CHEM_5 dyn_eh 48:chem_1,chem_2 halo HALO_EH_MOIST_3 dyn_eh 24:moist_1,moist_2 halo HALO_EH_MOIST_5 dyn_eh 48:moist_1,moist_2 period PERIOD_BDY_EH_MOUNTAIN dyn_eh 3:rr_1 period PERIOD_BDY_EH_INIT dyn_eh 3:ru_1,ru_2,rv_1,rv_2,rom_1,rom_2,r,rtp_1,rtp_2,rr_1,rr_2,rrp_1,rrp_2,rtb,rrb,pib,z,zx,zy,ht,msft,msfu,msfv,sina,cosa,e,f,z_zeta,zeta_z,cofwr period PERIOD_BDY_EH_A dyn_eh 3:u_1,u_2,ru_1,ru_2,v_1,v_2,rv_1,rv_2,rw_1,rw_2,w_1,w_2,t_1,t_2,tp_1,tp_2,pp,pip period PERIOD_BDY_EH_B dyn_eh 3:rtp_1,rtp_2 period PERIOD_BDY_EH_C dyn_eh 3:ru_1,du,rv_1,dv period PERIOD_BDY_EH_D dyn_eh 3:ru_1,ru_2,rv_1,rv_2,rom_1,rom_2,rrp_1,rrp_2,rr_1,rr_2,rtp_1,rtp_2,tke_1,tke_2 period PERIOD_BDY_EH_PHY_BC dyn_eh 3:rublten,rvblten,xkmh,xkmhd,xkmv,xkhh,xkhv,div,defor11,defor22,defor12,defor13,defor23 period PERIOD_BDY_EH_MOIST dyn_eh 3:moist_1,moist_2 period PERIOD_BDY_EH_CHEM dyn_eh 3:chem_1,chem_2 ##### test definition for 3DVAR #typedef dim_type integer ix #typedef dim_type integer jx #typedef xb_type dim_type dim #typedef xb_type real u ikj - 2 X - "U" "X WIND COMPONENT" "m s(-1)" #typedef xb_type real v ikj - 2 X - "V" "Y WIND COMPONENT" "m s(-1)" #state xb_type xb - dyn_eh #i1 xb_type xx -