glacierAreaVolume_Aizen: Estimates glacier surface area and glacier volume.

View source: R/glacierAreaVolume_Aizen.R

glacierAreaVolume_AizenR Documentation

Estimates glacier surface area and glacier volume.

Description

length, surface area and volume found by Aizen et al. in the Tien Shan mountains. They can be used to estimate regional glacier volumes.

Usage

glacierAreaVolume_Aizen(glaciers)

Arguments

glaciers

A data.frame, tibble, or sf object. Must contain an attribute “'Lmax“' in meters (as in the Randolph Glacier Inventory (RGI 6.0)) or “'Length [km]“' in kilometers or “'L(t) [km]“' (as in the output from Oerlemans glacier length function).

Value

Returns the input object with Area_Aizen_km2 and Volume_Aizen_km3 added. Will return NULL if the length column in the input object is not found.

References

Aizen, Aizen & Kuzmichonok (2007) Glaciers and hydrological changes in the Tien Shan: simulation and prediction. Environmental Research Letters. DOI: 10.1088/1748-9326/2/4/045019.

See Also

Other Glacier functions: ErazovsGlacierFunction(), glacierArea_Erasov(), glacierArea_RGIF(), glacierMelt_TI(), glacierVolume_Erasov(), glacierVolume_RGIF()

Examples

glacier <- tibble::tibble(Year = c(2000:2010),
                          "Length [km]" = c(5.7, 5.6, 5.5, 5.5, 5.4, 5.3,
                                            5.3, 5.2, 5.1, 5, 4.8))
glacierAreaVolume_Aizen(glacier)

hydrosolutions/riversCentralAsia documentation built on Feb. 7, 2023, 4:50 p.m.