SimClimMatEmpirical: Simulate a climate matrix for sedproxy using parameters from...

Description Usage Arguments Value Examples

View source: R/SimClimMat.R

Description

Simulate a climate matrix for sedproxy using parameters from PSEM and an empirical climate spectrum

Usage

1
SimClimMatEmpirical(spec, sim.pars, n.months = 12)

Arguments

spec

Spectrum of stochastic climate

sim.pars

Parameters of seasonal cycle

Value

A list with the simulated climate matrix and seasonal cycle

Examples

1
2
3
4
5
6
spec.pars <- GetSpecPars("Mg_Ca")
f <- GetNu(T = 10000, delta_t = 1)
spec <- ModelSpectrum(f, latitude = 20)
spec$spec[is.na(spec$spec)] <- 0
clim.mat <- SimClimMatEmpirical(spec, spec.pars)
plot(clim.mat$cl[, 1])

EarthSystemDiagnostics/spectraluncertainty documentation built on Jan. 8, 2020, 9:43 a.m.