From f8193dad36e27214e6428796da8fea65925d6c32 Mon Sep 17 00:00:00 2001 From: Jan Mandel Date: Sun, 25 Sep 2011 21:49:37 -0600 Subject: [PATCH] adding moisture variables --- wrfv2_fire/Registry/registry.fire | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wrfv2_fire/Registry/registry.fire b/wrfv2_fire/Registry/registry.fire index 20fe93b64c..1a3e83e54c 100644 --- a/wrfv2_fire/Registry/registry.fire +++ b/wrfv2_fire/Registry/registry.fire @@ -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" @@ -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" ""