getModel: Get the models to run ddd

Description Usage Arguments Value Examples

Description

Get all the models to run ddd Two options: - build from a set of parameters - load from a rda file

Usage

1
2
getModel(method = NULL, path = NULL, inputParam = NULL,
  Timeresinsec = NULL, SAVE = FALSE, pathResults = "~/")

Arguments

method

Method to get the model parameters: "buildNVE" or "load"

path

Directory where to get the files

inputParam

List input parameters

Timeresinsec

Time resolution of the process in second (1hour: 3600s, ... etc)

SAVE

Save the results, Boolean

pathResults

Path of the results. By default: $HOME

Value

a list of all the models used to run ddd

Examples

1
2
3
4
## Not run: 
getModel()

## End(Not run)

nexModeling/dddModel documentation built on May 23, 2019, 4:28 p.m.