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

Compare with Current View Page History

Version 1 Next »

Information

Transformation:

MeanInterval

Transformation Group:

Accumulation

Description:

This transformation calculates the accumulative mean from the input time series within several intervals. The intervals are defined by the specified intervalTimeStep. For a given interval the first output value equals the first input value within the interval and the other output values are equal to the mean of the corresponding input value and all previous input values within the interval. The startTime of an interval is exclusive and the endTime of an interval is inclusive. The output time series must have the same timeStep as the input time series.

Hydrological Information

Purpose and use of Transformation:

To create accumulative mean curves for several intervals.

Background and Exceptions:

Does not work for irregular time steps.

Input

Input variable.

Options

intervalTimeStep This time step defines the intervals that are used for the accumulation. Each time in this time step is the boundary between two intervals.

ignoreMissing Optional. If true, then missing values are ignored. If false, then output values will be set to missing values starting from the first missing input value in an interval until the end of that interval. Default is true.

Output

Output variable with accumulative mean curves.

Configuration Example

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