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

Modflow 6 well edge case when located on partition border #1212

Open
JoerivanEngelen opened this issue Sep 12, 2024 · 0 comments
Open

Modflow 6 well edge case when located on partition border #1212

JoerivanEngelen opened this issue Sep 12, 2024 · 0 comments

Comments

@JoerivanEngelen
Copy link
Contributor

When Well's are located on the edge of a partition border, wells are located to both partitions for unstructured grids, and since #1189 also for stuctured grids.

After a discussion with @Huite, I concluded that the easiest way forward is probably to add a post-processing step to Modflow6Simulation.split, which looks for duplicate well entries (maybe by index or 'id' if possible) amongst different model partitions and select one.

Note: Wells are still grid agnostic after splitting, assigning wells to cells occurs in the call to Modflow6Simulation.write().

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

No branches or pull requests

1 participant