From f024412301beed2f6a36c9df74b52aaeb13969f5 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 12 Feb 2024 16:49:15 +0100 Subject: [PATCH] simplify test cases --- config/scenarios.yaml | 38 +++++++------------ config/test/config.scenarios.electricity.yaml | 34 +---------------- config/test/scenarios.electricity.yaml | 3 -- 3 files changed, 16 insertions(+), 59 deletions(-) diff --git a/config/scenarios.yaml b/config/scenarios.yaml index c493311f..0eba9d75 100644 --- a/config/scenarios.yaml +++ b/config/scenarios.yaml @@ -11,28 +11,18 @@ # electricity: # renewable_carriers: [wind, solar] # override the list of renewable carriers +normal: + electricity: + renewable_carriers: + - solar + - onwind + - offwind-ac + - offwind-dc + - hydro -network2013: - snapshots: - start: "2013-01-01" - end: "2014-01-01" - inclusive: 'left' - - -network2019: - snapshots: - start: "2019-01-01" - end: "2020-01-01" - inclusive: 'left' - - renewable: - onwind: - cutout: europe-2019-era5 - offwind-ac: - cutout: europe-2019-era5 - offwind-dc: - cutout: europe-2019-era5 - solar: - cutout: europe-2019-era5 - hydro: - cutout: europe-2019-era5 +no-offwind: + electricity: + renewable_carriers: + - solar + - onwind + - hydro diff --git a/config/test/config.scenarios.electricity.yaml b/config/test/config.scenarios.electricity.yaml index 185dcda4..dde138ed 100644 --- a/config/test/config.scenarios.electricity.yaml +++ b/config/test/config.scenarios.electricity.yaml @@ -28,16 +28,10 @@ snapshots: end: "2013-03-08" electricity: - co2limit: 100.e+6 - extendable_carriers: Generator: [OCGT] - StorageUnit: [battery] - Store: [H2] - Link: [H2 pipeline] - - renewable_carriers: [solar, onwind, offwind-ac, offwind-dc] - + StorageUnit: [battery, H2] + Store: [] atlite: default_cutout: be-03-2013-era5 @@ -60,31 +54,7 @@ renewable: solar: cutout: be-03-2013-era5 - -clustering: - exclude_carriers: ["OCGT", "offwind-ac", "coal"] - -lines: - dynamic_line_rating: - activate: true - cutout: be-03-2013-era5 - max_line_rating: 1.3 - - solving: solver: name: glpk options: "glpk-default" - - -plotting: - map: - boundaries: - eu_node_location: - x: -5.5 - y: 46. - costs_max: 1000 - costs_threshold: 0.0000001 - energy_max: - energy_min: - energy_threshold: 0.000001 diff --git a/config/test/scenarios.electricity.yaml b/config/test/scenarios.electricity.yaml index e9893479..962cc91e 100644 --- a/config/test/scenarios.electricity.yaml +++ b/config/test/scenarios.electricity.yaml @@ -6,9 +6,6 @@ test-elec-no-offshore-wind: electricity: renewable_carriers: [solar, onwind] - test-elec-no-onshore-wind: electricity: - extendable_carriers: - Generator: [OCGT] renewable_carriers: [solar, offwind-ac, offwind-dc]