Skip to content

Commit

Permalink
initialize current tag for event code logging
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Jun 28, 2024
1 parent c9e7271 commit bb3d58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biogeochem/EDLoggingMortalityMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ subroutine LoggingMortality_frac( currentSite, bc_in, pft_i, dbh, canopy_layer,
! 0=use fates logging parameters directly when logging_time == .true.
! this means harvest the whole cohort area
harvest_rate = 1._r8
cur_harvest_tag = 0

else if (hlm_use_lu_harvest == itrue .and. hlm_harvest_units == hlm_harvest_area_fraction) then
! We are harvesting based on areal fraction, not carbon/biomass terms.
Expand Down

0 comments on commit bb3d58e

Please sign in to comment.