From 1099a084dcee5d5056b0d376be045896e28774eb Mon Sep 17 00:00:00 2001 From: Quazi Ziaur Rasool <63623865+quaz115@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:39:34 -0700 Subject: [PATCH] Update src/canopy_calcs.F90 Remove print diagnostics Co-authored-by: Patrick Campbell --- src/canopy_calcs.F90 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/canopy_calcs.F90 b/src/canopy_calcs.F90 index 5ce24ff1..90a243dd 100644 --- a/src/canopy_calcs.F90 +++ b/src/canopy_calcs.F90 @@ -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