Get all the models Three options: - build from a set of parameters - load from a rda file - load from a R-file

getModel(getModel, path, Timeresinsec = NULL, SAVE = FALSE,
  pathResults = "~")

Arguments

getModel
method to get the model parameters ("build", "load" or "source")
path
directory where to get the files
Timeresinsec
time resolution of the process in second (1hour: 3600s, ... etc)
SAVE
Boolean to save the current model
pathResults
path to save the results

Examples

## Not run: ------------------------------------ # getModel() ## ---------------------------------------------