-
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
MOM6 vgrid support #33
Comments
@aekiss Could you briefly explain the differences between the MOM5 and MOM6 vertical grids? |
MOM5 MOM6 |
These tools currently assume a MOM5 vgrid is used, which has 2n+1 values for an n-level grid. They therefore produce incorrect results if a MOM6 vgrid with n+1 levels is used.
Perhaps an option should be provided to use MOM6 vertical grids?
The text was updated successfully, but these errors were encountered: