You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Silicone is a Python package which can be used to infer emissions from other emissions data.
It is intended to 'infill' integrated assessment model (IAM) data so that their scenarios
quantify more climate-relevant emissions than are natively reported by the IAMs themselves.
It does this by comparing the incomplete emissions set to complete data from other sources.
It uses the relationships within the complete data to make informed infilling estimates of
otherwise missing emissions timeseries.
For example, it can add emissions of aerosol precurors based on carbon dioxide emissions
and infill nitrous oxide emissions based on methane, or split HFC emissions pathways into
emissions of different specific HFC gases.
License
Silicone is free software under a BSD 3-Clause License, see
LICENSE.
Funders
This project has received funding from the European Union Horizon 2020 research and
innovation programme under grant agreement No 820829 (CONSTRAIN) and No 641816 (CRESCENDO).
Installation
Silicone can be installed with pip
pip install silicone
If you also want to run the example notebooks, install additional
dependencies using
pip install silicone[notebooks]
Coming soon Silicone can also be installed with conda