This project is a plugin for Everest™ and ERT, that holds an amalgamation of forward models and workflows maintained and used by Equinor and TNO.
pip install git+https://github.com/equinor/everest-models.gitThis can also be done by downloading the latest release
git clone https://github.com/equinor/everest-models.gitInstall test dependencies
pip install .[test]
# pip install -e .[test] # if editable is desire
# pip install .\[test\] # zshRun tests
pytest -svInstall documentation dependencies
pip install .[docs]
# pip install -e .[docs] # if editable is desire
# pip install .\[docs\] # zshIf missing, autogenerate forward model jobs reference documentation resources
docs/reference/load_jobs_metadata.pyStart Documentation Server
mkdocs serve
INFO - Building documentation...
INFO - Cleaning site directory
INFO - Documentation built in 1.94 seconds
INFO - [20:45:25] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO - [20:45:25] Serving on http://127.0.0.1:8000/Head to the given address (localhost:port)