# Registry file                                         
#                                               
# At the present time this file is managed manually and edited by hand.                                         
#                                               
# 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                                         
#<Table> <Type> <Sym>         <Dims>   <Use>   <NumTLev> <Stagger> <IO>     <DNAME>             <DESCRIP>     <UNITS>   
                                                
# LBC arrays
state    real   ru_b           kb        -         -         X     -         "ru_b"                  "RHO COUPLED X WIND AT BOUNDARIES"         ""      
state    real   ru_bt          kb        -         -         X     -         "ru_bt"                 "RHO COUPLED X WIND TENDENCY AT BOUNDARIES"         ""      
state    real   rv_b           kb        -         -         Y     -         "rv_b"                  "RHO COUPLED Y WIND AT BOUNDARIES"         ""      
state    real   rv_bt          kb        -         -         Y     -         "rv_bt"                 "RHO COUPLED Y WIND TENDENCY AT BOUNDARIES"         ""      
state    real   rtp_b          kb        -         -         -     -         "rtp_b"                 "RHO COUPLED THETA PERTURBATION AT BOUNDARIES"         ""
state    real   rtp_bt         kb        -         -         -     -         "rtp_bt"                "RHO COUPLED THETA PERTURBATION TENDENCY AT BOUNDARIES"         ""
state    real   rrp_b          kb        -         -         -     -         "rrp_b"                 "RHO PERTURBATION AT BOUNDARIES"         ""
state    real   rrp_bt         kb        -         -         -     -         "rrp_bt"                "RHO PERTURBATION TENDENCY AT BOUNDARIES"         ""
state    real   rqv_b          kb        -         -         -     -         "rqv_b"                 "RHO COUPLED WATER VAPOR MIXING RATIO AT BOUNDARIES"         ""
state    real   rqv_bt         kb        -         -         -     -         "rqv_bt"                "RHO COUPLED WATER VAPOR MIXING RATIO TENDENCY AT BOUNDARIES"         ""
state    real   fcx            b        -          -         -     ir         "fcx"                  "RELAXATION TERM FOR BOUNDARY ZONE"         ""
state    real   gcx            b        -          -         -     ir         "gcx"                  "2ND RELAXATION TERM FOR BOUNDARY ZONE"         ""
state    real   dtbc           -        -          -         -     ir         "dtbc"                 "TIME SINCE BOUNDARY READ"         ""

                                                
state    real   TSLB             ilj     -         1         -     irh       "TSLB"                  "SOIL TEMPERATURE"                         "K"      
state    real   ZS                l      -         -         -     ir        "ZS"                    "DEPTHS OF CENTERS OF SOIL LAYERS"         "m"     
state    real   DZS               l      -         -         -     ir        "DZS"                   "THICKNESSES OF SOIL LAYERS"               "m"      
                                                
#                                               
# Variables for runge-kutta dynamics                                            
#                                               
state    real   ru             ikj     dyn-rk      2         X     irh       "RHO_U"                 "RHO COUPLED X WIND COMPONENT"   ""      
state    real   u              ikj     dyn-rk      2         X      -        "U"                     "X WIND COMPONENT"         "m s(-1)"      
state    real   ru_m           ikj     dyn-rk      1         X      -        "ru_m"                  "RHO COUPLED X WIND COMPONENT USED FOR SCALAR ADVECTION"         ""      
i1       real   ru_tend        ikj     dyn-rk      1         X                                          
#                                               
state    real   rv             ikj     dyn-rk      2         Y     irh       "RHO_V"                 "RHO COUPLED Y WIND COMPONENT"   ""      
state    real   v              ikj     dyn-rk      2         Y      -        "V"                     "Y WIND COMPONENT"       "m s(-1)"      
state    real   rv_m           ikj     dyn-rk      1         Y      -        "rv_m"                  "RHO COUPLED Y WIND COMPONENT USED FOR SCALAR ADVECTION"         ""      
i1       real   rv_tend        ikj     dyn-rk      1         Y                                          
#                                               
# Vertical Vel                                          
state    real   rw             ikj     dyn-rk      2         Z     irh       "rw"                    "RHO COUPLED Z WIND COMPONENT"         ""      
state    real   w              ikj     dyn-rk      2         Z      -        "w"                     "Z WIND COMPONENT"         ""      
i1       real   rw_tend        ikj     dyn-rk      1         Z                                          
#                                               
# Other dyn                                             
#                                               
state    real   rrp            ikj     dyn-rk      2         -     irh       "rrp"                   "RHO PERTURBATION"         ""      
i1       real   rr_tend        ikj     dyn-rk      1         -                                          
#                                               
state    real   rr             ikj     dyn-rk      2         -     irh       "rr"                    "TOTAL DRY DENSITY (RHO)"         ""      
#                                               
state    real   tke            ikj     dyn-rk      2         -     irh       "tke"                   "TURBULENCE KINETIC ENERGY"         "m{2} s{-2}"      
i1       real   tke_tend       ikj     dyn-rk      1         -      
#                                               
state    real   rtp            ikj     dyn-rk      2         -     irh       "rtp"                   "COUPLED RHO THETA PERTURBATION"         ""      
state    real   tp             ikj     dyn-rk      2         -     irh       "tp"                    "THETA PERTURBATION"         ""      
state    real   t              ikj     dyn-rk      2         -      -        "t"                     "POTENTIAL TEMPERATURE (THETA)"         ""
i1       real   rt             ikj     dyn-rk      2         -                                          
i1       real   rt_tend        ikj     dyn-rk      1         -                                          
#                                               
i1       real   pi             ikj     dyn-rk      1         -                                                  
i1       real   p              ikj     dyn-rk      1         -                                                  
i1       real   rtold          ikj     dyn-rk      1         -                                          
i1       real   ru_old         ikj     dyn-rk      1         -                                          
i1       real   rv_old         ikj     dyn-rk      1         -                                          
i1       real   rom_old        ikj     dyn-rk      1         -                                          
i1       real   rrp_old        ikj     dyn-rk      1         -                                          
i1       real   rtp_old        ikj     dyn-rk      1         -                                          
i1       real   rs_old         ikj     dyn-rk      1         -                                          
i1       real   th_mix         ikj     dyn-rk      1         -                                          
i1       real   qv_mix         ikj     dyn-rk      1         -                                          
i1       real   rr_new         ikj     dyn-rk      1         -                                          
i1       real   advect_tend    ikj     dyn-rk      1         -                                          
#                                               
state    real   rom            ikj     dyn-rk      2         -     irh       "rom"                   "RHO COUPLED ZETA VELOCITY"         ""      
i1       real   rom_m          ikj     dyn-rk      1         -                                          
                                                
i1       real   alpha          ikj     -           1         -                                                  
i1       real   a              ikj     -           1         -                                                  
i1       real   gamma          ikj     -           1         -                                                  
i1       real   cofwz          ikj     -           1         -                                                  
i1       real   coftz          ikj     -           1         -                                                  
i1       real   cofwt          ikj     -           1         -                                                  
                                                
# Moist Scalars                                         
#                                               
# 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                                         
#                                               
state   real    -              ikjft   chem        2         -     -    -                                       
                                                
# Other Misc State Variables                                            
                                                
state   real    pip            ikj     misc        1         -     irh       "pip"                   "EXNER FUNCTION PERTURBATION"         ""      
state   real    pp             ikj     misc        1         -     irh       "pp"                    "PRESSURE PERTURBATION"         ""      
state   real    du             ikj     misc        1         X     ir        "du"                    "U VELOCITY INCREMENT IN SMALL STEPS"         ""      
state   real    dv             ikj     misc        1         Y     ir        "dv"                    "V VELOCITY INCREMENT IN SMALL STEP"         ""      
                                                
state   real    pib            ikj     misc        1         -     ir        "pib"                   "EXNER FUNCTION BASE STATE"         ""      
state   real    r              ikj     misc        1         -     irh       "RHO"                   "DECOUPLED DRY DENSITY (IDENTICALLY UNITY)"       ""
state   real    rtb            ikj     misc        1         -     irh       "rtb"                   "COUPLED RHO THETA BASE STATE"         ""      
state   real    rrb            ikj     misc        1         -     irh       "rrb"                   "DRY DENSITY (RHO) BASE STATE"         ""      
state   real    zx             ikj     misc        1         -     ir        "zx"                    "dZ/dX ON ZETA SURFACE"         ""      
state   real    zy             ikj     misc        1         -     ir        "zy"                    "dZ/dY ON ZETA SURFACE"         ""      
state   real    z              ikj     misc        1         -     irh       "z"                     "HEIGHT AT GRID POINT"         ""      
state   real    pb             ikj     misc        1         -     ir        "pb"                    "BASE STATE PRESSURE AT HALF LEVELS"         "Pa"      
state   real    pb8w           ikj     misc        1         Z     ir        "pb8w"                  "BASE STATE PRESSURE AT FULL LEVELS"         "Pa"      
state   real    h_diabatic     ikj     misc        1         -     ir        "h_diabatic"            "PREVIOUS TIMESTEP CONDENSATIONAL HEATING"         ""      
                                                
state   real    zeta_z         ij      misc        1         -     irh       "DZETADZ"          "Change in zeta wrt z" "m m{-1}"
state   real    z_zeta         ij      misc        1         -     ir        "DZDZETA"          "Change in z wrt zeta" "m m{-1}"
state   real    msft           ij      misc        1         -     irh       "MAPFAC_M"         "Map scale factor on mass grid" "dimensionless"
state   real    msfu           ij      misc        1         X     ir        "MAPFAC_U"         "Map scale factor on u-grid" "dimensionless"
state   real    msfv           ij      misc        1         Y     ir        "MAPFAC_V"         "Map scale factor on v-grid" "dimensionless"
state   real    f              ij      misc        1         -     ir        "f"                     "Coriolis sine latitude term"         ""      
state   real    e              ij      misc        1         -     ir        "e"                     "Coriolis cosine latitude term"         ""      
state   real    sina           ij      misc        1         -     ir        "SINALPHA"         "Local sine of map rotation"   "dimensionless"
state   real    cosa           ij      misc        1         -     ir        "COSALPHA"         "Local cosine of map rotation"  "dimensionless"
state   real    ht             ij      misc        1         -     irh       "HGT"              "Geopotential Height"   "m"
state   real    cofwr          ij      misc        1         -     ir        "cofwr"                 "Coefficient used for w terms in small steps"         ""
state   real    TSK            ij      misc        1         -     irh       "TSK"                   "SURFACE SKIN TEMPERATURE"                  "K"
                                                
state   real    cofrz          k       misc        1         -     ir        "cofrz"                 "Coefficient used for w terms in small steps"         ""      
state   real    u_base         k       misc        1         -     ir        "u_base"                "BASE STATE X WIND IN IDEALIZED CASES"         ""      
state   real    v_base         k       misc        1         -     ir        "v_base"                "BASE STATE Y WIND IN IDEALIZED CASES"         ""      
state   real    qv_base        k       misc        1         -     ir        "qv_base"               "BASE STATE QV IN IDEALIZED CASES"         ""      
state   real    u_frame        -       misc        1         -     ir        "u_frame"               "FRAME X WIND"         "m{1} s{-1}"      
state   real    v_frame        -       misc        1         -     ir        "v_frame"               "FRAME Y WIND"         "m{1} s{-1}"      
state   real    rdzu           k       misc        1         -     ir        "rdzu"                  "INVERSE DZETA"         ""      
state   real    rdzw           k       misc        1         Z     ir        "rdzw"                  "INVERSE DZETAW"         ""      
state   real    fzm            k       misc        1         -     irh       "fzm"                   "UPPER WEIGHT FOR VERTICAL STRETCHING"         ""      
state   real    fzp            k       misc        1         -     irh       "fzp"                   "LOWER WEIGHT FOR VERTICAL STRETCHING"         ""      
state   real    zeta           k       misc        1         -     ir        "ZETAHALF"         "Zeta values on half (mass) levels" "m"
state   real    zetaw          k       misc        1         Z     ir        "ZETAFULL"         "Zeta values on full (w) levels" "m"
state   real    dzeta          k       misc        1         -     ir        "dzeta"                 "ZETA DIFFERENCE BETWEEN HALF LAYERS"         ""      
state   real    dzetaw         k       misc        1         Z     ir        "dzetaw"                "ZETA DIFFERENCE BETWEEN FULL LAYERS"         ""      
                                                
# Physics Variables                                             
                                                
state    real  RTHCUTEN        ikj     misc        1         -     ir        "RTHCUTEN"              "RHO COUPLED THETA_M TENDENCY DUE TO CUMULUS SCHEME"     "kg m{-3} . K"      
state    real  RQVCUTEN        ikj     misc        1         -     ir        "RQVCUTEN"              "RHO COUPLED Q_V TENDENCY DUE TO CUMULUS SCHEME"         "kg m{-3} . kg kg {-1}"      
state    real  RQRCUTEN        ikj     misc        1         -     ir        "RQRCUTEN"              "RHO COUPLED Q_R TENDENCY DUE TO CUMULUS SCHEME"         "kg m{-3} . kg kg {-1}"      
state    real  RQCCUTEN        ikj     misc        1         -     ir        "RQCCUTEN"              "RHO COUPLED Q_C TENDENCY DUE TO CUMULUS SCHEME"         "kg m{-3} . kg kg {-1}"      
state    real  RQSCUTEN        ikj     misc        1         -     ir        "RQSCUTEN"              "RHO COUPLED Q_S TENDENCY DUE TO CUMULUS SCHEME"         "kg m{-3} . kg kg {-1}"      
state    real  RQICUTEN        ikj     misc        1         -     ir        "RQICUTEN"              "RHO COUPLED Q_I TENDENCY DUE TO CUMULUS SCHEME"         "kg m{-3} . kg kg {-1}"      
state    real  W0AVG           ikj     misc        1         -     ir        "W0AVG"                 "AVERAGE VERTICAL VELOCITY FOR KF CUMULUS SCHEME"         "m s{-1}"      
                                                
state    real  RAINC            ij     misc        1         -     irh       "RAINC"                 "ACCUMULATED TOTAL CUMULUS PRECIPITATION"                       "MM"      
state    real  RAINNC           ij     misc        1         -     irh       "RAINNC"                "ACCUMULATED TOTAL GRID SCALE PRECIPITATION"                         "MM"      
state    real  RAINCV           ij     misc        1         -     irh       "RAINCV"                "TIME-STEP CUMULUS PRECIPITATION"                           "MM"      
state    integer  NCA           ij     misc        1         -     -         "NCA"                   "COUNTER OF THE CLOUD RELAXATION TIME IN KF CUMULUS SCHEME"            "NA"      
state    integer  LOWLYR        ij     misc        1         -     -         "LOWLYR"                "INDEX OF LOWEST MODEL LAYER ABOVE THE GROUND IN BMJ SCHEME"           "NA"      
                                                
state integer  STEPCU          -       misc        1         -     ir        "STEPCU"                "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN CONVECTION CALLS"             "NA"      
                                                
state    real  RTHRATEN        ikj     misc        1         -     ir        "RTHRATEN"              "RHO COUPLED THETA_M TENDENCY DUE TO RADIATION"                        "kg m{-3} . K"      
state    real  RTHRATENLW      ikj     misc        1         -     ir        "RTHRATLW"              "RHO COUPLED THETA_M TENDENCY DUE TO LONG WAVE RADIATION"              "kg m{-3} . K"      
state    real  RTHRATENSW      ikj     misc        1         -     ir        "RTHRATSW"              "RHO COUPLED THETA_M TENDENCY DUE TO SHORT WAVE RADIATION"             "kg m{-3} . K"      
state    real  CLDFRA          ikj     misc        1         -     ir        "CLDFRA"                "CLOUD FRACTION"                                                       "NA"      
                                                
state    real  GSW              ij     misc        1         -     irh       "GSW"                   "DOWNWARD SHORT WAVE FLUX AT GROUND SURFACE"                           "W m{-2}"      
state    real  GLW              ij     misc        1         -     irh       "GLW"                   "DOWNWARD LONG WAVE FLUX AT GROUND SURFACE"                            "W m{-2}"      
state    real  XLAT             ij     misc        1         -     irh       "XLAT"                  "LATITUDE, SOUTH IS NEGATIVE"                                          "degree"      
state    real  XLONG            ij     misc        1         -     irh       "XLONG"                 "LONGITUDE, WEST IS NEGATIVE"                                          "degree"      
state    real  ALB              ij     misc        1         -     ir        "ALB"                   "ALBEDO"        "NA"      
state    real  EMISS            ij     misc        1         -     ir        "EMISS"                 "SURFACE EMISSIVITY"                         "NA"      

state    real  LU_INDEX         ij     misc        1         -     irh       "LU_INDEX"              "LAND USE CATEGORY"         ""      
state    real  CLDEFI           ij     misc        1         -     ir        "CLDEFI"                "precipitation efficiency in BMJ SCHEME"    "NA"      
state integer  STEPRA          -       misc        1         -     ir        "STEPRA"                "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN RADIATION CALLS"              "NA"      
                                                
state    real  RUBLTEN         ikj     misc        1         -     ir        "RUBLTEN"               "RHO COUPLED X WIND TENDENCY DUE TO PBL PARAMETERIZATION"            "kg m{-3} . m s{-1}"      
state    real  RVBLTEN         ikj     misc        1         -     ir        "RVBLTEN"               "RHO COUPLED Y WIND TENDENCY DUE TO PBL PARAMETERIZATION"            "kg m{-3} . m s{-1}"      
state    real  RTHBLTEN        ikj     misc        1         -     ir        "RTHBLTEN"              "RHO COUPLED THETA_M TENDENCY DUE TO PBL PARAMETERIZATION"             "kg m{-3} . K"      
state    real  RQVBLTEN        ikj     misc        1         -     ir        "RQVBLTEN"              "RHO COUPLED Q_V TENDENCY DUE TO PBL PARAMETERIZATION"                 "kg m{-3} . kg kg{-1}"      
state    real  RQCBLTEN        ikj     misc        1         -     ir        "RQCBLTEN"              "RHO COUPLED Q_C TENDENCY DUE TO PBL PARAMETERIZATION"                 "kg m{-3} . kg kg{-1}"      
state    real  RQIBLTEN        ikj     misc        1         -     ir        "RQIBLTEN"              "RHO COUPLED Q_I TENDENCY DUE TO PBL PARAMETERIZATION"                 "kg m{-3} . kg kg{-1}"      
i1       real  th_phy          ikj     misc        1         -                                          
i1       real  pi_phy          ikj     misc        1         -                                          
i1       real  p_phy           ikj     misc        1         -                                          
i1       real  t_phy           ikj     misc        1         -                                          
i1       real  u_phy           ikj     misc        1         -                                          
i1       real  v_phy           ikj     misc        1         -                                          
i1       real  dz8w            ikj     misc        1         Z                                          
i1       real  p8w             ikj     misc        1         Z                                          
i1       real  t8w             ikj     misc        1         Z                                          
i1       real  rhobase         ikj     misc        1         -                                          
                                                
state    real  TMN              ij     misc        1         -     irh       "TMN"                   "SOIL TEMPERATURE AT LOWER BOUNDARY"           "K"      
state    real  XLAND            ij     misc        1         -     irh       "XLAND"                 "LAND MASK (1 FOR LAND, 2 FOR WATER)"          "NA"      
state    real  ZNT              ij     misc        1         -     ir        "ZNT"                   "ROUGHNESS LENGTH"                             "m"      
state    real  UST              ij     misc        1         -     ir        "UST"                   "U* IN SIMILARITY THEORY"                      "m s{-1}"      
i1       real  HOL              ij     misc        1         -      -        "HOL"                   "PBL HEIGHT OVER MONIN-OBUKHOV LENGTH"         ""
state    real  MOL              ij     misc        1         -     ir        "MOL"                   "Q* IN SIMILARITY THEORY"                      "kg kg{-1}"      
state    real  PBLH             ij     misc        1         -     ir        "PBLH"                  "PBL HEIGHT"         "m"      
state    real  CAPG             ij     misc        1         -     ir        "CAPG"                  "HEAT CAPACITY FOR SOIL"                       "J K{-1} m{-3}"      
state    real  THC              ij     misc        1         -     ir        "THC"                   "THERMAL INERTIA"                              "Cal cm{-1} K{-1} s{-0.5}"      
state    real  HFX              ij     misc        1         -     irh       "HFX"                   "UPWARD HEAT FLUX AT THE SURFACE"              "W m{-2}"      
state    real  QFX              ij     misc        1         -     irh       "QFX"                   "UPWARD MOISTURE FLUX AT THE SURFACE"          "kg m{-2} s{-1}"      
i1       real  REGIME           ij     misc        1         -                                          
state    real  SNOWC            ij     misc        1         -     irh       "SNOWC"                 "FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)"         "NA"      
state    real  MAVAIL           ij     misc        1         -     ir        "MAVAIL"                "SURFACE MOISTURE AVAILABILITY"                "NA"      
                                                
state   real   tkesfcf          ij     misc        1         -     ir        "tkesfcf"               "TKE AT THE SURFACE"                           "m{2} s{-2}"      
                                                
state integer  STEPBL          -       misc        1         -     ir        "STEPBL"                "NUMBER OF FUNDAMENTAL TIMESTEPS BETWEEN PBL CALLS" "NA"      
state    real  taucldi         ikj     misc        1         -     irh       "TAUCLDI"               "CLOUD OPTICAL THICKNESS FOR ICE"              "NA"
state    real  taucldc         ikj     misc        1         -     irh       "TAUCLDC"               "CLOUD OPTICAL THICKNESS FOR WATER"            "NA"
                                                
state   real  defor11          ikj     misc        1         -     -         "defor11"               "DEFORMATION 11"              "s{-1}"      
state   real  defor22          ikj     misc        1         -     -         "defor22"               "DEFORMATION 22"              "s{-1}"      
state   real  defor12          ikj     misc        1         -     -         "defor12"               "DEFORMATION 12"              "s{-1}"      
state   real  defor33          ikj     misc        1         z     -         "defor33"               "DEFORMATION 33"              "s{-1}"      
state   real  defor13          ikj     misc        1         z     -         "defor13"               "DEFORMATION 13"              "s{-1}"      
state   real  defor23          ikj     misc        1         z     -         "defor23"               "DEFORMATION 23"              "s{-1}"      
state   real   xkmv            ikj     misc        1         -     -         "xkmv"                  "VERTICAL EDDY VISCOSITY"                                         "m{2} s{-1}"      
state   real   xkmh            ikj     misc        1         -     -         "xkmh"                  "HORIZONTAL EDDY VISCOSITY"                                       "m{2} s{-1}"      
state   real   xkmhd           ikj     misc        1         -     -         "xkmhd"                 "VERTICAL EDDY DIFFUSIVITY OF HEAT (FOR UPPER DAMPING LAYER)"     "m{2} s{-1}"      
state   real   xkhv            ikj     misc        1         -     -         "xkhv"                  "VERTICAL EDDY DIFFUSIVITY OF HEAT"                               "m{2} s{-1}"      
state   real   xkhh            ikj     misc        1         -     -         "xkhh"                  "HORIZONTAL EDDY DIFFUSIVITY OF HEAT"                             "m{2} s{-1}"      
state   real    div            ikj     misc        1         -     -         "div"                   "DIVERGENCE"                                                      "s{-1}"      
state   real    BN2            ikj     misc        1         -     -         "BN2"                   "BRUNT-VAISALA FREQUENCY"                                         "s{-2}"      
                                                
#                                               
state   real    rdx            -        -          -         -     ir        "rdx"                   "INVERSE X GRID LENGTH"         ""      
state   real    rdy            -        -          -         -     ir        "rdy"                   "INVERSE Y GRID LENGTH"         ""      
state   real    dts            -        -          -         -     ir        "dts"                   "SMALL TIMESTEP"         ""      
state   real    dtseps         -        -          -         -     ir        "dtseps"                "TIME WEIGHT CONSTANT FOR SMALL STEPS"         ""      
state   real    resm           -        -          -         -     ir        "resm"                  "TIME WEIGHT CONSTANT FOR SMALL STEPS"         ""      
state   real    zetatop        -        -          -         -     irh       "zetatop"               "ZETA AT MODEL TOP"         ""      
state   real    cf1            -        -          -         -     ir        "cf1"                   "2nd order extrapolation constant"         ""      
state   real    cf2            -        -          -         -     ir        "cf2"                   "2nd order extrapolation constant"         ""      
state   real    cf3            -        -          -         -     ir        "cf3"                   "2nd order extrapolation constant"         ""      
                                                
state   integer sp31           -        -          -         -     -         "sp31"                  ""         ""      
state   integer ep31           -        -          -         -     -         "ep31"                  ""         ""      
state   integer sp32           -        -          -         -     -         "sp32"                  ""         ""      
state   integer ep32           -        -          -         -     -         "ep32"                  ""         ""      
state   integer sp33           -        -          -         -     -         "sp33"                  ""         ""      
state   integer ep33           -        -          -         -     -         "ep33"                  ""         ""      
state   integer sp34           -        -          -         -     -         "sp34"                  ""         ""      
state   integer ep34           -        -          -         -     -         "ep34"                  ""         ""      
state   integer sp21           -        -          -         -     -         "sp21"                  ""         ""      
state   integer ep21           -        -          -         -     -         "ep21"                  ""         ""      
state   integer sp22           -        -          -         -     -         "sp22"                  ""         ""      
state   integer ep22           -        -          -         -     -         "ep22"                  ""         ""      
state   integer sp23           -        -          -         -     -         "sp23"                  ""         ""      
state   integer ep23           -        -          -         -     -         "ep23"                  ""         ""      
state   integer sp11           -        -          -         -     -         "sp11"                  ""         ""      
state   integer ep11           -        -          -         -     -         "ep11"                  ""         ""      
state   integer sp12           -        -          -         -     -         "sp12"                  ""         ""      
state   integer ep12           -        -          -         -     -         "ep12"                  ""         ""      
                                                
state   integer sm31           -        -          -         -     -         "sm31"                  ""         ""      
state   integer em31           -        -          -         -     -         "em31"                  ""         ""      
state   integer sm32           -        -          -         -     -         "sm32"                  ""         ""      
state   integer em32           -        -          -         -     -         "em32"                  ""         ""      
state   integer sm33           -        -          -         -     -         "sm33"                  ""         ""      
state   integer em33           -        -          -         -     -         "em33"                  ""         ""      
state   integer sm34           -        -          -         -     -         "sm34"                  ""         ""      
state   integer em34           -        -          -         -     -         "em34"                  ""         ""      
state   integer sm21           -        -          -         -     -         "sm21"                  ""         ""      
state   integer em21           -        -          -         -     -         "em21"                  ""         ""      
state   integer sm22           -        -          -         -     -         "sm22"                  ""         ""      
state   integer em22           -        -          -         -     -         "em22"                  ""         ""      
state   integer sm23           -        -          -         -     -         "sm23"                  ""         ""      
state   integer em23           -        -          -         -     -         "em23"                  ""         ""      
state   integer sm11           -        -          -         -     -         "sm11"                  ""         ""      
state   integer em11           -        -          -         -     -         "em11"                  ""         ""      
state   integer sm12           -        -          -         -     -         "sm12"                  ""         ""      
state   integer em12           -        -          -         -     -         "em12"                  ""         ""      
                                                
state   integer number_at_same_level    -        -          -         -     -        "number_at_same_level"  ""         ""      
state   integer itimestep      -        -          -         -     -         "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 nframes        -        -          -         -     -         "nframes"               ""         ""      
# input file descriptor for lbcs on mother 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)                                              
#                                               
#<Table>  <Type>  <Sym>                   <How set>          <Nentries>   <Default>                                             
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 1=*obsolete*, 2=runge-kutta                                            
rconfig   integer dyn_opt                 namelist,namelist_01      1             2       irh   "dyn_opt"               ""      ""
# 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 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 mother_id               namelist,namelist_02     max_domains    0       h     "mother_id"             ""      ""
rconfig   integer i_mother_start          namelist,namelist_02     max_domains    1       h     "i_mother_start"                ""      ""
rconfig   integer j_mother_start          namelist,namelist_02     max_domains    1       h     "j_mother_start"                ""      ""
                                               
rconfig   integer mother_grid_ratio       namelist,namelist_02     max_domains    1       h     "mother_grid_ratio"             ""      ""
rconfig   integer mother_time_step_ratio  namelist,namelist_02     max_domains    1       h     "mother_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   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    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    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
#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   rrtmscheme    ra_lw_physics==1             -             -

package   swradscheme   ra_sw_physics==1             -             -
package   gsfcswscheme  ra_sw_physics==2             -             -

package   sfclayscheme   bl_sfclay_physics==1        -             -
package   slabscheme     bl_surface_physics==1       -             -
package   mrfscheme      bl_pbl_physics==1           -             -

package   kfscheme       cu_physics==1               -             -
package   bmjscheme      cu_physics==2               -             -
                                                
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             namelist,namelist_04     max_domains    1       h        "io_form"               ""      ""
package   mm5_io      io_form==1                     -             -
package   wrf_io      io_form==2                     -             -
                                                
