Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openscm/openscm
Unified access to simple climate models (work in progress)
https://github.com/openscm/openscm
analysis climate-change climate-model python python3 scenarios
Last synced: 3 months ago
JSON representation
Unified access to simple climate models (work in progress)
- Host: GitHub
- URL: https://github.com/openscm/openscm
- Owner: openscm
- License: agpl-3.0
- Created: 2018-08-01T08:38:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T14:44:17.000Z (over 4 years ago)
- Last Synced: 2024-10-31T23:31:52.500Z (3 months ago)
- Topics: analysis, climate-change, climate-model, python, python3, scenarios
- Language: Python
- Homepage:
- Size: 31.6 MB
- Stars: 67
- Watchers: 7
- Forks: 16
- Open Issues: 50
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.rst
- Citation: CITATION
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
OpenSCM
=======|WIP| |Docs| |GithubActions|
.. sec-begin-long-description
.. sec-begin-index**Warning: OpenSCM is still work in progress and cannot be fully used
yet! However, we are very grateful for suggestions and critique on how
you would like to use this framework. Please have a look at the issues
and feel free to create new ones/upvote ones that would really help
you.**The **Open Simple Climate Model framework** unifies access to several
simple climate models (SCMs). It defines a standard interface for
getting and setting model parameters, input and output data as well as
for running the models. Additionally, OpenSCM provides a standardized
file format for these parameters and scenarios including functions for
reading and writing such files. It further adds convenience functions
and easily enables ensemble runs, e.g. for scenario assessment or
model tuning.This OpenSCM implementation comes with a command line tool
``openscm``.Use guidelines
--------------We encourage use of OpenSCM as much as possible and are open to collaboration.
If you plan to publish using OpenSCM, please be respectful of the work and the `Maintainers`_' willingness to open source their code.In particular, when using OpenSCM, please cite the DOI of the precise version of the package used and consider citing our package description paper [when it's written, which it's not yet :)].
As appropriate, please consider also citing the wrappers and models that OpenSCM relies on.
A way to cite OpenSCM alongside the references to the wrappers and original models can be found in the documentation and are available in bibtex format in the ``CITATION`` file.Of course, there is a balance, and no single rule will fit all situations.
If in doubt, don't hestiate to contact the `Maintainers`_ and ask.Maintainers
-----------Current maintainers of OpenSCM are:
- `Robert Gieseke `__
<`[email protected]
`__>
- `Jared Lewis `__
<`[email protected]
`__>
- `Zebedee Nicholls `__
<`[email protected]
`__>
- `Sven Willner `__
<`[email protected]
`__>.. sec-end-index
Documentation
-------------Detailed documentation is available at `ReadTheDocs
`_... sec-end-long-description
Schema
------.. image:: docs/static/schema_small.png
:align: center.. sec-begin-installation
Installation
------------To install OpenSCM run
.. code:: bash
pip install openscm
If you also want to run the example notebooks install additional
dependencies using.. code:: bash
pip install openscm[notebooks]
OpenSCM comes with model adapters only for some very simple SCMs. If
you want to run other models, you will also need to install their
dependencies (see `ReadTheDocs
`_ for a list)... sec-end-installation
.. sec-begin-quickstartQuickstart
----------.. sec-end-quickstart
.. sec-begin-developmentDevelopment
-----------.. code:: bash
git clone [email protected]:openclimatedata/openscm.git
pip install -e .Tests can be run locally with
.. code:: bash
python setup.py test
.. sec-end-development
.. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
:target: https://openscm.readthedocs.io/en/latest/
.. |WIP| image:: https://img.shields.io/badge/state-work%20in%20progress-red.svg?style=flat
:target: https://github.com/openclimatedata/openscm/milestone/1
.. |GithubActions| image:: https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/badge/openclimatedata/openscm?style=flat
:target: https://github.com/openclimatedata/openscm/actions