diff --git a/config/config.default.yaml b/config/config.default.yaml index f4a70c24..8f9e6d7a 100644 --- a/config/config.default.yaml +++ b/config/config.default.yaml @@ -590,8 +590,8 @@ sector: # - onshore # more than 50 km from sea - nearshore # within 50 km of sea # - offshore - regional_methanol_demand: false methanol: false + regional_methanol_demand: false methanol_reforming: false methanol_reforming_cc: false methanol_to_kerosene: false diff --git a/doc/configtables/sector.csv b/doc/configtables/sector.csv index e0deb8ca..b9dd22f0 100644 --- a/doc/configtables/sector.csv +++ b/doc/configtables/sector.csv @@ -99,7 +99,6 @@ hydrogen_fuel_cell,--,"{true, false}",Add option to include hydrogen fuel cell f hydrogen_turbine,--,"{true, false}",Add option to include hydrogen turbine for re-electrification. Assuming OCGT technology costs SMR,--,"{true, false}",Add option for transforming natural gas into hydrogen and CO2 using Steam Methane Reforming (SMR) SMR CC,--,"{true, false}",Add option for transforming natural gas into hydrogen and CO2 using Steam Methane Reforming (SMR) and Carbon Capture (CC) -regional_methanol_demand,--,"{true, false}",Spatially resolve methanol demand. Set to true if regional CO2 constraints needed. regional_oil_demand,--,"{true, false}",Spatially resolve oil demand. Set to true if regional CO2 constraints needed. regional_co2 _sequestration_potential,,, -- enable,--,"{true, false}",Add option for regionally-resolved geological carbon dioxide sequestration potentials based on `CO2StoP `_. @@ -120,6 +119,18 @@ cc_fraction,--,float,The default fraction of CO2 captured with post-combustion c hydrogen_underground _storage,--,"{true, false}",Add options for storing hydrogen underground. Storage potential depends regionally. hydrogen_underground _storage_locations,,"{onshore, nearshore, offshore}","The location where hydrogen underground storage can be located. Onshore, nearshore, offshore means it must be located more than 50 km away from the sea, within 50 km of the sea, or within the sea itself respectively." ,,, +methanol, --,"{true, false}", Add methanol as carrrier and add enables methnol technologies +regional_methanol_demand,--,"{true, false}",Spatially resolve methanol demand. Set to true if regional CO2 constraints needed. +methanol_reforming,--,"{true, false}", Add methanol reforming +methanol_reforming_cc,--,"{true, false}", Add methanol reforming with carbon capture +methanol_to_kerosene,--,"{true, false}", Add methanol to kerosene +methanol_to_olefins,--,"{true, false}", Add methanol to olefins +methanol_to_power,--,--, Add different methanol to power technologies +-- ccgt,--,"{true, false}", Add combined cycle gas turbine (CCGT) technology using methanol +-- ccgt_cc,--,"{true, false}", Add combined cycle gas turbine (CCGT) technology using methanol with carbon capture +-- ocgt,--,"{true, false}", Add open cycle gas turbine (OCGT) technology using methanol +-- allam,--,"{true, false}", Add Allam cycle gas power plants using methanol +,,, ammonia,--,"{true, false, regional}","Add ammonia as a carrrier. It can be either true (copperplated NH3), false (no NH3 carrier) or ""regional"" (regionalised NH3 without network)" min_part_load_fischer _tropsch,per unit of p_nom ,float,The minimum unit dispatch (``p_min_pu``) for the Fischer-Tropsch process min_part_load _methanolisation,per unit of p_nom ,float,The minimum unit dispatch (``p_min_pu``) for the methanolisation process