I've built a MODFLOW USG-Transport model in FloPY (quadtree grid using Gridgen) and I want to be able to open it in a GUI such as Vistas so that others who don't use FloPy can use it.
I need a .gsf file to be able to do that. I tried using the PEST utility gridgen2gsf but not all nodal connections are included in that file.
Has anyone written a gsf file for a USG model and be willing to give me hand?
cheers, Emma
I ran into the same problem. I needed a file with the extension .gsf for importing the flopy model to gms. I wrote the following code: