Skip to content

Commit 95a1e63

Browse files
committed
review doc
1 parent e4c9d9a commit 95a1e63

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

docs/using/combining.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ e.g. by changing their date range or frequency using :ref:`start`,
2828
automatic
2929
***********
3030

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
3232
attempt to combine them:
3333

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_.
3738

3839
- If the datasets have the same dates, ensemble dimension and grids,
3940
the package will combine using join_.
@@ -56,11 +57,12 @@ chronological order with no gaps between them.
5657
:align: center
5758
:alt: Concatenation
5859

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.
6161

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.
6466

6567
.. _join:
6668

@@ -86,7 +88,7 @@ occurrence of that name.
8688
:align: center
8789
:alt: Overlay
8890

89-
Please note that you can join more than two ``zarr`` files.
91+
Please note that you can join more than two datasets.
9092

9193
.. _ensembles:
9294

docs/using/grids.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ will mask out all but every Nth point, with N specified by the
1717
.. literalinclude:: code/thinning_.py
1818
:language: python
1919

20-
Please note that the thinning will apply to all dimension of the fields.
21-
So for 2D fields, the thinning will apply to both the latitude and
22-
longitude dimensions. For 1D fields, such as reduced Gaussian grids, the
23-
thinning will apply to the only dimension.
20+
Please note that the thinning will apply to all dimensions of the
21+
fields. So for 2D fields, the thinning will apply to both the latitude
22+
and longitude dimensions. For 1D fields, such as reduced Gaussian grids,
23+
the thinning will apply to the only dimension.
2424

2525
The following example shows the effect of thinning a dataset with a 1
2626
degree resolution:

docs/using/selecting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ You can also rename variables:
6464
.. literalinclude:: code/rename_.py
6565
:language: python
6666

67-
This will be useful when your join datasets and do not want variables
67+
This will be useful when you join datasets and do not want variables
6868
from one dataset to override the ones from the other.

0 commit comments

Comments
 (0)