Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion biogeochem/EDPatchDynamicsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ subroutine spawn_patches( currentSite, bc_in, bc_out)
! zero the diagnostic disturbance rate fields
currentSite%disturbance_rates(:,:,:) = 0._r8
bc_out%fire_closs_to_atm_si = 0._r8
bc_out%grazing_closs_to_atm_si = 0._r8
! get rules for vegetation clearing during land use change
call GetLanduseChangeRules(clearing_matrix)

Expand Down
3 changes: 2 additions & 1 deletion main/EDMainMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@ subroutine ed_integrate_state_variables(currentSite, bc_in, bc_out )
! Clear site GPP and AR passing to HLM
bc_out%gpp_site = 0._r8
bc_out%ar_site = 0._r8

bc_out%grazing_closs_to_atm_si = 0._r8

! Patch level biomass are required for C-based harvest
call get_harvestable_carbon(currentSite, bc_in%site_area, bc_in%hlm_harvest_catnames, harvestable_forest_c)

Expand Down