ICatchmentKinematicWaveDataApplyEvaporationOnRain Property  | 
 
            True if the evaporation is applied at the beginning of the time step, 
            correcting the net rain (in wet periods).
            
            If false, evaporation is applied at the end of the time step on non-empty 
            storages in the catchment.
            
            Only valid if EvaporationFromTimeSeries is enabled.
            
            Default true. Historically MIKE 11 has set this to true and MIKE URBAN to false.
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxbool ApplyEvaporationOnRain { get; set; }Property ApplyEvaporationOnRain As Boolean
	Get
	Set
property bool ApplyEvaporationOnRain {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also