nctoolkit.DataSet.select_months

DataSet.select_months(self, months=None)

Select months from a dataset This method will subset the dataset to only contain months within the list given. A warning message will be provided when there are missing months.

Parameters

months (list, range or int) – Month(s) to select.