I am attempting to flopy to build a MODFLOW 6 model, using the tutorial I found online from Hatari Labs 1 as a starting point. When I run the code, I get the following error message.
FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'C:\Users\User\Documents\Grad School\MODFLOW 6\mf6.1.0\bin\mf6.exe'
with the directory it points being the file path I gave the code as the exe_path for the model and simulation creation. The lines of code I have for writing and running the simulation are just
sim.write_simulation()
sim.run_simulation()
I assume I need to tell it a new location to write the outputs to, but how do I do that?