From 255a3b408d7b0d60bb20a2ebfeffc02b37fe18b2 Mon Sep 17 00:00:00 2001 From: Alois Dirnaichner <aloisdir@pik-potsdam.de> Date: Wed, 8 Jan 2020 16:22:19 +0100 Subject: [PATCH] Add the EDGE transport config flag to the default config. --- config/default.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/default.cfg b/config/default.cfg index f2a73be..6440c60 100755 --- a/config/default.cfg +++ b/config/default.cfg @@ -134,7 +134,7 @@ cfg$gms$CDR <- "DAC" # def = DAC # ***--------------------- 35_transport ---------------------------------------- # * (complex): transport realization including electricity in the transport sector (*RP*) -cfg$gms$transport <- "complex" # def = complex +cfg$gms$transport <- "edge_esm" # def = complex # ***--------------------- 36_buildings --------------------------------- # * (simple): representation of the demand in terms of energy carriers @@ -352,6 +352,8 @@ cfg$gms$cm_CO2priceRegConvEndYr <- 2050 # def <- 2050 cfg$gms$c_regi_nucscen <- "all" # def <- "all" cfg$gms$c_regi_capturescen <- "all" # def <- "all" +cfg$gms$cm_EDGEtr_scen <- "Conservative_liquids" # def <- "conservative" + #----------------------------------------------------------------------------- # FLAGS #----------------------------------------------------------------------------- -- GitLab