Skip to content

Commit

Permalink
Update scripts/build_central_heating_temperature_profiles/run.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Neumann <[email protected]>
  • Loading branch information
amos-schledorn and fneum authored Sep 30, 2024
1 parent f1f0d20 commit ecbb228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_central_heating_temperature_profiles/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def scale_temperature_to_investment_year(
return_temperature_investment_year = scale_temperature_to_investment_year(
temperature_baseyear=snakemake.params.return_temperature_central_heating_baseyear,
relative_annual_temperature_reduction=snakemake.params.relative_annual_temperature_reduction,
investment_year=int(snakemake.wildcards.planning_horizons[-4:]),
investment_year=int(snakemake.wildcards.planning_horizons),
current_year=int(snakemake.params.energy_totals_year),
)

Expand Down

0 comments on commit ecbb228

Please sign in to comment.