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

Dimension Analysis

This behavior calculates the biomass of trees based on DBH. This approach comes from Jenkins et al, 2004.

Parameters for this behavior

Parameter nameDescription
Dimension Analysis Biomass UnitsThe units of biomass that the chosen biomass equation is expected to produce, based on the parameters entered. SORTIE-ND will use this to convert the biomass value to metric tons (Mg).
Dimension Analysis Correction FactorThe correction factor needed by some biomass equations that calculate ln(biomass), log10(biomass), or log100(biomass). This value is ignored if the value for the Dimension Analysis: Use Correction Factor? parameter for this species is false.
Dimension Analysis DBH UnitsThe units of DBH that are appropriate to the biomass equation coefficients being entered. SORTIE-ND will convert a tree's DBH to these units before calculating biomass.
Dimension Analysis Equation IDThe biomass equation ID to use when calculating biomass for a particular species.
Dimension Analysis Parameter (a)The value for a in a biomass equation. The appropriate value and units for this parameter depend on the values entered in the Dimension Analysis Equation ID, Dimension Analysis DBH Units, and Dimension Analysis Biomass Units parameters.
Dimension Analysis Parameter (b)The value for b in a biomass equation. The appropriate value and units for this parameter depend on the values entered in the Dimension Analysis Equation ID, Dimension Analysis DBH Units, and Dimension Analysis Biomass Units parameters.
Dimension Analysis Parameter (c)The value for c in a biomass equation. Whether this parameter is used, and the appropriate value and units for this parameter, depend on the values entered in the Dimension Analysis Equation ID, Dimension Analysis DBH Units, and Dimension Analysis Biomass Units parameters.
Dimension Analysis Parameter (d)The value for d in a biomass equation. Whether this parameter is used, and the appropriate value and units for this parameter, depend on the values entered in the Dimension Analysis Equation ID, Dimension Analysis DBH Units, and Dimension Analysis Biomass Units parameters.
Dimension Analysis Parameter (e)The value for e in a biomass equation. Whether this parameter is used, and the appropriate value and units for this parameter, depend on the values entered in the Dimension Analysis Equation ID, Dimension Analysis DBH Units, and Dimension Analysis Biomass Units parameters.
Dimension Analysis: Use Correction Factor?Whether or not the chosen biomass equation requires a correction factor to be multiplied by the result.

How it works

The paper above outlines 9 different biomass equations in Table 6, as follows:

IDEquation
1log10 biomass = a + b * (log10(dia c))
2ln biomass = a + b * dia + c * (ln(dia d))
3ln biomass = a + b * ln(dia) + c * (d + (e * ln(dia)))
4biomass = a + b * dia + c * (dia d)
5biomass = a + (b * dia) + c * (dia 2) + d * (dia 3)
6biomass = a * (exp(b + (c * ln(dia)) + (d * dia)))
7biomass = a + ((b * (dia c)) / ((dia c) + d))
8log100 biomass = a + (b * log10(dia))
9ln biomass = ln(a) + (b * ln(dia))

In all equations, dia is DBH. You choose the equation ID that you wish to use for each species.

There are many different published parameters using the equation forms above, which use a range of different units. Thus, you specify what units dia (that is, DBH) is in, and what units of biomass the equation is expected to produce. The possible DBH units are millimeters (mm), centimeters (cm), and inches (in); the possible biomass units are grams (g), kilograms (kg), and pounds (lb). This behavior handles all unit conversions so that biomass is appropriately calculated. The final biomass values are reported in metric tons (Mg).

For those equations that calculate log10, log100, or ln biomass, some papers specify a correction factor to remove bias that may be introduced when biomass is calculated. If you wish, you may use such a correction factor. Set the value of the Dimension Analysis: Use Correction Factor? parameter to "true", then specify the appropriate correction factor in the Dimension Analysis Correction Factor parameter. This value is multiplied by the final biomass value.

How to apply it

Apply this behavior to saplings, adults, or snags of any species. This behavior does not automatically create output. Once you have added this behavior to your run, the Detailed output setup window for trees will have a tree data member called "Tree Biomass". Add this to your detailed output file to output biomass in metric tons (Mg). You can then view charts and graphs with the resulting volume data using data visualization on your detailed output file.