debrisThicknessFit-method: Method: Debris thickness fitting function

Description Details Value Note Author(s) References See Also Examples

Description

A function to fit remotely sensed surface temperatures to measured debris thickness.

Details

The spatial distribution and thickness of supraglacial debris can be derived from remotely sensed surface temperatures based on an empirical relationship as shown by Mihalcea et al. (2006, 2008a, 2008b). High surface temperatures are correlated with thick debris, whereas surface temperatures closer to or below the melting point indicate a thin or absent debris layer. An exponential function with two fitting parameters (fp) was found to be most suitable to predict debris thickness from surface temperature (Minora et al., 2015). To derive debris thickness from surface temperature, an empirical non-linear model (debrisThicknessEmp) is applied (Groos et al., submitted). The two fitting parameters of the model are obtained by iteratively comparing measured and modelled debris thickness using varying starting values. Calculated non-linear (weighted) least-squares (nls) serve for the selection of the optimal fitting parameters.

Value

An object of class 'numeric' containing the two fitting parameters.

Note

The function extractRasterValues may help to extract the respective surface temperature values from a 'RasterLayer' at the locations of debris thickness measurements.

Author(s)

Alexander R. Groos (alexander.groos@giub.unibe.ch)

References

Groos, A.R., Mayer, C., Smiraglia, C., Diolaiuti, G., and Lambrecht A. (submitted). A first attempt to model region-wide glacier surface mass balances in the Karakoram: findings and future challenges. Geografia Fisica e Dinamica Quaternaria.

Mihalcea, C., Mayer, C., Diolaiuti, G., Lambrecht, A., Smiraglia, C., and Tartari, G. (2006). Ice ablation and meteorological conditions on the debris-covered area of Baltoro glacier, Karakoram, Pakistan. Annals of Glaciology 43, 292-300.

Mihalcea, C., Brock, B.W., Diolaiuti, G., D'Agata, C., Citterio, M., Kirkbride, M.P., Cutler, M.E.J., and Smiraglia, C. (2008a). Using ASTER satellite and ground-based surface temperature measurements to derive supraglacial debris cover and thickness patterns on Miage Glacier (Mont Blanc Massif, Italy). Cold Regions Science and Technology 52, 341-354.

Mihalcea, C., Mayer, C., Diolaiuti, G., D'Agata, C., Smiraglia, C., Lambrecht, A., Vuillermoz, E., and Tartari, G. (2008b). Spatial distribution of debris thickness and melting from remote-sensing and meteorological data, at debris-covered Baltoro glacier, Karakoram, Pakistan. Annals of Glaciology 48, 49-57.

Minora, U., Senese, A., Bocchiola, D., Soncini, A., D'Agata, C., Ambrosini, R., Mayer, C., Lambrecht, A., Vuillermoz, E., Smiraglia, C., et al. (2015). A simple model to evaluate ice melt over the ablation area of glaciers in the Central Karakoram National Park, Pakistan. Annals of Glaciology 56, 202-216.

See Also

debrisThicknessEmp, nls

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# Load the provided data set as exemplary input for the function
# The values of the data set do not represent real field
# measurements and were only created for demonstration purposes
data(debrisThickness_measured, lst_measured,
    package = "glacierSMBM")
# Individual data sets should be loaded using the
# functions read.*()

# Calculate the required fitting parameters for the function
# debrisThicknessEmp() and plot the results
output <- debrisThicknessFit(surfaceTemperature = lst_measured,
    debrisThickness = debrisThickness_measured, plotOutput = TRUE)

glacierSMBM documentation built on May 2, 2019, 3:42 a.m.