Skip to content

Forestry model "GrowthCurve" #76

@LolaRousseau

Description

@LolaRousseau

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]:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions