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

Improve handling of vertical grid, adding support for MOM6 grids #35

Merged
merged 5 commits into from
Sep 18, 2024

Conversation

micaeljtoliveira
Copy link
Contributor

@micaeljtoliveira micaeljtoliveira commented Sep 18, 2024

This PR adds support for MOM6 vertical grids. The type of grid used is controlled via a command line option.

Closes #33

@micaeljtoliveira micaeljtoliveira added the enhancement New feature or request label Sep 18, 2024
@micaeljtoliveira micaeljtoliveira self-assigned this Sep 18, 2024
@micaeljtoliveira
Copy link
Contributor Author

@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.

src/vgrid.f90 Outdated Show resolved Hide resolved
src/vgrid.f90 Show resolved Hide resolved
aekiss
aekiss previously approved these changes Sep 18, 2024
Copy link
Contributor

@aekiss aekiss left a 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

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
…e grids have only n+1 cell boundaries instead of the 2n+1 interleaved cell boundaries and centres of the MOM5 grids.
@micaeljtoliveira
Copy link
Contributor Author

@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.

Copy link
Contributor

@aekiss aekiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@micaeljtoliveira micaeljtoliveira merged commit e1374f5 into master Sep 18, 2024
4 checks passed
@micaeljtoliveira micaeljtoliveira deleted the refactor_vgrid branch September 18, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MOM6 vgrid support
2 participants