From 4ae398b955b1f4faddbd2632d98e6a8a3d247c03 Mon Sep 17 00:00:00 2001 From: Gregory Lemieux Date: Sun, 7 Jul 2024 22:40:25 -0600 Subject: [PATCH] Revert "initialize current tag for event code logging" This reverts commit bb3d58e0878964490ddc998bfd5593c53dab8b97. --- biogeochem/EDLoggingMortalityMod.F90 | 1 - 1 file changed, 1 deletion(-) diff --git a/biogeochem/EDLoggingMortalityMod.F90 b/biogeochem/EDLoggingMortalityMod.F90 index addb821f9a..6d373e995a 100644 --- a/biogeochem/EDLoggingMortalityMod.F90 +++ b/biogeochem/EDLoggingMortalityMod.F90 @@ -287,7 +287,6 @@ 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.