From ff5b95eacb57e6807d006b16b8e4081bed07ab42 Mon Sep 17 00:00:00 2001 From: kovenock Date: Mon, 25 Jun 2018 17:26:01 -0700 Subject: [PATCH] Revert to original definition of sai_scaler Necessary to use with previously generated parameter ensemble scripts --- biogeochem/EDPhysiologyMod.F90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biogeochem/EDPhysiologyMod.F90 b/biogeochem/EDPhysiologyMod.F90 index f1b3d25bda..26e8af3fef 100644 --- a/biogeochem/EDPhysiologyMod.F90 +++ b/biogeochem/EDPhysiologyMod.F90 @@ -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