[go: up one dir, main page]

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

Minimal reader for MPAS etc. #954

Open
rajeeja opened this issue Sep 13, 2024 · 4 comments
Open

Minimal reader for MPAS etc. #954

rajeeja opened this issue Sep 13, 2024 · 4 comments
Assignees
Labels
new feature New feature or request
Milestone

Comments

@rajeeja
Copy link
Contributor
rajeeja commented Sep 13, 2024

Proposed new feature or change:

This "minimal" reader would only reads corner nodes and face node connectivity, ignoring other info in grid file. #953

@rajeeja rajeeja added the new feature New feature or request label Sep 13, 2024
@github-project-automation github-project-automation bot moved this to 📚 Backlog in UXarray Development Sep 13, 2024
@philipc2
Copy link
Member

This could be generalized for all other grid formats also.

@philipc2 philipc2 added this to the MPAS milestone Sep 15, 2024
@aaronzedwick
Copy link
Member

I can tackle this, when you say corner nodes do you mean just read in the nodes of the grid? @rajeeja

@aaronzedwick aaronzedwick self-assigned this Oct 1, 2024
@rajeeja
Copy link
Contributor Author
rajeeja commented Oct 1, 2024

I can tackle this, when you say corner nodes do you mean just read in the nodes of the grid? @rajeeja

💯 Just be careful, sometimes there will be center nodes, edge nodes also. How to tackle those?

@aaronzedwick
Copy link
Member

It shouldn't be too hard, I figure we could even use our current readers, but pass in a minimal tag or something, which tells it to only read the face_x/y/z/lat/lon and face_node_connectivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: 📚 Backlog
Development

No branches or pull requests

3 participants