Skip to content

Commit

Permalink
Conflict resolution on merge. EDtypes on HEAD had the new cp_masterpr…
Browse files Browse the repository at this point in the history
…oc variable, while master had the use_fates_plant_hydro variable, both added to same section. Both are valid in the merge.
  • Loading branch information
rgknox committed Jan 13, 2017
2 parents a5e9b32 + 14bb4c8 commit b56080e
Show file tree
Hide file tree
Showing 6 changed files with 1,770 additions and 1,175 deletions.
5 changes: 3 additions & 2 deletions biogeochem/EDCohortDynamicsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ subroutine allocate_live_biomass(cc_p,mode)
currentcohort%bsw = EDecophyscon%sapwood_ratio(ft) * currentcohort%hite *(currentcohort%balive + &
currentcohort%laimemory)*leaf_frac


else ! Leaves are on (leaves_off_switch==1)

!the purpose of this section is to figure out the root and stem biomass when the leaves are off
Expand Down Expand Up @@ -1039,13 +1038,15 @@ subroutine copy_cohort( currentCohort,copyc )
n%gpp_acc_hold = o%gpp_acc_hold
n%gpp_acc = o%gpp_acc
n%gpp_tstep = o%gpp_tstep

n%npp_acc_hold = o%npp_acc_hold
n%npp_tstep = o%npp_tstep

if ( DEBUG ) write(fates_log(),*) 'EDcohortDyn Ia ',o%npp_acc
if ( DEBUG ) write(fates_log(),*) 'EDcohortDyn Ib ',o%resp_acc

n%npp_acc_hold = o%npp_acc_hold
n%npp_acc = o%npp_acc

n%resp_tstep = o%resp_tstep
n%resp_acc = o%resp_acc
n%resp_acc_hold = o%resp_acc_hold
Expand Down
Loading

0 comments on commit b56080e

Please sign in to comment.