Generating a voronoi grid from shapefiles and exporting modflow 6 style .disv file from a voronoi-grid #2479
-
Hi, Does anyone have experience with creating a mf6 .disv-file for a voronoi grid that has been generated from shapefiles? I have been trying to create a code for this task but run in to various issues... One simpler solution (perhaps) would be to set up the model in flopy and run it which would generate the .disv-output. But I would prefer to only create the grid for use in external software. Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Seems like it was just to point to my voronoi grid with flopys VoronoiGrid function and then to do .get_disv_gridprops() and write the simulation. In case someone else runs into the same problem.. |
Beta Was this translation helpful? Give feedback.
Seems like it was just to point to my voronoi grid with flopys VoronoiGrid function and then to do .get_disv_gridprops() and write the simulation.
In case someone else runs into the same problem..