CatchmentNam Methods |
The CatchmentNam type exposes the following members.
Name | Description | |
---|---|---|
ApplyBoundary(ICatchmentSourceBoundary) |
Apply source boundary to the catchment. The boundary will be set depending on the type.
It will throw an exception if type in not correct or if Discharge type is used.
(Overrides CatchmentApplyBoundary(ICatchmentSourceBoundary).)If a boundoary source is already set, it will be overridden. | |
ApplyBoundary(GlobalSourceBoundaryTypes, GlobalGeoLocatedSource) |
Apply boundary for Global source boundary type
(Overrides CatchmentApplyBoundary(GlobalSourceBoundaryTypes, GlobalGeoLocatedSource).) | |
ApplyBoundaryLIDs(ICatchmentSourceBoundary) |
Apply boundary to LID's in catchment
(Inherited from Catchment.) | |
ApplyBoundaryLIDs(GlobalSourceBoundaryTypes, GlobalGeoLocatedSource) |
Apply boundary to LID's in catchment
(Inherited from Catchment.) | |
BoundaryTypeIsAdditive |
Return true if boundaries of the specified type are additive; the contributions of
two discharge boundaries add up, while two temperature boundaries do not.
(Inherited from Catchment.) | |
CalcInitialGWDepthFromBaseflow |
Calculates an initial ground water depth from a base flow
| |
CalcInitialOverlandFirstReservoirStorageFromFlow |
Calculate initial OverLandFirstReservoirStorage from OverLandFirstReservoirFlow
(and OverLandOutflow), i.e. these must be set first.
| |
CalcInitialOverlandSecondReservoirStorageFromFlow |
Calculate initial OverLandSecondReservoirStorage from OverLandOutflow
(and OverLandFirstReservoirFlow), i.e. these must be set first.
| |
CalcTimeConstantFirstReservoir |
This functione returns the final time constant needed to route overland flow through the first linear reservoir.
Unit: [hour]
| |
CalcTimeConstantSecondReservoir |
This functione returns the final time constant needed to route overland flow through the second linear reservoir.
Unit: [hour]
| |
CalculateGwDepthForZeroBaseFlow |
This routine finds the ground water depth at which there is zero base flow.
This depth can be either constant or vary through out the year.
| |
CalculateStatistics |
Calculate statistics.
(Overrides CatchmentStateCalculateStatistics.)Called at end of each time step, by PerformTimeStep | |
CalculateYearlyStatistics |
Calculate and update yearly statistics, YearlyRunoff.
(Overrides CatchmentStateCalculateYearlyStatistics.)Called at end of each time step, in PerformTimeStep | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Destructor
(Inherited from Catchment.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetRequiredTypes |
Returns a list of CatchmentSourceBoundaryTypes that need to be set.
The list will always contains Rainfall and Evaporation if they have not been set yet.
The list should be empty when this is called for M11, because the
source boundaries have already been set.
(Overrides CatchmentGetRequiredTypes.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitialiseStateVariableTable |
This procedure initializes all the state variables declared for the catchment.
(Overrides CatchmentStateInitialiseStateVariableTable.) | |
Initialize |
Initialize Rainfall Runoff model. Sets up static data.
(Overrides CatchmentInitialize(IDiagnostics).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PerformTimeStep |
This procedure forwards the calculation with one time step.
(Inherited from Catchment.) | |
Prepare |
Prepare Rainfall Runoff model. Sets up dynamic data so that the model is ready for first time step.
(Overrides CatchmentPrepare(RRParameters, IDiagnostics).) | |
PrepareSource |
Prepare boundary source.
(Inherited from Catchment.) | |
PrepareState |
Prepare state for new simulation.
(Inherited from CatchmentState.) | |
ResetBoundaries |
Remove boundaries applied in previous runs
(Inherited from Catchment.) | |
TakeTimeStep |
This procedure forwards the NAM calculation with one time step.
(Overrides CatchmentTakeTimeStep.) | |
TimeAccepts |
List of data types that is accepted and can be used in SetValue
(Inherited from Catchment.) | |
TimeOffers |
List of data types that is offered and can be used in GetValue
(Inherited from Catchment.) | |
TimeOfNextUpdate |
Return the time of next update. Used for PostTimeStepEvent event in Catchments.
If a catchment uses variable timesteps, then this function must be overridden!!
(Inherited from Catchment.) | |
TimeValueGetter(IQuantity) |
Get value setter for the specified data quantity
(Inherited from Catchment.) | |
TimeValueGetter(IQuantity, IQuantity) |
Get value setter for the specified data quantity
(Inherited from Catchment.) | |
TimeValueGetterRR |
Get value setter for the specified data quantity
(Overrides CatchmentStateTimeValueGetterRR(IQuantity, IQuantity).) | |
TimeValueSetter |
Get value setter for the specified data type
(Inherited from Catchment.) | |
ToString | Returns a string that represents the current object. (Inherited from Catchment.) | |
TransferToStateVariableTable |
This routine stores the calculated variables in variables ready for export. The values in these state variable
corresponds to the values written to the result file. All discharge variables are subject to a unit conversion.
During the calculation discharges are calculated using the unit mm/hour and must therefor be converted into m3/s.
(Overrides CatchmentStateTransferToStateVariableTable.) | |
TriggerPostTimeStepEvent |
Trigger the PostTimeStepEvent, called at end of a time step.
(Inherited from Catchment.) | |
Type |
The type of catchment: NAM, Urban A etc
(Overrides CatchmentType.) | |
Update |
Update internal state of catchment to time Time()
(Overrides CatchmentStateUpdate(DateTime).) | |
Validate |
Validate that the catchment is set up correctly
(Overrides CatchmentValidate.) | |
Validate(IDiagnostics, Boolean) |
Check that the NAM catchment has been properly initialised
To be called at the end of Initialize() using isInitializing true.
Validate() is called before Initialize()
| |
ValidateLIDs |
Validate all LIDs in catchment
(Inherited from Catchment.) | |
VolumeInCatchment |
Volume of water stored in catchment after previous TakeTimeStep()
(Overrides CatchmentVolumeInCatchment.) | |
VolumeInCatchmentAtStart |
Volume of water stored in catchment after previous TakeTimeStep()
(Overrides CatchmentVolumeInCatchmentAtStart.) |