Skip to content

Commit

Permalink
update names for DSR table
Browse files Browse the repository at this point in the history
  • Loading branch information
yerbol-akhmetov committed Sep 20, 2024
1 parent 86bd06d commit 4fc44c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plots/table_DSR.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ def DSR(n, style, sector):
opts = config["plotting"]["sector_opts"]

# define scenario namings
scenarios = {"flexible": "Optimal Renovation and Cost-Optimal Heating",
"retro_tes": "Optimal Renovation and Electric Heating",
"flexible-moderate": "Limited Renovation and Cost-Optimal Heating",
"rigid": "No Renovation and Electric Heating"}
scenarios = {"flexible": "Widespread Renovation",
"retro_tes": "Widespread Renovation and Electrification",
"flexible-moderate": "Limited Renovation",
"rigid": "Business as Usual and Electrification"}

# define heat pumps dataframe
df_DSR_heat = pd.DataFrame(
Expand Down

0 comments on commit 4fc44c8

Please sign in to comment.