Skip to content

Commit 2fc6a19

Browse files
authored
Fix bracket type for list of seasons (#1420)
1 parent ed5e54b commit 2fc6a19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/recipe/preprocessor.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -1056,8 +1056,8 @@ See also :func:`esmvalcore.preprocessor.monthly_statistics`.
10561056
``seasonal_statistics``
10571057
-----------------------
10581058

1059-
This function produces statistics for each season (default: "(DJF, MAM, JJA,
1060-
SON)" or custom seasons e.g. "(JJAS, ONDJFMAM)" ) in the dataset. Note that
1059+
This function produces statistics for each season (default: ``[DJF, MAM, JJA,
1060+
SON]`` or custom seasons e.g. ``[JJAS, ONDJFMAM]``) in the dataset. Note that
10611061
this function will not check for missing time points. For instance, if you are
10621062
looking at the DJF field, but your datasets starts on January 1st, the first
10631063
DJF field will only contain data from January and February.
@@ -1070,9 +1070,9 @@ Parameters:
10701070
'median', 'std_dev', 'min', 'max', 'sum' and 'rms'. Default is 'mean'
10711071

10721072
* seasons: seasons to build statistics.
1073-
Default is '(DJF, MAM, JJA, SON)'
1073+
Default is '[DJF, MAM, JJA, SON]'
10741074

1075-
See also :func:`esmvalcore.preprocessor.seasonal_mean`.
1075+
See also :func:`esmvalcore.preprocessor.seasonal_statistics`.
10761076

10771077
.. _annual_statistics:
10781078

@@ -1118,7 +1118,7 @@ Parameters:
11181118
'mon', 'daily', 'day'. Default is 'full'
11191119

11201120
* seasons: if period 'seasonal' or 'season' allows to set custom seasons.
1121-
Default is '(DJF, MAM, JJA, SON)'
1121+
Default is '[DJF, MAM, JJA, SON]'
11221122

11231123
Examples:
11241124
* Monthly climatology:
@@ -1240,7 +1240,7 @@ Parameters:
12401240
parameters from extract_time_. Default is null
12411241
* standardize: if true calculate standardized anomalies (default: false)
12421242
* seasons: if period 'seasonal' or 'season' allows to set custom seasons.
1243-
Default is '(DJF, MAM, JJA, SON)'
1243+
Default is '[DJF, MAM, JJA, SON]'
12441244
Examples:
12451245
* Anomalies from the full period climatology:
12461246

0 commit comments

Comments
 (0)