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

The reverse linear diameter-height relationship

The reverse linear diameter-height relationship is the same for all life history stages, but each stage can use a different set of parameter values. The name comes from the fact that it is almost the same as the linear function, but with height and diameter switched. In other words, in the linear function, height is a linear function of diameter. In the reverse linear function, diameter is a linear function of height.

Parameters

Parameter nameDescription
Maximum Tree Height, in metersThe maximum tree height for a species, in meters. No tree, no matter what allometric function it uses, is allowed to get taller than this. Used by all species.
Adult Reverse Linear Function InterceptThe intercept of the adult reverse linear function for DBH and height.
Adult Reverse Linear Function SlopeThe slope of the adult reverse linear function for DBH and height.
Sapling Reverse Linear Function InterceptThe intercept of the sapling reverse linear function for DBH and height.
Sapling Reverse Linear Function SlopeThe slope of the sapling reverse linear function for DBH and height.
Seedling Reverse Linear Function InterceptThe intercept of the seedling reverse linear function for DBH and height.
Seedling Reverse Linear Function SlopeThe slope of the seedling reverse linear function for DBH and height.

The reverse linear diam - height function is:

height = (diam - a) / b

where:

  • height is tree height, in m
  • a is the appropriate reverse linear intercept parameter (either Adult Reverse Linear Function Intercept, Sapling Reverse Linear Function Intercept, or Seedling Reverse Linear Function Intercept)
  • b is the appropriate reverse linear slope parameter (either Adult Reverse Linear Function Slope, Sapling Reverse Linear Function Slope, or Seedling Reverse Linear Function Slope)
  • diam is DBH (in cm) for saplings and adults, or diam10 (in cm) for seedlings