Correct co2base in config.default.yaml . (#233)

* Correct co2base in config.default.yaml .

Based on PyPSA-EUR-SEC data.

* Update release_notes.rst

* Fix .rst .
This commit is contained in:
euronion 2021-04-23 11:41:55 +02:00 committed by GitHub
parent 6765ffda8f
commit d3dc2e924a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,7 @@ enable:
electricity:
voltages: [220., 300., 380.]
co2limit: 7.75e+7 # 0.05 * 3.1e9*0.5
co2base: 3.1e+9 # 1 * 3.1e9*0.5
co2base: 1.487e9
agg_p_nom_limits: data/agg_p_nom_minmax.csv
extendable_carriers:

View File

@ -11,6 +11,8 @@ Release Notes
Upcoming Release
================
* Fix: Value for ``co2base`` in ``config.yaml`` adjusted to 1.487e9 t CO2-eq (from 3.1e9 t CO2-eq). The new value represents emissions related to the electricity sector for EU+UK. The old value was ~2x too high and used when the emissions wildcard in ``{opts}`` was used.
PyPSA-Eur 0.3.0 (7th December 2020)
==================================