Skip to content

Commit fdd6674

Browse files
committed
todo comment
1 parent 401b6f5 commit fdd6674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/parcels/_core/fieldset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,8 @@ def _format_calendar_error_message(field: Field | VectorField, reference_datetim
456456
}
457457

458458

459+
# TODO v4: This function (i.e., discovering U and V from standard names) will be removed in future
460+
# https://github.com/Parcels-code/Parcels/pull/2422#discussion_r2708467046
459461
def _ds_rename_using_standard_names(ds: xr.Dataset | ux.UxDataset, name_dict: dict[str, str]) -> xr.Dataset:
460462
for standard_name, rename_to in name_dict.items():
461463
name = ds.cf[standard_name].name

0 commit comments

Comments
 (0)