CatchmentSurfaceApplyEvaporationOnRain Property  | 
 
            When raining, if true the evaporation is applied at the beginning of the time step, 
            correcting the net rain and limited by the rain.
            If false, evaporation is applied on non-empty storages in the catchment and can exceed the rain.
            
            In dry periods, this is not used, evaporation is always applied on storages.
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool ApplyEvaporationOnRain { get; set; }Public Property ApplyEvaporationOnRain As Boolean
	Get
	Set
public:
property bool ApplyEvaporationOnRain {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also