Skip to content

Commit

Permalink
Revert to original definition of sai_scaler
Browse files Browse the repository at this point in the history
Necessary to use with previously generated parameter ensemble scripts
  • Loading branch information
kovenock authored Jun 26, 2018
1 parent a4d31b9 commit ff5b95e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biogeochem/EDPhysiologyMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ subroutine trim_canopy( currentSite )
! m2/gC = m2/gBiomass *kgC/kgBiomass
sla_max = sla_max_drymass * EDPftvarcon_inst%c2b(ipft)
! Ratio of vegetation area index (ie. lai+sai) to lai for individual tree:
vai_to_lai = 1.0_r8 + EDPftvarcon_inst%allom_sai_scaler(ipft)
vai_to_lai = 1.0_r8 + (EDPftvarcon_inst%allom_sai_scaler(ipft)/ &
EDPftvarcon_inst%slatop(ipft))

!Leaf cost vs netuptake for each leaf layer.
do z = 1,nlevleaf
Expand Down

0 comments on commit ff5b95e

Please sign in to comment.