Skip to content

Commit 39e2c38

Browse files
committed
add understory fire mort carbon flux to total fire carbon flux
1 parent 0f321cd commit 39e2c38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main/FatesHistoryInterfaceMod.F90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4445,7 +4445,8 @@ subroutine update_history_dyn2(this,nc,nsites,sites,bc_in)
44454445
sum(sites(s)%term_carbonflux_ustory(:,ft)) * days_per_sec * ha_per_m2 + &
44464446
sum(sites(s)%term_carbonflux_canopy(:,ft)) * days_per_sec * ha_per_m2
44474447

4448-
hio_firemortality_carbonflux_si_pft(io_si,ft) = sites(s)%fmort_carbonflux_canopy(ft) / g_per_kg
4448+
hio_firemortality_carbonflux_si_pft(io_si,ft) = (sites(s)%fmort_carbonflux_canopy(ft) + &
4449+
sites(s)%fmort_carbonflux_ustory(ft)) / g_per_kg
44494450
end do
44504451

44514452
! add imort and fmort to aboveground woody mortality

0 commit comments

Comments
 (0)