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

Neighborhood seed predation

This simulates seed predation as a function of tree neighborhood and masting events. The same equations are used to calculate the amount of seed eaten, but there are different parameters for masting and non-masting timesteps. Masting events can be determined in one of two ways: by seed levels rising above a threshold that you set, or by masting having occurred as defined by one of the masting disperse behaviors.

Parameters for this behavior

Parameter nameDescription
Neighborhood Predation - Counts For Masting?Determines which species are included when totaling up seed numbers to determine whether or not masting has occurred.
Neighborhood Predation - Mast Event Decision MethodDetermines how masting is decided. If this is set to "Seed threshold", then masting events occur when seed levels are above a set threshold. If this is set to "Ask disperse", then masting has occurred if any of the applicable species masted as determined by the masting disperse behaviors.
Neighborhood Predation - Masting "p0"The "p0" term in the seed offtake equation under masting conditions.
Neighborhood Predation - Species i Masting "pn"The "pn" term for species i in the seed offtake equation under masting conditions.
Neighborhood Predation - Masting Seed Density, #/m2/yrThe density of edible seed that indicates masting has occurred.
Neighborhood Predation - Minimum Neighbor DBH (cm)The minimum DBH of trees to be included when calculating the basal area composition of the neighborhood.
Neighborhood Predation - Neighbor Search Radius (m)The radius to search for trees when calculating the basal area composition of the neighborhood.
Neighborhood Predation - Non-Masting "p0"The "p0" term in the seed offtake equation under non-masting conditions.
Neighborhood Predation - Species i Non-Masting "pn"The "pn" term for species i in the seed offtake equation under non-masting conditions.

How it works

Masting timesteps are those with a heavy density of edible seeds. The first step in a given time step is deciding whether or not masting is occurring. There are two methods available for making the masting decision. You set your chosen method using the Neighborhood Predation - Mast Event Decision Method parameter.

If the event decision method is set to "Seed threshold", masting events occur whenever seed density rises above a certain threshold. You set the threshold for this density in the Neighborhood Predation - Masting Seed Density, #/m2/yr parameter. You then set which species are included in the mast count with the Neighborhood Predation - Counts For Masting? parameter. (Species which do not count towards masting may still be predated.) The seed density is set as an annual average so the density will be calculated the same way for different-length timesteps. If the total plotwide average annual seed density is greater than this value, the timestep is treated as a masting timestep. Only those seeds of species to which this behavior applies are considered in the density.

If the event decision method is set to "Ask disperse", masting events occur whenever any of the species to which this behavior applies masts according to either the Masting non-spatial disperse behavior or the Masting spatial disperse behavior. You can use either of these behaviors, both of them, or neither (in which case masting never occurs). If any species to which this behavior is applied has masted with either behavior, then this is a masting time step.

If there are no adult trees in the plot, then masting does not occur according to either method.

The seeds in each grid cell of the Dispersed Seeds grid are treated separately for predation, according to their local neighborhood composition. The relative basal area of each species is calculated, from the total basal area of individuals within Neighborhood Predation - Neighbor Search Radius (m) meters of the grid cell center that have a DBH greater than Neighborhood Predation - Minimum Neighbor DBH (cm). The amount of seed eaten for each species is calculated as:

where Y is the proportion of that species' seed that is eaten, and p0 is either the Neighborhood Predation - Masting "p0" or the Neighborhood Predation - Non-Masting "p0" parameter for that species. X is calculated as follows:

where pn is either the Neighborhood Predation - Species i Masting "pn" or the Neighborhood Predation - Species i Non-Masting "pn" of species n, and RBAn is the relative basal are of species n.

The eaten seeds are removed from the Dispersed Seeds grid.

In order to make results more verifiable, Neighborhood Seed Predation produces a grid called Neighborhood Seed Predation. This grid stores the pre predation seed rain and amount of seeds eaten for each cell in the Dispersed Seeds grid. This grid has no effect on calculations but can be saved in the output file for review.

How to apply it

This behavior may be applied to seeds of any species. Any species to which it is applied must also have a Disperse behavior applied as well.