Click or drag to resize

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.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public double CalculateGwDepthForZeroBaseFlow(
	DateTime x
)

Parameters

x
Type: SystemDateTime
The time as a DateTime type

Return Value

Type: Double
See Also