1 # Registry file specifically for the output of traditional fields.
3 # Namelist parameter to activate the output of traditional fields.
5 rconfig integer diag_nwp2 namelist,diags 1 0 - "traditional fields: 0=no, 1=yes"
7 # Arrays that will be filled with diagnosed quantities.
9 state real sealevelp ij dyn_em 1 - h1 "SEALEVELP" "sea level pressure" "Pa"
10 state real temperature ikj dyn_em 1 - h1 "TEMPERATURE" "sensible temperature" "K"
11 state real geoheight ikj dyn_em 1 - h1 "GEOHEIGHT" "geopotential height" "m"
12 state real pressure ikj dyn_em 1 - h1 "PRESSURE" "atmospheric pressure" "Pa"
13 state real umet ikj dyn_em 1 - h1 "UMET" "earth relative U at mass points" "m/s"
14 state real vmet ikj dyn_em 1 - h1 "VMET" "earth relative V at mass points" "m/s"
15 state real speed ikj dyn_em 1 - h1 "SPEED" "horizontal wind speed" "m/s"
16 state real dir ikj dyn_em 1 - h1 "DIR" "wind direction, 0=northly, 270=westerly" "degrees"
18 state real rain ij dyn_em 1 - h1 "RAIN" "total rainfall" "mm"
19 state real liqrain ij dyn_em 1 - h1 "LIQRAIN" "total liquid rainfall" "mm"
20 # LIQRAIN=RAIN-SNOWNC-GRAUPELNC-HAILNC
21 state real tpw ij dyn_em 1 - h1 "TPW" "total precipitable water" "mm"
22 state real potential_t ikj dyn_em 1 - h1 "potential_t" "potential temperature" "K"
23 state real rh ikj dyn_em 1 - h1 "RH" "relative humidity" "%"
25 # Package declarations
27 package skip_trad_fields diag_nwp2==0 - -
28 package do_trad_fields diag_nwp2==1 - state:sealevelp,temperature,pressure,geoheight,umet,vmet,speed,dir,rain,liqrain,tpw,potential_t,rh