Skip to content

Commit

Permalink
Adjust scn_name for o2_load_timeseries
Browse files Browse the repository at this point in the history
  • Loading branch information
lenzim97 committed Jan 13, 2025
1 parent 9e5a08e commit 608de61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/egon/data/datasets/hydrogen_etrago/power_to_h2.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ def create_link_dataframes(links_h2, links_heat, links_O2):
}
power_to_Heat = pd.concat([power_to_Heat, pd.DataFrame([power_to_heat_entry])], ignore_index=True)


####power_to_O2
for idx, row in links_O2.iterrows():
distance = row['distance_O2']/1000 #km
Expand Down Expand Up @@ -892,7 +892,7 @@ def insert_o2_load_timeseries(df):
modified_profile = base_load_profile * o2_load_el

timeseries_list.append({
'scn_name': 'eGon2035',
'scn_name': SCENARIO_NAME,
'load_id': load_id,
'temp_id': 1,
'p_set': modified_profile,
Expand Down

0 comments on commit 608de61

Please sign in to comment.