LANDIS-II-Foundation / Extension-NECN-Succession

The Net Ecosystem Carbon and Nitrogen extension for the LANDIS-II model.
http://www.landis-ii.org/extensions/net-ecosystem-cn-succession
Apache License 2.0
1 stars 19 forks source link

Change GrowthReduction to use BiomassCohorts instead of LeafBiomassCohorts #83

Closed flakesw closed 2 years ago

flakesw commented 2 years ago

CohortGrowthReduction.Compute is a delegate method to receive growth reductions from other extensions. It had been called from the LeafBiomassCohorts library. I changed it to use the BiomassCohorts version of CohortGrowthReduction. This shouldn't affect anything in NECN, but will allow disturbance extensions to more easily cause growth reductions in NECN (without having to import the LeafBiomassCohorts library).