Skip to content

Commit

Permalink
pypsaeur <- pypsaeursec
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert John committed Nov 5, 2024
1 parent 8f79ed6 commit 6c6471e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1,638 deletions.
9 changes: 8 additions & 1 deletion src/egon/data/airflow/dags/pipeline_status_quo.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
from egon.data.datasets.osmtgmod import Osmtgmod
from egon.data.datasets.power_etrago import OpenCycleGasTurbineEtrago
from egon.data.datasets.power_plants import PowerPlants
from egon.data.datasets.pypsaeursec import PypsaEurSec
from egon.data.datasets.pypsaeur import PreparePypsaEur, RunPypsaEur
from egon.data.datasets.renewable_feedin import RenewableFeedin
from egon.data.datasets.scenario_capacities import ScenarioCapacities
from egon.data.datasets.scenario_parameters import ScenarioParameters
Expand Down Expand Up @@ -312,6 +312,13 @@
]
)

prepare_pypsa_eur = PreparePypsaEur(
dependencies=[
weather_data,
data_bundle,
]
)

# run pypsa-eur-sec
run_pypsaeur = RunPypsaEur(
dependencies=[
Expand Down
9 changes: 0 additions & 9 deletions src/egon/data/datasets/pypsaeursec/Snakefile

This file was deleted.

Loading

0 comments on commit 6c6471e

Please sign in to comment.