Skip to content

Commit

Permalink
adding moisture variables
Browse files Browse the repository at this point in the history
  • Loading branch information
janmandel committed Sep 26, 2011
1 parent da22038 commit f8193da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wrfv2_fire/Registry/registry.fire
Expand Up @@ -40,6 +40,7 @@ state real vah ij fire 1 Y hr "VAH"
state real tign_g *i*j fire 1 z i102hr "TIGN_G" "ignition time on ground" "s"
state real lfn *i*j fire 1 z i102hr "LFN" "level function" "1"
state real fuel_frac *i*j fire 1 z i102hr "FUEL_FRAC" "fuel remaining" "1"
state real fmc_g *i*j fire 1 z i102hr "FMC_G" "fuel moisture contents" "1"
state real fire_area *i*j fire 1 z hr "FIRE_AREA" "fraction of cell area on fire" "1"
state real uf *i*j fire 1 z hr "UF" "fire wind" "m/s"
state real vf *i*j fire 1 z hr "VF" "fire wind" "m/s"
Expand Down Expand Up @@ -157,6 +158,7 @@ rconfig real fire_ext_crwn namelist,fire max_domains
rconfig integer fire_wind_log_interp namelist,fire max_domains 4 - "fire_wind_log_interp" "1 = fz0/fwh from fuel categores, 2=fz0 const rom z0,3=fz0 interp from z0, 4=interpolation on atm mesf and wind reduction" ""
rconfig integer fire_use_windrf namelist,fire max_domains 0 - "fire_use_windrf" "only for fire_wind_log_interp.ne.4: 0=ignore windrf, 1=multiply wind by windrf, 2=set fwh from windrf, 3=adjust fwh for z0" ""
rconfig integer fire_fuel_read namelist,fire max_domains -1 - "fire_fuel_read" "fuel categories are set by: if 0, uniform; if 1, user-presc; if 2, read from file" ""
rconfig integer fire_fmc_read namelist,fire max_domains 0 - "fire_fmc_read" "fuel moisture: 0 from wrfinput, 1 from namelist.fire, 2 read from file in ideal" ""
rconfig integer fire_fuel_cat namelist,fire max_domains 1 - "fire_fuel_cat" "fuel category if ifuelread=0" ""
# sfire switches
rconfig integer fire_print_msg namelist,fire max_domains 0 - "fire_write_msg" "write fire statistics, 0 no writes, 1+ for more" ""
Expand Down

0 comments on commit f8193da

Please sign in to comment.