CatchmentNamInitial Class |
Namespace: DHI.Mike1D.RainfallRunoffModule
The CatchmentNamInitial type exposes the following members.
Name | Description | |
---|---|---|
CatchmentNamInitial |
Default constructor
|
Name | Description | |
---|---|---|
BaseFlow |
Initial base flow
Type: Discharge
Unit: [m3/s]
Default: 0.0
| |
GroundWaterDepth |
Initial ground water depth. If UseInitialBaseFlow,
the ground water depth is calculated from the base flow.
Type: Ground water depth
Unit: [m]
Default: 10.0
| |
InterFlow |
Initial interflow
Type: Discharge
Unit: [m3/s]
Default: 0.0
| |
InterFlowFirstReservoir |
Initial interflow from first reservoir
Type: Discharge
Unit: [m3/s]
Default: 0.0
| |
LowerBaseFlow |
Initial lower base flow
Type: Discharge
Unit: [m3/s]
Default: 0.0
| |
NumberOfSnowZones |
Variable holding the number of snow zones. Setting this variable updates the
SnowStorage and WaterRetention
accordingly.
| |
OverLandFirstReservoirStorage |
Initial amount of water stored in the first overland reservoir.
Unit: [mm]
| |
OverlandFlow |
Initial overland flow
Type: Discharge
Unit: [m3/s]
Default: 0.0
| |
OverlandFlowFirstReservoir |
Initial overland flow from first reservoir
Type: Discharge
Unit: [m3/s]
Default: 0.0
| |
OverLandSecondReservoirStorage |
Initial amount of water stored in the second overland reservoir.
Unit: [mm]
| |
RelativeRootZoneStorageContent |
Initial relative water content in the root zone
Type: Dimensionless
Unit: []
Default: 0.0
| |
RelativeSurfaceStorageContent |
Initial relative water content in the surface storage
Type: Dimensionless
Unit: []
Default: 0.0
| |
SnowStorage |
Initial snow storage used when zonal approach is used.
Type: Snow Water Content
Unit: [mm]
Default: 0.0
| |
UseInitialBaseFlow |
Flag telling the ground water storage is initialised by a baseflow and ground water depth is derived from the baseflow, or
if initialised by an initial groundwater depth and the base flow is derived from the depth.
When called from MIKE11 it is true, if called from Mouse it is false. Default: true | |
WaterRetention |
Initial water retention used when zonal approach is used.
Type: Max water
Unit: [%]
Default: 0.0
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FinalConditions | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
_useInitialBaseFlow |
Flag telling if an initial baseflow is specified. When called from MIKE11 it is true, if called from Mouse it is false.
Type: flag.
Unit: [].
Default: true.
|