Summary

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

Description

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

Configuration

Statistics Ensemble - Count
	<transformation id="maxOfData">
		<statisticsEnsemble>
			<max>
				<inputVariable>
					<variableId>ensemble</variableId>
				</inputVariable>
				<outputVariable>
					<variableId>data_maxima</variableId>
				</outputVariable>
			</max>
		</statisticsEnsemble>
	</transformation>



  • No labels