ICatchmentUrbanDataGlobalDryDepthLimit Property |
Dry depth used for switching Horton's mode between dry and wet
in Kinematic Wave model:
when InfiltrationAfterRain == true
In this case the switching to regeneration of infiltration capacity
is controlled by a low limit of the water depth on the surface.
(from ini file)
Unit: [m]
Default: 1e-6
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax double GlobalDryDepthLimit { get; set; }
Property GlobalDryDepthLimit As Double
Get
Set
property double GlobalDryDepthLimit {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also