@@ -780,17 +780,13 @@ subroutine Interpolate_vars_atm_to_fire (this, wrf, config_flags)
780780 if (.not. allocated (this% lats) .or. .not. allocated (this% lons)) &
781781 call Stop_simulation (' Init lats/lons before calling hinterp atm variables' )
782782
783- if (this% datetime_now == this% datetime_start) call wrf% Interp_var2grid (this% lats, this% lons, &
784- this% ifms, this% ifme, this% jfms, this% jfme, config_flags% num_tiles, this% i_start, this% i_end, &
785- this% j_start, this% j_end, ' fz0' , config_flags% hinterp_opt, this% fz0)
786-
787783 call wrf% Interp_var2grid (this% lats, this% lons, this% ifms, this% ifme, this% jfms, this% jfme, &
788784 config_flags% num_tiles, this% i_start, this% i_end, this% j_start, this% j_end, &
789- ' uf ' , config_flags% hinterp_opt, this% uf)
785+ ' ua ' , config_flags% hinterp_opt, this% uf)
790786
791787 call wrf% Interp_var2grid (this% lats, this% lons, this% ifms, this% ifme, this% jfms, this% jfme, &
792788 config_flags% num_tiles, this% i_start, this% i_end, this% j_start, this% j_end, &
793- ' vf ' , config_flags% hinterp_opt, this% vf)
789+ ' va ' , config_flags% hinterp_opt, this% vf)
794790
795791 if (config_flags% wind_vinterp_opt == 1 ) then
796792 call this% Apply_wafs ()
0 commit comments