Skip to content

Deltares/ModflowInterface.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModflowInterface.jl

Call Modflow 6, the USGS Modular Hydrologic Model, from Julia.

This is a port of xmipy.

This package relies on Modflow6_jll.jl to provide binaries of Modflow 6, and implements the BasicModelInterface.jl with calls to the Modflow 6 shared library.

Note that it is possible to crash julia if methods are called wrongly or in the wrong order. For instance initialize is safe since we track the initialization status in the ModflowModel struct, but prepare_time_step will crash julia if run twice.

See examples/mf6lake.jl for a usage example.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages