Autocal Class

Data for autocalibration of catchment parameters.

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 Autocal
Inheritance
Object    Autocal

Constructors

AutocalInitializes a new instance of the Autocal class

Properties

Enabled Boolean specifying whether auto calibration is enabled for this catchment.
InitialExcludedTime Initial Number of Days Excluded
LowerGwRechargeCoef CQLOW
LowFlowLimit LowFlow
MaxNumEvaluation Maximum number of evaluations
ObjectiveFunctions Objective Functions Included
OverLandflowRunoffCoeff Overland flow runoff coefficient
PeakFlowLimit Peak Flow >
RootZoneStorageMax Maximum water content in the lower zone storage
RR11FileName RR11 File Name
SurfaceStorageMax Maximum Water Content in the surface storage
ThresholdGroundWaterRecharge Threshold value for recharge
ThresholdInterFlow Threshold value for interflow
ThresholdOverlandFlow Threshold value for overland flow
TimeConstantBaseFlow Baseflow time constant
TimeConstantFirstReservoir CK1
TimeConstantInterFlow Time constant for interflow from the surface storage
TimeConstantLowerBaseFlow CKLOW
TimeConstantSecondReservoir CK2

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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)

See Also