From 6e358097c97e24a12e16d109a2a825f9b2a18d0f Mon Sep 17 00:00:00 2001 From: lisazeyen <35347358+lisazeyen@users.noreply.github.com> Date: Wed, 24 May 2023 10:51:16 +0200 Subject: [PATCH] change natural gas index to import price --- scripts/build_monthly_prices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_monthly_prices.py b/scripts/build_monthly_prices.py index e1cc57a1..311414bb 100644 --- a/scripts/build_monthly_prices.py +++ b/scripts/build_monthly_prices.py @@ -57,7 +57,7 @@ sheet_name_map = {"5.1 Hard coal and lignite": "coal", keywords = {"coal": " GP09-051 Hard coal", "lignite": " GP09-052 Lignite and lignite briquettes", "oil": " GP09-0610 10 Mineral oil, crude", - "gas": "GP09-3522 24 Natural gas, when supplied to power plants" + "gas": "GP09-062 Natural gas" } # import fuel price 2015 in Eur/MWh @@ -114,4 +114,4 @@ if __name__ == "__main__": get_fuel_price() get_co2_price() - \ No newline at end of file +