From d7d663b61b420fc3f564e0be2bbbd391c66b96d0 Mon Sep 17 00:00:00 2001 From: virio-andreyana <114650479+virio-andreyana@users.noreply.github.com> Date: Tue, 11 Apr 2023 02:14:04 +0200 Subject: [PATCH] Delete test directory --- test/config.electricity.yaml | 80 ------------------------------------ test/config.myopic.yaml | 79 ----------------------------------- test/config.overnight.yaml | 74 --------------------------------- 3 files changed, 233 deletions(-) delete mode 100755 test/config.electricity.yaml delete mode 100644 test/config.myopic.yaml delete mode 100644 test/config.overnight.yaml diff --git a/test/config.electricity.yaml b/test/config.electricity.yaml deleted file mode 100755 index 6798e38c..00000000 --- a/test/config.electricity.yaml +++ /dev/null @@ -1,80 +0,0 @@ -# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors -# -# SPDX-License-Identifier: CC0-1.0 - -tutorial: true - - -run: - name: "test-elec" # use this to keep track of runs with different settings - disable_progressbar: true - shared_resources: true - shared_cutouts: true - -scenario: - clusters: - - 5 - opts: - - Co2L-24H - -countries: ['BE'] - -snapshots: - start: "2013-03-01" - 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] - - -atlite: - default_cutout: be-03-2013-era5 - cutouts: - be-03-2013-era5: - module: era5 - x: [4., 15.] - y: [46., 56.] - time: ["2013-03-01", "2013-03-08"] - -renewable: - onwind: - cutout: be-03-2013-era5 - offwind-ac: - cutout: be-03-2013-era5 - max_depth: false - offwind-dc: - cutout: be-03-2013-era5 - max_depth: false - solar: - cutout: be-03-2013-era5 - - -clustering: - exclude_carriers: ["OCGT", "offwind-ac", "coal"] - - -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/test/config.myopic.yaml b/test/config.myopic.yaml deleted file mode 100644 index efa03136..00000000 --- a/test/config.myopic.yaml +++ /dev/null @@ -1,79 +0,0 @@ -# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors -# -# SPDX-License-Identifier: CC0-1.0 - -tutorial: true - -run: - name: "test-sector-myopic" - disable_progressbar: true - shared_resources: true - shared_cutouts: true - -foresight: myopic - -scenario: - ll: - - v1.5 - clusters: - - 5 - sector_opts: - - 24H-T-H-B-I-A-solar+p3-dist1 - planning_horizons: - - 2030 - - 2040 - - 2050 - -countries: ['BE'] - -snapshots: - start: "2013-03-01" - end: "2013-03-08" - -electricity: - renewable_carriers: [solar, onwind, offwind-ac, offwind-dc] - -atlite: - default_cutout: be-03-2013-era5 - cutouts: - be-03-2013-era5: - module: era5 - x: [4., 15.] - y: [46., 56.] - time: ["2013-03-01", "2013-03-08"] - -renewable: - onwind: - cutout: be-03-2013-era5 - offwind-ac: - cutout: be-03-2013-era5 - max_depth: false - offwind-dc: - cutout: be-03-2013-era5 - max_depth: false - solar: - cutout: be-03-2013-era5 - -industry: - St_primary_fraction: - 2030: 0.6 - 2040: 0.5 - 2050: 0.4 - -solving: - solver: - name: glpk - options: glpk-default - mem: 4000 - -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/test/config.overnight.yaml b/test/config.overnight.yaml deleted file mode 100644 index fb468ded..00000000 --- a/test/config.overnight.yaml +++ /dev/null @@ -1,74 +0,0 @@ -# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors -# -# SPDX-License-Identifier: CC0-1.0 - -tutorial: true - -run: - name: "test-sector-overnight" - disable_progressbar: true - shared_resources: true - shared_cutouts: true - - -scenario: - ll: - - v1.5 - clusters: - - 5 - sector_opts: - - CO2L0-24H-T-H-B-I-A-solar+p3-dist1 - planning_horizons: - - 2030 - -countries: ['BE'] - -snapshots: - start: "2013-03-01" - end: "2013-03-08" - -electricity: - renewable_carriers: [solar, onwind, offwind-ac, offwind-dc] - -atlite: - default_cutout: be-03-2013-era5 - cutouts: - be-03-2013-era5: - module: era5 - x: [4., 15.] - y: [46., 56.] - time: ["2013-03-01", "2013-03-08"] - -renewable: - onwind: - cutout: be-03-2013-era5 - offwind-ac: - cutout: be-03-2013-era5 - max_depth: false - offwind-dc: - cutout: be-03-2013-era5 - max_depth: false - solar: - cutout: be-03-2013-era5 - -sector: - gas_network: true - H2_retrofit: true - -solving: - solver: - name: glpk - options: glpk-default - mem: 4000 - -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