update release notes and doc

This commit is contained in:
lisazeyen 2024-08-20 15:05:45 +02:00
parent 5fb89068fd
commit 7490647084
3 changed files with 181 additions and 180 deletions

View File

@ -108,7 +108,7 @@ regional_co2 _sequestration_potential,,,
-- min_size,Gt ,float,Any sites with lower potential than this value will be excluded
-- max_size,Gt ,float,The maximum sequestration potential for any one site.
-- years_of_storage,years,float,The years until potential exhausted at optimised annual rate
co2_sequestration_potential,MtCO2/a,float,The potential of sequestering CO2 in Europe per year
co2_sequestration_potential,--,Dictionary with planning horizons as keys.,The potential of sequestering CO2 in Europe per year and investment period
co2_sequestration_cost,currency/tCO2,float,The cost of sequestering a ton of CO2
co2_sequestration_lifetime,years,int,The lifetime of a CO2 sequestration site
co2_spatial,--,"{true, false}","Add option to spatially resolve carrier representing stored carbon dioxide. This allows for more detailed modelling of CCUTS, e.g. regarding the capturing of industrial process emissions, usage as feedstock for electrofuels, transport of carbon dioxide, and geological sequestration sites."

1 Unit Values Description
108 -- min_size Gt float Any sites with lower potential than this value will be excluded
109 -- max_size Gt float The maximum sequestration potential for any one site.
110 -- years_of_storage years float The years until potential exhausted at optimised annual rate
111 co2_sequestration_potential MtCO2/a -- float Dictionary with planning horizons as keys. The potential of sequestering CO2 in Europe per year The potential of sequestering CO2 in Europe per year and investment period
112 co2_sequestration_cost currency/tCO2 float The cost of sequestering a ton of CO2
113 co2_sequestration_lifetime years int The lifetime of a CO2 sequestration site
114 co2_spatial -- {true, false} Add option to spatially resolve carrier representing stored carbon dioxide. This allows for more detailed modelling of CCUTS, e.g. regarding the capturing of industrial process emissions, usage as feedstock for electrofuels, transport of carbon dioxide, and geological sequestration sites.

View File

@ -9,6 +9,7 @@ Release Notes
Upcoming Release
================
* Add investment period dependent CO2 sequestration potentials
* Add option to produce hydrogen from solid biomass (flag ``solid biomass to hydrogen``), combined with carbon capture

View File

@ -1131,14 +1131,14 @@ if __name__ == "__main__":
from _helpers import mock_snakemake
snakemake = mock_snakemake(
"solve_sector_network_myopic",
# configfiles="../config/test/config.perfect.yaml",
"solve_sector_network_perfect",
configfiles="../config/test/config.perfect.yaml",
simpl="",
opts="",
clusters="38",
ll="vopt",
clusters="5",
ll="v1.0",
sector_opts="",
planning_horizons="2030",
# planning_horizons="2030",
)
configure_logging(snakemake)
set_scenario_config(snakemake)