Skip to content

Commit

Permalink
fixed bug in import export balance
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFrankenQ committed Oct 7, 2023
1 parent 4e35ac4 commit f83c6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ def add_gas_shortage(n):

if snakemake.config["flexibility"]["balance_import_export"]:
logger.info("Adding interconnector import/export balance.")
add_import_export_balance(n)
add_import_export_balance(n, fes, year)

if "cphase" in opts:
logger.info("Adjusting coal price phase out.")
Expand Down

0 comments on commit f83c6d6

Please sign in to comment.