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

Issue3575 2 - Use DataMgrUtils instead of CE #3607

Closed
wants to merge 4 commits into from
Closed

Conversation

sgpearse
Copy link
Collaborator

@sgpearse sgpearse commented May 1, 2024

@StasJ, I looked into using RenderParams to query a random 3D variable but there does not seem to be a way to do this. The RenderParams gets instantiated with a dimensionality, and has no evident way to query variables outside of their given dimension. The only path forward I found was to use DataMgrUtils, shown here.

Also, the CE method used in PR #3584 does in fact find the domain extents by taking the union of all variables in the dataset. Not taking the union of the extents could break the PRegionSelector if we don't land on a variable that encloses the entire domain, which could happen. WRF can contain soil and fire grids that lie outside or within the meteorological grids that we typically deal with.

Feel free to pick whichever solution you like.

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

Successfully merging this pull request may close these issues.

None yet

1 participant