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)

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

Arguments

method
method for the initialization, "load", "source", "processed"
path
directory where to get the files, in used when method is "load" or "source"
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

## Not run: ------------------------------------ # init.UH() ## ---------------------------------------------