cordex.cmor.month_bounds

Contents

cordex.cmor.month_bounds#

month_bounds(ds, bounds_dim='bounds')[source]#

Returns the bounds of the current month.

Parameters:
  • ds (Dataset) – Dataset with cf time coordinate.

  • bounds_dim (str) – Name of the bounds dimension. If not supplied, the default is bounds.

Returns:

ds (DataArray) – Monthly time bounds.