Skip to content

Commit b5d3a13

Browse files
authored
Merge pull request #1339 from ckoven/harvest_rate_bugfix
bugfix on harvesting of unoccupied canopy area
2 parents 30ee3f1 + 96d4b64 commit b5d3a13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

biogeochem/EDPatchDynamicsMod.F90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,6 @@ subroutine disturbance_rates( site_in, bc_in)
411411
else if (currentPatch%land_use_label .eq. primaryland .and. .not. &
412412
site_in%landuse_vector_gt_min(secondaryland)) then
413413
harvest_rate = state_vector(secondaryland) / sum(state_vector(:))
414-
else
415-
harvest_rate = 0._r8
416414
end if
417415
else
418416
call GetInitLanduseHarvestRate(bc_in, site_in%min_allowed_landuse_fraction, &

0 commit comments

Comments
 (0)