From 0c42ac4bdc622c7b1214eb4296d62bf80f530d37 Mon Sep 17 00:00:00 2001 From: lisazeyen Date: Mon, 28 Aug 2023 17:27:01 +0200 Subject: [PATCH] remove min part for fischer tropsch --- config/config.perfect.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.perfect.yaml b/config/config.perfect.yaml index 2b625420..217b92e9 100644 --- a/config/config.perfect.yaml +++ b/config/config.perfect.yaml @@ -20,7 +20,7 @@ remote: # docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#run run: - name: "test_h2_retrofit" + name: "test_methanolisation_shorterlifetime" disable_progressbar: false shared_resources: true shared_cutouts: true @@ -409,12 +409,12 @@ sector: 2040: 0 2050: 0 shipping_methanol_share: - 2020: 0 + 2020: 0.0 2030: 0.3 2040: 0.7 2050: 1 shipping_oil_share: - 2020: 1 + 2020: 1.0 2030: 0.7 2040: 0.3 2050: 0 @@ -480,7 +480,7 @@ sector: - nearshore # within 50 km of sea # - offshore ammonia: false - min_part_load_fischer_tropsch: 0.9 + min_part_load_fischer_tropsch: 0 # 0.9 min_part_load_methanolisation: 0 # 0.5 use_fischer_tropsch_waste_heat: true use_fuel_cell_waste_heat: true