Skip to content

Commit

Permalink
Small adjustment to sapwood capping
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Jun 7, 2018
1 parent d2b79d9 commit 68d2bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biogeochem/FatesAllometryMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ subroutine bsap_allom(d,ipft,canopy_trim,bsap,dbsapdd)
bsap_cap = max_frac*(bagw+bbgw)

if(bsap>bsap_cap) then
bsap = min( bsap_cap,bsap)
bsap = bsap_cap
if(present(dbsapdd))then
dbsapdd = max_frac*(dbagwdd+dbbgwdd)
end if
Expand Down

0 comments on commit 68d2bf6

Please sign in to comment.