* Update documentation regarding PV efficiencies.
* Scale down PV mounting system for open-ground installations.
* Scale down PV EoL input.
**Full Changelog**: https://github.com/polca/premise/compare/v.2.1.9...2.2.0
v.2.1.9
v.2.1.8
v.2.1.7
v.2.1.6
**Full Changelog**: https://github.com/polca/premise/compare/v.2.1.5...v.2.1.6
v.2.1.5
v.2.1.4
- Adds TIAM-UCL scenarios
- Update documentation
- Better communication of scenario processing message by marc-vdm in https://github.com/polca/premise/pull/181
- Fixes water evaporation value in hydropower dams
- Fix issues with deleted biosphere exchange of imported inventories
v.2.1.3
v.2.1.2
validation.py fails because it does not test the presence of `input` in `biosphere` exchanges.
v.2.1.1
What's Changed
* Ei310 compatibility
* New cement modeling using IMAGE scenarios, after Müller et al. 2024
* Uncertainty values from ecoinvent and imported inventories can be switched on and off separately
* Transport is re-modeled: easier approach, scenario-specific fleet, after work of Jonas Klimt
* Freight transport by train added, when using REMIND
* Added inventories for PV (perovskite, GaAs)
* Added battery inventories (Li-S, Li-O2, Sodium-ion) and introduction of battery scenarios
* Added waste CHP inventories after Bisinella et al. 2021
* Added inventories on ammonia production
* Fixed export to bw 2.5
* Fixing uncertainty value in inventories
* Fixed generation of external scenario: the script was looping endlessly on some occasions
* Fix water balance issue for silica-based amine production. Added uncertainty to DAC inventories.
* Fix water unit conversion when exporting to Simapro
New Contributors
* TimoDiepers made their first contribution in https://github.com/polca/premise/pull/167
**Full Changelog**: https://github.com/polca/premise/compare/v.2.1.0...v.2.1.1
v.2.1.1.dev9
v.2.1.1.dev8
v.2.1.1.dev7
* Fix the issue of non-square matrix in bw 2.5 (because of a dataset with type `waste treatment`)
* Fix uncertainty data (values outside bounds)
* Preserve uncertainty during regionalization of datasets
**Full Changelog**: https://github.com/polca/premise/compare/v.2.1.1.dev6...v.2.1.1.dev7
v.2.1.1.dev6
The export to BW25 projects is now done using the SQLLite backend.
Also, `.write_db_to_brightway()` works with untransformed databases.
v.2.1.1.dev5
**Full Changelog**: https://github.com/polca/premise/compare/v.2.1.1.dev4...v.2.1.1.dev5
v.2.1.1.dev4
v.2.1.1.dev3
Filtering criteria for H2 from SMR were too loose, which led other technologies to slip in (e.g., SMR with biomethane, etc.).
v.2.1.1.dev2
Too many proxy datasets were created because we could not properly keep track of those created and those left to create.
v.2.1.1dev1
Improves export to Simapro with better classification
Remove CO2 leakage from DAC datasets
v.2.1.1.dev0
* Adds ecoinvent 3.10 support
* Adds inventories for ammonia production
* Fixes scaling of PV systems (mounting panels were nto scaled down)
* Adjusts electricity mix for aluminium production (previously unchanged, now aligned on regional electricity mixes)
* Fixes water balance for H2 from coal gasification
* H2 from SMR now uses national gas markets instead of regional one
v.2.1.0
v.2.1.0.dev8
Before, cubic meters fo water were divided by 1000 to obtain kilograms, which was wrong.
Only concerns Simapro exports.
v.2.1.0.dev7
v.2.1.0.dev6
v.2.1.0.dev5
v.2.1.0.dev4
Adds pickling of databases to avoid RAM maxing out
v.2.1.0.dev3
v.2.1.0.dev1
**Full Changelog**: https://github.com/polca/premise/compare/v.2.1.0.dev0...v.2.1.0.dev1
Fixes some export issues mostly.
v.2.1.0.dev0
THe use of external scenarios is no longer determined by the IAM scenario.
Hence, this now works:
fp = "/Users/romain/GitHub/RTE_scenarios/datapackage.json"
rte = Package(fp)
scenarios = [
{"model": "image", "pathway":"SSP2-Base", "year": 2020, "external scenarios": [{"scenario": "Reference - M0", "data": rte}]},
{"model": "image", "pathway":"SSP2-Base", "year": 2050, "external scenarios": [{"scenario": "Reference - M0", "data": rte}]},
{"model": "image", "pathway":"SSP2-RCP26", "year": 2050, "external scenarios": [{"scenario": "Reference - M0", "data": rte}]},
{"model": "image", "pathway":"SSP2-RCP26", "year": 2050, "external scenarios": [{"scenario": "Reference - N03", "data": rte}]},
{"model": "image", "pathway":"SSP2-RCP26", "year": 2050, "external scenarios": [{"scenario": "Extensive reindustrialization - M23", "data": rte}]},
{"model": "image", "pathway":"SSP2-RCP19", "year": 2050, "external scenarios": [{"scenario": "Extensive reindustrialization - M23", "data": rte}]},
{"model": "remind", "pathway":"SSP2-PkBudg1150", "year": 2050, "external scenarios": [{"scenario": "Sobriety - M23", "data": rte}]},
{"model": "remind", "pathway":"SSP2-Base", "year": 2025},
]
ndb = NewDatabase(
scenarios = scenarios,
source_db="ecoinvent 3.9.1 cutoff",
source_version="3.9.1",
key='xxxx',
use_multiprocessing=True
)
External scenarios to use are passed directly in the list of scenarios. Also, any external scenario cna be used with any IAM scenario. Finally, we pass a list, meaning that several external scenarios can be considered per scenario.
v.2.0.2
What's Changed
* The efficiency of lignite and oil power plants were incorrectly calculated because premise could not identify the fuel input.
* The Simapro files could no longer be imported in Simapro 9.5.
* Add conda-forge badge and update install instructions by m-rossi in https://github.com/polca/premise/pull/94
New Contributors
* m-rossi made their first contribution in https://github.com/polca/premise/pull/94
**Full Changelog**: https://github.com/polca/premise/compare/v.2.0.1...v.2.0.2
v.2.0.1
Three exchanges in the LCI of germanium caused a linking issue with ecoinvent EN 18504.
v.2.0.0