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:
parent
6765ffda8f
commit
d3dc2e924a
@ -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:
|
||||
|
@ -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)
|
||||
==================================
|
||||
|
Loading…
Reference in New Issue
Block a user