Skip to content

Commit 08c6d86

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

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
@@ -263,7 +263,7 @@ def from_sgrid_conventions(
263263
mesh : str
264264
String indicating the type of mesh coordinates used during
265265
velocity interpolation. Options are "spherical" or "flat".
266-
vector_fields : Mapping[str, tuple[str, ...]] or None, optional
266+
vector_fields : Mapping[str, tuple[str, ...]], optional
267267
Mapping of vector field names to tuples of component variable names in the dataset.
268268
For example, ``{"UV": ("U", "V"), "UVW": ("U", "V", "W")}``.
269269
If omitted (default), vector fields are auto-discovered from standard variable names (``U``/``V``/``W``).

0 commit comments

Comments
 (0)