You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: parcels/fieldset.py
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -356,9 +356,6 @@ def from_netcdf(
356
356
gridindexingtype : str
357
357
The type of gridindexing. Either 'nemo' (default), 'mitgcm', 'mom5', 'pop', or 'croco' are supported.
358
358
See also the Grid indexing documentation on oceanparcels.org
359
-
netcdf_engine :
360
-
engine to use for netcdf reading in xarray. Default is 'netcdf',
361
-
but in cases where this doesn't work, setting netcdf_engine='scipy' could help. Accepted options are the same as the ``engine`` parameter in ``xarray.open_dataset()``.
362
359
**kwargs :
363
360
Keyword arguments passed to the :class:`parcels.Field` constructor.
0 commit comments