Substrate behaviors

In this document:
Substrate parameters
Substrate behavior

Substrate is what seedlings germinate in - soil, rock, and the organic layers on top. The quality of the substrate can make a big difference in a seedling's ability to survive and establish. The substrate composition in any one place is constantly shifting and changing as new substrate is added to the forest floor and as existing substrate decays. These behaviors keep track of the substrate conditions at different locations through time.

Substrate parameters

Substrate

This behavior keeps track of six kinds of substrate: forest floor litter, forest floor moss, scarified soil, tip-up mounds, decayed logs, and fresh logs. Forest floor litter and forest floor moss form a common pool in fixed relative proportion to each other. These six substrates form a cycle. Fresh logs decay into decayed logs. Decayed logs, scarified soil, and tip-up mounds decay into forest floor litter and moss. (If no new substrate were created, eventually the whole forest would be uniformly covered in forest floor substrate.) The creation of new substrate decreases the amount of forest floor litter and moss and starts the process over again.

There are two ways in which new substrate is added: harvest treatments and tree fall. Each kind of harvest treatment (partial cut, gap cut, and clear cut) has its own substrate signature, which you set in the parameters. The existing substrate proportions after a harvest are erased and replaced with this signature.

The other type of substrate change event, tree fall, allows SORTIE to account for small-scale dynamics by allowing some dead trees to fall and create tip-up mounds. When a live tree dies, there is a certain probability that the tree will fall at death to create new fresh log substrate. Snags marked as "dead" always contribute new fresh log substrate. For both dead snags and live trees, there is a certain probability that the tree will expose an area of tip-up mounds substrate. Any new substrate created this way is added in to the existing substrate, but does not completely replace it like harvest does.

Substrate relationships


Substrate decay diagram
Relationships 1, 2, 4, and 6 represent the decay of the different substrates as a function of substrate age according to the equation

where t is time in years. Graphed, this equation looks like this:
Substrate loss diagram

In this diagram, there are two kinds of substrate, A and B. A decays into B according to the equation above. The amount of A and B together sum to 1 for this diagram. The curve for "% Remaining" is the amount of A. The curve for "% Lost/yr" is the amount of B. When β > 1, the rate of loss/time step increases over time (giving an initial lag period when there is little loss of the substrate). When β < 1 the substrate disappears most rapidly immediately after substrate creation (less likely). β = 1 gives a constant % loss per time step (i.e. exponential decline). (In this example, α = 0.0002 and β = 4.)

Relationship 3 governs the amount of fresh logs created each time step as a result of tree mortality. For the purposes of adding new substrate, fallen logs are assumed to be cone-shaped. Since they land on their sides, the area of the cone is approximated to a triangle. Thus, each new fresh log contributes the following amount of new fresh log area:


FL = (DBH * h)/2

where:

A dead adult or sapling as a certain probability of contributing fresh log substrate; this probability is specified in the Proportion of Dead that Fall parameter. Snags always add fresh log substrate upon their "death".

How new fresh log area is distributed depends on the value in the Use Directional Tree Fall parameter. If false, a dead tree contributes all of its fresh log area into the grid cell where it was rooted. In other words, it doesn't fall over so much as vertically collapse. If true, a trees is allowed to fall in a random direction. The amount of new fresh log area is distributed over the grid cells that the log overlays.

Relationship 5 governs the amount of newly exposed tip-up mounds created by fallen dead trees. For each fallen tree, the amount of new tip-up mounds area is calculated as


OA = π * (r*F)2

where

A tree contributes all of its new tip-up mounds area to the grid cell where it was rooted. Saplings never create tip-up mounds. Fallen adults create new tip-ups with the probability specified in the Proportion of Fallen that Uproot parameter; snags contribute at the probability in Proportion of Fallen that Uproot.

Relationship 7 results from harvests only. Scarified soil creation results from the use of machinery and skidding during a harvest.

How it works

The relative proportions of each kind of substrate are tracked in the Substrate grid. You can change this grid's cell resolution. Within each cell, the grid keeps track of each substrate's area as a proportion of the total area.

Each timestep, Substrate looks for harvest events and tree death. It finds harvest events by looking in the Harvest grid; it finds dead trees by looking for the flag set by the Mortality behaviors. Harvest events completely replace existing substrate with their substrate signatures. Each dead tree "rolls the dice" with a random number to determine if it falls, and, if it falls, if it exposes tip-up mounds substrate. All the new substrate created by harvest and tree fall is then totaled up.

When there is new substrate in a grid cell, Substrate reduces the other substrate amounts in the cell to make way for the amount of new substrate. Then Substrate creates a record of the substrate change, called a "cohort." The substrates in a cohort decay as the cohort ages. Cohorts have a set lifetime of a certain number of years, which you set in the parameters. After this they are deleted. This means that the effects of a substrate change event linger, with decreasing intensity, for a number of years after the event occurs.

The final proportions of scarified soil, tip-up mounds, and fresh logs are found by adding up the decayed values in the cohorts. The final proportion of decayed logs is found by adding up the amount by which fresh logs have decayed in each cohort. The final proportion of the moss/litter pool is whatever grid cell area is left over. The pool is further split into moss and litter by using the fixed proportion of each in the pool.

How to apply it

Apply Substrate to all trees which can create substrate by becoming fallen logs. This generally means that it should be applied to saplings and adults of all species. Substrate cannot be applied to seedlings. Any tree species/type combination to which it is applied must also have a mortality behavior applied.


Last updated: 03-Aug-2005 09:42 AM