-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add a class in order to access vertical coordinates and metrics #29
Comments
The natural approach is probably to create a generic_3d_grid class in oocgcm.core. Some of the methods that work in generic_2d_grid will need to eventually be externalized so that we can reuse them in generic_3d_grid (e.g : change_grid_location). It is probably safer to start by duplicating the methods available in generic_2d_grid, write the unit test and then rationalize the duplications. any timeline for this functionnality on you side ? |
This is not critical for us, it can wait a few weeks. |
Hi Julien, |
Hi all, The following commit ce67ffd is a first draft at implementing vertical coordinates in oocgcm. Some food for thought: cheers |
Have you already thought about how you wanted to that Julien?
The text was updated successfully, but these errors were encountered: