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

Support for nested grids #59

Open
jimc101 opened this issue Nov 23, 2021 · 0 comments
Open

Support for nested grids #59

jimc101 opened this issue Nov 23, 2021 · 0 comments

Comments

@jimc101
Copy link
Member

jimc101 commented Nov 23, 2021

Many models are run in nested configurations, but PyLag doesn't support nested inputs. One way support for this could be implemented is through a new class that manages multiple, nested ocean datasets. A log could be kept of which nested product a particles resides within, and then field variables drawn from that. To check which nested product a particles resides within, one could form a polygon form the boundary nodes and check to see if it resides within the polygon. Each nested product would have its own grid metrics file and this would need to be reflected in the run configuration file.

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

No branches or pull requests

1 participant