Skip to content

Commit

Permalink
fixing errror print #72
Browse files Browse the repository at this point in the history
  • Loading branch information
janmandel committed Jun 23, 2023
1 parent 191af81 commit c049d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phys/module_fr_sfire_atm.F
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,7 @@ subroutine interpolate_wind2fire_height(id, & ! to identify debugging prin

91 continue
!$OMP CRITICAL(SFIRE_ATM_CRIT)
write(msg,*)'fire wind height',wh,'at ',point,icm,jcm
write(msg,*)'fire wind height',wh,'at ',icm,jcm
call message(msg,0)
do k=kds,kdmax ! search for layer k such that ht(k-1)<=wh<ht(k), ht(0)=z0
ht=interpolate_h(its-1,ite+1,kds,kde,jts-1,jte+1,icm,k,jcm,wicm,wjcm,z)
Expand Down

0 comments on commit c049d52

Please sign in to comment.