Skip to content

Commit

Permalink
Merge branch 'dont_terminate_in_canopy' into lower_termination_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoven committed Feb 23, 2017
2 parents c2d67ac + 4157e60 commit 37ba5ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/clm/src/ED/biogeochem/EDCanopyStructureMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ subroutine canopy_structure( currentSite )
!currentCohort%canopy_layer,currentCohort%dbh

endif
! call terminate_cohorts(currentPatch)

!----------- End of cohort splitting ------------------------------!
endif !canopy layer = i
Expand All @@ -304,7 +303,6 @@ subroutine canopy_structure( currentSite )

enddo !currentCohort

call terminate_cohorts(currentPatch)
arealayer(i) = arealayer(i) - sumloss
!Update arealayer for diff calculations of layer below.
arealayer(i + 1) = arealayer(i + 1) + sumloss
Expand Down Expand Up @@ -340,7 +338,6 @@ subroutine canopy_structure( currentSite )

enddo !is there still excess area in any layer?

call terminate_cohorts(currentPatch)
call fuse_cohorts(currentPatch)
call terminate_cohorts(currentPatch)

Expand Down Expand Up @@ -500,7 +497,6 @@ subroutine canopy_structure( currentSite )
!currentCohort%pft,currentPatch%patchno

endif
!call terminate_cohorts(currentPatch)
if(promswitch == 1)then
! write(fates_log(),*) 'cohort loop',currentCohort%pft,currentPatch%patchno
endif
Expand Down Expand Up @@ -562,7 +558,6 @@ subroutine canopy_structure( currentSite )
endif
enddo !is there still not enough canopy area in any layer?

call terminate_cohorts(currentPatch)
call fuse_cohorts(currentPatch)
call terminate_cohorts(currentPatch)

Expand Down

0 comments on commit 37ba5ce

Please sign in to comment.