From 34f58506abded9346be0f6a5a7c8f8f3466316d9 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:34:48 +0100 Subject: [PATCH] update comment --- parcels/_interpolation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parcels/_interpolation.py b/parcels/_interpolation.py index e7c7fe4a6..c25158d9d 100644 --- a/parcels/_interpolation.py +++ b/parcels/_interpolation.py @@ -72,7 +72,7 @@ class InterpolationContext3D: zi: int yi: int xi: int - gridindexingtype: GridIndexingType #! Needed in 2d as well?? + gridindexingtype: GridIndexingType # included in 3D as z-face is indexed differently with MOM5 and POP _interpolator_registry_2d: dict[str, Callable[[InterpolationContext2D], float]] = {}