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

Storm damage killer

This behavior kills trees damaged in storms. It decides which damaged trees die, and if they become snags, it manages the snag population by causing snag tip-up and removal. This behavior does not decide which trees get damaged in a storm; that is the job of the Storm damage applier behavior.

Trees removed by this behavior will have a mortality reason code of "storm".

Parameters for this behavior

Parameter nameDescription
Minimum DBH for Storm Damage, in cmThe minimum DBH for trees that can be damaged or killed by storms. Trees smaller than this are never damaged no matter what storms occur.
Number of Years Storm-Damaged Snags LastThe number of years snags damaged in storms last before disappearing. If snags are not used in a run, this is not required.
Storm Heavy Damage Survival Prob Intercept (a)The "a" value in the probability of survival logit function for trees with heavy damage.
Storm Heavy Damage Survival Prob DBH Coeff. (b)The "b" value in the probability of survival logit function for trees with heavy damage.
Storm Medium Damage Survival Prob Intercept (a)The "a" value in the probability of survival logit function for trees with medium damage.
Storm Medium Damage Survival Prob DBH Coeff. (b)The "b" value in the probability of survival logit function for trees with medium damage.
Storm - Prop. Heavy Damage Dead Trees that Tip UpThe proportion of those heavily damaged trees that are killed in the storm that tip up, as a value between 0 and 1. For how a tipped-up tree is treated, see the behavior description.

How it works

Trees that have received medium or heavy damage from the Storm damage applier behavior have a certain probability of survival. (Undamaged trees, and any trees with a DBH smaller than the values set in the Minimum DBH for Storm Damage, in cm parameter, are ignored.) The probability is:

where:

  • p is the tree's probability of survival, between 0 and 1
  • ai is either the Storm Medium Damage Survival Prob Intercept (a) or the Storm Heavy Damage Survival Prob Intercept (a) parameter, depending on the tree's damage category
  • b is either the Storm Medium Damage Survival Prob DBH Coeff. (b) or the Storm Heavy Damage Survival Prob DBH Coeff. (b) parameter, depending on the tree's damage category
  • DBH is the tree's DBH, in cm

Once the survival probability has been calculated, this behavior uses a random number to determine whether it lives or dies. Damaged trees are only at risk of dying at the time of the storm that damages them; if they survive it, this behavior will not try to kill them again even if they are still damaged. A certain proportion of heavily damaged trees that die create tip-ups. The probability of this is in the parameter Storm - Prop. Heavy Damage Dead Trees that Tip Up.

If snags are used in this run, those trees that die in either damage category (except for tip-ups) become snags. A time-since-damage counter is set for each of these snags. After the amount of time specified in the Number of Years Storm-Damaged Snags Last has passed, this behavior will remove those snags, "killing" them. They are not available for later processes such as substrate. This behavior will not do anything to any snag that it did not kill. If snags are not used in this run, trees that die have a flag set indicating that they are dead. They are available during the timestep in which they die to substrate and other processes, in exactly the same manner as trees that die due to natural mortality. They will be subject to the same cleanup and removal processes as well.

If a heavily-damaged dead tree tips up, and snags are used in the run, the tip-up becomes a snag that has its "dead" flag set to true. It is available during the timestep in which it dies to substrate and other processes, in exactly the same manner as other snags that die due to natural mortality. It is subject to the same cleanup and removal processes as well. If snags are not used in the run, then tip-ups are treated like all other storm-killed trees.

Saplings that are killed in storms never become snags. They are killed in the manner described above for trees that die in a non-snag run. Existing snags are never at risk for storm damage or mortality, but the behavior must be applied to the snag tree type in order to cause storm-killed adults to become snags.

How to apply it

Apply this behavior to the trees that can be killed in storms. You must also apply the Storm damage applier behavior to the same trees. You may not apply this behavior to seedlings. If you wish to have storm-killed trees become snags, you must apply this behavior to the snag tree type. This may cause snags to appear due to natural mortality and other causes; you must use other behaviors to manage these snags.

You must also have any kind of mortality behavior applied to each tree species and life history stage to which this behavior is applied.