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 17ba6d7 commit bda8cd2Copy full SHA for bda8cd2
src/parcels/_datasets/structured/generic.py
@@ -8,7 +8,7 @@
8
_attach_sgrid_metadata,
9
)
10
from parcels._core.utils.sgrid import (
11
- rename as sgrid_rename_dims,
+ rename as sgrid_rename,
12
13
from parcels._datasets.utils import _attach_sgrid_metadata
14
@@ -263,7 +263,7 @@ def _unrolled_cone_curvilinear_grid():
263
),
264
265
.pipe(
266
- sgrid_rename_dims,
+ sgrid_rename,
267
_COMODO_TO_2D_SGRID,
268
269
@@ -284,7 +284,7 @@ def _unrolled_cone_curvilinear_grid():
284
285
286
287
288
289
290
0 commit comments