Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream emissions #120

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#run
run:
prefix: 20241011PlotReport
prefix: 20241023-UpstreamEmissions-100H

name:
# - CurrentPolicies
Expand Down Expand Up @@ -233,7 +233,7 @@ clustering:
# 'ES': 0.0408
# 'IT': 0.0612
temporal:
resolution_sector: 365H
resolution_sector: 100H

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#co2-budget
co2_budget:
Expand Down Expand Up @@ -297,11 +297,9 @@ sector:
regional_oil_demand: true #set to true if regional CO2 constraints needed
regional_coal_demand: true #set to true if regional CO2 constraints needed
gas_network: false
regional_gas_demand: true
H2_retrofit: true
biogas_upgrading_cc: true
biomass_to_liquid: true
biomass_to_liquid_cc: true
biomass_to_liquid: false
biomass_to_liquid_cc: false
cluster_heat_buses: true
# calculated based on ariadne "Stock|Space Heating"
# and then 2% of buildings renovated per year to reduce their demand by 80%
Expand Down Expand Up @@ -632,6 +630,9 @@ must_run_biogas:
p_min_pu: 0.6
regions: ['DE']

emissions_upstream:
enable: true

transmission_projects:
new_link_capacity: keep #keep or zero

Expand Down
1 change: 1 addition & 0 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ rule modify_prenetwork:
transmission_costs=config_provider("costs", "transmission"),
biogas_must_run=config_provider("must_run_biogas"),
clustering=config_provider("clustering", "temporal", "resolution_sector"),
emissions_upstream=config_provider("emissions_upstream"),
H2_plants=config_provider("electricity", "H2_plants_DE"),
land_transport_electric_share=config_provider(
"sector", "land_transport_electric_share"
Expand Down
Loading