nctoolkit.DataSet.ensemble_stdev

DataSet.ensemble_stdev()

ensemble_stdev: Calculate an ensemble standard deviation

The ensemble standard deviation is calculated for each time steps; for example, if the ensemble is made up of monthly files the standard deviation for each month will be calculated. 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 standard deviation as follows:

>>> ds.ensemble_stdev()