CatchmentNamInitial Class

Default initial conditions for NAM.

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class CatchmentNamInitial : ICatchmentNamInitial
Inheritance
Object    CatchmentNamInitial
Implements
ICatchmentNamInitial

Constructors

CatchmentNamInitial Default constructor

Properties

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

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalConditions 
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

_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.

See Also