fully enable powerplantmatching

This commit is contained in:
FabianHofmann 2019-10-31 16:45:13 +01:00
parent 22ddf92143
commit 5cd7a46339
4 changed files with 7 additions and 6515 deletions

View File

@ -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:

View File

@ -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

View File

@ -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: