Skip to content

flopy.mf6.MFSimulation.load ERROR #2279

Discussion options

You must be logged in to vote

Ah, the sim_name isn't actually used to look for the Simulation NAM-file apparently which is always mfsim.nam. So good question, not sure what it's used for other than some internal naming.

But something is going wrong in loading the Storage package apparently. It seems to think the package data is empty... What version of flopy/mf6 are you using? Are you able to share the model here? If so, I, or one of the actual flopy gurus, can take a look.

If possible, you can try skipping the STO package for now using the load_only kwarg and passing a list of packages it should load, e.g. flopy.mf6.MFSimulation.load(sim_ws=path, load_only=["DIS", "IC", "OC", ...]).

In the past I used modflow2005's …

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@GroundwaterSimulationOptimization
Comment options

@GroundwaterSimulationOptimization
Comment options

@dbrakenhoff
Comment options

@wpbonelli
Comment options

@GroundwaterSimulationOptimization
Comment options

@GroundwaterSimulationOptimization
Comment options

@dbrakenhoff
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants