FFSM++
1.1.0
French Forest Sector Model ++
|
Pathogen rule (how pathogen presense influence mortality) for a given forest type and diameter class (struct) More...
#include <ModelData.h>
Public Attributes | |
string | forType |
string | dClass |
string | pathId |
Pathogen id (name) More... | |
double | pres_min |
Minimum level of presence of the pathogen to be counted as present (tolerance threshold) More... | |
vector< double > | mortCoefficents |
Mortality coefficients ordered by number of presence of the pathogen, e.g. first value is the mortality increase in the first year of pathogen appareance. More... | |
Pathogen rule (how pathogen presense influence mortality) for a given forest type and diameter class (struct)
Struct containing the rule that affect the mortality of a given ft and dc by a given pathogen: depending on the number of year of presence of the pathogen over a given tollerance level the mortality increase more and more.
Definition at line 318 of file ModelData.h.
string dClass |
Definition at line 320 of file ModelData.h.
Referenced by ModelData::setDefaultPathogenRules(), and ModelData::setScenarioPathogenRules().
string forType |
Definition at line 319 of file ModelData.h.
Referenced by ModelData::setDefaultPathogenRules(), and ModelData::setScenarioPathogenRules().
vector<double> mortCoefficents |
Mortality coefficients ordered by number of presence of the pathogen, e.g. first value is the mortality increase in the first year of pathogen appareance.
Definition at line 323 of file ModelData.h.
Referenced by ModelData::setDefaultPathogenRules(), and ModelData::setScenarioPathogenRules().
string pathId |
Pathogen id (name)
Definition at line 321 of file ModelData.h.
Referenced by ModelData::setDefaultPathogenRules(), and ModelData::setScenarioPathogenRules().
double pres_min |
Minimum level of presence of the pathogen to be counted as present (tolerance threshold)
Definition at line 322 of file ModelData.h.
Referenced by ModelData::setDefaultPathogenRules(), and ModelData::setScenarioPathogenRules().