Skip to content

Commit

Permalink
reverting numpotentialcanopy layer minimum to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Dec 3, 2024
1 parent 1b128b9 commit 6798251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biogeochem/EDCanopyStructureMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ function NumPotentialCanopyLayers(currentPatch,site_spread,include_substory) res
real(r8) :: c_area
real(r8) :: arealayer

z = 0
z = 1
currentCohort => currentPatch%tallest
do while (associated(currentCohort))
z = max(z,currentCohort%canopy_layer)
Expand Down

0 comments on commit 6798251

Please sign in to comment.