knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Estimating the mass of the stem is required in ForestGALES^[Throughout the package documentation, we will use the name ForestGALES to refer to the model characteristics as described in e.g. Hale et al. (2015) or Gardiner et al. (2000, 2008). Conversely, when we refer to the functionalities implemented in this package, we use the name fgr] to calculate the resistance to overturning (in the critical_moment_overturning function) and the additional moment provided by the stem mass as the tree deviates from its vertical position under the force of the wind and that of its own weight and of snow when applicable, as calculated in the DLF_calc function. Stem mass is calculated by simply multiplying the volume of the stem by the species-specific green wood density stored in the package Internal Data.

Unless stem volume is provided by the user as one of the additional inputs to the main functions fg_tmc and fg_rou, fgr selects one of four methods for stem volume calculation based on the selected tree species. This is done with a "switch" function (stem_vol_fun).

The volume calculation methods are as follows:

Apart from the latter method, which is only applied to Japanese Larch grown in Japan, the above methods are applied to the following species:

| Fonweban | Honer | Laasasenaho | Japanese data | |:------------------:|:-----------:|:-----------:|:---------------------------:| |Scots pine |White spruce |Birch |Japanese Larch (Japan grown) | |Sitka spruce |Black spruce | | | |Norway spruce |Black fir | | | |Corsican pine |Jack pine | | | |Lodgepole pine | | | | |European larch | | | | |Hybrid larch | | | | |Douglas fir | | | | |Japanese larch | | | | |Noble fir | | | | |Grand fir | | | | |Western hemlock | | | | |Beech | | | | |Common oak | | | | |Maritime pine | | | | |Radiata pine | | | | |Eucalyptus globulus | | | |

Bibliography



tom-locatelli/fgr documentation built on Oct. 2, 2020, 2:09 a.m.