{"id":19835327,"url":"https://github.com/equinor/fmu-sumo-sim2sumo","last_synced_at":"2026-03-04T10:01:07.117Z","repository":{"id":196484512,"uuid":"696210305","full_name":"equinor/fmu-sumo-sim2sumo","owner":"equinor","description":"Upload files from reservoir simulators to azure assisted by sumo","archived":false,"fork":false,"pushed_at":"2026-02-20T08:52:25.000Z","size":11132,"stargazers_count":1,"open_issues_count":9,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-20T11:47:34.675Z","etag":null,"topics":["fmu","reservoir-simulation-results","subsurface","sumo"],"latest_commit_sha":null,"homepage":"https://fmu-sumo-sim2sumo.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/equinor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"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-09-25T10:05:23.000Z","updated_at":"2026-02-20T08:52:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"c508d863-7445-4dc1-b246-1e2a3afeb776","html_url":"https://github.com/equinor/fmu-sumo-sim2sumo","commit_stats":null,"previous_names":["equinor/fmu-sumo-sim2sumo"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/equinor/fmu-sumo-sim2sumo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinor%2Ffmu-sumo-sim2sumo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinor%2Ffmu-sumo-sim2sumo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinor%2Ffmu-sumo-sim2sumo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinor%2Ffmu-sumo-sim2sumo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/equinor","download_url":"https://codeload.github.com/equinor/fmu-sumo-sim2sumo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinor%2Ffmu-sumo-sim2sumo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"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":["fmu","reservoir-simulation-results","subsurface","sumo"],"created_at":"2024-11-12T12:07:36.027Z","updated_at":"2026-03-04T10:01:07.068Z","avatar_url":"https://github.com/equinor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Documentation Status](https://readthedocs.org/projects/fmu-sumo-sim2sumo/badge/?version=latest)](https://fmu-sumo-sim2sumo.readthedocs.io/en/latest/?badge=latest)\n[![SCM Compliance](https://scm-compliance-api.radix.equinor.com/repos/equinor/fmu-sumo-sim2sumo/badge)](https://scm-compliance-api.radix.equinor.com/repos/equinor/fmu-sumo-sim2sumo/badge)\n\n# fmu-sumo-sim2sumo\nMakes reservoir simulator (Eclipse, [OPM](https://opm-project.org/)) results available through Sumo.\n\nUploads files from reservoir simulators to azure assisted by Sumo. This is done in a three step process.\n\n1. Data is extracted in arrow format using [res2df](https://github.com/equinor/res2df).\n2. Corresponding metadata is generated via [fmu-dataio](https://github.com/equinor/fmu-dataio).\n3. Data and metadata is then uploaded to Sumo using [fmu-sumo-uploader](https://github.com/equinor/fmu-sumo-uploader).\n\nThe entire process is triggered by an ERT forward model which is available as SIM2SUMO.\n```\nFORWARD_MODEL ECLIPSE100(...)\n--Note: SIM2SUMO must come after ECLIPSE100\nFORWARD_MODEL SIM2SUMO\n```\n\n## Contributing\nWant to contribute? Read our [contributing](./CONTRIBUTING.md) guidelines\n\n## Pre-requisites\nSIM2SUMO expects the fmu-config file to be located at `fmuconfig/output/global_variables.yml`.\n\nIf the config file is located elsewhere:\n```\nFORWARD_MODEL ECLIPSE100(...)\n--Note: SIM2SUMO must come after ECLIPSE100\nFORWARD_MODEL SIM2SUMO(\u003cS2S_CONFIG_PATH\u003e=path/to/config/file)\n```\n\n\n## Testing on top of Komodo\nSim2sumo and [sumo uploader](https://github.com/equinor/fmu-sumo-uploader) are both installed under `fmu/sumo/`.\nThis means that the uploader must also be installed to test a new version of sim2sumo on top of Komodo.\n\nExample: Installing sim2sumo from `mybranch` on top of Komodo bleeding\n```\n\u003c Create a new komodo env from komodo bleeding \u003e\n\u003c Activate the new env \u003e\n\npip install git+https://github.com/equinor/fmu-sumo-sim2sumo.git@mybranch\npip install git+https://github.com/equinor/fmu-sumo-uploader.git --force-reinstall\n```\n\nThe [Explorer](https://github.com/equinor/fmu-sumo) is also installed under `fmu/sumo`. Meaning that if the testing scenario includes the Explorer then it should also be installed on top of Komodo.\n```\npip install git+https://github.com/equinor/fmu-sumo.git --force-reinstall\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequinor%2Ffmu-sumo-sim2sumo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fequinor%2Ffmu-sumo-sim2sumo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequinor%2Ffmu-sumo-sim2sumo/lists"}