Skip to content

does model check support MF6? #1754

Closed Answered by spaulins-usgs
StellaLiu-gogogo asked this question in Q&A
Discussion options

You must be logged in to vote

Flopy supports running check on a MF6 simulation. It looks like you are using an example that loads a MF2005 model. Loading and checking an MF6 simulation looks something like this:

sim = flopy.mf6.MFSimulation.load(sim_ws=ws)
sim.check()

Where sim_ws is the path to the folder that contains the simulation nam file.

Note that the example notebooks that are specific to MF6 start with "flopy3_mf6". While some of the other notebooks include MF6 examples (plotting), most of the MF6 example code can be found in the "flopy3_mf6" notebooks. Offhand I am not sure if there is a notebook with an example of check for MF6, but the code above should work.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@StellaLiu-gogogo
Comment options

Answer selected by StellaLiu-gogogo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants