Deltares / imod-python

🐍🧰 Make massive MODFLOW models
https://deltares.github.io/imod-python/
MIT License
18 stars 3 forks source link

Add example to convert an existing 'vanilla' Modflow 2005 model #225

Closed Manangka closed 7 months ago

Manangka commented 2 years ago

In GitLab by @JoerivanEngelen on Feb 7, 2022, 10:47

People who want to transition to the iMOD Suite might have an existing Modflow 2005 model, the 'vanilla' USGS version, that is.

This model can be read using Flopy and consequently be written to a iMODFLOW or Modflow6 model using iMOD Python. An example of this in either the iMOD Suite documentation or the iMOD Python documentation, would be very useful. I posted a near identical issue on the iMOD Suite documentation Github repository.

@tessodk had an existing modflow 2005 model and conversion script. If the model is not too large, we could nearly directly include it in our example section (Parts of the code probably need some extra explanation or some cleaning up).

JoerivanEngelen commented 7 months ago

I think this became irrelevant, since most users will be migrating to Modflow 6. Feel free to re-open if you require this.