GithubHelp home page GithubHelp logo

Comments (2)

aleaf avatar aleaf commented on June 1, 2024

A related issue with loading a model: If the STO package isn't included in the load, gwf.modeltime.steady_state returns all True for each stress period.

sim.write_simulation()
loaded_sim = fp.mf6.MFSimulation.load('testsim', sim_ws=out_dir, load_only=['dis'])
loaded_gwf = loaded_sim.get_model('testmodel')
loaded_gwf.modeltime.steady_state

array([ True, True, True, True])

Maybe loaded_gwf.modeltime.steady_state should be None at this point to make it clear that the model doesn't have this information?

from flopy.

spaulins-usgs avatar spaulins-usgs commented on June 1, 2024

The first problem should now be fixed.

Regarding your second comment, the MF6 documentation states, "If the STO Package is not included for a model, then storage changes will not be calculated, and thus, the model will be steady state.". Given this, I think it is reasonable for flopy's modeltime.steady_state to be true when the STO package does not exist.

from flopy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.