#	Registry file specifically for the output of traditional fields.

#  Namelist parameter to activate the output of traditional fields.

rconfig   integer     diag_nwp2           namelist,diags   1            0   -    "traditional fields: 0=no, 1=yes"

#  Arrays that will be filled with diagnosed quantities.

state    real   sealevelp     ij    dyn_em    1  -   h1  "SEALEVELP"    "sea level pressure"                       "Pa"
state    real   temperature   ikj   dyn_em    1  -   h1  "TEMPERATURE"  "sensible temperature"                     "K"
state    real   geoheight     ikj   dyn_em    1  -   h1  "GEOHEIGHT"    "geopotential height"                      "m"
state    real   pressure      ikj   dyn_em    1  -   h1  "PRESSURE"     "atmospheric pressure"                     "Pa"
state    real   umet          ikj   dyn_em    1  -   h1  "UMET"         "earth relative U at mass points"          "m/s"
state    real   vmet          ikj   dyn_em    1  -   h1  "VMET"         "earth relative V at mass points"          "m/s"
state    real   speed         ikj   dyn_em    1  -   h1  "SPEED"        "horizontal wind speed"                    "m/s"
state    real   dir           ikj   dyn_em    1  -   h1  "DIR"          "wind direction, 0=northly, 270=westerly"  "degrees"

#  Package declarations

package   skip_trad_fields   diag_nwp2==0  -   -
package     do_trad_fields   diag_nwp2==1  -   state:sealevelp,temperature,pressure,geoheight,umet,vmet,speed,dir