Skip to content

Commit

Permalink
fix fuel plot
Browse files Browse the repository at this point in the history
  • Loading branch information
janmandel committed Sep 16, 2010
1 parent 2195482 commit 334bf94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions other/Matlab/vis3d/fire_ros.m
Expand Up @@ -2,6 +2,7 @@


% given fuel params % given fuel params


windrf=fuel.windrf; % WIND REDUCTION FACTOR
fgi=fuel.fgi; % INITIAL TOTAL MASS OF SURFACE FUEL (KG/M**2) fgi=fuel.fgi; % INITIAL TOTAL MASS OF SURFACE FUEL (KG/M**2)
fueldepthm=fuel.fueldepthm; % FUEL DEPTH (M) fueldepthm=fuel.fueldepthm; % FUEL DEPTH (M)
savr=fuel.savr; % FUEL PARTICLE SURFACE-AREA-TO-VOLUME RATIO, 1/FT savr=fuel.savr; % FUEL PARTICLE SURFACE-AREA-TO-VOLUME RATIO, 1/FT
Expand Down
2 changes: 1 addition & 1 deletion other/Matlab/vis3d/plot_fuel.m
Expand Up @@ -30,7 +30,7 @@ function plot_fuel(f,units)


figure(1) figure(1)
plot(f.wind*wind_conv,f.ros_wind*ros_conv) 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,')']) ylabel(['rate of spread (',ros_unit,')'])
title(name) title(name)
grid grid
Expand Down
2 changes: 1 addition & 1 deletion wrfv2_fire/phys/module_fr_sfire_phys.F
Expand Up @@ -283,7 +283,7 @@ subroutine init_fuel_cats
call message('**********************************************************') call message('**********************************************************')


! and print to file ! and print to file
call write_fuels_m(41,20.,1.) call write_fuels_m(61,30.,1.)


end subroutine init_fuel_cats end subroutine init_fuel_cats


Expand Down

0 comments on commit 334bf94

Please sign in to comment.