From 2d7b1d409ff94e6e4156a200f1202697eef186dd Mon Sep 17 00:00:00 2001 From: Jan Mandel Date: Tue, 30 Jul 2024 16:17:52 -0600 Subject: [PATCH] fix f. --- vis3d/plot_fuel.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vis3d/plot_fuel.m b/vis3d/plot_fuel.m index 1a39be1..1b3fef9 100644 --- a/vis3d/plot_fuel.m +++ b/vis3d/plot_fuel.m @@ -118,7 +118,7 @@ for i=1:length(fmc_g), end if(isfield(f,'fmc_g')), err_fmc_g=big(ros_fmc_g-f.ros_fmc_g) - plot(fmc_g,ros_fmc_g*ros_conv,'r',f.fmc_g,f.ros_fmc_g*ros_conv,'b',... + plot(f.fmc_g,f.ros_fmc_g*ros_conv,'b',... f.fuelmc_g,interp1(fmc_g,ros_fmc_g*ros_conv,f.fuelmc_g),'+k') else plot(fmc_g,ros_fmc_g*ros_conv,'b') @@ -137,4 +137,4 @@ fprintf('\nzero wind rate of spread %g %s\n',fire_ros(f,0,0)*ros_conv,ros_unit') err=big(check_ros(f)); -fprintf('\nmax rel err in rate of spread between WRF-Fire and fire_ros.m %g\n',err) \ No newline at end of file +fprintf('\nmax rel err in rate of spread between WRF-Fire and fire_ros.m %g\n',err) -- 2.11.4.GIT