This behavior kills trees based on storm severity, without an intervening damage step.
Trees removed by this behavior will have a mortality reason code of "storm".
Parameter name | Description |
---|---|
Storm Direct Killer - a | The "a" value in the probability of mortality logit function. |
Storm Direct Killer - b | The "b" value in the probability of mortality logit function. |
When storms occur, trees to which this behavior are applied have the following probability of mortality:
where:
Once the mortality probability has been calculated, this behavior uses a random number to determine whether it lives or dies. If more than one storm has occurred in the current timestep, each storm gets a separate, independent chance to kill trees.
Trees that die have a "dead" flag set to true and are treated in the rest of the run like trees that have died due to natural mortality.
Apply this behavior to the trees that can be killed in storms. You must also use the Storm disturbance behavior and have any kind of mortality behavior applied to each tree species and life history stage to which this behavior is applied.