Skip to content

Commit

Permalink
making sure can take init moisture from wrfinput
Browse files Browse the repository at this point in the history
  • Loading branch information
janmandel committed Aug 16, 2012
1 parent 1dfae4f commit d7408ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrfv2_fire/Registry/registry.fire
Expand Up @@ -52,7 +52,7 @@ state real fcanqfx *i*j fire 1 z hr "FCANQFX"
# fuel moisture model section
dimspec num_fmc - namelist=nfmc z fuel_moisture_classes
rconfig integer nfmc namelist,fire 1 5 - "nfmc" "number of fuel moisture classes"
state real fmc_gc i{num_fmc}j fire 1 z i102hr "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 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"
Expand All @@ -67,7 +67,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 integer fmoist_init namelist,fire max_domains 2 hr "fmoist_init" "set initial moisture 1= fuelmc_g from namelist.fire, 2=equilibrium, other=none"
rconfig integer fmoist_init namelist,fire max_domains 2 hr "fmoist_init" "set initial moisture 0 = from input 1= fuelmc_g from namelist.fire, 2=equilibrium"
halo HALO_FIRE_MFG dyn_em 24:fmc_g
halo HALO_FIRE_MAG dyn_em 8:fmc_gc

Expand Down

0 comments on commit d7408ea

Please sign in to comment.