nctoolkit.DataSet.ensemble_range

DataSet.ensemble_range()

ensemble_range: Calculate an ensemble range

The range is calculated for each time step; for example, if each file in the ensemble has 12 months of data the statistic will be calculated for each month.

This operates on a grid cell by grid cell basis.

Examples

If you had an ensemble of climate models with data covering the same time steps, you would calculate the ensemble range as follows:

>>> ds.ensemble_range()