Skip to content

Commit

Permalink
added fuel moisture extended parameters to registry.fire
Browse files Browse the repository at this point in the history
  • Loading branch information
0xshipthecode committed Mar 7, 2014
1 parent b6d659c commit 35916e6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions wrfv2_fire/Registry/registry.fire
Expand Up @@ -56,10 +56,12 @@ state real fcanqfx *i*j fire 1 z hr "FCANQFX"

# fuel moisture model section
dimspec num_fmc - namelist=nfmc z fuel_moisture_classes
dimspec num_fmep - constant=2 z fuel_moisture_extended_parameters
rconfig integer nfmc namelist,fire 1 5 - "nfmc" "number of fuel moisture classes"
state real fmc_gc i{num_fmc}j fire 1 z ihr "FMC_GC" "fuel moisture contents by class" "1"
state real fmc_gc i{num_fmc}j fire 1 z ihr "FMC_GC" "fuel moisture contents by class" "1"
state real fmep i{num_fmep}j fire 1 z ihr "FMEP" "fuel moisture extended model parameters" "1"
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 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"
Expand All @@ -72,6 +74,7 @@ rconfig logical fmoist_interp namelist,fire max_domains .false. h
rconfig logical fmoist_only namelist,fire max_domains .false. hr "only run moisture model, skip fire"
rconfig integer fmoist_freq namelist,fire max_domains 0 hr "fmoist_freq" "frequency to run moisture model 0: use fmoist_dt, k>0: every k timesteps" "1"
rconfig real fmoist_dt namelist,fire max_domains 600 hr "fmoist_dt " "moisture model time step" "s"
rconfig real fmep_decay_tlag namelist,fire 1 0.01 hr "fmep_decay_tlag" "time constant of assimilated adjustments of equilibria decay" "1"
halo HALO_FIRE_MFG dyn_em 24:fmc_g
halo HALO_FIRE_MAG dyn_em 8:fmc_gc

Expand Down

0 comments on commit 35916e6

Please sign in to comment.