-
Notifications
You must be signed in to change notification settings - Fork 48
Remove base mesh dependency in compute sample kernel #313
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
Open
Juan Manuel Castillo Sanchez (ukmo-juan-castillo)
wants to merge
8
commits into
MetOffice:main
Choose a base branch
from
ukmo-juan-castillo:base_mesh_compute_sample_kernel
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
4aff176
Obtain geometry and topology information for mapping from the mesh
ukmo-juan-castillo c21acf9
Modify test not to use 'magic' variables
ukmo-juan-castillo 6a2a993
Fix a typo
ukmo-juan-castillo dc23584
Add name to contributors list
ukmo-juan-castillo d7eb78c
Pass the integer values of geometry and topology to the kernel instead
ukmo-juan-castillo a5fa24a
Minor fixes
ukmo-juan-castillo 93e07d4
Some more small fixes
ukmo-juan-castillo 3a107d4
Merge branch 'main' into base_mesh_compute_sample_kernel
ukmo-juan-castillo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,26 +1,28 @@ | ||
| # Contributors | ||
|
|
||
| | GitHub user | Real Name | Affiliation | Date | | ||
| | ---------------- | ---------------------- | ----------- | ---------- | | ||
| | andrewcoughtrie | Andrew Coughtrie | Met Office | 2025.12.12 | | ||
| | james-bruten-mo | James Bruten | Met Office | 2025-12-09 | | ||
| | jedbakerMO | Jed Baker | Met Office | 2025-12-29 | | ||
| | jennyhickson | Jenny Hickson | Met Office | 2025-12-10 | | ||
| | mo-marqh | Mark Hedley | Met Office | 2025-12-11 | | ||
| | mo-rickywong | Ricky Wong | Met Office | 2025-01-30 | | ||
| | mike-hobson | Mike Hobson | Met Office | 2025-12-17 | | ||
| | MatthewHambley | Matthew Hambley | Met Office | 2025-12-15 | | ||
| | mo-lottieturner | Lottie Turner | Met Office | 2025-12-16 | | ||
| | tommbendall | Thomas Bendall | Met Office | 2026-01-23 | | ||
| | yaswant | Yaswant Pradhan | Met Office | 2025-12-16 | | ||
| | stevemullerworth | Steve Mullerworth | Met Office | 2026-01-08 | | ||
| | harry-shepherd | Harry Shepherd | Met Office | 2026-01-08 | | ||
| | EdHone | Ed Hone | Met Office | 2026-01-09 | | ||
| | tom-j-h | Tom Hill | Met Office | 2026-01-19 | | ||
| | mo-alistairp | Alistair Pirrie | Met Office | 2026-01-12 | | ||
| | t00sa | Sam Clarke-Green | Met Office | 2026-01-27 | | ||
| | MetBenjaminWent | Benjamin Went | Met Office | 2026-01-30 | | ||
| | jcsmeto | James Cunningham-Smith | Met Office | 2026-02-06 | | ||
| | thomasmelvin | Thomas Melvin | Met Office | 2026-01-15 | | ||
| | ericaneininger | Erica Neininger | Met Office | 2026-03-02 | | ||
| | mo-lucy-gordon | Lucy Gordon | Met Office | 2026-03-18 | | ||
| | GitHub user | Real Name | Affiliation | Date | | ||
| | ------------------- | ---------------------- | ----------- | ---------- | | ||
| | andrewcoughtrie | Andrew Coughtrie | Met Office | 2025.12.12 | | ||
| | james-bruten-mo | James Bruten | Met Office | 2025-12-09 | | ||
| | jedbakerMO | Jed Baker | Met Office | 2025-12-29 | | ||
| | jennyhickson | Jenny Hickson | Met Office | 2025-12-10 | | ||
| | mo-marqh | Mark Hedley | Met Office | 2025-12-11 | | ||
| | mo-rickywong | Ricky Wong | Met Office | 2025-01-30 | | ||
| | mike-hobson | Mike Hobson | Met Office | 2025-12-17 | | ||
| | MatthewHambley | Matthew Hambley | Met Office | 2025-12-15 | | ||
| | mo-lottieturner | Lottie Turner | Met Office | 2025-12-16 | | ||
| | tommbendall | Thomas Bendall | Met Office | 2026-01-23 | | ||
| | yaswant | Yaswant Pradhan | Met Office | 2025-12-16 | | ||
| | stevemullerworth | Steve Mullerworth | Met Office | 2026-01-08 | | ||
| | harry-shepherd | Harry Shepherd | Met Office | 2026-01-08 | | ||
| | EdHone | Ed Hone | Met Office | 2026-01-09 | | ||
| | tom-j-h | Tom Hill | Met Office | 2026-01-19 | | ||
| | mo-alistairp | Alistair Pirrie | Met Office | 2026-01-12 | | ||
| | t00sa | Sam Clarke-Green | Met Office | 2026-01-27 | | ||
| | MetBenjaminWent | Benjamin Went | Met Office | 2026-01-30 | | ||
| | jcsmeto | James Cunningham-Smith | Met Office | 2026-02-06 | | ||
| | thomasmelvin | Thomas Melvin | Met Office | 2026-01-15 | | ||
| | ericaneininger | Erica Neininger | Met Office | 2026-03-02 | | ||
| | mo-lucy-gordon | Lucy Gordon | Met Office | 2026-03-18 | | ||
| | ukmo-juan-castillo | Juan M. Castillo | Met Office | 2026-03-24 | | ||
|
|
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
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
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
Oops, something went wrong.
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.
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.
I'm sorry, though this doesn't seem like the appropriate place to be changing this. geometry, topology that reaches science code on core should be passed down from lfric2lfric code.
While code should try to be helpful, if shouldn't be changing configuration for the user/application. If the entries are wrong, it should break, not change them for the user.
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.
Yes, if you read one of my comments above I asked about this possibility. I will then need to pass the geometry and topology parameters through the interp_w3wth_to_w2_alg subroutine. Thank you for confirming!