Eproj.list.f: creates a list of climate scenarios for developing CCF

Description Usage Arguments Examples

View source: R/climate.scenario.functions.r

Description

creates a list of climate scenarios for developing CCF

Usage

1
Eproj.list.f(Emean.shifts, N, proj.years, Edist.a, Edist.b)

Arguments

N

The number of different realisations of the future to create

proj.years

The number of years to project into the future

mean.shift

a vector of shifts in the mean of the gamma distribution of E

shape

The gamma distribution shape parameter

rate

The gamma distribution rate parameter

Examples

1
2
E.shifts= c(0,seq(-1,0.47,length=25)) #the first value must always be 0 (i.e. no mean shift)
Eprojection= Eproj.list.f(E.shifts, N=N, proj.years=proj.years, shape=gamma.shape, rate=gamma.rate)

duplisea/ccca documentation built on April 17, 2021, 2:31 a.m.