HortonSwitchHortonModeTo Method

Switch Horton mode. Automatically calculating new Horton times, i.e. when switching from dry to wet mode, the value of Twet is calculated to match the same infiltration as the current value of Tdry, and vice versa.

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void SwitchHortonModeTo(
	HortonMode newMode
)

Parameters

newMode  HortonMode

[Missing <param name="newMode"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Horton.SwitchHortonModeTo(DHI.Mike1D.RainfallRunoffModule.HortonMode)"]

See Also