Skip to content

Commit

Permalink
Adapt figures
Browse files Browse the repository at this point in the history
  • Loading branch information
KathiEsterl committed May 15, 2024
1 parent 80da97d commit 251521b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etrago/rev_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def foreign_sto_expansion(network):
ax2.legend(loc='upper right', fontsize=20)

ax.set_ylabel('costs in billion Euro')
ax2.set_ylabel('difference in % (k-medoids Dijkstra - k-means)')
ax2.set_ylabel('rel. difference in %')
ax.set_xlabel('number of nodes')


Expand Down
4 changes: 2 additions & 2 deletions etrago/sensitivities_rev3.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def TVA_km(network):

###############################################################################

'''# ehv clustering
# ehv clustering

kmeans = Etrago(csv_folder_name="Calcs/kmeans_ehv/300")
kmeans.calc_results()
Expand Down Expand Up @@ -436,7 +436,7 @@ def TVA_km(network):

loads = dijkstra.network.generators[dijkstra.network.generators.carrier=='load shedding']
ls=dijkstra.network.generators_t.p.transpose().loc[loads.index].sum().sum()
ls_costs = ls * 10000'''
ls_costs = ls * 10000



Expand Down

0 comments on commit 251521b

Please sign in to comment.