init.groundwater: Groundwater initialization The funtion initializes the main...

Description Usage Arguments Examples

View source: R/init.groundwater.R

Description

Groundwater initialization The funtion initializes the main features of the groundwater: - The maximum capacity of each staturation level, - the Groundwater Storage Capacity (GSC), - The saturation layers

Usage

1
2
3
init.groundwater(method = NULL, path = NULL, Magkap = NULL, M = NULL,
  Layers = NULL, Timeresinsec = NULL, UHMAD = NULL, MAD = NULL,
  modelArea = NULL, modelSaturation = NULL, modelLayer = NULL)

Arguments

method

method for the initialization, "load", "manual"

path

directory where to get the files

Magkap

Magkap

M

Groundwater Storage Capacity (GSC)

Layers

saturation layers

Timeresinsec

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

UHMAD

Unit Hydrograph of the Mean Annual Discharge

MAD

value of the Mean Annual Discharge

modelArea

list(totarea,slopesriverarea,nobognoglacarea,bogarea)

modelSaturation

list of parameters about the saturation list(gtcel,CapacityUpperLevel,mLam,varLam,distr)

modelLayer

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

Examples

1
2
3
4
## Not run: 
init.groundwater)

## End(Not run)

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