snakefile: introduce RESOURCES, RESULTS, BENCHMARKS, LOGS paths
This commit is contained in:
parent
5cf2b8174a
commit
77291f7d64
@ -11,6 +11,7 @@ logging:
|
||||
|
||||
run:
|
||||
name: "" # use this to keep track of runs with different settings
|
||||
shared_resources: false # set to true to share the default resources across runs
|
||||
shared_cutouts: false # set to true to share the default cutout(s) across runs
|
||||
|
||||
foresight: overnight # options are overnight, myopic, perfect (perfect is not yet implemented)
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
run:
|
||||
name: "test-sector-myopic"
|
||||
shared_resources: true
|
||||
shared_cutouts: true
|
||||
|
||||
foresight: myopic
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
run:
|
||||
name: "test-sector-overnight"
|
||||
shared_resources: true
|
||||
shared_cutouts: true
|
||||
|
||||
scenario:
|
||||
|
@ -6,6 +6,8 @@ tutorial: true
|
||||
|
||||
run:
|
||||
name: "test-elec" # use this to keep track of runs with different settings
|
||||
shared_resources: true
|
||||
shared_cutouts: true
|
||||
|
||||
scenario:
|
||||
clusters:
|
||||
|
Loading…
Reference in New Issue
Block a user