Versions Compared

Key

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

Summary

Input: Ensemble
Output: Scalar timeseries
Returns the number of values per timestep, i.e. ensemble member count

Description

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

Configuration

Code Block
languagexml
titleStatistics Ensemble - Count
	<transformation id="countData">
		<statisticsEnsemble>
			<count>
				<inputVariable>
					<variableId>ensemble</variableId>
				</inputVariable>
				<outputVariable>
					<variableId>data_count</variableId>
				</outputVariable>
			</count>
		</statisticsEnsemble>
	</transformation>