Learn R Programming

stilt (version 1.3.0)

Data.Sicopolis.par: SICOPOLIS model ensemble parameter settings

Description

Parameter settings corresponding to SICOPOLIS ensemble model output in Data.Sicopolis.model.

Usage

data(Data.Sicopolis.par)

Arguments

Format

The format is a list containing three elements

$par

[1:5, 1:100] matrix of parameter settings for the SICOPOLIS model ensemble. [row, col] = [parameter number, ensemble run number]. The columns match the columns of $out element of Data.Sicopolis.model

$par

Parameter names for rows of $par

$parunits

Parameter units for rows of $par

Details

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

Examples

Run this code
# NOT RUN {
# 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)
# }

Run the code above in your browser using DataLab