See [Boulangeat, 2014](papers/Boulangeat_2014_Global_Change_Biology.pdf "Boulangeat, I., Georges, D., Thuiller, W., FATE-HD: A spatially and temporally explicit integrated model for predicting vegetation structure and diversity at regional scale. Global Change Biology, 20, 2368–2378.") or the [Publications](fate_tutorial_0_publications.html) page



Conceptual diagram

The whole area is divided in grid-cells in which an independent demographic model regulates the PFG life cycle. PFG abundances are structured by age into cohorts and each cohort is attributed to a height stratum according to the growth parameters.

Different submodels affect this cycle at various levels :


SCHEMA FATE successionCycle 0



Life cycle of each PFG and influences from sub-models

Only three age classes are considered : germinant, juvenile and mature.


SCHEMA FATE successionCycle 1

SCHEMA FATE successionCycle 2



Structural equations


Influence of environment (habitat suitability) :


Depending on the parameterisation chosen, (see HABSUIT_OPTION parameter in GlobalParameter file), the reference value can be set in two different ways.


Lifespan & maturity :

$$\text{LifeSpan} * \text{getEnvMort}()$$

\begin{align} \text{maturityTime} &= (\text{LifeSpan} - \text{Maturity}) * (1.0 - \text{getEnvGrowth}()) + \text{Maturity} \ \text{maturityTime} &= ceil(\text{maturityTime}) \end{align}

If SuFateh model is NOT selected, or the habitat is suitable, then $\text{maturityTime} = \text{Maturity}$.
Otherwise, it the habitat is NOT suitable, $\text{maturityTime} = \text{LifeSpan}$, which means there will be no fecundity, and then no seeds produced.


$$\text{Lifespan} - \text{Maturity}$$

Carrying capacity (mature vs immature) :



$$\frac{\text{MaxAbund}}{\text{Lifespan} - \text{Maturity}}$$


SCHEMA FATE seedCycle


Germination :

\begin{align} \text{totAbund} &= \text{AbundMature} &+ \text{AbundImmature} * \text{ImmSize} \ \text{globalCC} &= \text{MaxAbund} &+ \text{MaxAbund} * \text{ImmSize}\ &\text{if (totAbund} < \text{globalCC)} \ &{ \ & ... \ &} \end{align}


\begin{align} \text{RecruitmentRate} &= \text{GerminationRate} & \text{ getEnvRecrRate}() \ &= \text{AvailSeeds} * \text{MaxRecruitment} & \text{ getEnvRecrRate}() \end{align}


Fecundity :


$$\text{Fecundity} = min(1, \frac{\text{AbundMature}}{\frac{\text{MaxAbund}}{\text{Lifespan} - \text{Maturity}}}) * \text{PotentialFecund} * \text{getEnvFecund}()$$

If $\frac{\text{AbundMature}}{\frac{\text{MaxAbund}}{\text{Lifespan} - \text{Maturity}}} \geqslant 1$, the PFG has reached its annual carrying capacity : it is in optimal conditions and will produce its maximum amount of seeds ($\text{PotentialFecund}$). Otherwise, this amount will be reduced in proportion.



MayaGueguen/RFate documentation built on Oct. 17, 2020, 8:06 a.m.