correct config location
This commit is contained in:
parent
fa13eae277
commit
a5ba2565a0
@ -89,7 +89,7 @@ rule solve_sector_network_myopic:
|
|||||||
"co2_sequestration_potential", 200
|
"co2_sequestration_potential", 200
|
||||||
),
|
),
|
||||||
custom_extra_functionality=workflow.source_path(
|
custom_extra_functionality=workflow.source_path(
|
||||||
config["solver"]["options"].get("custom_extra_functionality", "")
|
config["solving"]["options"].get("custom_extra_functionality", "")
|
||||||
),
|
),
|
||||||
input:
|
input:
|
||||||
network=RESULTS
|
network=RESULTS
|
||||||
|
@ -12,7 +12,7 @@ rule solve_sector_network:
|
|||||||
"co2_sequestration_potential", 200
|
"co2_sequestration_potential", 200
|
||||||
),
|
),
|
||||||
custom_extra_functionality=workflow.source_path(
|
custom_extra_functionality=workflow.source_path(
|
||||||
config["solver"]["options"].get("custom_extra_functionality", "")
|
config["solving"]["options"].get("custom_extra_functionality", "")
|
||||||
),
|
),
|
||||||
input:
|
input:
|
||||||
network=RESULTS
|
network=RESULTS
|
||||||
|
@ -119,7 +119,7 @@ rule solve_sector_network_perfect:
|
|||||||
"co2_sequestration_potential", 200
|
"co2_sequestration_potential", 200
|
||||||
),
|
),
|
||||||
custom_extra_functionality=workflow.source_path(
|
custom_extra_functionality=workflow.source_path(
|
||||||
config["solver"]["options"].get("custom_extra_functionality", "")
|
config["solving"]["options"].get("custom_extra_functionality", "")
|
||||||
),
|
),
|
||||||
input:
|
input:
|
||||||
network=RESULTS
|
network=RESULTS
|
||||||
|
Loading…
Reference in New Issue
Block a user