Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/#246 myopic pypsaeur decentral heat #348

Prev Previous commit
Next Next commit
Aggregate solar and solar-hsat
  • Loading branch information
ClaraBuettner committed Dec 12, 2024
commit 77b7aa53532734d97660fc293708273582792131
5 changes: 5 additions & 0 deletions src/egon/data/datasets/scenario_capacities.py
Original file line number Diff line number Diff line change
@@ -752,6 +752,11 @@ def eGon100_capacities():
df.loc["pumped_hydro", "component"] = "storage_units"
df = df.drop(["PHS", "hydro"])

# Aggregate solar and solar-hsat
df.loc["solar"] = df.loc["solar"] + df.loc["solar-hsat"]
df.loc["solar", "component"] = "generator"
df = df.drop(["solar-hsat"])

# Aggregate technologies with and without carbon_capture (CC)
for carrier in ["urban_central_gas_CHP", "urban_central_solid_biomass_CHP"]:
df.loc[