giovannifi
giovannifi
I am trying to install the module with the command: `pip install pygmo` in a python 3.9 environment but I get the following error message: ``` ERROR: Could not find...
I am trying to run this script: ``` import flopy import flopy.utils.binaryfile as bf path_exe = r'C:\modflow' path_model = r'c:\models' modelname = 'mymodel' heads = bf.HeadUFile(path_model + '\\' + modelname...
**Describe the bug** I created the grid of a model using flopy and saved it as a disv package (my model is vertically structured). Then I wrote the packages (the...