ddistAll 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

init.ddistAll(method = NULL, path = NULL, S = NULL, ddistx = NULL,
  ddist = NULL)

Arguments

method
method for the initialization, "load", "source", "manual"
path
directory where to get the files
S
deficit
ddistx
current capacity of each level (in mm)
ddist
states of each saturation level

Examples

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