ICatchmentNamDataUseFullEvaporationOnSnow Property |
Flag telling if the evaporation has to be reduced by the snow cover.
If False (default MIKE 11) the evaporation will be reduced by the snow cover,
if True (default MIKE URBAN), full evaporation occurs even on the ground where there is snow.
The procedure is only valid when one snow zone is defined. If more than one snow zone is defined
this must be false.
Type: bool.
Default: False.
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax bool UseFullEvaporationOnSnow { get; set; }
Property UseFullEvaporationOnSnow As Boolean
Get
Set
property bool UseFullEvaporationOnSnow {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also