CatchmentNamDataUseFullEvaporationOnSnow 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
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 public bool UseFullEvaporationOnSnow { get; set; }
Public Property UseFullEvaporationOnSnow As Boolean
Get
Set
public:
virtual property bool UseFullEvaporationOnSnow {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanImplements
ICatchmentNamDataUseFullEvaporationOnSnowSee Also