File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -863,7 +863,8 @@ def open_mfdataset(
863
863
In general, these should divide the dimensions of each dataset. If int, chunk
864
864
each dimension by ``chunks``. By default, chunks will be chosen to load entire
865
865
input files into memory at once. This has a major impact on performance: please
866
- see the full documentation for more details [2]_.
866
+ see the full documentation for more details [2]_. This argument is evaluated
867
+ on a per-file basis, so chunk sizes that span multiple files will be ignored.
867
868
concat_dim : str, DataArray, Index or a Sequence of these or None, optional
868
869
Dimensions to concatenate files along. You only need to provide this argument
869
870
if ``combine='nested'``, and if any of the dimensions along which you want to
You can’t perform that action at this time.
0 commit comments