From c4bb470b933237a114efcaf8a866de7c0ccbc4a9 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Tue, 5 Apr 2022 17:05:50 +0200 Subject: [PATCH] add release note and instructions on global gas limit --- config.default.yaml | 2 +- doc/release_notes.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.default.yaml b/config.default.yaml index 128c7bac..6983945c 100755 --- a/config.default.yaml +++ b/config.default.yaml @@ -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 diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 4ef5e956..78a9997d 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -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**