CatchmentNamDataCropCoeffs Property |
Variables holding the seasonal crop coefficientsas read from the file
Type: Dimensionless factor
Unit: []
Default: 1
Used only when UseCropCoeffsAndLosses is set.
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double[] CropCoeffs { get; set; }
Public Property CropCoeffs As Double()
Get
Set
public:
virtual property array<double>^ CropCoeffs {
array<double>^ get () sealed;
void set (array<double>^ value) sealed;
}
Property Value
Type:
DoubleImplements
ICatchmentNamDataCropCoeffsSee Also