Stochastic Double Logistic Temp 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 cm The minimum DBH at which a tree can reproduce. This value does not have to match the Minimum adult DBH.
Colonization PA PA in the function determing probability of colonization.
Colonization PB PB in the function determing probability of colonization.
Colonization PM PM in the function determing probability of colonization.
Cumulative Colonization Probability Period (years) The period over which the probability of colonization is cumulative.
Fecundity Temperature Effect Al Al in the temperature effect portion of fecundity. Ignored if "Use Temperature-Dependent Fecundity?" is set to false.
Fecundity Temperature Effect Bl Bl in the temperature effect portion of fecundity. Ignored if "Use Temperature-Dependent Fecundity?" is set to false.
Fecundity Temperature Effect Cl Cl in the temperature effect portion of fecundity. Ignored if "Use Temperature-Dependent Fecundity?" is set to false.
Fecundity Temperature Effect Ah Ah in the temperature effect portion of fecundity. Ignored if "Use Temperature-Dependent Fecundity?" is set to false.
Fecundity Temperature Effect Bh Bh in the temperature effect portion of fecundity. Ignored if "Use Temperature-Dependent Fecundity?" is set to false.
Fecundity Temperature Effect Ch Ch in the temperature effect portion of fecundity. Ignored if "Use Temperature-Dependent Fecundity?" is set to false.
Max Search Distance for Conspecific Adults (m) The maximum distance to search for conspecific adults when determining number of seeds.
Original Analysis Plot Size (m2) The size of the seedling plots in the original parameter analysis, in square meters. This is used to scale the per-grid-cell seed values.
Presence Threshold in Absence of Adults (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.
Seeds RA RA in the final seed calculation.
Seeds RB RB in the final seed calculation.
Use Temperature-Dependent Fecundity? Whether or not to use the temperature effect portion of fecundity. If this is false, fecundity = RB.

How it works

The mean number of seeds in each cell of the Dispersed Seeds grid is calculated as:

Seeds = RA + fec * BAC

where:

The mean seed value, above, is used as the mean on a Poisson random draw. The final seed number assigned to the grid is:

Final seeds = seeds * (CA/OA) * Y

where:

Note that this behavior works on a per-grid-cell basis, rather than calculating seed densities on a per-square-meter basis. This is because the Poisson function is influenced by seed grid cell size. You can use the Original Analysis Plot Size (m2) parameter to scale results to original analysis plot size, but for best results, the seed grid cell size should be set to the same or slightly larger than the original analysis seed plot size.

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

fecundity equation

where:

The temperature-dependent portion of fecundity is optional. If the parameter Use Temperature-Dependent Fecundity? is set to false, then fec = RB.

Colonization

Note that the RA parameter in the mean seeds equation 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 colonization test. The cumulative probability of colonization is:

P eq pa * exp(-0.5*(((T-M)/B)^2))

where:

PCc is the cumulative probability of colonization over an arbitrary time period T. PCc is used to calculate the annualized probability of colonization as:

PCa = 1 - [(1 - PCc)(1/t)]

where:

The behavior compares PCa to a random number to determine whether this species is allowed to colonize this timestep. If so, it disperses as described above.

How to apply it

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

-->