Skip to content

Commit

Permalink
Merge pull request #3 from rgknox/fatesluc_cbasedhrv_v2-api25
Browse files Browse the repository at this point in the history
all_carbon to carbon12
  • Loading branch information
sshu88 authored Jan 6, 2023
2 parents f597756 + eb609b5 commit 56006f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biogeochem/EDLoggingMortalityMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ subroutine get_harvestable_carbon (csite, site_area, hlm_harvest_catnames, harve

! only account for cohorts matching the following conditions
if(int(prt_params%woody(pft)) == 1)then ! only set logging rates for trees
sapw_m = currentCohort%prt%GetState(sapw_organ, all_carbon_elements)
struct_m = currentCohort%prt%GetState(struct_organ, all_carbon_elements)
sapw_m = currentCohort%prt%GetState(sapw_organ, carbon12_element)
struct_m = currentCohort%prt%GetState(struct_organ, carbon12_element)
! logging_direct_frac shall be 1 for LUH2 driven simulation and global simulation
! in site level study logging_direct_frac shall be surveyed
! unit: [kgC ] = [kgC/plant] * [plant/ha] * [ha/ 10k m2] * [ m2 area ]
Expand Down

0 comments on commit 56006f8

Please sign in to comment.