Skip to content

Commit

Permalink
Update bioenergy power for SQ (workaround value)
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed May 1, 2024
1 parent 67903cb commit 9a29769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digiplan/map/datapackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def get_capacities_from_sliders(year: int) -> pd.Series:
"""Return renewable capacities for given year from slider settings (totals for each technology)."""
if year == 2022: # noqa: PLR2004
lookup = "status_quo"
bioenergy_power = 55.7 # Workaround for bioenergy as there's no slider
bioenergy_power = 98.476 # Workaround for bioenergy as there's no slider
elif year == 2045: # noqa: PLR2004
lookup = "future_scenario_2040"
bioenergy_power = 0
Expand Down

0 comments on commit 9a29769

Please sign in to comment.