-
I tried using the restart feature with the [Sleipner dataset](https://github.com/OPM/opm-data/tree/master/sleipner). It didn't work.
First, I ran it for long enough to write the first restart poin…
-
[v2023.10.0] We are running single cells and well / pipeline performance models for a compressed air energy storage investigation. (Adjunct to Windfarm curtailment and load balancing). Please can you …
-
the `flow` well model does not work if the compiled in conservation quantities is a proper superset of those that are actually activated by the deck. e.g., it will hit a few assertions in that case. T…
-
For both Python 3.11 (Debian stable) and 3.12 (Ubuntu noble) I am now getting failing python tests because of an assertion.
E.g. for python_basic:
```
343: python3: /home/mblatt/src/dune/opm-2.9/op…
-
[v2022.10] We are running some shallow geothermal evaluations, for which we have a layer subcropping to the sea bed and a geothermal gradient from 40 F (sea water) down to about 80 F at 600m depth. I …
-
I am trying to get rid of some warnings when building `opm-simulators` on Ubuntu 21.04 with gcc 10.3.0, boost version 1.74.0 :
```
$ git clone git@github.com:OPM/opm-simulators.git
$ cd opm-simulat…
-
On Ubuntu 23.10 I tested Python bindings using shared libraries like this:
```sh
#! /bin/bash
NPROC=5 # Number of build threads when running "make"
# export PATH=/usr/local/sbin:/usr/local/bin:…
-
I wanted to try and setup the gaswater simulator in python. However it seems as though only the traditional 3 phase simulator runs once again, since [`opm-tests/co2store/CO2STORE_GW.DATA`](https://git…
-
I encountered a few issues while trying to run some test cases from python.
In contrast running all of them from terminal produced no such issues.
```python
import os
import numpy as np
from opm…
-
@atgeirr When I run `flow --help` and` flow --help-all` I don't see the `--separate-sparse-source-terms` parameter listed. Should it be?