Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Summary

Input: Ensemble
Output: Scalar timeseries
Returns the sum of all values per timestep, using values from all ensemble members that have data for this timestep.

Description

Per timestep the sum of all ensemble members that have data for this timestep is written to the output value, resulting in a scalar timeseries.

Configuration

Code Block
languagexml
titleStatistics Ensemble - Count
	<transformation id="sumData">
		<statisticsEnsemble>
			<sum>
				<inputVariable>
					<variableId>ensemble</variableId>
				</inputVariable>
				<outputVariable>
					<variableId>data_sum</variableId>
				</outputVariable>
			</sum>
		</statisticsEnsemble>
	</transformation>