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


The timestep is at the year level : seasonality is not included within each timestep, but communities go through 4 states :

  1. Check of survival : what are the pixel resources (in terms of light and soil) of the previous year, and can the PFG stand them ?
  2. All PFG grow one-year older, and too old PFG die.
  3. New pixel resources (in terms of light and soil) are calculated with the actual community, as well as the seeds produced. Recruitment of new individuals from the previous pool of seeds occurs.
  4. If some perturbations are defined, community is impacted in function of the PFG responses to the disturbance(s).

SCHEMA FATE successionCycle 2



Calculation of pixel resources


Light and soil resources are proportional to the abundance of the PFG community of the pixel. They are both converted into qualitative classes (Low, Medium or High), for each height stratum (concerning light) and for each PFG (according to its tolerance, regarding soil). The response of each PFG to each resource level is defined in function of age (Germinant, Immature and Mature), in a semi-binary way for light (bottom right), and in a more quantitative way for soil (bottom left).




Structural equations


SCHEMA FATE successionCycle 3



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



Carrying capacity (mature vs immature) :




Germination :

\begin{align} \text{totAbund} &= \text{MatureAbund} &+ \text{ImmatureAbund} * \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(\text{MatureAbund}, \text{MaxAbund}) * \text{PotentialFecund} * \text{getEnvFecund}()$$

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




ANNUAL SEED CYCLE : (combining all previous information)

Germination occurs depending on the current abundance of the PFG inside the pixel : if it reaches the carrying capacity of the PFG = $\text{MaxAbund} * (1 + \text{ImmSize})$, no seed germinates. The number of produced seeds is proportional to the current abundance of mature individuals only.


SCHEMA FATE seedCycle




leca-dev/RFate documentation built on Sept. 19, 2024, 6:09 a.m.