Skip to content

Commit

Permalink
Add shifted_energy function to etrago object
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Sep 25, 2023
1 parent d5acfb4 commit e5a8bcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etrago/tools/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
plot_h2_summary,
plot_heat_loads,
plot_heat_summary,
shifted_energy,
)
from etrago.tools.utilities import (
add_missing_components,
Expand Down Expand Up @@ -321,6 +322,8 @@ def __init__(

manual_fixes_datamodel = manual_fixes_datamodel

shifted_energy = shifted_energy

def dc_lines(self):
return self.filter_links_by_carrier("DC", like=False)

Expand Down

0 comments on commit e5a8bcf

Please sign in to comment.