-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use MPAS-Tools for great circle distance in cosine bell tests #127
Use MPAS-Tools for great circle distance in cosine bell tests #127
Conversation
TestingThe icos cosine_bell case has been run and it has machine-precision level diffs with main due to the great circle computation. |
d4522b3
to
0934d24
Compare
0934d24
to
8c2df45
Compare
@cbegeman, I'm happy to review this once it gets rebased onto |
@xylar It's rebased. Thanks for reviewing! |
8c2df45
to
9fe4332
Compare
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.
Looks great! I ran the icos cosine bell with viz and looked at the output. I didn't compare with the baseline so I'll trust your testing on that. But this is more correct regardless.
Please merge when you're reandy. |
@xylar Thank you for reviewing! |
This PR replaces the great circle distance computation in
cosine_bell
with that in MPAS-Tools. It is based on #126.Checklist
api.md
) has any new or modified class, method and/or functions listedTesting
comment in the PR documents testing used to verify the changesUser's Guide has been updatedDeveloper's Guide has been updatedNew tests have been added to a test suite