-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ocean grid compatibility with the data manager #198
Comments
Hi @jkrasting, At least at this point, it appears that we'll need to roll our own solution, as I'm not aware of any project that provides (better) CF convention support within the xarray ecosystem. |
Thanks for the assessment @tsjackson-noaa. Cecilia's sea ice PODs will probably run into the same issue since the sea ice model shares the same grid as the ocean. We'll have to strategize something for this round of PODs. |
There is a conversation ongoing within the cf-xarray repo xarray-contrib/cf-xarray#204 related to this... might be helpful to collaborate on this. |
Can you post a minimal example illustrating the problem with cf_xarray? It's not clear what you're trying to do.
I'm not sure what this means. EDIT: Ignore the rest, I misread the repr.
As @mgrover1 points out, the only solution I can see is to support Very curious to hear if you have an alternate solution. |
Sorry, totally mistaken. You do have an
So now I don't know what you're trying to do :). Is |
@wrongkindofdoctor Yes I think the description @dcherian suggested sounds reasonable. I have looked at CESM2 and GFDL-OM4 output in CMIP6-OMIP so far. I don't think they have a consistent long_name. GFLD-OM4 uses "x" and "y" for the cell index: |
Yes, I also agree this could help.--
|
The tropical sea level POD submitted by @chiaweh2 is running into a problem with the new data manager. The error is:
This seems related to the 2D lat/lon coordinate variables which are defined by the 1D nlat/nlon index dimensions. This is a very common data format in the ocean model realm.
@tsjackson-noaa - should the new data manager be able to handle this?
The text was updated successfully, but these errors were encountered: