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

Substrate Based Seed Survival With Microtopography

This behavior assesses seed survival based on substrate conditions, allowing for site microtopography to influence seed survival. In this scenario, the plot is divided into small-scale mounds. The portion of the plot that is slightly elevated is "mound". The portion of the plot between the mounds, at lower elevation, is "ground". The size of the mounds and their height is not important.

Parameters for this behavior

Parameter nameDescription
Fraction Seeds Germinating on Ground Decayed LogsThe proportion of those seeds that land on decayed logs ground substrate that survive to become seedlings. Expressed as a value between 0 and 1.
Fraction Seeds Germinating on Ground Forest Floor LitterThe proportion of those seeds that land on forest floor litter ground substrate that survive to become seedlings. Expressed as a value between 0 and 1.
Fraction Seeds Germinating on Ground Forest Floor MossThe proportion of those seeds that land on forest floor moss ground substrate that survive to become seedlings. Expressed as a value between 0 and 1.
Fraction Seeds Germinating on Ground Fresh LogsThe proportion of those seeds that land on fresh logs ground substrate that survive to become seedlings. Expressed as a value between 0 and 1.
Fraction Seeds Germinating on Ground Scarified SoilThe proportion of those seeds that land on scarified soil ground substrate that survive to become seedlings. Expressed as a value between 0 and 1.
Fraction Seeds Germinating on Ground Tip-UpThe proportion of those seeds that land on tip-up ground substrate that survive to become seedlings. Expressed as a value between 0 and 1.
Fraction Seeds Germinating on Mound Decayed LogsThe proportion of those seeds that land on decayed logs mound substrate that survive to become seedlings. Expressed as a value between 0 and 1.
Fraction Seeds Germinating on Mound Forest Floor LitterThe proportion of those seeds that land on forest floor litter mound substrate that survive to become seedlings. Expressed as a value between 0 and 1.
Fraction Seeds Germinating on Mound Forest Floor MossThe proportion of those seeds that land on forest floor moss mound substrate that survive to become seedlings. Expressed as a value between 0 and 1.
Fraction Seeds Germinating on Mound Fresh LogsThe proportion of those seeds that land on fresh logs mound substrate that survive to become seedlings. Expressed as a value between 0 and 1.
Fraction Seeds Germinating on Mound Scarified SoilThe proportion of those seeds that land on scarified soil mound substrate that survive to become seedlings. Expressed as a value between 0 and 1.
Fraction Seeds Germinating on Mound Tip-UpThe proportion of those seeds that land on tip-up mound substrate that survive to become seedlings. Expressed as a value between 0 and 1.
Proportion of Plot Area that is MoundThe proportion of plot area that is mound area, as opposed to ground area. Expressed as a value between 0 and 1.

How it works

The area of the plot that is "mound" and the area that is "ground" are in fixed relative proportion to each other. This fixed proportion is entered in the Proportion of Plot Area that is Mound parameter. Each grid cell in the Substrate grid has been divided by the Substrate behavior into six substrate types; each of those types is further divided into "mound" and "ground" according to the fixed proportion, making twelve total substrate types. For example, if 20% of a grid cell's area is forest floor litter, and 60% of the plot area is mound, then the area of the grid cell that is forest floor litter mound substrate is 12% and the area of grid cell that is forest floor litter ground substrate is 8%.

The behavior takes the substrate composition of each grid cell in the Substrate grid, calculates the amount of the twelve substrate types, and converts it into a single number for each species, called the substrate favorability index. The favorability index is the sum of the proportions of each substrate multiplied by the proportion of seeds that germinate on that substrate. This index represents the proportion of total seeds of that species that are expected to survive in that area of the plot. This index is stored in the grid Substrate Favorability.

The behavior then goes through each grid cell in the Dispersed Seeds grid and assesses the survival for the seeds of those species to which it applies. This behavior starts by giving each seed a random temporary location within the Dispersed Seeds grid cell. Then, it retrieves the substrate favorability at that point from the Substrate Favorability grid. It then compares a random number to the substrate favorability to determine whether the seed lives. This method ensures that we can assess substrate favorabilities correctly when the Dispersed Seeds and Substrate grids have different grid cell resolutions.

Once this process is complete, the number of surviving seeds for each species is assigned back to the Dispersed Seeds grid.

How to apply it

This behavior may be applied to seeds of any species. A species to which this is applied must also have a Disperse behavior applied. Also, the Substrate behavior must be used in the run.