
Newest 'flopy' Questions - Stack Overflow
Dec 1, 2023 · I've used Flopy to generate a shapefile of polygon features representing MODFLOW River Package features. However, the size of the grid cell polygon features in the shapefile are 3.28 times …
Extract cbb file with flopy, but the output file is empty
Oct 11, 2023 · Thank you for your response. The size of the cbb file is 325 MB. I used Groundwater Vistas to do the simulation, and I used flopy to read the cbb file which showed data matrix in …
Transient vs. Steady-State Simulation in MODFLOW 6 / Flopy
Jul 13, 2023 · How can I define a MODFLOW6 model to be transient or in steady-state in Flopy. From what I find here here, transient calculations are mandated through the use of stress_period_data. …
Extract heads from MODFLOW-USG binary output using flopy
Aug 7, 2018 · Flopy appears to support the operation using the flopy.utils.binaryfile Module, but I cannot get a simple test to work. The code below should return a list of all of the time outputs contained in …
how to get cbc with BC output in flopy - Stack Overflow
Jul 29, 2019 · how to get cbc with BC output in flopy Asked 6 years, 6 months ago Modified 6 years, 6 months ago Viewed 660 times
Error extracting heads from MODFLOW-USG binary with flopy
Apr 17, 2022 · I'm trying to extract the simulated heads from a MODFLOW-USG binary head-save file, so I'm using flopy as follows: modelname = 'Model' import flopy.utils.binaryfile as bf # Create the …
flopy - How would I get the number of stress periods in a MODFLOW 6 ...
Apr 8, 2019 · So here is the trick, in flopy classes for MODFLOW 6, all of the information is stored as objects, including integers, arrays, floats, etc. This gives us some nice advantages, but it also makes …
Extract subsidence data from MODFLOW-2000 binary output using FloPy
Oct 1, 2018 · I am using MODFLOW-2000 to run a land subsidence model. However, the output of the subsidence file is in binary data. Is there any way to use the python script to convert it into text since …
How to load an existing MODFLOW-USG model with flopy
Feb 7, 2019 · I am trying to learn flopy, and I tried to load one of the MODFLOW-USG test cases. The test case is a 1-layer model with a nested grid and GNC package (example 01B).
Writing a .gsf file from a MODFLOW-USG quadtree model built using …
Nov 30, 2023 · 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.