Skip to content

Commit 9cb0d2e

Browse files
committed
Removed unnecessary comment.
1 parent df47cfa commit 9cb0d2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

biogeochem/EDCanopyStructureMod.F90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,7 @@ subroutine PromoteIntoLayer(currentSite,currentPatch,i_lyr)
610610
do while( (arealayer_current-currentPatch%area) < -area_target_precision .and. layer_below_exists )
611611

612612

613-
! Not quite sure why we have this block of code, seems like a small subset of cases
614-
! Essentially promote all cohorts from layer below if that whole layer has area smaller
613+
! Promote all cohorts from layer below if that whole layer has area smaller
615614
! than the tolerance on the gains needed into current layer
616615
! -------------------------------------------------------------------------------------
617616

0 commit comments

Comments
 (0)