Substrate behaviors

In this document:
Substrate parameters
Substrate behavior
Detailed 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.

Behavior reference string: substrate

Detailed Substrate

This behavior is a modification of the Substrate behavior that primarily incorporates greater detail in tracking log cover. In Detailed Substrate, the pool for logs is divided into up to 3 species groups, 2 size classes, and 5 decay classes, whereas the Substrate behavior has 1 species/size class and 2 decay classes for logs. Also, unlike Substrate, Detailed Substrate is designed to work with snag dynamics behaviors that assign data members representing fall or break heights of trees and snags. This way, the processes of tree (and snag) breakage and fall are separated from their input into the log substrate pool. There is also a change from Substrate to the way harvesting adds new substrate, and values for log volume are calculated in addition to projected area (cover).

Like Substrate, Detailed Substrate keeps track of the relative cover of forest floor litter, moss, scarified soil, tip-up mounds, and logs each timestep. Unless explained otherwise, the manner in which Detailed Substrate calculates and tracks these components is the same as for the Substrate behavior.

Detailed Substrate divides logs into species groups, size classes, and decay classes. Logs in each combination of species group, size class, and decay class can have different initial proportions, proportions after harvest, and decay parameters from all other types of logs. Each species to which this behavior is assigned belongs to one species group (assigned with the Species Group parameter). As saplings, adults, and snags enter the substrate pool, they are added to the logs for the appropriate species group. Log substrate belongs to one of two size classes defined by diameter. The threshold diameter separating the two size classes is defined by the Boundary Between Log Diam Classes (cm) parameter. When a sapling, adult, or snag enters the substrate pool, the area input to each size class is calculated separately. The species group and size class to which log substrate is added do not change over time.

Log substrate is also divided into 5 decay classes. Over time, decay class 1 logs decay into decay class 2 logs, then decay class 3 logs, then decay class 4 logs, then decay class 5 logs, then forest floor litter and moss. The relationship among these states, as well as tip-up mounds and scarified soil, is depicted in the figure below.

Detailed Substrate cover diagram

Like in Substrate, decay among the log decay classes and for tip-up mounds and scarified soil (relationships 1-5, 7, and 9), is a function of substrate age according to the equation:


where t is time in years since the last decay transition. Decay calculations for the 5 log decay classes are performed on an annual basis so it is possible to advance by more than one decay class in a single multi-year timestep. At the end of each timestep, the age of all logs is rounded to the nearest multiple of the timestep duration. This is necessary to keep memory requirements manageable.

Log substrate is created by the processes of tree fall and breakage along the bole (relationship 6). Detailed Substrate looks at flags set by mortality and snag dynamics behaviors to determine whether a sapling, adult tree, or snag has either fallen or broken to a certain height in the current timestep. If so, it adds the appropriate area to the log substrate pool. Like in Substrate, tree boles are modeled as cones. The projected horizontal area is therefore a triangle if the top of the tree is included, or a trapezoid if only considering the lower section of a tree. New log substrate does not need to enter in decay class 1: the Prop. Live Trees Entering Decay Class X (0-1) and Prop. Snags Entering Decay Class X (0-1) parameters determine the probability of entering the substrate pool in each of the 5 decay classes for both snags and dead saplings/adults.

Detailed Substrate allows new substrate proportions to be specified following clear cut, gap, and partial harvesting. If the total proportion of substrate after harvesting specified by parameters is less than 1, the remainder will be distributed in proportion to pre-harvest substrate values. In comparison, remaining substrate after harvest is assigned to moss and litter pools in the Substrate behavior. This change is designed to allow legacy substrates, such as logs and tip-up mounds, to persist after a harvest event.

In addition to tracking log area, Detailed Substrate also stores the volume of each type of log substrate in each grid cell. For new inputs, log volume is calculated as:

LV = 1/3 * π * (DBH / 2)2 * h

where:

For initial volume and volume added after harvest:

LV = 1/3 * π * 100 * PLA * (MDBH / 2)

where:

Log volume differs from log area proportions in that it does not have an upper bound. Each time new substrate is added, existing log substrate proportions are reduced so that the total of all substrate proportions is still less than or equal to 1. However, new inputs from tree fall and breakage do not reduce existing log volume (that is, logs can be on top of each other and still contribute to volume but not area). The volume of logs is reduced after harvesting when scarified soil is added (that is, log volume is destroyed in the area that is scarified). Log volume also decreases as pieces decay from decay class 5 to forest floor litter and moss.

How it works

The relative proportions of each kind of substrate are tracked in the Detailed Substrate grid. Within each cell, the grid keeps track of each substrate's area as a proportion of the total area, as well as volume for each type of log substrate in m3/ha. The behavior also summarizes and copies values into the Substrate grid for compatibility with other behaviors that use that grid.

Each timestep, Detailed Substrate looks for harvest events and new tree inputs. It finds harvest events by looking in the Harvest grid. Harvest events add new scarified soil, tip-up, and log substrate. The behavior finds fallen and broken trees by looking for the flags set by mortality and snag dynamics behaviors. Each fallen and broken tree (or snag) "rolls the dice" with a random number to determine the log decay class it will enter as substrate. Fallen adult trees and snags also use a random number to determine whether they expose tip-up mound substrate. All the new substrate created by harvest and tree inputs is then totaled up. When there is new substrate in a grid cell, Detailed Substrate reduces the other substrate amounts in the cell to make way for the amount of new substrate.

All existing substrates are decayed each timestep as they age. After they reach their maximum lifespan, which is set by parameters, they are deleted. The final proportions of scarified soil, tip-up, and logs are found by adding up the values representing each substrate age. 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 fixed proportions of each in the pool, as specified by the Proportion of Forest Floor Litter/Moss Pool that is Moss parameter.

How to apply it

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

Behavior reference string: detailedsubstrate


Last updated: 16-Jan-2008 02:12 PM