Skip to content

Commit

Permalink
added correction in adapt_efficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-str committed Feb 26, 2025
1 parent 8f13592 commit b402327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.1.2] - TBD

### Added
- Add a spatialized biosphere database and the regionalized EF 3.1 methods to your brightway project (in `EF 3.1 regionalized.ipynb`). Your ecoinvent database needs to be spatialized (see (`Regioinvent`)[https://github.com/CIRAIG/Regioinvent/] or (`Regiopremise`)[https://github.com/matthieu-str/Regiopremise/tree/master]).
- Add a spatialized biosphere database and the regionalized EF 3.1 methods to your brightway project (in `EF 3.1 regionalized.ipynb`). Your ecoinvent database needs to be spatialized (see [`Regioinvent`](https://github.com/CIRAIG/Regioinvent/) or [`Regiopremise`](https://github.com/matthieu-str/Regiopremise/tree/master)).
- The function `add_carbon_capture_to_plant` (in `modify_inventory.py`) adds a carbon capture and storage (CCS) process to a power plant and modifies its direct emissions accordingly.
- The `main_database_name` argument of the `ESM` class specifies the name of your ecoinvent database in case the input database in an aggregation of several databases.
- The `assessment_type` argument in `normalize_lca_metrics` (in `normalization.py`) and `generate_mod_file_ampl` (in `generate_lcia_obj_ampl.py`) functions to differentiate between life-cycle impacts computation (by default) and territorial impact computation (`assessment_type="direct emissions"`).
- Plotting methods (`Plot` class in `plot.py`) to visualize the results of the `compute_impact_scores` function (in `impact_assessment.py`).
- The `connect_esm_results_to_database` method (in `esm_back_to_lca.py`) to connect the LCI datasets created from ESM results to another LCI database. The `create_new_database_with_esm_results` method only creates a new database with the LCI datasets from ESM results.

### Changed
- Corrected error occurring in `correct_esm_and_lca_efficiency_differences` (in `adapt_efficiency.py`) when several input fuel flows were present in an operation LCI dataset.
- The `mapping_ecoinvent_version_ipynb` notebook (to change the ecoinvent version of your mapping file) has been updated to work with version 3.10.1 of ecoinvent.

### Removed
Expand Down

0 comments on commit b402327

Please sign in to comment.