About 50 results
Open links in new tab
  1. Extract cbb file with flopy, but the output file is empty

    Oct 11, 2023 · I used the code to read cbb file, and tried to extract data in a new txt file. But the program completes very quickly and the output txt file is empty. import flopy cbb_file = r'D:\ZFZ\TBW_Project\

  2. Extract heads from MODFLOW-USG binary output using flopy

    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 the hds file, …

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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

  7. 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.

  8. 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. …

  9. Flopy-generated shapefile not accounting for MODFLOW DIS lenuni …

    Apr 8, 2020 · 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 …

  10. VTK export of MODFLOW 6 data sets using Flopy? - Stack Overflow

    May 14, 2021 · I know that Flopy can export VTK files from a MF2005 dataset (e.g. flopy3_vtk_export.ipynb), however I tried to get that example to work with a MODFLOW 6 dataset …