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

Aggregated Mortality

Aggregated Mortality is similar to the Stochastic Mortality behavior in that it kills trees randomly to match a predetermined mortality rate. However, Aggregated Mortality clumps together the deaths in both time and space.

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

Parameters for this behavior

Parameter nameDescription
Aggregated Mortality Annual Kill Amount (0-1)The annual mortality rate for a mortality episode, as a proportion between 0 and 1.
Aggregated Mortality Clump SizeWhether the size of a clump of trees to kill is deterministic or chosen from a negative binomial probability distribution.
Aggregated Mortality Clumping ParameterIf the size of tree clumps to kill is drawn from a negative binomial probability distribution, this is the clumping parameter for the distribution. This is not required if a deterministic clump size is used.
Aggregated Mortality Number of Trees To AggregateDetermines the size of the clumps of trees killed. If the clump size is deterministic, all clumps will be this size. If the size is to be drawn from a negative binomial probability distribution, then this is the mean clump size.
Aggregated Mortality Return Interval (years)The return interval for mortality episodes.

How it works

Mortality occurs in discrete episodes, which have an average return interval. For any timestep, the probability that a mortality episode will occur is T/RI, where T is the number of years per timestep and RI is the Aggregated Mortality Return Interval (years) parameter. Each timestep, this behavior uses a random number to decide if a mortality episode occurs. Between mortality episodes, this behavior does not kill any trees.

If a mortality episode occurs, this behavior kills some of the total pool of trees to which it has been applied. The base annual mortality rate proportion is given in the Aggregated Mortality Annual Kill Amount (0-1) parameter. Since the parameter gives an annual rate, the actual mortality rate is 1-(1-AD)T, where AD is the annual amount to kill and T is the number of years per timestep.

During a mortality episode, this behavior kills the trees in discrete clumps. The behavior uses a random number with each tree in its pool of eligible trees to decide if that tree dies. If it dies, the behavior also kills the trees closest to it. Only trees to which this behavior has been applied are killed; other neighbors are left alone. The size of these clumps of dead trees can either be deterministic or drawn from a negative binomial probability distribution. This option is set in the Aggregated Mortality Clump Size parameter. If the size is deterministic, the size of all clumps is given in the Aggregated Mortality Number of Trees To Aggregate parameter. If the size is from a negative binomial distribution, that parameter gives the mean, u, for the function

Negative

where k, the clumping parameter, is the Aggregated Mortality Clumping Parameter parameter.

If the Aggregated Mortality Return Interval (years) and Aggregated Mortality Number of Trees To Aggregate parameters are both set to 1, then this behavior functions exactly like the Stochastic Mortality behavior.

How to apply it

This behavior can be applied to seedlings, saplings, and adults of any species. Only those trees to which this behavior has been applied will be killed. This behavior can be combined with other mortality behaviors, but for best results, it should be the first one to occur.