FlowNet aims at solving the following problems:
- Create data-driven reduced physics models - directly from the data
- Train the model
- Assure model predictiveness
- Use the models to efficiently optimize and make decisions
For documentation, see the GitHub pages for this repository.
Please check out our contribution guidelines if you want to contribute to FlowNet.
FlowNet is a Python package. The package itself, and other dependencies, can be installed using a Python virtual environment, except for the OPM-Flow reservoir simulator.
FlowNet uses the open-source reservoir simulator OPM-Flow. To be able to run FlowNet you will need to have OPM-Flow
installed first. There are also other dependencies like the Python packages libecl
and
libres
which currently are not easily installable from PyPI (however, things are happening, so hopefully in a not too distant future, dependencies are installable from PyPI, which is already the case for flownet itself: pip install flownet
).
git clone [email protected]:equinor/flownet.git
cd flownet
bash ./apt_install.sh
bash ./build_environment.sh ./venv /usr/bin/flow
This will automatically create a simple Python virtual environment ./venv
source ./venv/bin/activate
pip install -e .
Omit the -e
flag if you want a standard installation.
⚠️ Do you want to run FlowNet through the LSF queue? To be able to have the ERT process, that will be called by FlowNet, run jobs via LSF correctly you will need to update your default shell's configuration file (.cshrc
or.bashrc
) to automatically source your virtual environment.
You can run FlowNet as a single command line:
flownet ahm ./some_config.yaml ./some_output_folder
Run flownet --help
to see all possible command line argument options.
Before running webviz
for the first time on your machine, you will need to to create a localhost https
certificate by doing:
webviz certificate --auto-install --force
FlowNet is, with a few exceptions listed below, GPLv3.
- The Norne test data is available under the Open Database License
- The FlowNet logo is CC BY-NC-ND 4.0