We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6079339 commit fdb9f69Copy full SHA for fdb9f69
src/parcels/_core/fieldset.py
@@ -430,8 +430,8 @@ def _discover_fesom2_U_and_V(ds: ux.UxDataset) -> ux.UxDataset:
430
if ux_standard_name_U in ds.ux.standard_names:
431
if ux_standard_name_V not in ds.ux.standard_names:
432
raise ValueError(
433
- f"Dataset has variable with UXArray standard name {ux_standard_name_U!r}, "
434
- f"but not the matching variable with UXArray standard name {ux_standard_name_V!r}. "
+ f"Dataset has variable with standard name {ux_standard_name_U!r}, "
+ f"but not the matching variable with standard name {ux_standard_name_V!r}. "
435
"Please rename the appropriate variables in your dataset to have both 'U' and 'V' for Parcels simulation."
436
)
437
else:
0 commit comments