Data is not mapped to the nodes, edges, or faces of the grid #1327
-
Beta Was this translation helpful? Give feedback.
Answered by
philipc2
Jul 28, 2025
Replies: 2 comments
-
I'd suggest falling back down to Xarray if you no longer have a spatial dimension, since much of UXarray's functionality is based around the attached grid. swe.mean(dim=["n_face"]).to_xarray().plot() Let me know if this works. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Chrismarsh
-
Yup that works thanks for the clarification |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd suggest falling back down to Xarray if you no longer have a spatial dimension, since much of UXarray's functionality is based around the attached grid.
Let me know if this works.