devScenarioClean {foreSIGHT} | R Documentation |
Takes the IO="dev" output of scenariogenerator and repacks it into the IO="verbose" style.
devScenarioClean(obs=NULL, optimArgs=NULL, attPerturb=NULL, attHold=NULL, attPenalty=NULL, modelTag=NULL, modelInfoMod=list(), exSpArgs=NULL, simDirectory=NULL, nSeed=NULL, nRep=NULL, repack=FALSE )
obs |
A dataframe of observed climate data in the form Year Month Day P Temp. |
optimArgs |
A list controlling the search algorithm with the following components:
|
attPerturb |
A character vector of climate attributes to hold at a target. A list of all supported attributes can be found under shown under details below. |
attHold |
A character vector of climate attributes to hold at a target. A list of all supported attributes can be found under shown under details below. |
attPenalty |
A character vector of climate attributes to place specific focus on during targeting via the use of a penalty function during the optimisation process. |
modelTag |
A character vector of which stochastic models to use to create each climate variable.Supported tags are shown under details below. |
modelInfoMod |
A list containing information for modifying stochastic model bounds and defining fixed parameters. |
exSpArgs |
a list to control the exposure space creation with the following components:
|
simDirectory |
A string used to label the output directory. |
nSeed |
A scalar used to specify the number of seeds (in this case replicates) for the stochastic generation of time series. |
nRep |
A scalar that indicates the total number of files (i.e. no. targets x n seeds) |
repack |
If TRUE writes .csv files of all collates scenarios. |
Repackages output from IOmode="dev" runs of sceanariogenerator function.