add documentation and release note for biogas upgrading CC

This commit is contained in:
Fabian Neumann 2024-01-02 18:51:03 +01:00
parent c5bd95d124
commit b0cca00b70
3 changed files with 5 additions and 0 deletions

View File

@ -497,6 +497,7 @@ sector:
gas_distribution_grid_cost_factor: 1.0 gas_distribution_grid_cost_factor: 1.0
biomass_spatial: false biomass_spatial: false
biomass_transport: false biomass_transport: false
biomass_upgrading_cc: false
conventional_generation: conventional_generation:
OCGT: gas OCGT: gas
biomass_to_liquid: false biomass_to_liquid: false
@ -778,6 +779,7 @@ plotting:
fossil gas: '#e05b09' fossil gas: '#e05b09'
natural gas: '#e05b09' natural gas: '#e05b09'
biogas to gas: '#e36311' biogas to gas: '#e36311'
biogas to gas CC: '#e51245'
CCGT: '#a85522' CCGT: '#a85522'
CCGT marginal: '#a85522' CCGT marginal: '#a85522'
allam: '#B98F76' allam: '#B98F76'

View File

@ -118,6 +118,7 @@ gas_distribution_grid _cost_factor,,,Multiplier for the investment cost of the g
,,, ,,,
biomass_spatial,--,"{true, false}",Add option for resolving biomass demand regionally biomass_spatial,--,"{true, false}",Add option for resolving biomass demand regionally
biomass_transport,--,"{true, false}",Add option for transporting solid biomass between nodes biomass_transport,--,"{true, false}",Add option for transporting solid biomass between nodes
biomass_upgrading_cc,--,"{true, false}",Add option to capture CO2 from biomass upgrading
conventional_generation,,,Add a more detailed description of conventional carriers. Any power generation requires the consumption of fuel from nodes representing that fuel. conventional_generation,,,Add a more detailed description of conventional carriers. Any power generation requires the consumption of fuel from nodes representing that fuel.
biomass_to_liquid,--,"{true, false}",Add option for transforming solid biomass into liquid fuel with the same properties as oil biomass_to_liquid,--,"{true, false}",Add option for transforming solid biomass into liquid fuel with the same properties as oil
biosng,--,"{true, false}",Add option for transforming solid biomass into synthesis gas with the same properties as natural gas biosng,--,"{true, false}",Add option for transforming solid biomass into synthesis gas with the same properties as natural gas

1 Unit Values Description
118
119 biomass_spatial -- {true, false} Add option for resolving biomass demand regionally
120 biomass_transport -- {true, false} Add option for transporting solid biomass between nodes
121 biomass_upgrading_cc -- {true, false} Add option to capture CO2 from biomass upgrading
122 conventional_generation Add a more detailed description of conventional carriers. Any power generation requires the consumption of fuel from nodes representing that fuel.
123 biomass_to_liquid -- {true, false} Add option for transforming solid biomass into liquid fuel with the same properties as oil
124 biosng -- {true, false} Add option for transforming solid biomass into synthesis gas with the same properties as natural gas

View File

@ -46,6 +46,8 @@ Upcoming Release
* The ``mock_snakemake`` function can now be used with a Snakefile from a different directory using the new ``root_dir`` argument. * The ``mock_snakemake`` function can now be used with a Snakefile from a different directory using the new ``root_dir`` argument.
* Add option to capture CO2 contained in biogas when upgrading (``sector: biogas_to_gas_cc``).
* Merged option to extend geographical scope to Ukraine and Moldova. These * Merged option to extend geographical scope to Ukraine and Moldova. These
countries are excluded by default and is currently constrained to power-sector countries are excluded by default and is currently constrained to power-sector
only parts of the workflow. A special config file only parts of the workflow. A special config file