From 51aa25aaceb3a51e6fc411dbfb1d79f595d0542e Mon Sep 17 00:00:00 2001 From: Tom Brown Date: Wed, 27 Nov 2019 20:28:19 +0100 Subject: [PATCH] Clarify origin of industry assumptions --- .gitignore | 3 ++- config.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2987cc72..00230bf4 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,5 @@ gurobi.log *.pyc /cutouts -/tmp \ No newline at end of file +/tmp +/pypsa \ No newline at end of file diff --git a/config.yaml b/config.yaml index dab0de30..5b6bba70 100644 --- a/config.yaml +++ b/config.yaml @@ -148,11 +148,11 @@ solving: #feasopt_tolerance: 1.e-6 industry: - 'DRI_ratio' : 0.5 #ratio of blast-furnace steel transformed into DRI + electric arc - 'H2_DRI' : 1.7 #H2 consumption in Direct Reduced Iron (DRI), MWh_H2/ton_Steel - 'Al_to_scrap' : 0.5 # ratio of primary-route Aluminum transformed into scrap + 'DRI_ratio' : 0.5 #ratio of today's blast-furnace steel (60% primary route, 40% secondary) to future assumption (30% primary, 70% secondary), transformed into DRI + electric arc + 'H2_DRI' : 1.7 #H2 consumption in Direct Reduced Iron (DRI), MWh_H2/ton_Steel from Vogl et al (2018) doi:10.1016/j.jclepro.2018.08.279 + 'Al_to_scrap' : 0.5 # ratio of primary-route Aluminum transformed into scrap (today 40% to future 20% primary route) 'H2_for_NH3' : 85000 # H2 for NH3 transformed from SMR to electrolyzed-H2, in GWh/year following Lechtenböhmer(2016) - + plotting: map: figsize: [7, 7]