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