Skip to content

Commit

Permalink
fix merge that snuck in old anthro disturbance label
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Nov 30, 2023
1 parent ef1c454 commit 1cf7bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/FatesHistoryInterfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3161,7 +3161,7 @@ subroutine update_history_dyn(this,nc,nsites,sites,bc_in)
hio_npp_si_pft(io_si, ft) = hio_npp_si_pft(io_si, ft) + &
ccohort%npp_acc_hold * n_perm2 / days_per_year / sec_per_day

if ( cpatch%anthro_disturbance_label .eq. secondaryforest ) then
if ( cpatch%land_use_label .eq. secondaryland ) then
hio_gpp_sec_si_pft(io_si, ft) = hio_gpp_sec_si_pft(io_si, ft) + &
ccohort%gpp_acc_hold * n_perm2 / days_per_year / sec_per_day
hio_npp_sec_si_pft(io_si, ft) = hio_npp_sec_si_pft(io_si, ft) + &
Expand Down

0 comments on commit 1cf7bca

Please sign in to comment.