@@ -885,7 +885,7 @@ subroutine Growth_Derivatives( currentSite, currentCohort, bc_in)
885885 call bfineroot(currentCohort% dbh,currentCohort% hite,ipft,currentCohort% canopy_trim,b_fineroot)
886886
887887 ! Calculate sapwood biomass
888- call bsap_allom(currentCohort% dbh,currentCohort % hite, ipft,currentCohort% canopy_trim,b_sap)
888+ call bsap_allom(currentCohort% dbh,ipft,currentCohort% canopy_trim,b_sap)
889889
890890 target_balive = b_leaf + b_fineroot + b_sap
891891
@@ -1055,7 +1055,7 @@ subroutine Growth_Derivatives( currentSite, currentCohort, bc_in)
10551055 currentCohort% canopy_trim,b_leaf,db_leaf_dd)
10561056 call bfineroot(currentCohort% dbh,currentCohort% hite,ipft, &
10571057 currentCohort% canopy_trim,b_fineroot,db_fineroot_dd)
1058- call bsap_allom(currentCohort% dbh,currentCohort % hite, ipft, &
1058+ call bsap_allom(currentCohort% dbh,ipft, &
10591059 currentCohort% canopy_trim,b_sap,db_sap_dd)
10601060
10611061 ! Total change in alive biomass relative to dead biomass [kgC/kgC]
@@ -1190,7 +1190,7 @@ subroutine recruitment( currentSite, currentPatch, bc_in )
11901190 ! Initialize balive (leaf+fineroot+sapwood)
11911191 call bleaf(temp_cohort% dbh,temp_cohort% hite,ft,temp_cohort% canopy_trim,b_leaf)
11921192 call bfineroot(temp_cohort% dbh,temp_cohort% hite,ft,temp_cohort% canopy_trim,b_fineroot)
1193- call bsap_allom(temp_cohort% dbh,temp_cohort % hite, ft,temp_cohort% canopy_trim,b_sapwood)
1193+ call bsap_allom(temp_cohort% dbh,ft,temp_cohort% canopy_trim,b_sapwood)
11941194
11951195 call bag_allom(temp_cohort% dbh,temp_cohort% hite,ft,b_aboveground)
11961196 call bcr_allom(temp_cohort% dbh,temp_cohort% hite,ft,b_coarseroot)
0 commit comments