FFSM++
1.1.0
French Forest Sector Model ++
|
IO production matrix between the forest resources and the primary products (struct) More...
#include <ModelData.h>
Public Attributes | |
string | product |
string | forType |
string | dClass |
int | maxYears |
The maximum year for a tree collapse that this product can be harvested from. E.g. a 0 value means it can be obtained only from live trees, a 5 years value mean it can be obtained from trees death no longer than 5 years ago. More... | |
IO production matrix between the forest resources and the primary products (struct)
Struct containing the io matrix between the forest resources and the primary products. Not to be confunded with the IO matrix between primary products and secondary products.
Definition at line 280 of file ModelData.h.
string dClass |
Definition at line 283 of file ModelData.h.
Referenced by ModelData::setDefaultProductResourceMatrixLink(), and ModelData::setScenarioProductResourceMatrixLink().
string forType |
Definition at line 282 of file ModelData.h.
Referenced by ModelData::setDefaultProductResourceMatrixLink(), and ModelData::setScenarioProductResourceMatrixLink().
int maxYears |
The maximum year for a tree collapse that this product can be harvested from. E.g. a 0 value means it can be obtained only from live trees, a 5 years value mean it can be obtained from trees death no longer than 5 years ago.
Definition at line 285 of file ModelData.h.
Referenced by ModelData::setDefaultProductResourceMatrixLink().
string product |
Definition at line 281 of file ModelData.h.
Referenced by ModelData::setDefaultProductResourceMatrixLink(), and ModelData::setScenarioProductResourceMatrixLink().