View source: R/glacierArea_RGIF.R
glacierArea_RGIF | R Documentation |
Scaling relationships derived from the RGI v6.0 region 13 data set, combined with the glacier thickness derived by Farinotti et al. 2019.
glacierArea_RGIF(volume_km3)
volume_km3 |
glacier volume in km3 |
Assuming a normal distribution of the residuals, the relative uncertainty of the volume estimate is given as 2 times the standard deviation of the relative residuals which is equal to 53 error estimation likely underestimates the actual uncertainty.
glacier area in km2
RGI v6.0 <https://www.glims.org/RGI/>, Farinotti et al., 2019 <https://doi.org/10.1038/s41561-019-0300-3>
[glacierVolume_RGIF]
, [glacierArea_Erasov]
Other Glacier functions:
ErazovsGlacierFunction()
,
glacierAreaVolume_Aizen()
,
glacierArea_Erasov()
,
glacierMelt_TI()
,
glacierVolume_Erasov()
,
glacierVolume_RGIF()
V_km3 <- c(0.1, 1, 10) A_km2 <- glacierArea_RGIF(V_km3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.