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

MOM6 vgrid support #33

Closed
aekiss opened this issue Jul 24, 2024 · 3 comments · Fixed by #35
Closed

MOM6 vgrid support #33

aekiss opened this issue Jul 24, 2024 · 3 comments · Fixed by #35

Comments

@aekiss
Copy link
Contributor

aekiss commented Jul 24, 2024

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?

aekiss added a commit that referenced this issue Jul 24, 2024
@micaeljtoliveira
Copy link
Contributor

@aekiss Could you briefly explain the differences between the MOM5 and MOM6 vertical grids?

@aekiss
Copy link
Contributor Author

aekiss commented Sep 17, 2024

MOM5 ocean_vgrid.nc (e.g. /g/data/vk83/experiments/inputs/access-om2/ocean/grids/vertical/global.1deg/2020.10.22/ocean_vgrid.nc) is a supergrid, with 2n+1 interleaved cell boundaries and centres.

MOM6 ocean_vgrid.nc (e.g. /g/data/vk83/experiments/inputs/access-om3/mom/grids/vertical/global.1deg/2023.07.28/ocean_vgrid.nc) has only n+1 cell boundaries and is missing cell centres.

@micaeljtoliveira
Copy link
Contributor

@aekiss I've got a PR that adds support for MOM6 vertical grids here: #35

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

Successfully merging a pull request may close this issue.

2 participants