File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1416,8 +1416,6 @@ def save_mfdataset(
1416
1416
these locations will be overwritten.
1417
1417
format : {"NETCDF4", "NETCDF4_CLASSIC", "NETCDF3_64BIT", \
1418
1418
"NETCDF3_CLASSIC"}, optional
1419
- **kwargs : additional arguments are passed along to ``to_netcdf``
1420
-
1421
1419
File format for the resulting netCDF file:
1422
1420
1423
1421
* NETCDF4: Data is stored in an HDF5 file, using netCDF4 API
@@ -1449,10 +1447,11 @@ def save_mfdataset(
1449
1447
compute : bool
1450
1448
If true compute immediately, otherwise return a
1451
1449
``dask.delayed.Delayed`` object that can be computed later.
1450
+ **kwargs : dict, optional
1451
+ Additional arguments are passed along to ``to_netcdf``.
1452
1452
1453
1453
Examples
1454
1454
--------
1455
-
1456
1455
Save a dataset into one netCDF per year of data:
1457
1456
1458
1457
>>> ds = xr.Dataset(
You can’t perform that action at this time.
0 commit comments