init.soilDischarge: Initializing the soil discharge The funtion initializes the...

Description Usage Arguments Examples

View source: R/init.soilDischarge.R

Description

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

Usage

1
2
3
4
init.soilDischarge(method = NULL, path = NULL, qsimutx = NULL,
  qsimX = NULL, MAD = NULL, q1 = NULL, D = NULL, Timeresinsec = NULL,
  modelArea = NULL, modelLayer = NULL, modelRiver = NULL,
  modelBog = NULL, layerUH = NULL, ddistAll = 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"

qsimutx

soil discharge at time t

qsimX

accumulated soil discharge

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

ddistAll

state of the saturation layers

UHriver

Unit Hydrograp of the river

Examples

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

## End(Not run)

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