add release note and instructions on global gas limit

This commit is contained in:
Fabian Neumann 2022-04-05 17:05:50 +02:00
parent 51dffbefa3
commit c4bb470b93
2 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,7 @@ enable:
electricity:
voltages: [220., 300., 380.]
gaslimit: false
gaslimit: false # global gas usage limit of X MWh_th
co2limit: 7.75e+7 # 0.05 * 3.1e9*0.5
co2base: 1.487e+9
agg_p_nom_limits: data/agg_p_nom_minmax.csv

View File

@ -22,6 +22,8 @@ Energy Security Release (April 2022)
* old: ``estimate_renewable_capacities_from_capacity_stats``
* new: ``estimate_renewable_capacities``
* Add function to add global constraint on use of gas in :mod:`prepare_network`. This can be activated with `electricity: gaslimit:` given in MWh.
* The powerplants that have been shut down before 2021 are filtered out.
**Bugs and Compatibility**