Skip to content

Commit e02b9a5

Browse files
committed
Remove duplicate comment
1 parent e944928 commit e02b9a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/biogeophys/CanopyFluxesMod.F90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,6 @@ subroutine CanopyFluxes(bounds, num_exposedvegp, filter_exposedvegp,
764764
! component in particular, which returns an error and stops the model
765765
! if the surface temperature is greater than 355K).
766766
! See https://github.com/ESCOMP/CTSM/issues/3589 for more info.
767-
! The 0.1_r8 value is arbitrary but has been effective in
768-
! avoiding RRTMGP errors in CESM3 development simulations.
769767
if(elai(p) < min_lai) then
770768
sa_leaf(p) = sa_leaf(p) + esai(p)
771769
endif

0 commit comments

Comments
 (0)