Skip to main content

Coupling IAM output to ecoinvent LCA database ecoinvent for prospective LCA

Project description

premise

PRospective EnvironMental Impact AsSEssment

Coupling the ecoinvent database with projections from Integrated Assessment Models (IAM)

premise is a Python tool for prospective life cycle assessment. It allows users to project the ecoinvent 3 database into the future, using scenarios from Integrated Assessment Models (IAMs). It does so by modifying the ecoinvent database to reflect projected energy policy trajectories, include emerging technologies, modify market shares as well as technologies' efficiency.

Among others, it can be used to assess the environmental impacts of future energy systems, and to compare different energy policies. It includes a set of IAM scenarios and a set of tools to create custom scenarios.

The tool was designed to be user-friendly and to allow for reproducible results. While it is built on the brightway2 framework, its outputs can naturally be used in Activity Browser, but also in other LCA software, such as SimaPro, OpenLCA, or directly in Python.

The tool is described in the following scientific publication: Sacchi et al, 2022.

What's new in 2.0.0?

  • Adds .write_db_to_olca(), which produces a slightly modified version of a Simapro CSV database file which can then be imported in OpenLCA. The use of the SimaPro_Import.csv mapping file must be selected.
  • Marginal mixes were wrong because the average lifetime of the mix was calculated using the technology-specific lead time values instead of lifetime values.
  • Fix issue with CCS implementation in IMAGE scenarios
  • Fix several issues with external/custom scenarios linking algorithm.
  • Drops DAC efficiency improvement based on cumulated deployment. Uses directly efficiency variables now (if provided).
  • Improves documentation for consequential modelling.
  • Code-breaking change: update functions are now called like so: .update(xxx). For example, to update the electricity sector: .update(["electricity",]). To update all sectors: .update().
  • Changes minimum Python requirement to 3.10

What's new in 1.8.0?

  • Added support for brightway 2.5
  • Added support for Python 3.11
  • Uses bw2io 0.8.10
  • Adds electricity storage in electricity markets -- see docs
  • Adds scenario explorer dashboard

What's new in 1.5.0?

  • Added support for ecoinvent 3.9 and 3.9.1
  • Added support for ecoinvent 3.8 and 3.9/3.9.1 consequential -- see docs
  • Added REMIND SSP1 and SSP5 scenarios -- see docs
  • Updated GAINS emission factors, using GAINS-EU and GAINS-IAM -- see docs
  • Added new inventories for DAC and DACCS -- see docs
  • Added new inventories for EPR and SMR nuclear reactors -- see EPR inventories and SMR inventories
  • Made mapping to new IAM models easier -- see docs
  • Better logging of changes made to the ecoinvent database -- see docs

What's new in 1.3.0?

  • Added support for user-generated scenarios (see docs and notebook)
  • Updated REMIND scenarios to REMIND v.3.0

Documentation

https://premise.readthedocs.io/en/latest/

Objective

The objective is to produce life cycle inventories under future energy policies, by modifying the inventory database ecoinvent 3 to reflect projected energy policy trajectories.

Requirements

  • Python 3.10 or 3.11
  • License for ecoinvent 3. Please note that the ecoinvent database is not included in this package. Also, read ecoinvent's GDPR & EULA.
  • Some IAM output files come with the library and are located by default in the subdirectory "/data/iam_output_files". If you wish to use those files, you need to request (by email) an encryption key from the developers. A file path can be specified to fetch IAM output files elsewhere on your computer.
  • brightway2 (optional)

How to install this package?

Two options:

A development version with the latest advancements (but with the risks of unseen bugs), is available from Anaconda Cloud:

conda install -c conda-forge premise

For a more stable and proven version, from Pypi:

pip install premise

will install the package and the required dependencies.

How to use it?

The best way is to follow the examples from the Jupyter Notebook.

Support

Do not hesitate to contact romain.sacchi@psi.ch.

Contributors

Maintainers

Contributing

See contributing.

References

License

BSD-3-Clause. Copyright 2020 Potsdam Institute for Climate Impact Research, Paul Scherrer Institut.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

premise-2.0.2.tar.gz (82.5 MB view hashes)

Uploaded Source

Built Distribution

premise-2.0.2-py3-none-any.whl (82.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page