Summary

Input: Ensemble
Output: Scalar timeseries
Returns the percentage of values that exceed the n*25th percentile per timestep, using values from all ensemble members that have data for this timestep.

Description

Per timestep the percentage of values that exceed the n*25th percentile 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="quartileData">
		<statisticsEnsemble>
			<quartile>
				<inputVariable>
					<variableId>ensemble</variableId>
				</inputVariable>
				<value>n</value>
				<outputVariable>
					<variableId>data_quartile</variableId>
				</outputVariable>
			</quartile>
		</statisticsEnsemble>
	</transformation>



  • No labels