CalibrationPlot Class |
Namespace: DHI.Mike1D.Generic
The CalibrationPlot type exposes the following members.
| Name | Description | |
|---|---|---|
| CalibrationPlot |
Constructor
|
| Name | Description | |
|---|---|---|
| AccumulatedQuantity | EUM item of the accumulated values for the quantity | |
| Catchment | ||
| InstantQuantity | EUM item of the calibrated values | |
| ItemName |
Name of item being calibrated.
| |
| ModelId |
model element ID. Unique id.
| |
| ObservedData |
Observed data. Used for creating calibration plots and for auto-calibration reference data.
| |
| ObsTimes | Times of observed data. | |
| ObsValues | Observed values. | |
| ScalingFactor |
ScalingFactor, factor between actual output and observed data.
For Catchments it is usually the area.
default value should be 1. | |
| SimValues |
Simulated values | |
| SkipAccumulatedPlot |
Bool indicating whether to create accumulated plot. If set to true, only the instant plot is created.
|
| Name | Description | |
|---|---|---|
| CalculateR2 |
Calculate r2
| |
| CreateObservedYearlyRunoff |
Create observed yearly runoff in catchment for statistics
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Finish |
Finalize, close output files.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HandleTimeStepPerformed |
Method to call when time step has been performed. It will
automatically update the SimValues using the CalibratingItemGetter,
when data is available.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Prepare |
Prepare. Returns false if calibration plot cannot be created.
| |
| SetDataValueType |
Type of time step: Instantaneous, step accumulated, reverse step accumulated, Mean step accumulated
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CalibratingItemGetter |
Delegate to retrieve simulated values at specified time
|