You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: parcels/xgrid.py
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,16 @@ class XGrid:
37
37
"""
38
38
39
39
def__init__(self, grid: xgcm.Grid, mesh="flat"):
40
-
self.grid=grid
40
+
self.xgcm_grid=grid
41
41
self.mesh=mesh
42
42
43
43
# ! Not ideal... Triggers computation on a throwaway item. If adapter is still needed in codebase, and this is prohibitively expensive, perhaps store GridAdapter on Field object instead of Grid
0 commit comments