GriddedSourceCatchmentGriddedWeights Property

The catchments that uses this boundary. It also can hold the catchment weights, i.e. for each catchment specifying which cells in the grid that is inside the catchment, and a weight for calculation the average source contribution of all included cells.

If no weights are defined, only catchment ID's, weights will be calculated automatically

Definition

Namespace: DHI.Mike1D.BoundaryModule
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public List<CatchmentGriddedWeights> CatchmentGriddedWeights { get; set; }

Property Value

ListCatchmentGriddedWeights

See Also