Skip to content

Commit

Permalink
Corrected descriptions and units of the fuel moisture model variables…
Browse files Browse the repository at this point in the history
… in registry.fire.
  • Loading branch information
akochans authored and janmandel committed Jan 22, 2019
1 parent a4936d5 commit 3a1ebfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wrfv2_fire/Registry/registry.fire
Expand Up @@ -56,9 +56,9 @@ state real fmc_gc i{num_fmc}j fire 1 z ihr "FMC_GC"
state real fmc_equi i{num_fmc}j fire 1 z hr "FMC_EQUI" "fuel moisture contents by class equilibrium (diagnostics only)" "1"
state real fmc_lag i{num_fmc}j fire 1 z hr "FMC_TEND" "fuel moisture contents by class time lag (diagnostics only)" "h"
state real rain_old ij fire 1 z hr "RAIN_OLD" "previous value of accumulated rain" "mm"
state real t2_old ij fire 1 z hr "T2_OLD" "previous value of accumulated rain" "mm"
state real q2_old ij fire 1 z hr "Q2_OLD" "previous value of accumulated rain" "mm"
state real psfc_old ij fire 1 z hr "PSFC_OLD" "previous value of accumulated rain" "mm"
state real t2_old ij fire 1 z hr "T2_OLD" "previous value of air temperature at 2m" "K"
state real q2_old ij fire 1 z hr "Q2_OLD" "previous value of 2m specific humidity" "kg/kg"
state real psfc_old ij fire 1 z hr "PSFC_OLD" "previous value of surface pressure" "Pa"
state real rh_fire ij fire 1 z hr "RH_FIRE" "relative humidity at the surface" "1"
state real fmoist_lasttime - fire - - hr "FMOIST_LASTTIME" "last time the moisture model was run" "s"
state real fmoist_nexttime - fire - - hr "FMOIST_NEXTTIME" "next time the moisture model will run" "s"
Expand Down

0 comments on commit 3a1ebfb

Please sign in to comment.