Closed ZacharyRobbins closed 3 years ago
Hm. I thought this would be more straightforward.
L113: https://github.com/LANDIS-II-Foundation/Extension-NECN-Succession/blob/master/src/PlugIn.cs L409: https://github.com/LANDIS-II-Foundation/Extension-NECN-Succession/blob/master/src/utility/ReadMaps.cs
I don't see any logical fallacies there and the layer should be instantiated at the same time as all other layers.
I tweaked how NECN shares the Succession.FineFuels parameter and committed a new version of NECN v6.8.
I also tweaked SCR* 3.2, cleaning up the interface to Succession.FineFuels.
According to my latest runs, the fine fuels output is the same map at every time step, 24 year run.
I have updated the code with new v3.2.
When running scrapple the initial fuel conditions are not added until the first NECN timestep. This can result in uncalibrated behavior prior to that step. We need to change the order of the assignment to fix this issue.