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

Add support for fields on MPAS edges to ocean transects #193

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

xylar
Copy link
Collaborator

@xylar xylar commented May 28, 2024

Checklist

  • User's Guide has been updated
  • Developer's Guide has been updated
  • API documentation in the Developer's Guide (api.md) has any new or modified class, method and/or functions listed
  • Documentation has been built locally and changes look as expected
  • Testing comment in the PR documents testing used to verify the changes
  • New tests have been added to a test suite

@xylar xylar added the ocean Related to ocean tests or analysis label May 28, 2024
@xylar xylar requested a review from alicebarthel May 28, 2024 13:56
@xylar xylar self-assigned this May 28, 2024
@xylar xylar changed the title Add edge indices to ocean transects Add support for fields on MPAS edges to ocean transects May 28, 2024
@xylar
Copy link
Collaborator Author

xylar commented May 28, 2024

The remaining piece that is needed is a good way to compute the edge sign (relative to the transect orientation) at each edge of the transect. Without this, velocities and other flux variables will be oriented arbitrarily.

They need to be the "next" edge rather than the "current" edge
because of how vertices and edges are numbered around MPAS cells.
@xylar
Copy link
Collaborator Author

xylar commented Jun 5, 2024

Tested indirectly in MPAS-Dev/MPAS-QuickViz#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ocean Related to ocean tests or analysis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant