CatchmentNamDataSeasonalDegreeDayCoeff Property  | 
 
            This array holds the seasonal variation of the degree day coefficient (Csnow).
            Type: melting Coefficient
            Unit: [mm/celcius/day]
            Default: 1, 1.5, 2, 3, 4, 4.5, 4.5, 4, 3, 2, 1.5, 1
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double[] SeasonalDegreeDayCoeff { get; set; }Public Property SeasonalDegreeDayCoeff As Double()
	Get
	Set
public:
virtual property array<double>^ SeasonalDegreeDayCoeff {
	array<double>^ get () sealed;
	void set (array<double>^ value) sealed;
}Property Value
Type: 
DoubleImplements
ICatchmentNamDataSeasonalDegreeDayCoeff
See Also