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

Temperature dependent neighborhood disperse behavior

This behavior calculates seed density based on annual mean temperature and the basal area of neighborhood adults.

Parameters for this behavior

Parameter nameDescription
Minimum DBH for Reproduction, in cmThe minimum DBH at which a tree can reproduce. This value does not have to match the Minimum adult DBH.
Seed DistributionThe distribution method to be applied to seeds (randomization). The forms for these functions can be found here. Choices are:
  • Deterministic - no randomization.
  • Poisson - use the number of seeds as the mean in a Poisson probability distribution function.
  • Normal - use the number of seeds as the mean in a normal probability distribution function. You must then supply a standard deviation for the function.
  • Lognormal - use the number of seeds as the mean in a lognormal probability distribution function. You must then supply a standard deviation for the function.
  • Negative binomial - use the number of seeds as the mean in a negative binomial probability distribution function. You must then supply a clumping parameter.
Seed Dist. Clumping Parameter (Neg. Binomial)If you have chosen the negative binomial probability distribution function for "Seed distribution", this is the clumping parameter of the function, in seeds per m2. If you have not chosen that PDFs, then this parameter is not required.
Seed Dist. Std. Deviation (Normal or Lognormal)If you have chosen the normal or lognormal probability distribution functions for "Seed distribution", this is the standard deviation of the function, in seeds per m2. If you have not chosen these PDFs, then this parameter is not required.
Temp Dep Neigh Disperse - AA in the seed density calculation.
Temp Dep Neigh Disperse - BB in the seed density calculation.
Temp Dep Neigh Disperse - MM in the seed density calculation.
Temp Dep Neigh Disperse - NN in the seed density calculation.
Temp Dep Neigh Disperse - Max Distance for Conspecific Adults (m)The maximum distance to search for conspecific adults.
Temp Dep Neigh Disperse - Presence BB in the presence test calculation.
Temp Dep Neigh Disperse - Presence MM in the presence test calculation.
Temp Dep Neigh Disperse - Presence Threshold (0-1)Threshold value, between 0 and 1, of the presence test function above which a species will be allowed to disperse in the absence of parents. 0 always includes a species, 1 always excludes it.

How it works

This behavior examines the neighborhood of each grid cell of the Dispersed Seeds grid to determine how many seeds to place in that cell. Expected seed density in a cell for a particular species is calculated as:

Seeds = A + fec * BAC

where:

  • Seeds is number of seeds per square meter
  • A is the Temp Dep Neigh Disperse - A parameter
  • BAC is the total basal area of neighborhood conspecific adults in square meters
  • fec is a fecundity term

"fec" is a per capita seedling production (fecundity) term. It is a function of temperature and is calculated as:

fec

where:

  • B is the Temp Dep Neigh Disperse - B parameter
  • M is the Temp Dep Neigh Disperse - M parameter
  • N is the Temp Dep Neigh Disperse - N parameter
  • T is the annual mean temperature, in degrees Celsius, as entered for the Plot

BAC is the basal area of all conspecific adult trees found within a given radius of the grid cell center. The radius is set using the Temp Dep Neigh Disperse - Max Distance for Conspecific Adults (m) parameter.

Note that the A parameter is an intercept, potentially allowing bath rain of seeds for species for which there are no parents present. To manage this, the behavior uses a "presence test", which is the normalized probability of finding a species on a plot as a function of temperature:

P

where:

  • P is the normalized presence probability
  • B is the Temp Dep Neigh Disperse - Presence B parameter, which controls the width of the peak
  • M is the Temp Dep Neigh Disperse - Presence M parameter, which is the function mean, or the temperature (in degrees Celsius) at which the probability of finding the species equals 1
  • T is the annual mean temperature, in degrees Celsius, as entered for the Plot

You control the acceptable threshold for the presence test using the Temp Dep Neigh Disperse - Presence Threshold (0-1) parameter. If the value of the presence test function is above this value, the species is allowed to disperse in the absence of adults in the plot. A threshold value of 0 always allows the species to disperse; a value of 1 always excludes it. Note that if there are adults of that species in the plot, the species disperses, no matter what the presence test says.

Once the number of seeds per square meter for a species has been calculated, it is multiplied by the grid cell area and number of years per timestep to determine the final number of seeds to add to the grid cell.

How to apply it

Apply this behavior to adults of the species you wish to use.