Skip to content
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

Purpose of the core #1

Open
kshedstrom opened this issue Jul 23, 2019 · 4 comments
Open

Purpose of the core #1

kshedstrom opened this issue Jul 23, 2019 · 4 comments

Comments

@kshedstrom
Copy link

I believe the purpose of this repo was to hold a grid object to be used in MOM6 tools. Since we only have to worry about the horizontal grid for interpolations, are there grid objects we can use from other packages instead of writing our own? ESMPy and xgcm both have grid objects. What does ours need to have?

@raphaeldussin
Copy link
Contributor

I think xgcm has the most comprehensive description of grid objects. It would be a duplication of efforts to write something new. We can use PyCNAL_core as a wrapper to xgcm, which would give the option to switch to a different package in the future, if needed.

@kshedstrom
Copy link
Author

Do you know about OceanSpy? https://oceanspy.readthedocs.io/en/latest/

@raphaeldussin
Copy link
Contributor

yes but I haven't tried it out yet. They use MITgcm mostly but it might work with MOM6 out of the box or with minimal fixes.

@kshedstrom
Copy link
Author

So far they only support z-coordinates, but there's an effort to support other ocean vertical coordinates. We'll see where it goes...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants