init.UH: Unit Hydrograph initializing

Description Usage Arguments Examples

View source: R/init.UH.R

Description

The funtion initialize the main Unit Hydrographs: - The UH of the river, - the UH of the layers - The UH of the Mean Annual Discharge (MAD)

Usage

1
2
init.UH(method = NULL, path = NULL, Timeresinsec, modelLayer, modelRiver,
  modelMAD)

Arguments

method

method for the initialization, "load", "processed"

path

directory where to get the files, in used when method is "load"

Timeresinsec

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

modelLayer

list of parameters about the Layers list(maxL,speed,nbStepsDelay,z,distr,param, NoL)

modelRiver

list of parameters about the river list(maxL,speed,nbStepsDelay,z,distr,param)

modelMAD

list of parameters about the Mean Annual Discharge list(maxL,speed,nbStepsDelay,z,distr,param)

Examples

1
2
3
4
## Not run: 
init.UH()

## End(Not run)

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