Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/iiasa/rime into add_tcre
Browse files Browse the repository at this point in the history
  • Loading branch information
byersiiasa committed Oct 30, 2023
2 parents 8bb2e8b + 6d1d8cf commit d5ec6bc
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
[![license](https://www.gnu.org/graphics/gplv3-with-text-136x68.png)](https://choosealicense.com/licenses/gpl-3.0/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

![RIME_logo](https://github.com/iiasa/rime/assets/17701232/12e9ae66-5d28-4f06-9540-fa496cc588d0)
[![RIME_logo](https://github.com/iiasa/rime/assets/17701232/12e9ae66-5d28-4f06-9540-fa496cc588d0)

## Overview
------------------
------------------

**RIME** is a lightweight software tool for using global warming level approaches to link climate impacts to Integrated Assessment Models (IAMs).
When accompanied by climate impacts data (table and/or maps), RIME can be used to take a global mean temperature timeseries (e.g. from an IAM), and return tables and maps of climate impacts through time consistent with the warming of the scenario.
Expand Down
13 changes: 13 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
dask~=2022.7.0
holoviews~=1.17.1
hvplot~=0.9.0
matplotlib~=3.5.2
numpy~=1.23.5
pandas~=1.5.2
pyam_iamc~=1.7.1.dev3+gbec0295
PyYAML~=6.0
PyYAML~=6.0.1
rich~=13.6.0
scipy~=1.9.3
seaborn~=0.13.0
xarray~=2022.11.0
28 changes: 26 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,34 @@ long_description_content_type = text/markdown
long_description = file:README.md
url = https://www.iiasa.ac.at
license = GNU CPL v3

classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
License :: OSI Approved :: GNU CPL v3
Natural Language :: English
Programming Language :: Python :: 3

[options]
packages = python_stub
packages = rime
include_package_data = True
python_requires = >=3.10, <3.12

# To check this, pip install pipreqs, then run pipreqs . in the rime directory
install_requires =
dask~=2022.7.0
holoviews~=1.17.1
hvplot~=0.9.0
matplotlib~=3.5.2
numpy~=1.23.5
pandas~=1.5.2
pyam_iamc~=1.7.1.dev3+gbec0295
PyYAML~=6.0
rich~=13.6.0
scipy~=1.9.3
seaborn~=0.13.0
xarray~=2022.11.0

setup_requires =
setuptools >= 41
setuptools_scm
Expand Down

0 comments on commit d5ec6bc

Please sign in to comment.