From 879f2e7d436bd95f11def7cea7490a57f1ac3a4f Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 27 Apr 2023 10:26:29 +0200 Subject: [PATCH] exclude conventional carriers via exclude list --- config/config.validation.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.validation.yaml b/config/config.validation.yaml index cb53d4d3..ea40dda3 100644 --- a/config/config.validation.yaml +++ b/config/config.validation.yaml @@ -25,7 +25,6 @@ scenario: - v1.0 clusters: # number of nodes in Europe, any integer between 37 (1 node per country-zone) and several hundred - 37 - - "37c" # - 128 # - 256 # - 512 @@ -592,7 +591,7 @@ clustering: to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections) algorithm: kmeans # choose from: [hac, kmeans] feature: solar+onwind-time # only for hac. choose from: [solar+onwind-time, solar+onwind-cap, solar-time, solar-cap, solar+offwind-cap] etc. - exclude_carriers: [] + exclude_carriers: ['CCGT', 'lignite', 'oil', 'coal', 'OCGT', 'nuclear'] remove_stubs: true remove_stubs_across_borders: true cluster_network: