From 1f38c69b7634e6facbfe6dcb3d0dcd19caca3ee0 Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 15 Aug 2023 15:07:34 +0200 Subject: [PATCH] untrack scenarios.yaml --- config/scenarios.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 config/scenarios.yaml diff --git a/config/scenarios.yaml b/config/scenarios.yaml deleted file mode 100644 index 37d32243..00000000 --- a/config/scenarios.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors -# -# SPDX-License-Identifier: MIT - -# This file is used to define the scenarios that are run by snakemake. Each entry on the first level is a scenario. Each scenario can contain configuration overrides with respect to the config/config.yaml settings. -# -# Example -# -# custom-scenario: # name of the scenario -# electricity: -# renewable_carriers: [wind, solar] # override the list of renewable carriers