{"id":22197079,"url":"https://github.com/openscm/openscm-runner","last_synced_at":"2025-07-27T01:31:02.442Z","repository":{"id":43192266,"uuid":"248379538","full_name":"openscm/openscm-runner","owner":"openscm","description":"Thin wrapper to run simple climate models (emissions driven runs only)","archived":false,"fork":false,"pushed_at":"2024-04-12T04:36:34.000Z","size":9057,"stargazers_count":15,"open_issues_count":15,"forks_count":11,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-06-11T16:19:31.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://openscm-runner.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openscm.png","metadata":{"files":{"readme":"README.md","changelog":"changelog/85.internal.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-03-19T01:10:14.000Z","updated_at":"2024-06-10T23:50:30.000Z","dependencies_parsed_at":"2022-08-12T10:21:06.616Z","dependency_job_id":"fc239402-1478-4da2-aceb-db4f7f696f69","html_url":"https://github.com/openscm/openscm-runner","commit_stats":{"total_commits":674,"total_committers":9,"mean_commits":74.88888888888889,"dds":"0.48664688427299707","last_synced_commit":"e0393781911d9d3aec9b45cf92937a030a86f6c1"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscm%2Fopenscm-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscm%2Fopenscm-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscm%2Fopenscm-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openscm%2Fopenscm-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openscm","download_url":"https://codeload.github.com/openscm/openscm-runner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227740662,"owners_count":17812687,"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":[],"created_at":"2024-12-02T14:18:20.056Z","updated_at":"2024-12-02T14:18:20.612Z","avatar_url":"https://github.com/openscm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenSCM-Runner\n\n\u003c!---\nCan use start-after and end-before directives in docs, see\nhttps://myst-parser.readthedocs.io/en/latest/syntax/organising_content.html#inserting-other-documents-directly-into-the-current-document\n--\u003e\n\n\u003c!--- sec-begin-description --\u003e\n\nOpenSCM-Runner provides a unified API for running emissions scenarios with different simple climate models.\n\n[![CI](https://github.com/openscm/openscm-runner/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/openscm/openscm-runner/actions/workflows/ci.yaml)\n[![Coverage](https://codecov.io/gh/openscm/openscm-runner/branch/main/graph/badge.svg)](https://codecov.io/gh/openscm/openscm-runner)\n[![Docs](https://readthedocs.org/projects/openscm-runner/badge/?version=latest)](https://openscm-runner.readthedocs.io)\n\n**PyPI :**\n[![PyPI](https://img.shields.io/pypi/v/openscm-runner.svg)](https://pypi.org/project/openscm-runner/)\n[![PyPI: Supported Python versions](https://img.shields.io/pypi/pyversions/openscm-runner.svg)](https://pypi.org/project/openscm-runner/)\n[![PyPI install](https://github.com/openscm/openscm-runner/actions/workflows/install.yaml/badge.svg?branch=main)](https://github.com/openscm/openscm-runner/actions/workflows/install.yaml)\n\n**Other info :**\n[![License](https://img.shields.io/github/license/openscm/openscm-runner.svg)](https://github.com/openscm/openscm-runner/blob/main/LICENSE)\n[![Last Commit](https://img.shields.io/github/last-commit/openscm/openscm-runner.svg)](https://github.com/openscm/openscm-runner/commits/main)\n[![Contributors](https://img.shields.io/github/contributors/openscm/openscm-runner.svg)](https://github.com/openscm/openscm-runner/graphs/contributors)\n\n\u003c!--- sec-end-description --\u003e\n\nFull documentation can be found at:\n[openscm-runner.readthedocs.io](https://openscm-runner.readthedocs.io/en/latest/).\nWe recommend reading the docs there because the internal documentation links\ndon't render correctly on GitHub's viewer.\n\n## Installation\n\n\u003c!--- sec-begin-installation --\u003e\n\nOpenSCM-Runner can be installed with conda or pip:\n\n```bash\npip install openscm-runner\nconda install -c conda-forge openscm-runner\n```\n\nAdditional dependencies can be installed using\n\n```bash\n# To add notebook dependencies\npip install openscm-runner[notebooks]\n\n# To add dependencies for all models\npip install openscm-runner[models]\n\n# To add dependencies for MAGICC\npip install openscm-runner[magicc]\n\n# To add dependencies for FaIR\npip install openscm-runner[fair]\n\n# CICERO-SCM's Fortran binary requires no additional dependencies to be\n# installed\n\n# To add dependencies for CICERO-SCM's Python port\npip install openscm-runner[ciceroscmpy]\n\n# If you are installing with conda, we recommend\n# installing the extras by hand because there is no stable\n# solution yet (issue here: https://github.com/conda/conda/issues/7502)\n```\n\n\u003c!--- sec-end-installation --\u003e\n\n### For developers\n\n\u003c!--- sec-begin-installation-dev --\u003e\n\nFor development, we rely on [poetry](https://python-poetry.org) for all our\ndependency management. To get started, you will need to make sure that poetry\nis installed\n([instructions here](https://python-poetry.org/docs/#installing-with-the-official-installer),\nwe found that pipx and pip worked better to install on a Mac).\n\nFor all of work, we use our `Makefile`.\nYou can read the instructions out and run the commands by hand if you wish,\nbut we generally discourage this because it can be error prone.\nIn order to create your environment, run `make virtual-environment`.\n\nIf there are any issues, the messages from the `Makefile` should guide you\nthrough. If not, please raise an issue in the [issue tracker][issue_tracker].\n\nFor the rest of our developer docs, please see [](development-reference).\n\n\u003c!--- sec-end-installation-dev --\u003e\n\n[issue_tracker]: https://github.com/openscm/openscm-runner/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenscm%2Fopenscm-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenscm%2Fopenscm-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenscm%2Fopenscm-runner/lists"}