{"id":39943786,"url":"https://github.com/opm/pyopmspe11","last_synced_at":"2026-01-18T19:39:28.825Z","repository":{"id":202788394,"uuid":"707642877","full_name":"OPM/pyopmspe11","owner":"OPM","description":"A Python framework using OPM Flow for the SPE11 benchmark project","archived":false,"fork":false,"pushed_at":"2026-01-07T12:47:22.000Z","size":186963,"stargazers_count":17,"open_issues_count":7,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-08T17:18:40.030Z","etag":null,"topics":["co2","csp11","flow","opm","spe11"],"latest_commit_sha":null,"homepage":"http://OPM.github.io/pyopmspe11/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OPM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-20T10:42:56.000Z","updated_at":"2026-01-07T12:47:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a4daaaf-cfc5-49f0-9312-1217e22ace13","html_url":"https://github.com/OPM/pyopmspe11","commit_stats":{"total_commits":26,"total_committers":5,"mean_commits":5.2,"dds":"0.15384615384615385","last_synced_commit":"3608e4b54815f13a2b734944fe3e29b04396a565"},"previous_names":["opm/pyopmspe11"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/OPM/pyopmspe11","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OPM%2Fpyopmspe11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OPM%2Fpyopmspe11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OPM%2Fpyopmspe11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OPM%2Fpyopmspe11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OPM","download_url":"https://codeload.github.com/OPM/pyopmspe11/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OPM%2Fpyopmspe11/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28458636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T15:17:48.816Z","status":"ssl_error","status_checked_at":"2026-01-15T15:16:50.052Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["co2","csp11","flow","opm","spe11"],"created_at":"2026-01-18T19:39:28.102Z","updated_at":"2026-01-18T19:39:28.820Z","avatar_url":"https://github.com/OPM.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/OPM/pyopmspe11/actions/workflows/CI.yml/badge.svg)](https://github.com/OPM/pyopmspe11/actions/workflows/CI.yml)\n\u003ca href=\"https://www.python.org/\"\u003e\u003cimg src=\"https://img.shields.io/badge/python-3.11%20to%203.14-blue.svg\"\u003e\u003c/a\u003e\n[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/license/mit/)\n[![DOI](https://joss.theoj.org/papers/10.21105/joss.07357/status.svg)](https://doi.org/10.21105/joss.07357)\n\n# pyopmspe11: A Python framework using OPM Flow for the SPE11 benchmark project\n\n\u003cimg src=\"docs/text/figs/pyopmspe11c100Mcells.gif\" width=\"830\" height=\"462\"\u003e\n\nThis repository contains scripts to set up a workflow using Python for the three cases in the [_SPE11 project_](https://www.spe.org/en/csp/),\nand to reproduce the sumbitted results from the OPM team published in [_the SPE11 benchmark paper_](https://www.sciencedirect.com/science/article/pii/S1750583625002178).\n\n## Installation\nYou will first need to install\n* Flow (https://opm-project.org, Release 2025.10 or current master branches)\n\nTo install the _pyopmspe11_ executable from the development version: \n\n```bash\npip install git+https://github.com/OPM/pyopmspe11.git\n```\n\nIf you are interested in a specific version (e.g., v2025.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:\n\n```bash\n# Clone the repo\ngit clone https://github.com/OPM/pyopmspe11.git\n# Get inside the folder\ncd pyopmspe11\n# For a specific version (e.g., v2025.10), or skip this step (i.e., edge version)\ngit checkout v2025.10\n# Create virtual environment (to specific Python, python3.14 -m venv vpyopmspe11)\npython3 -m venv vpyopmspe11\n# Activate virtual environment\nsource vpyopmspe11/bin/activate\n# Upgrade pip, setuptools, and wheel\npip install --upgrade pip setuptools wheel\n# Install the pyopmspe11 package\npip install -e .\n# For contributions/testing/linting, install the dev-requirements\npip install -r dev-requirements.txt\n``` \n\nSee the [_installation_](https://OPM.github.io/pyopmspe11/installation.html) for further details on building OPM Flow from the master branches in Linux, Windows (via [_WSL_](https://learn.microsoft.com/en-us/windows/wsl/)), and macOS, as well as the LaTeX (optional) dependency.\n\n## Running pyopmspe11\nYou can run _pyopmspe11_ as a single command line:\n```\npyopmspe11 -i configuration_file\n```\nRun `pyopmspe11 --help` to see all possible command line \nargument 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.\n\n## Getting started\nSee 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).\n\n## Citing\n\n* Landa-Marbán, D. and Sandve, T.H. 2025. pyopmspe11: A Python framework using OPM Flow for the SPE11 benchmark project. Journal of Open Source Software, 10(105), 7357, https://doi.org/10.21105/joss.07357.\n\n## About pyopmspe11\nThe 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) \n[project no. 331841].\n[_Here_](https://www.spe.org/en/csp/) is the link to the SPE11 details.\nContributions are more than welcome using the fork and pull request approach.\nFor a new feature, please request this by raising an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopm%2Fpyopmspe11","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopm%2Fpyopmspe11","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopm%2Fpyopmspe11/lists"}