Skip to content

Commit

Permalink
Update src/canopy_calcs.F90 Remove print diagnostics
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Campbell <dr.nimbusrain@gmail.com>
  • Loading branch information
quaz115 and drnimbusrain authored Nov 6, 2023
1 parent bd6ba89 commit 1099a08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/canopy_calcs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ SUBROUTINE canopy_calcs(nn)
end if

! Print diagnostics for currentlai and pastlai at each timestep nn
print *, 'Timestep (nn):', nn, 'Current LAI:', currentlai, 'Past LAI:', pastlai

! Check if the lai_tstep is greater than time_intvl
if (lai_tstep .ge. time_intvl) then
Expand Down

0 comments on commit 1099a08

Please sign in to comment.