nctoolkit.DataSet.ensemble_percentile

DataSet.ensemble_percentile(self, p=None)

Calculate an ensemble percentile This will calculate the percentles for each time step in the files. For example, if you had an ensemble of files where each file included 12 months of data, it would calculate the percentile for each month.

Parameters

p (float or int) – percentile to calculate. 0<=p<=100.