Skip to content

Commit 54eb0a8

Browse files
Update src/parcels/_core/fieldset.py
Co-authored-by: Erik van Sebille <e.vansebille@uu.nl>
1 parent 61c8c6a commit 54eb0a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parcels/_core/fieldset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def from_ugrid_conventions(
226226
----------
227227
ds : uxarray.UxDataset
228228
uxarray.UxDataset as obtained from the uxarray package but with appropriate named vertical dimensions
229-
vector_fields : Mapping[str, tuple[str, ...]] or None, optional
229+
vector_fields : Mapping[str, tuple[str, ...]], optional
230230
Mapping of vector field names to tuples of component variable names in the dataset.
231231
For example, ``{"UV": ("U", "V"), "UVW": ("U", "V", "W")}``.
232232
If omitted (default), vector fields are auto-discovered from standard variable names (``U``/``V``/``W``).

0 commit comments

Comments
 (0)