stateX.soilDischarge: state of soil discharge

Description Usage Arguments Value Examples

View source: R/stateX.soilDischarge.R

Description

The function stateX.soilDischarge() process the soil discharge: 1- process the soil discharge of slopes 2- process the soil discharge of bogs 3- process the accumulated discharge with a dynamic Unit is in m3/s

Usage

1
2
stateX.soilDischarge(Timeresinsec, layerUH, ddistAll, UHriver, waterContent,
  area, modelBog, waterContentBog, areabog, qsimX)

Arguments

Timeresinsec

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

layerUH

Unit Hydrograph of the saturation layers

ddistAll

states of each saturation level

UHriver

Unit Hydrograp of the river

waterContent

excess of water in millimeters over Slopes

area

in squared meters

modelBog

list of parameters of the bog list(maxL=a,speed=b,nbStepsDelay=c,z=d,distr="dexp",param=c(e))

waterContentBog

excess of water in millimeters over Bogs

areabog

in squared meters

qsimX

soil discharge value to take into account while doing the accumulation

Value

The output is a list of i- the discharge at the time step and ii- the accumulatied discharge

Examples

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

## End(Not run)

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