{"id":13408307,"url":"https://github.com/patnr/HistoryMatching","last_synced_at":"2025-03-14T13:30:45.424Z","repository":{"id":47579257,"uuid":"272265691","full_name":"patnr/HistoryMatching","owner":"patnr","description":"Notebooks on production optimisation and history matching","archived":false,"fork":false,"pushed_at":"2024-02-12T10:12:50.000Z","size":1784,"stargazers_count":20,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-16T10:08:20.606Z","etag":null,"topics":["data-assimilation","history-matching","optimization","pde-constrained-optimization","reservoir-characterization"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/patnr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-14T19:02:16.000Z","updated_at":"2024-07-09T00:31:29.522Z","dependencies_parsed_at":"2023-12-19T01:02:19.635Z","dependency_job_id":"b66e7ec4-9238-409c-bb03-d56d90a0a396","html_url":"https://github.com/patnr/HistoryMatching","commit_stats":{"total_commits":861,"total_committers":2,"mean_commits":430.5,"dds":"0.0023228803716608404","last_synced_commit":"ab99211de7dd4ae6351b523dfc22918058dca8d5"},"previous_names":["patricknraanes/historymatching"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patnr%2FHistoryMatching","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patnr%2FHistoryMatching/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patnr%2FHistoryMatching/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patnr%2FHistoryMatching/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patnr","download_url":"https://codeload.github.com/patnr/HistoryMatching/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243584086,"owners_count":20314697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["data-assimilation","history-matching","optimization","pde-constrained-optimization","reservoir-characterization"],"created_at":"2024-07-30T20:00:52.054Z","updated_at":"2025-03-14T13:30:45.083Z","avatar_url":"https://github.com/patnr.png","language":"Jupyter Notebook","funding_links":[],"categories":["Tutorials and Cheat Sheets"],"sub_categories":["Geomechanics"],"readme":"# History matching tutorial\n\n![Screenshots](./screenshots.png)\n\n## Run in the cloud (no installation required)\n\n- on Colab (requires Google login):\n  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://colab.research.google.com/github/patnr/HistoryMatching)\n- on a NORCE server (not generally available):\n  [![JupyterHub](https://img.shields.io/static/v1?label=JupyterHub\u0026message=by%20DIGIRES\u0026logo=jupyter\u0026color=blue)](https://jupyterhub.fredagsmorgen.no/hub?next=%2Fuser-redirect%2Fgit-pull?repo%3Dhttps%253A%252F%252Fgithub.com%252Fpatricknraanes%252FHistoryMatching%26branch%3Dmaster)\n\n## OR: install\n\nUse this option for development, or if you simply want faster computations\n(your typical laptop is 10x faster than Google's free offering).\n\n#### Prerequisite: Python\u003e=3.10\n\nIf you're an expert, setup a python environment however you like.\nOtherwise:\nInstall [Anaconda](https://www.anaconda.com/download), then\nopen the [Anaconda terminal](https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html#starting-conda)\nand run the following commands:\n\n```bash\nconda create --yes --name my-env python=3.10\nconda activate my-env\npython --version\n```\n\nEnsure the printed version is 3.10 or higher.  \n*Keep using the same terminal for the commands below.*\n\n#### Install\n\n- `git clone` this repository (see the green button up top).  \n  *You could instead download \u0026 unzip, but then you will\n  have to manually download any later updates.*\n- Move the resulting folder wherever you like\n- `cd` into the folder\n- Install requirements:  \n  `pip install -r [path/to/]requirements-dev.txt`\n\n#### Launch\n\n- Launch the \"notebook server\" by executing:  \n  `jupyter notebook`  \n  This will open up a page in your web browser that is a file navigator.  \n- Click on `HistoryMatch.ipynb`.\n\n## Developer guide\n\nI prefer to develop mostly in the format of standard python script,\nwhich is why each notebook corresponds to a `.py` file synced via [jupytext](https://jupytext.readthedocs.io/en/latest/).\nThe synchronization is done whenever the notebook is saved.\nAlso, if you run `pre-commit install`,\nthen the notebooks will get synced with the `.py` files before committing.\n\nLinting (which is, as of now, just a suggestion) can be run with\n`ruff check --output-format=grouped`.\n\n## Contributors\n\nThis work has been developed by *Patrick N. Raanes*, researcher at *NORCE*.\nThe project has been funded by *DIGIRES*,\na project sponsored by industry partners\nand the *PETROMAKS2* programme of the *Research Council of Norway*.\n\n\u003ca href=\"http://norceresearch.no\"\u003e\n\u003cimg height=\"100\" src=\"https://github.com/nansencenter/DAPPER/blob/master/docs/imgs/norce-logo.png\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"http://digires.no\"\u003e\n\u003cimg src=\"http://digires.no/DIGIRES/digilogo%20(002).png\" height=\"100\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://www.data-assimilation.no/projects/remedy\"\u003e\n\u003cimg src=\"./remedy.png?raw=true\" height=\"60\"\u003e\n\u003c/a\u003e\n\n\n\n\n\n\u003c!-- markdownlint-configure-file\n{\n  \"header-increment\": false,\n  \"no-multiple-blanks\": false,\n  \"no-inline-html\": {\n    \"allowed_elements\": [ \"img\", \"a\" ]\n  },\n  \"code-block-style\": false,\n  \"ul-indent\": { \"indent\": 2 }\n}\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatnr%2FHistoryMatching","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatnr%2FHistoryMatching","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatnr%2FHistoryMatching/lists"}