SORTIE-ND
Software for spatially-explicit simulation of forest dynamics

Suppression Duration Mortality

This behavior evaluates mortality as a function of tree age. This is particularly useful for simulating suppression in seedlings.

Trees killed by this behavior will have a mortality reason code of "natural".

Parameters for this behavior

Parameter nameDescription
Suppression Duration Mortality - Max Mortality Rate (0-1)The maximum mortality rate for suppressed trees.
Suppression Duration Mortality - X0X0 in the suppression mortality function. This is the age at which half of the maximum mortality rate is reached.
Suppression Duration Mortality - XbXb in the suppression mortality function.

How it works

A tree's probability of mortality is:

p

where:

  • p is the probability of mortality
  • Max is the Suppression Duration Mortality - Max Mortality Rate (0-1) parameter
  • X0 is the Suppression Duration Mortality - X0 parameter
  • Xb is the Suppression Duration Mortality - Xb parameter
  • Age is the tree's age, in years

The value for X0 is the age at which half of the maximum mortality rate is reached. Tree age is tracked using the Tree Age Calculator behavior. Initial conditions trees get a mortality of zero because their age is unreliable.

How to apply it

This behavior can be applied to trees of any species. Trees must also have the Tree Age Calculator behavior applied.