add documentation for configuration

This commit is contained in:
Philipp Glaum 2024-08-12 11:11:05 +02:00
parent 560929a2a8
commit aa91c7b246
2 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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 <https://setis.ec.europa.eu/european-co2-storage-database_en>`_.
@ -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

1 Unit Values Description
99 hydrogen_turbine -- {true, false} Add option to include hydrogen turbine for re-electrification. Assuming OCGT technology costs
100 SMR -- {true, false} Add option for transforming natural gas into hydrogen and CO2 using Steam Methane Reforming (SMR)
101 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.
102 regional_oil_demand -- {true, false} Spatially resolve oil demand. Set to true if regional CO2 constraints needed.
103 regional_co2 _sequestration_potential
104 -- enable -- {true, false} Add option for regionally-resolved geological carbon dioxide sequestration potentials based on `CO2StoP <https://setis.ec.europa.eu/european-co2-storage-database_en>`_.
119 hydrogen_underground _storage -- {true, false} Add options for storing hydrogen underground. Storage potential depends regionally.
120 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.
121
122 methanol -- {true, false} Add methanol as carrrier and add enables methnol technologies
123 regional_methanol_demand -- {true, false} Spatially resolve methanol demand. Set to true if regional CO2 constraints needed.
124 methanol_reforming -- {true, false} Add methanol reforming
125 methanol_reforming_cc -- {true, false} Add methanol reforming with carbon capture
126 methanol_to_kerosene -- {true, false} Add methanol to kerosene
127 methanol_to_olefins -- {true, false} Add methanol to olefins
128 methanol_to_power -- -- Add different methanol to power technologies
129 -- ccgt -- {true, false} Add combined cycle gas turbine (CCGT) technology using methanol
130 -- ccgt_cc -- {true, false} Add combined cycle gas turbine (CCGT) technology using methanol with carbon capture
131 -- ocgt -- {true, false} Add open cycle gas turbine (OCGT) technology using methanol
132 -- allam -- {true, false} Add Allam cycle gas power plants using methanol
133
134 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)
135 min_part_load_fischer _tropsch per unit of p_nom float The minimum unit dispatch (``p_min_pu``) for the Fischer-Tropsch process
136 min_part_load _methanolisation per unit of p_nom float The minimum unit dispatch (``p_min_pu``) for the methanolisation process