Skip to content

Commit f2bed55

Browse files
committed
minor config changes
1 parent c7f64cf commit f2bed55

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

config/config.de.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ run:
99
# - ExPol
1010
# - KN2045_Mix
1111
# - HighDemand
12-
- HighDemand
12+
# - HighDemandNoFlex
1313
- LowRES
14+
- LowRESNoFlex
1415
#- HighDemandNoFlex # !!! CAVEAT The 'NoFlex' substring in the scenario name determines how the regrets are computed!!!
1516
#- LowDemandNoFlex
1617
# - KN2045_NFhoch
@@ -47,8 +48,10 @@ iiasa_database:
4748
region: Deutschland
4849
regret_run:
4950
demand_baselines: # names of scenarios that define the demand variations to be considered in the short-term runs
50-
- HighDemand
51-
- LowRES
51+
# - HighDemand
52+
# - HighDemandNoFlex
53+
# - LowRES
54+
# - LowRESNoFlex
5255
scope_to_fix: EU # Supported values are DE and EU
5356
strict: false # If false, the model allows capacity expansion for virtual links and bottlenecks
5457
h2_vent: true

scripts/pypsa-de/export_ariadne_variables.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5775,15 +5775,16 @@ def get_data(
57755775
if __name__ == "__main__":
57765776
if "snakemake" not in globals():
57775777
snakemake = mock_snakemake(
5778-
"export_regret_variables",
5778+
"export_ariadne_variables",
57795779
simpl="",
57805780
clusters=27,
57815781
opts="",
57825782
ll="vopt",
57835783
sector_opts="None",
5784-
run="LowDemand",
5784+
run="LowRES",
57855785
decision="LowDemand",
57865786
sensitivity="base",
5787+
eeg_level=0.7,
57875788
)
57885789
configure_logging(snakemake)
57895790
config = snakemake.config

0 commit comments

Comments
 (0)