You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Information

Transformation:

DischargeVolume

Transformation Group:

Events

Description:

Calculates either the discharge volume of all events initiated in the output period or only the discharge volume of the largest event initiated in the output period. An event in this transformation is defined as a series of subsequent subevents where the duration of gaps where there are no subevents is smaller than the specified maxGapDuration parameter. A subevent is defined as a measurement in time in the input where the value is larger than the specified threshold parameter. The discharge volume of a subevent is calculated by multiplying the input value (m3/s) by the duration of the input time step. The discharge volume for an event is registered only in the output period where the event initiated.

Hydrological Information

Purpose and use of Transformation:

Aggregates discharge volume of selected subevents in m3. This transformation can for instance be used to report statistics on sewer spillage.

Background and Exceptions:

The input must be m3/s. The output time step must be bigger than the input time step. All input values must be non-missings, otherwise the result will be set to missing value. In case one of the inputs is doubtful, the output flag is set to ORIGINAL_DOUBTFUL.

Input

discharge Equidistant measurements in m3/s.

Options

eventSelection Selects either discharge volume of all events or only the discharge volume of the event with the largest discharge volume.
threshold Only measurements are used with a value above this value. Default is 0.
maxGapDuration When there is a gap between two subsequent subevents exceeding this duration, these subevents belong to two separate events. Default is 24 hours.

CoefficientSets

No connection to CoefficientSets.

Output

volume Aggregated volume of the selected events in m3.

Configuration Example

config example in ready-to-use xml

 
<Config> Config example in this box for copy & paste </Config>
 
  • No labels