@@ -147,7 +147,7 @@ def compute_monthly_climatology(ds, calendar=None, maskVaries=True):
147147 A data set with a ``Time`` coordinate expressed as days since
148148 0001-01-01 or ``month`` coordinate
149149
150- calendar : {'gregorian', 'gregorian_noleap '}, optional
150+ calendar : {'gregorian', 'noleap '}, optional
151151 The name of one of the calendars supported by MPAS cores, used to
152152 determine ``month`` from ``Time`` coordinate, so must be supplied if
153153 ``ds`` does not already have a ``month`` coordinate or data array
@@ -201,7 +201,7 @@ def compute_climatology(ds, monthValues, calendar=None,
201201 monthValues : int or array-like of ints
202202 A single month or an array of months to be averaged together
203203
204- calendar : {'gregorian', 'gregorian_noleap '}, optional
204+ calendar : {'gregorian', 'noleap '}, optional
205205 The name of one of the calendars supported by MPAS cores, used to
206206 determine ``month`` from ``Time`` coordinate, so must be supplied if
207207 ``ds`` does not already have a ``month`` coordinate or data array
@@ -242,7 +242,7 @@ def add_years_months_days_in_month(ds, calendar=None):
242242 """
243243 Add ``year``, ``month`` and ``daysInMonth`` as data arrays in ``ds``.
244244 The number of days in each month of ``ds`` is computed either using the
245- ``startTime`` and ``endTime`` if available or assuming ``gregorian_noleap ``
245+ ``startTime`` and ``endTime`` if available or assuming ``noleap ``
246246 calendar and ignoring leap years. ``year`` and ``month`` are computed
247247 accounting correctly for the the calendar.
248248
@@ -252,7 +252,7 @@ def add_years_months_days_in_month(ds, calendar=None):
252252 A data set with a ``Time`` coordinate expressed as days since
253253 0001-01-01
254254
255- calendar : {'gregorian', 'gregorian_noleap '}, optional
255+ calendar : {'gregorian', 'noleap '}, optional
256256 The name of one of the calendars supported by MPAS cores, used to
257257 determine ``year`` and ``month`` from ``Time`` coordinate
258258
0 commit comments