Reading in NEMO data #1517
Replies: 1 comment
-
Hi @mollyjames2, thanks for asking. I suspect that the This is the |
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 just noticed something funky going on with the shape when trying to read in NEMO data. my NEMO file dimensions are
velcoty fields in these files have the dimensions (U data as an example):
uoce(time_counter, depthu, y, x)
and my coordinates file looks like
I am reading in the data using the following code:
however when looking at my data i can see that I am missing the time dimension and instead the shape suggests i have the axis_nbounds dimension instead.
any advice on how to rectify this would be greatly apprectiated. Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions