/aneris

Harmonization of Emissions Trajectories for Integrated Assessment Models

Primary LanguagePythonApache License 2.0Apache-2.0

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