Initializing the soil discharge The funtion initializes the soil discharge Unit is in m3/s

init.soilDischarge(method = NULL, path = NULL, MAD = NULL, q1 = NULL,
  D = NULL, Timeresinsec = NULL, modelArea = NULL, modelLayer = NULL,
  modelRiver = NULL, modelBog = NULL, layerUH = NULL, UHriver = NULL)

Arguments

method
method for the initialization, "load", "source", "manual", "processed"
path
directory where to get the files, in used when method is "load" or "source"
MAD
Mean Annual Discharge values
q1
first value of the runoff timeserie
D
volume of the unsaturated zone
Timeresinsec
time resolution of the process in second (1hour: 3600s, ... etc)
modelArea
list of parameters about the area list(totarea,slopesriverarea,nobognoglacarea,bogarea)
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)
modelBog
list of parameters of the bog list(maxL,speed,nbStepsDelay,z,dist,param)
layerUH
Unit Hydrograph of the saturation layers
UHriver
Unit Hydrograp of the river

Examples

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