View source: R/glacierAreaVolume_Aizen.R
glacierAreaVolume_Aizen | R Documentation |
length, surface area and volume found by Aizen et al. in the Tien Shan mountains. They can be used to estimate regional glacier volumes.
glacierAreaVolume_Aizen(glaciers)
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). |
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.
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.
Other Glacier functions:
ErazovsGlacierFunction()
,
glacierArea_Erasov()
,
glacierArea_RGIF()
,
glacierMelt_TI()
,
glacierVolume_Erasov()
,
glacierVolume_RGIF()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.