@@ -28,12 +28,13 @@ e.g. by changing their date range or frequency using :ref:`start`,
28
28
automatic
29
29
***********
30
30
31
- If you just provides a list of datasets, the package will automatically
31
+ If you just provide a list of datasets, the package will automatically
32
32
attempt to combine them:
33
33
34
- - If the datasets have the same variable, ensemble dimension and grids,
35
- and dates that, once concatenated, create a continuous range of dates
36
- a constant frequency, the package will combine using concat _.
34
+ - If the datasets have the same variables and the same ensemble
35
+ dimension and the same grids, and if the dates once concatenated,
36
+ create a continuous range of dates with a constant frequency, the
37
+ package will combine using concat _.
37
38
38
39
- If the datasets have the same dates, ensemble dimension and grids,
39
40
the package will combine using join _.
@@ -56,11 +57,12 @@ chronological order with no gaps between them.
56
57
:align: center
57
58
:alt: Concatenation
58
59
59
- Please note that you can pass more than two ``zarr `` files to the
60
- function.
60
+ Please note that you can pass more than two datasets to the function.
61
61
62
- **NOTE: ** When concatenating file, the statistics are not recomputed;
63
- it is the statistics of first file that are returned to the user.
62
+ **NOTE: ** When concatenating datasets, the statistics are not
63
+ recomputed; it is the statistics of first dataset that are returned
64
+ to the user. You can change this using the
65
+ :ref: `selecting-statistics ` option.
64
66
65
67
.. _join :
66
68
@@ -86,7 +88,7 @@ occurrence of that name.
86
88
:align: center
87
89
:alt: Overlay
88
90
89
- Please note that you can join more than two `` zarr `` files .
91
+ Please note that you can join more than two datasets .
90
92
91
93
.. _ensembles :
92
94
0 commit comments