You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are interested in a specific version (e.g., v2024.04) or in modifying the source code, then you can clone the repository and install the Python requirements in a virtual environment with the following commands:
24
+
If you are interested in a specific version (e.g., v2024.10) or in modifying the source code, then you can clone the repository and install the Python requirements in a virtual environment with the following commands:
24
25
25
26
```bash
26
27
# Clone the repo
27
28
git clone https://github.com/OPM/pyopmspe11.git
28
29
# Get inside the folder
29
30
cd pyopmspe11
30
-
# For a specific version (e.g., v2024.04), or skip this step (i.e., edge version)
31
-
git checkout v2024.04
31
+
# For a specific version (e.g., v2024.10), or skip this step (i.e., edge version)
@@ -52,11 +53,11 @@ Run `pyopmspe11 --help` to see all possible command line
52
53
argument options. Inside the `configuration_file` you provide the path to the flow executable and simulation parameters. See the .txt and .toml files in the [_examples_](https://github.com/OPM/pyopmspe11/tree/main/examples), [_benchmark_](https://github.com/OPM/pyopmspe11/tree/main/benchmark), and [_tests_](https://github.com/OPM/pyopmspe11/tree/main/tests/configs) folders.
53
54
54
55
## Getting started
55
-
See the [_examples_](https://OPM.github.io/pyopmspe11/examples.html) in the [_documentation_](https://OPM.github.io/pyopmspe11/introduction.html).
56
+
See the [_examples_](https://OPM.github.io/pyopmspe11/examples.html) in the [_documentation_](https://OPM.github.io/pyopmspe11/introduction.html) and the [_journal paper_](https://joss.theoj.org/papers/10.21105/joss.07357).
56
57
57
58
## About pyopmspe11
58
59
The pyopmspe11 package is being funded by the [_HPC Simulation Software for the Gigatonne Storage Challenge project_](https://www.norceresearch.no/en/projects/hpc-simulation-software-for-the-gigatonne-storage-challenge)[project number 622059] and [_Center for Sustainable Subsurface Resources (CSSR)_](https://cssr.no)
59
60
[project no. 331841].
60
-
This is work in progress. [_Here_](https://www.spe.org/en/csp/) is the link to the SPE11 details.
61
+
[_Here_](https://www.spe.org/en/csp/) is the link to the SPE11 details.
61
62
Contributions are more than welcome using the fork and pull request approach.
62
63
For a new feature, please request this by raising an issue.
0 commit comments