ICatchmentNamDataSeasonalDegreeDayCoeff 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)
Syntax double[] SeasonalDegreeDayCoeff { get; set; }
Property SeasonalDegreeDayCoeff As Double()
Get
Set
property array<double>^ SeasonalDegreeDayCoeff {
array<double>^ get ();
void set (array<double>^ value);
}
Property Value
Type:
DoubleSee Also