File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ This is done using a `Partition` object.
6464.. note :: Currently, it is only possible to partition regridding when the source is
6565 a large grid and the target is small enough to fit in memory.
6666
67- A `Partition ` is made by specifying a source, a target a list of files to save
68- the parts of the regridder and a way to divide the source grid into blocks ::
67+ A `Partition ` is made by specifying a source, a target, a list of files, and a way
68+ to divide the source grid into blocks whose regridders are saved to those files ::
6969
7070 from iris.util import make_gridcube
7171
@@ -117,7 +117,7 @@ method.
117117
118118Once the files for a regridder have been generated, they can be used to reconstruct
119119the partition object in a later session. This is done by passing in the list of
120- files which have already been generated. ::
120+ files which have already been generated::
121121
122122 # Use the same arguments which constructed the original partition.
123123 source_cube = make_gridcube(nx=800, ny=800)
You can’t perform that action at this time.
0 commit comments