EcoExtreML / STEMMUS_SCOPE

Integrated code of SCOPE and STEMMUS
GNU General Public License v3.0
14 stars 6 forks source link

ModelSettings.KT incorrectly described #206

Open BSchilperoort opened 10 months ago

BSchilperoort commented 10 months ago

In getModelSettings.m, "KT" is called "Number of time steps". However, this is actually the index of the first time step, minus 1.

It might even be better to remove this from the ModelSettings entirely.

https://github.com/EcoExtreML/STEMMUS_SCOPE/blob/55bfe4e6752a2ab7d035e43d69ba38c22fbef9f8/src/%2Bio/getModelSettings.m#L63C12-L63C12