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'
|
# group: 'nonfeedin_preparation'
|
||||||
script: 'scripts/prepare_links_p_nom.py'
|
script: 'scripts/prepare_links_p_nom.py'
|
||||||
|
|
||||||
if config['enable']['powerplantmatching']:
|
rule build_powerplants:
|
||||||
rule build_powerplants:
|
input: base_network="networks/base.nc"
|
||||||
input: base_network="networks/base.nc"
|
output: "resources/powerplants.csv"
|
||||||
output: "resources/powerplants.csv"
|
threads: 1
|
||||||
threads: 1
|
resources: mem=500
|
||||||
resources: mem=500
|
# group: 'nonfeedin_preparation'
|
||||||
# group: 'nonfeedin_preparation'
|
script: "scripts/build_powerplants.py"
|
||||||
script: "scripts/build_powerplants.py"
|
|
||||||
|
|
||||||
rule base_network:
|
rule base_network:
|
||||||
input:
|
input:
|
||||||
|
@ -18,7 +18,6 @@ snapshots:
|
|||||||
closed: 'left' # end is not inclusive
|
closed: 'left' # end is not inclusive
|
||||||
|
|
||||||
enable:
|
enable:
|
||||||
powerplantmatching: false
|
|
||||||
prepare_links_p_nom: false
|
prepare_links_p_nom: false
|
||||||
|
|
||||||
electricity:
|
electricity:
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,6 @@ snapshots:
|
|||||||
closed: 'left' # end is not inclusive
|
closed: 'left' # end is not inclusive
|
||||||
|
|
||||||
enable:
|
enable:
|
||||||
powerplantmatching: false
|
|
||||||
prepare_links_p_nom: false
|
prepare_links_p_nom: false
|
||||||
|
|
||||||
electricity:
|
electricity:
|
||||||
|
Loading…
Reference in New Issue
Block a user