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

Compare with Current View Page History

« Previous Version 2 Current »

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

Statistics Ensemble - Count
	<transformation id="countData">
		<statisticsEnsemble>
			<count>
				<inputVariable>
					<variableId>ensemble</variableId>
				</inputVariable>
				<outputVariable>
					<variableId>data_count</variableId>
				</outputVariable>
			</count>
		</statisticsEnsemble>
	</transformation>



  • No labels