Description

This selection ensemble member by index transformation takes two inputs. One is a grid time series with different ensemble members. The other one is a scalar time series. The values of the scalar time series should be ensemble indices. The transformation uses the time of the indices for the output, and places the grid with the corresponding ensemble index into that time step.

The transformation has one optional parameter, matchInputAndOutputGridTimes. Because the time of the output time series is determined by the time of the ensemble member indices, it can happen that the input grids do not have data at the given time. If matchInputAndOutputGridTimes is set to false, and the exact time step is unavailable, the first available grid data of the given ensemble member will be filled in the output. If it is set to true, output will only be filled if the data is available for the exact time. Default value for matchInputAndOutputGridTimes is false.


Some notes as to behaviour: