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

The standard diameter-height relationships

"Standard" is one of the names used to describe a set of allometric functions relating height to diameter. There is one for adults and saplings, and one for seedlings. These are called "standard" because they were the original SORTIE functions and until recently were the only choices.

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.
Slope of Asymptotic HeightExponential decay term in the adult and sapling standard function for DBH and height.
Slope of Height-Diameter at 10 cm RelationshipThe slope of the seedling standard function for diameter at 10 cm and height.

The standard sapling and adult DBH - height function is:

height = 1.35 + (H1 - 1.35)(1 - e-B*DBH)

where:

  • height is tree height in meters
  • H1 is the Maximum Tree Height, in m parameter
  • B is the Slope of Asymptotic Height parameter
  • DBH is tree DBH in cm

In some articles, B (Slope of Asymptotic Height) is a published parameter. Other articles instead use H1 and another parameter, H2, which was called the DBH to height relationship. In this case, B can be calculated from published values as B = H2/H1.

The standard seedling diam10 - height function is:

height = 0.1 + 30*(1 - e(-α * diam10))

where:

  • height is tree height in meters
  • α is the Slope of Height-Diameter at 10 cm Relationship parameter
  • diam10 is tree diameter at 10 cm height, in cm