fully enable powerplantmatching
This commit is contained in:
parent
22ddf92143
commit
5cd7a46339
15
Snakefile
15
Snakefile
@ -32,14 +32,13 @@ if config['enable']['prepare_links_p_nom']:
|
||||
# group: 'nonfeedin_preparation'
|
||||
script: 'scripts/prepare_links_p_nom.py'
|
||||
|
||||
if config['enable']['powerplantmatching']:
|
||||
rule build_powerplants:
|
||||
input: base_network="networks/base.nc"
|
||||
output: "resources/powerplants.csv"
|
||||
threads: 1
|
||||
resources: mem=500
|
||||
# group: 'nonfeedin_preparation'
|
||||
script: "scripts/build_powerplants.py"
|
||||
rule build_powerplants:
|
||||
input: base_network="networks/base.nc"
|
||||
output: "resources/powerplants.csv"
|
||||
threads: 1
|
||||
resources: mem=500
|
||||
# group: 'nonfeedin_preparation'
|
||||
script: "scripts/build_powerplants.py"
|
||||
|
||||
rule base_network:
|
||||
input:
|
||||
|
@ -18,7 +18,6 @@ snapshots:
|
||||
closed: 'left' # end is not inclusive
|
||||
|
||||
enable:
|
||||
powerplantmatching: false
|
||||
prepare_links_p_nom: false
|
||||
|
||||
electricity:
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,6 @@ snapshots:
|
||||
closed: 'left' # end is not inclusive
|
||||
|
||||
enable:
|
||||
powerplantmatching: false
|
||||
prepare_links_p_nom: false
|
||||
|
||||
electricity:
|
||||
|
Loading…
Reference in New Issue
Block a user