hjia1005

Results 6 comments of hjia1005

I suddenly have the same issue, the npf takes a few minutes but the drn package takes forever. But it took around 1 minute to load the same model. Not...

@cnicol-gwlogic I am translating a mf6 model into a mfusg model. I used external binary files for most packages (NPF, STO, RIV, GHB, RCH, EVT...) and external text files for...

Thank you. I tried EXTERNAL and messed up with the file unit numbers. Text files are fine for these packages. As long as RCH and ETV are treated as arrays...

Yes I believe there should be something very different that I haven't captured yet. I have been digging into it, so far no clue. But I find that even using...

@cnicol-gwlogic Hi Chris, I tested the code you posted earlier in this thread, see below, I just changed `how = "external "` to `how = "openclose"`. ``` m = flopy.modflow.Modflow.load("freyberg.nam")...

@HAIXteam @deweyai I had the same issue. You have to install ffmpeg from https://ffmpeg.org/download.html. Then add ffprobe.exe to PATH in your environment variables. If you are on Windows you may...