-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi @stefanpauliuk!
I would like to use the forestry model "GrowthCurve" and it gives me some strange results for RECC_System.StockDict['dS_1t'].Values[:,:,Carbon_loc]. There is some sort of a jump in the middle of the curve (see graph below) which after some investigation of the variables to get this one indicates that there is something happening when Forest_GrowthTable_timber is being diagonally filled (and there is some replication/periodicity happening because of the sizes time/cohort) and then np.diff(Forest_GrowthTable_timber.sum(axis=1))[SwitchTime-1::] is being used.
An idea we have been discussing with @CarrerF is to model the timber similarly to the fuel wood, but this would probably not capture that there is already forest growth happening from the timber in the buildings from past cohorts.
To note: I am not running the current version of the code but it seems like the part related to the "GrowthCurve" forestry model is the same. In addition, I have modified the code to be able to run it for any chosen year of start and year of end (in my case 2022 instead of 2015 and 2050 instead of 2060 - this is why the graph is only 28 years of timeframe).
Graph of RECC_System.StockDict['dS_1t'].Values[:,:,Carbon_loc]:
