ENH: nested grid with optional upscaling mappings#439
Open
lahus-0 wants to merge 1 commit into
Open
Conversation
lahus-0
marked this pull request as draft
June 5, 2026 10:09
lahus-0
marked this pull request as ready for review
June 5, 2026 17:28
Contributor
Author
|
I'll merge all the other recent changes on nested hybrid grid setups with this and update next week to resolve the conflicts. |
Contributor
Author
|
merged with all the other changes to nested hybrid grid setup. |
Contributor
Author
|
adapted to fit with change of NestedHybridGrid into a class |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add optional input of upscaling mappings from a geogrid to the input grid. These are then updated to map to the resulting nested hybrid grid. For situations where the geogrid and input grid are not perfectly aligned in structure due to the differences in resolution. This ensures that a proper mapping between cells in geogrid to nested hybrid grid can be maintain when both are originally sourced from same grid.
Main documentation will likely include the addition of an example workflow in drogon after this is all finalised.
Checklist
--cov=src/ --cov-report term-missing)