From eef8e3fe41095ceb0ffa7d3815ef81389a35023b Mon Sep 17 00:00:00 2001 From: martacki Date: Tue, 1 Jun 2021 11:00:31 +0200 Subject: [PATCH] different line in configuration settings --- config.default.yaml | 4 ++-- config.tutorial.yaml | 4 ++-- test/config.test1.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.default.yaml b/config.default.yaml index e210320f..6df2c446 100755 --- a/config.default.yaml +++ b/config.default.yaml @@ -19,6 +19,8 @@ scenario: countries: ['AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MK', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK'] +simplify_to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections) + snapshots: start: "2013-01-01" end: "2014-01-01" @@ -59,8 +61,6 @@ electricity: # Wind: [onwind, offwind-ac, offwind-dc] # Solar: [solar] -simplify_to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections) - atlite: nprocesses: 4 cutouts: diff --git a/config.tutorial.yaml b/config.tutorial.yaml index 97c5d9ca..4ddb6830 100755 --- a/config.tutorial.yaml +++ b/config.tutorial.yaml @@ -19,6 +19,8 @@ scenario: countries: ['DE'] +simplify_to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections) + snapshots: start: "2013-03-01" end: "2013-04-01" @@ -51,8 +53,6 @@ electricity: custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany'] conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass] -simplify_to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections) - atlite: nprocesses: 4 cutouts: diff --git a/test/config.test1.yaml b/test/config.test1.yaml index 75752c4d..39b2ef8e 100755 --- a/test/config.test1.yaml +++ b/test/config.test1.yaml @@ -18,6 +18,8 @@ scenario: countries: ['DE'] +simplify_to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections) + snapshots: start: "2013-03-01" end: "2014-04-01" @@ -50,8 +52,6 @@ electricity: custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany'] conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass] -simplify_to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections) - atlite: nprocesses: 4 cutouts: