-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve handling of vertical grid, adding support for MOM6 grids #35
Conversation
@aekiss Would you mind having a quick look? There's a lot of stuff going on, but would be good to know if the documentation is okay. |
7b1d5ea
to
1c3673a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @micaeljtoliveira, LGTM and documentation is clear
…e grids have only n+1 cell boundaries instead of the 2n+1 interleaved cell boundaries and centres of the MOM5 grids.
1c3673a
to
f651e5a
Compare
@aekiss Thanks for the review! I think I fixed everything. Have a look and please approve if you think it's good to be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds support for MOM6 vertical grids. The type of grid used is controlled via a command line option.
Closes #33