FFSM++  1.1.0
French Forest Sector Model ++
pathRule Struct Reference

Pathogen rule (how pathogen presense influence mortality) for a given forest type and diameter class (struct) More...

#include <ModelData.h>

Collaboration diagram for pathRule:

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...
 

Detailed Description

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.

Member Data Documentation

string dClass
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().


The documentation for this struct was generated from the following file: