Learn R Programming

stilt (version 1.3.0)

emul.Sicopolis: SICOPOLIS ice sheet model emulator

Description

Sample emulator for ice mass loss from the 5-parameter SICOPOLIS ice sheet model ensemble output

Usage

data(emul.Sicopolis)

Arguments

Format

This is a standard emulator list object, containing standard emulator components as described in 'emulator' function. The emulated quantity is Greenland ice mass loss relative to year 2003 (Gt).

Details

The emulator was fit using all five parameter covariates, and the time covariate. The beta parameters are the multiple linear regression estimates. The model 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.

Examples

Run this code
# NOT RUN {
# Plot the response surface as a function of snow PDD factor, and ice
# PDD factor at year 2500 (time index 661), while keeping other parameters
# at mid-range values
data(emul.Sicopolis)
# }
# NOT RUN {
  rsurface.plot(emul=emul.Sicopolis, parind=c(4,5), parvals=c(3, 10, 50, NA, NA),
      tind=661, n1=5, n2=5)
# }

Run the code above in your browser using DataLab