ICatchmentUrbanDataInitialLossRecoveryRate Property |
Recovery rate for initial loss capacity.
The initial loss capacity is regenerated in dry periods by a linear recovery rate.
Used as constant evaporation, when evaporation is not defined explicitly. If evaporation is defined explicitly
(see EvaporationFromTimeSeries), this is neglected.
For some catchment models it is only applied under dry conditions.
Unit: [m/s]
Default: 0.00005 [m/hour]
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax double InitialLossRecoveryRate { get; set; }
Property InitialLossRecoveryRate As Double
Get
Set
property double InitialLossRecoveryRate {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also