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

Insect Infestation

This behavior simulates an insect outbreak. It chooses and marks affected trees, allowing other behaviors to make use of this information. The number of affected trees is a function of time since infestation began. The infestation has no spatial pattern.

This behavior only chooses trees for infestation. It does not kill them or alter their dynamics in any way. Other behaviors may take advantage of the infestation status information of trees.

Parameters for this behavior

Parameter nameDescription
Insect Infestation First TimestepThe timestep that an insect infestation begins.
Insect Infestation Last Timestep (-1 if no end)The timestep that an insect infestation ends. If -1, this indicates that the infestation should not be ended but allowed run its course throughout the run.
Insect Infestation Initial RateThe rate of infestation on the first timestep of the outbreak.
Insect Infestation Max RateThe maximum rate of infestation.
Insect Infestation Min DBHThe minimum DBH of trees that can become infested.
Insect Infestation X0The time at which 0.5 of the maximum infestation rate occurs.
Insect Infestation XbParameter controlling the steepness of the rise of the infestation rate.

How it works

The proportion of trees of a particular species infested as a function of time is as follows:

Insect infestation equation

where:

  • P is the proportion of the eligible tree population infested.
  • I is the Insect Infestation Initial Rate parameter, as a value between 0 and 1. This is the function intercept, or the infestation rate at the first timestep of infestation.
  • Max is the Insect Infestation Max Rate parameter, as a value between 0 and 1. This is the maximum infestation rate that will occur regardless of how long the infestation lasts.
  • T is the time, in years, since the start of the infestation.
  • X0 is the Insect Infestation X0 parameter. This is the time at which half of the maximum infestation rate is reached.
  • Xb is the Insect Infestation Xb parameter. This controls the steepness of the rise of the curve.

You choose when an infestation begins with the Insect Infestation First Timestep parameter. Infestation ends if it is directed to (using the Insect Infestation Last Timestep parameter) or if there are no more infested trees in the plot. If infestation ends, it does not start again.

You can set a minimum DBH of infestation, using the Insect Infestation Min DBH parameter.

The proportion of trees infested at time T does not depend on additions to or subtractions from the pool of eligible trees. Each timestep, the number of infested trees of each species is counted and additional trees are randomly selected for new infestation until approximately the right number are infested. If for some reason there are more trees infested than there should be at that time, no additional trees are infested.

When selecting trees for infestation, the location of the trees is not considered. It is assumed that all trees have an equal chance of becoming infested no matter where they are in the plot. This behavior uses a tree data member called "Years Infested" to track which trees are infested and how long they have been so.

How to apply it

Apply this behavior to saplings and/or adults of any species.