You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
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()
.The text was updated successfully, but these errors were encountered: