Configure Soils

vs2dh.ConfigureSoils(props = list(vs2dh.ConfigureSoil(),
  vs2dh.ConfigureSoil(hk = vs2dh.ConfigureGenuchten(ratioKzKh = 100))),
  grid = vs2dh.ConfigureSoilGrid(ntex = length(props)), wus = 0.5)

Arguments

props

Soil (flow & transport) properties as retrieved by vs2dh.ConfigureSoil() ordered by itex number, i.e. first list element = itex1, second = itex2

grid

grid matrix as retrieved by vs2dh.ConfigureSoilGrid

wus

Weighting option for intercell relative hydraulic conductivity: 1 (for full upstream weighting), 0.5 (for arithmetic mean) and 0.0 (for geometric mean), (default: 0.5)

Value

Configuration of soils for flow and energy transport (only hydraulic function type 1 vanGenuchten model is implemented!)