File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5775,15 +5775,16 @@ def get_data(
57755775if __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
You can’t perform that action at this time.
0 commit comments