Input: Ensemble
Output: Scalar timeseries
Returns the number of values per timestep, i.e. ensemble member count
Per timestep the number of ensemble members that have data for this timestep is written to the output value, resulting in a scalar timeseries.
<transformation id="countData"> <statisticsEnsemble> <count> <inputVariable> <variableId>ensemble</variableId> </inputVariable> <outputVariable> <variableId>data_count</variableId> </outputVariable> </count> </statisticsEnsemble> </transformation> |