Skip to content

Commit

Permalink
Fix bug in net_c_uptake by leaf layer and pft history variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica F Needham committed Feb 22, 2023
1 parent ddc8a42 commit 3d56c69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main/FatesHistoryInterfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6618,12 +6618,12 @@ subroutine define_history_vars(this, initialize_variables)
hlms='CLM:ALM', upfreq=2, ivar=ivar, initialize=initialize_variables, &
index = ih_ts_net_uptake_si_cnlf)

call this%set_history_var(vname='FATES_NET_C_UPTAKE_CLLL', &
call this%set_history_var(vname='FATES_NET_C_UPTAKE_CLLLPF', &
units='kg m-2 s-1', &
long='net carbon uptake in kg carbon per m2 per second by each canopy and leaf layer per unit ground area (i.e. divide by CROWNAREA_CLLL to make per leaf area)', &
use_default='inactive', avgflag='A', vtype=site_cnlf_r8, &
long='net carbon uptake in kg carbon per m2 per second by each canopy and leaf layer and PFT per unit ground area (i.e. divide by CROWNAREA_CLLL to make per leaf area)', &
use_default='inactive', avgflag='A', vtype=site_cnlfpft_r8, &
hlms='CLM:ALM', upfreq=2, ivar=ivar, initialize=initialize_variables, &
index = ih_ts_net_uptake_si_cnlf)
index = ih_ts_net_uptake_si_cnlfpft)

call this%set_history_var(vname='FATES_CROWNAREA_CLLL', units='m2 m-2', &
long='total crown area that is occupied by leaves in each canopy and leaf layer', &
Expand Down

0 comments on commit 3d56c69

Please sign in to comment.