ICatchmentData Interface |
This interface contains data and parameters for setting up a catchment model, and represents as such only setup data. Computational variables and methods are not included in this interface. It can be used to explore data and parameters required when setting up the catchment model.
Namespace: DHI.Mike1D.RainfallRunoffModule
The ICatchmentData type exposes the following members.
Name | Description | |
---|---|---|
AdditionalFlow |
Additional constant flow added to the total runoff
Unit: [m3/s]
Default: 0
| |
Area |
Total area of catchment
| |
CatchmentGeometry |
Geometry of the catchment. This is a list of coordinates defining a closed polygon as
the extent of the catchment.
| |
CatchmentName |
Catchment name
The name is not unique, there may be several catchment models for one catchment, however all catchments with the same name should/must share the same catchment geometry. | |
CenterPoint |
The central point of the catchment. Used for e.g. finding the
rain time series closest to this catchment.
| |
EndTime | Obsolete.
End time of catchment simulation - the latest time for which the catchment can return data
| |
ModelId |
Catchment model ID. Unique id.
| |
Name | Obsolete.
Catchment model ID. Unique id.
| |
ObservedData |
Observed data. Used for creating calibration plots and for auto-calibration reference data.
| |
Persons |
Number of person equivalent in the catchment,
used with catchment discharge source boundary
| |
StartTime | Obsolete.
Start time of catchment simulation - the earliest time for which the catchment can return data
| |
StormWaterLIDs |
StormWater LIDs connected to catchment
| |
TimeStep |
Time step used during the simulation by the catchment model
| |
UseHotStartFile |
Flag telling if initial conditions is taken from a hotstart file
Default: false
|