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: 19.0.0.0 (11.1.1.1111)
Syntax public double CalculateGwDepthForZeroBaseFlow(
DateTime x
)
Public Function CalculateGwDepthForZeroBaseFlow (
x As DateTime
) As Double
public:
double CalculateGwDepthForZeroBaseFlow(
DateTime x
)
Parameters
- x
- Type: SystemDateTime
The time as a DateTime type
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentNam.CalculateGwDepthForZeroBaseFlow(System.DateTime)"]
See Also