MCsimulations: This function runs Monte Carlo simulations for a given number...

Description Usage Arguments Value Examples

Description

This function runs Monte Carlo simulations for a given number of realisations.

Usage

1
2
MCsimulations(DATA, deltim, warmup, parameters, ListOfModels = 1:1248,
  SimulationFolder, MPIs, verbose = TRUE)

Arguments

DATA

this is the data frame containing the observations

deltim

this is the time step (in days)

warmup

this is the warmup period

parameters

table containing the parameter sets, see GeneratePsetsFUSE

ListOfModels

this is the reduced list of model structures (default = 1:1248)

SimulationFolder

path to the folder where the function saves the results

MPIs

list of functions describing the Model performance Indices

verbose

if TRUE, it prints details of the current simulation

Value

2 arrays: R (discharges) and S (indices).

Examples

1
# MCsimulations(DATA,deltim,warmup,parameters,ListOfModels,SimulationFolder,MPIs)

cvitolo/amca documentation built on May 28, 2019, 7:49 p.m.