rconfig   integer sd31                    derived                  max_domains    -       -        "sd31"          ""      ""
rconfig   integer ed31                    derived                  max_domains    -       -        "ed31"          ""      ""
rconfig   integer sd32                    derived                  max_domains    -       -        "sd32"          ""      ""
rconfig   integer ed32                    derived                  max_domains    -       -        "ed32"          ""      ""
rconfig   integer sd33                    derived                  max_domains    -       -        "sd33"          ""      ""
rconfig   integer ed33                    derived                  max_domains    -       -        "ed33"          ""      ""
rconfig   integer sd34                    derived                  max_domains    -       -        "sd34"          ""      ""
rconfig   integer ed34                    derived                  max_domains    -       -        "ed34"          ""      ""
rconfig   integer sd21                    derived                  max_domains    -       -        "sd21"          ""      ""
rconfig   integer ed21                    derived                  max_domains    -       -        "ed21"          ""      ""
rconfig   integer sd22                    derived                  max_domains    -       -        "sd22"          ""      ""
rconfig   integer ed22                    derived                  max_domains    -       -        "ed22"          ""      ""
rconfig   integer sd23                    derived                  max_domains    -       -        "sd23"          ""      ""
rconfig   integer ed23                    derived                  max_domains    -       -        "ed23"          ""      ""
rconfig   integer sd11                    derived                  max_domains    -       -        "sd11"          ""      ""
rconfig   integer ed11                    derived                  max_domains    -       -        "ed11"          ""      ""
rconfig   integer sd12                    derived                  max_domains    -       -        "sd12"          ""      ""
rconfig   integer ed12                    derived                  max_domains    -       -        "ed12"          ""      ""
rconfig   integer total_time_steps        derived                  1              -       -        "total_time_steps"              ""      ""

# items that come in as metadata from the input file
rconfig   real    cen_lat                 derived                  max_domains    -       -        "cen_lat"              ""      ""
rconfig   real    cen_lon                 derived                  max_domains    -       -        "cen_lon"              ""      ""
rconfig   real    bdyfrq                  derived                  max_domains    -       -        "bdyfrq"               ""      ""
rconfig   integer iswater                 derived                  max_domains    -       -        "iswater"              ""      ""
                                                
## communications                                               
                                                

halo      HALO_RK_INIT 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_RK_A_3  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_RK_A_5  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_RK_B    4:rtp_2                                          
halo      HALO_RK_C    4:ru_2,rv_2,du,dv                                                
halo      HALO_RK_D_3    12:rrp_2,rr_2,ru_m,ru_2,rv_m,rv_2                                         
halo      HALO_RK_D_5    12:rrp_2,rr_2,ru_m,ru_2,rv_m,rv_2                                         
halo      HALO_RK_E_3  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_RK_E_5  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_RK_PHYS_A  4:u_2,v_2                                             
###
halo      HALO_RK_PHYS_PBL        4:rublten,rvblten                                             
#halo      HALO_RK_PHYS_DIFFUSION  4:defor11,defor22,defor12,defor13,defor23,div,xkmv,xkmh,xkmhd,xkhv,xkhh,chem_2,chem_1
halo      HALO_RK_PHYS_DIFFUSION  4:defor11,defor22,defor12,defor13,defor23,div,xkmv,xkmh,xkmhd,xkhv,xkhh,tke_2,tke_1
halo      HALO_RK_TKE_3   24:tke_1,tke_2                                                
halo      HALO_RK_TKE_5   48:tke_1,tke_2                                                
halo      HALO_RK_CHEM_3  24:chem_1,chem_2                                                
halo      HALO_RK_CHEM_5  48:chem_1,chem_2                                                
halo      HALO_RK_MOIST_3 24:moist_1,moist_2                                              
halo      HALO_RK_MOIST_5 48:moist_1,moist_2                                              

period    PERIOD_BDY_RK_MOUNTAIN 2:rr_1                                         
period    PERIOD_BDY_RK_INIT 2: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_RK_A 2: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_RK_B 2:rtp_1,rtp_2                                         
period    PERIOD_BDY_RK_C 2:ru_1,du,rv_1,dv                                             
period    PERIOD_BDY_RK_D 2: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_RK_PHY_BC 2:rublten,rvblten,xkmh,xkmhd,xkmv,xkhh,xkhv,div,defor11,defor22,defor12,defor13,defor23

period    PERIOD_BDY_RK_MOIST 2:moist_1,moist_2                                         
period    PERIOD_BDY_RK_CHEM 2:chem_1,chem_2                                            

