From ab8ee639f9e782a3948b6da194d285f73766dc42 Mon Sep 17 00:00:00 2001 From: lisazeyen <35347358+lisazeyen@users.noreply.github.com> Date: Wed, 24 May 2023 10:53:40 +0200 Subject: [PATCH] update average annual prices --- scripts/build_monthly_prices.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/build_monthly_prices.py b/scripts/build_monthly_prices.py index 311414bb..435f274b 100644 --- a/scripts/build_monthly_prices.py +++ b/scripts/build_monthly_prices.py @@ -29,8 +29,8 @@ and translates them from different input sources to pypsa syntax Data sources: [1] Fuel price index. Destatis https://www.destatis.de/EN/Home/_node.html - [2] average annual import price (coal, gas, oil) Agora, slide 22 - https://static.agora-energiewende.de/fileadmin/Projekte/2022/2022-10_DE_JAW2022/2023-02-20_Praesentation_Agora_Jahresauswertung.pdf + [2] average annual import price (coal, gas, oil) Agora, slide 24 + https://static.agora-energiewende.de/fileadmin/Projekte/2019/Jahresauswertung_2019/A-EW_German-Power-Market-2019_Summary_EN.pdf [3] average annual fuel price lignite, ENTSO-E https://2020.entsos-tyndp-scenarios.eu/fuel-commodities-and-carbon-prices/ [4] CO2 Prices, Emission spot primary auction, EEX @@ -61,11 +61,11 @@ keywords = {"coal": " GP09-051 Hard coal", } # import fuel price 2015 in Eur/MWh -# source for coal, oil, gas, Agora, slide 22 [2] +# source for coal, oil, gas, Agora, slide 24 [2] # source lignite, price for 2020, scaled by price index, ENTSO-E [3] -price_2015 = {"coal": 8, - "oil": 31, - "gas": 21, +price_2015 = {"coal": 8.3, + "oil": 30.6, + "gas": 20.6, "lignite": 3.8} # 2020 3.96/1.04 def get_fuel_price():