CatchmentNamCalculateGwDepthForZeroBaseFlow Method

This routine finds the ground water depth at which there is zero base flow. This depth can be either constant or vary through out the year.

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 double CalculateGwDepthForZeroBaseFlow(
	DateTime x
)

Parameters

x  DateTime
The time as a DateTime type

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentNam.CalculateGwDepthForZeroBaseFlow(System.DateTime)"]

See Also