Click or drag to resize

CatchmentCombinedScaleByArea Field

Flag specifying whether the AreaFactor of a sub catchment is an area (in m^2) or a relative scaling factor.

When true, the AreaFactor is interpreted as the area of the sub catchment within the combined catchment. The discharge of the sub catchment will be scaled with the area of the sub catchment to get discharge per area, and then multiplied with the area stored in the AreaFactor.

When false, the AreaFactor is interpreted as a scaling factor of the discharge from each of the sub catchment. A value of one means that the entire discharge from the sub catchment is used in the combined catchment.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool ScaleByArea

Field Value

Type: Boolean
See Also