diff --git a/other/Matlab/vis3d/fire_ros.m b/other/Matlab/vis3d/fire_ros.m index 7ad934bd..376107b0 100644 --- a/other/Matlab/vis3d/fire_ros.m +++ b/other/Matlab/vis3d/fire_ros.m @@ -2,6 +2,7 @@ % given fuel params +windrf=fuel.windrf; % WIND REDUCTION FACTOR fgi=fuel.fgi; % INITIAL TOTAL MASS OF SURFACE FUEL (KG/M**2) fueldepthm=fuel.fueldepthm; % FUEL DEPTH (M) savr=fuel.savr; % FUEL PARTICLE SURFACE-AREA-TO-VOLUME RATIO, 1/FT diff --git a/other/Matlab/vis3d/plot_fuel.m b/other/Matlab/vis3d/plot_fuel.m index 722ebadd..7999f428 100644 --- a/other/Matlab/vis3d/plot_fuel.m +++ b/other/Matlab/vis3d/plot_fuel.m @@ -30,7 +30,7 @@ function plot_fuel(f,units) figure(1) plot(f.wind*wind_conv,f.ros_wind*ros_conv) -xlabel(['wind speed (',wind_unit,')']) +xlabel(['wind speed at 6.1m (',wind_unit,')']) ylabel(['rate of spread (',ros_unit,')']) title(name) grid diff --git a/wrfv2_fire/phys/module_fr_sfire_phys.F b/wrfv2_fire/phys/module_fr_sfire_phys.F index ae7e294b..b1be9911 100644 --- a/wrfv2_fire/phys/module_fr_sfire_phys.F +++ b/wrfv2_fire/phys/module_fr_sfire_phys.F @@ -283,7 +283,7 @@ subroutine init_fuel_cats call message('**********************************************************') ! and print to file -call write_fuels_m(41,20.,1.) +call write_fuels_m(61,30.,1.) end subroutine init_fuel_cats