ClimoDataArrayAccessor.runmean

ClimoDataArrayAccessor.runmean(indexers=None, **kwargs)[source]

Return the running mean along different dimensions.

Parameters
  • indexers (dict, optional) – Dictionary mapping of dimension names to window lengths. For example, to get the 11-item or 11-day running mean, use time=11 or time=11 * ureg.d.

  • **indexers_kwargs – The keyword arguments form of indexers. One of indexers or indexers_kwargs must be provided.

  • **kwargs – Passed to runmean.