Data.Sicopolis.model | R Documentation |
Ice mass loss output from a 5-parameter ensemble of SICOPOLIS ice sheet model
data(Data.Sicopolis.model)
The format is a list containing five elements
661-element time vector for model output: (1840, 1841, ..., 2500)
Time units = "Year"
[1:661, 1:100] matrix of Greenland Ice Sheet mass anomaly with respect to year 2003. [row, col] = [time index, parameter index]. The vector of parameter values for columns of $out is in the $par element of Data.Sicopolis.par.
Output name = "GIS Mass Anomaly wrt 2003"
Output units "Gt"
The ensemble was generated by Patrick Applegate. The ensemble varies five important ice sheet model parameters: Flow Enhancement Factor, Basal Sliding Factor, Geothermal Heat Flux, Snow PDD Factor, and Ice PDD Factor
Applegate, P. J., Kirchner, N., Stone, E. J., Keller, K., and Greve, R., 2012, An assessment of key model parametric uncertainties in projections of Greenland Ice Sheet behavior: The Cryosphere 6, 589-606.
# Fit an emulator to the SICOPOLIS ensemble data
data(Data.Sicopolis.par)
data(Data.Sicopolis.model)
## Not run: emulator(Data.Sicopolis.par, Data.Sicopolis.model, c(FALSE, FALSE,
FALSE, FALSE, FALSE), FALSE, 200000, 20000)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.