Skip to content

Commit

Permalink
PPE change to sa_leaf
Browse files Browse the repository at this point in the history
  • Loading branch information
olyson committed Sep 25, 2024
1 parent a3459c5 commit 6c7ecf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/biogeophys/CanopyFluxesMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ subroutine CanopyFluxes(bounds, num_exposedvegp, filter_exposedvegp,
.or. dbh(p) < min_stem_diameter) then
frac_rad_abs_by_stem(p) = 0.0_r8
sa_stem(p) = 0.0_r8
sa_leaf(p) = sa_leaf(p) + esai(p)
endif

! if using Satellite Phenology mode, calculate leaf and stem biomass
Expand Down

0 comments on commit 6c7ecf6

Please sign in to comment.