gidden / aneris

Harmonization of Emissions Trajectories for Integrated Assessment Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aneris - Harmonization for IAMs

To reproduce harmonization routines from [Gidden et al. (2019)](https://gmd.copernicus.org/articles/12/1443/2019/), use `v0.3.2` (or earlier). Subsequent versions introduce backwards incompatibilities.

Documentation

All documentation can be found at https://aneris.readthedocs.io/en/latest/

Install

From Source

Installing from source is as easy as

pip install -e .[tests,deploy,units]

You can then check to make sure your install is operating as expected

pytest tests

Build the Docs

Requirements

See doc/environment.yml

Build and Serve

cd doc
make html

Then point you browser to http://127.0.0.1:8000/.

License

Licensed under Apache 2.0. See the LICENSE file for more information

About

Harmonization of Emissions Trajectories for Integrated Assessment Models

License:Apache License 2.0


Languages

Language:Python 95.7%Language:Makefile 2.6%Language:Shell 1.5%Language:Dockerfile 0.1%