main: ddd general simulation

Description Usage Arguments Examples

Description

Main function for the simulation of the hydrological model ddd

Usage

1
2
3
4
5
main(fromPeriod = NULL, toPeriod = NULL, timeResolution = NULL,
  catchment = "catchment", pathData = NULL, fileData = NULL,
  pathParam = NULL, fileParam = NULL, methodParam = "processedNVE",
  methodModel = "processedNVE", pathResults = "~/", D_ci = 2,
  saveDate = NULL, FIGURE = FALSE)

Arguments

fromPeriod

"YYYYmmddHH"

toPeriod

"YYYYmmddHH"

timeResolution

"daily", "three-hourly", "hourly"

catchment

name of the catchement. Not in used yet

pathData

path of the data file (ptq)

fileData

name of the data file (ptq)

pathParam

path of the parameters file

fileParam

name of the parameters file (ptq)

methodParam

method how to get the param. Default is "processedNVE"

methodModel

method how to get the model. Default is "processedNVE"

pathResults

path of the results. Default is HOME

D_ci

initial condition for the potential volume of water that is needed for complete saturation. Default is 2

saveDate

full data of this date will be saved

FIGURE

Boolean to plot a basic plot. Default is FALSE

Examples

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

## End(Not run)

nexModeling/ddd documentation built on May 23, 2019, 4:27 p.m.