From 126a5be729516d4c3e61dbf48d147346e7c91969 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 16 Feb 2023 17:34:13 +0100 Subject: [PATCH] add new options to test config files --- test/config.myopic.yaml | 2 ++ test/config.overnight.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/config.myopic.yaml b/test/config.myopic.yaml index 3719921e..255d6734 100644 --- a/test/config.myopic.yaml +++ b/test/config.myopic.yaml @@ -235,6 +235,8 @@ sector: dac: true co2_vent: true SMR: true + regional_co2_sequestration_potential: + enable: false co2_sequestration_potential: 200 #MtCO2/a sequestration potential for Europe co2_sequestration_cost: 10 #EUR/tCO2 for sequestration of CO2 co2_network: false diff --git a/test/config.overnight.yaml b/test/config.overnight.yaml index 6663d393..a68ad540 100644 --- a/test/config.overnight.yaml +++ b/test/config.overnight.yaml @@ -233,6 +233,8 @@ sector: dac: true co2_vent: true SMR: true + regional_co2_sequestration_potential: + enable: false co2_sequestration_potential: 200 #MtCO2/a sequestration potential for Europe co2_sequestration_cost: 10 #EUR/tCO2 for sequestration of CO2 co2_network: false