Description Usage Arguments Value Author(s) Examples
BLRPM.sim is the main function for simulating precipitation with the Bartlett-Lewis rectangular pulse model.
It generates storms and cells using the given five BLRPM parameters lambda, gamma, beta, eta, mux for a given
simulation time t.sim. The function BLRPM.sim then accumulates a precipitation time series of length
t.akk (typically the same as t.sim) with an accumulation time step interval from the generated
storms and cells. An offset can be used to delay the precipitation time series for initialization reasons.
BLRPM.sim returns a list of different variables and data.frames: Storms, Cells, Stepfun, Precip, time.
1 |
lambda |
|
gamma |
|
beta |
|
eta |
|
mux |
|
t.sim |
|
t.acc |
|
interval |
|
offset |
|
$storms returns data.frame containing information about storms: start, end, number of cells
$cells returns data.frame containing information about cells: start, end, intensity, storm index
$sfn returns stepfunction used to accumulate precipitation time series
$RR returns vector of accumulated precipitation with time step interval [mm/interval]
$time returns vector of time steps [interval]
Christoph Ritschel christoph.ritschel@met.fu-berlin.de
1 2 3 4 5 6 7 8 9 10 |
Loading required package: R6
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.