ddistAll initialization The funtion initializes the main features of the groundwater:

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, in used when method is "load" or "source"
S
deficit
ddistx
current capacity of each level (in mm)
ddist
states of each saturation level

Examples

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