Skip to content

Commit

Permalink
change colormap for nodal prices plot
Browse files Browse the repository at this point in the history
  • Loading branch information
lindnemi committed Jan 28, 2025
1 parent bcb8b8c commit 9f85d38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pypsa-de/plot_ariadne_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,7 @@ def plot_elec_prices_spatial(
df = onshore_regions
df["elec_price"] = n.buses_t.marginal_price[buses].mean()


# Netzentgelte, Annuität NEP 2045 - Annuität PyPSA 2045 / Stromverbrauch Pypsa 2045
pypsa_netzentgelt = (15.82 - 6.53) / 1.237
elec_price_de = df["elec_price"][df.index.str.contains("DE")]
Expand Down

0 comments on commit 9f85d38

Please sign in to comment.