Click or drag to resize

CatchmentNamInitial Class

Default initial conditions for NAM.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.RainfallRunoffModuleCatchmentNamInitial

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class CatchmentNamInitial : ICatchmentNamInitial

The CatchmentNamInitial type exposes the following members.

Constructors
  NameDescription
Public methodCatchmentNamInitial
Default constructor
Top
Properties
  NameDescription
Public propertyBaseFlow
Initial base flow Type: Discharge Unit: [m3/s] Default: 0.0
Public propertyGroundWaterDepth
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
Public propertyInterFlow
Initial interflow Type: Discharge Unit: [m3/s] Default: 0.0
Public propertyInterFlowFirstReservoir
Initial interflow from first reservoir Type: Discharge Unit: [m3/s] Default: 0.0
Public propertyLowerBaseFlow
Initial lower base flow Type: Discharge Unit: [m3/s] Default: 0.0
Public propertyNumberOfSnowZones
Variable holding the number of snow zones. Setting this variable updates the SnowStorage and WaterRetention accordingly.
Public propertyOverLandFirstReservoirStorage
Initial amount of water stored in the first overland reservoir. Unit: [mm]
Public propertyOverlandFlow
Initial overland flow Type: Discharge Unit: [m3/s] Default: 0.0
Public propertyOverlandFlowFirstReservoir
Initial overland flow from first reservoir Type: Discharge Unit: [m3/s] Default: 0.0
Public propertyOverLandSecondReservoirStorage
Initial amount of water stored in the second overland reservoir. Unit: [mm]
Public propertyRelativeRootZoneStorageContent
Initial relative water content in the root zone Type: Dimensionless Unit: [] Default: 0.0
Public propertyRelativeSurfaceStorageContent
Initial relative water content in the surface storage Type: Dimensionless Unit: [] Default: 0.0
Public propertySnowStorage
Initial snow storage used when zonal approach is used. Type: Snow Water Content Unit: [mm] Default: 0.0
Public propertyUseInitialBaseFlow
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

Public propertyWaterRetention
Initial water retention used when zonal approach is used. Type: Max water Unit: [%] Default: 0.0
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFinalConditions
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_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.
Top
See Also