Skip to content

Commit

Permalink
Update fh to ch
Browse files Browse the repository at this point in the history
  • Loading branch information
angehung5 authored Feb 5, 2024
1 parent 92a23b6 commit 7951322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy_txt_io_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ SUBROUTINE write_txt(TXTPREFX,TIMENOW)
write(11, '(a8, a9, a19, a19, a11)') 'lat', 'lon', 'canheight (m)', 'flameh (m)', 'waf (1)'
do loc=1, nlat*nlon
write(11, '(f8.2, f9.2, f19.2, f19.2, es15.7)') variables(loc)%lat, variables(loc)%lon, &
variables(loc)%fh, flameh(loc), waf(loc)
variables(loc)%ch, flameh(loc), waf(loc)
end do
end if

Expand Down

0 comments on commit 7951322

Please sign in to comment.