Summary

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

Description

Per timestep the mean values is computed using ensemble members that have data for this timestep and written to the output value, resulting in a scalar timeseries.

Configuration

Statistics Ensemble - Count
	<transformation id="meanData">
		<statisticsEnsemble>
			<mean>
				<inputVariable>
					<variableId>ensemble</variableId>
				</inputVariable>
				<outputVariable>
					<variableId>data_mean</variableId>
				</outputVariable>
			</mean>
		</statisticsEnsemble>
	</transformation>



  • No labels