Skip to content

Commit

Permalink
Remove conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Apr 11, 2018
1 parent 401b75b commit c5de44e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions biogeochem/EDPhysiologyMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -902,21 +902,12 @@ subroutine Growth_Derivatives( currentSite, currentCohort, bc_in)

if (hlm_use_ed_prescribed_phys .eq. itrue) then
if (currentCohort%canopy_layer .eq. 1) then
<<<<<<< HEAD
currentCohort%npp_acc_hold = EDPftvarcon_inst%prescribed_npp_canopy(currentCohort%pft) &
* currentCohort%c_area / currentCohort%n
currentCohort%npp_acc = currentCohort%npp_acc_hold / hlm_days_per_year ! add these for balance checking purposes
else
currentCohort%npp_acc_hold = EDPftvarcon_inst%prescribed_npp_understory(currentCohort%pft) &
* currentCohort%c_area / currentCohort%n
=======
currentCohort%npp_acc_hold = EDPftvarcon_inst%prescribed_npp_canopy(ipft) &
* currentCohort%c_area / currentCohort%n
currentCohort%npp_acc = currentCohort%npp_acc_hold / hlm_days_per_year ! add these for balance checking purposes
else
currentCohort%npp_acc_hold = EDPftvarcon_inst%prescribed_npp_understory(ipft) &
* currentCohort%c_area / currentCohort%n
>>>>>>> sci.1.5.0_api.3.0.0
currentCohort%npp_acc = currentCohort%npp_acc_hold / hlm_days_per_year ! add these for balance checking purposes
endif
endif
Expand Down Expand Up @@ -1031,12 +1022,7 @@ subroutine Growth_Derivatives( currentSite, currentCohort, bc_in)
currentCohort%npp_froot = currentCohort%npp_froot + &
max(0.0_r8,currentCohort%carbon_balance*(currentCohort%root_md/currentCohort%md))

<<<<<<< HEAD
balive_loss = currentCohort%md *(1.0_r8- EDPftvarcon_inst%leaf_stor_priority(currentCohort%pft)) - &
currentCohort%carbon_balance
=======
balive_loss = currentCohort%md *(1.0_r8- EDPftvarcon_inst%leaf_stor_priority(ipft))- currentCohort%carbon_balance
>>>>>>> sci.1.5.0_api.3.0.0
currentCohort%carbon_balance = 0._r8
endif

Expand Down

0 comments on commit c5de44e

Please sign in to comment.