rename build_load_data to build_electricity_demand
Signed-off-by: Ahmad <ahmedwahid16101@gmail.com>
This commit is contained in:
parent
6e7d0c5440
commit
9f641b4b24
@ -18,19 +18,19 @@ if config["enable"].get("prepare_links_p_nom", False):
|
|||||||
"../scripts/prepare_links_p_nom.py"
|
"../scripts/prepare_links_p_nom.py"
|
||||||
|
|
||||||
|
|
||||||
rule build_load_data:
|
rule build_electricity_demand:
|
||||||
input:
|
input:
|
||||||
ancient("data/load_raw.csv"),
|
ancient("data/load_raw.csv"),
|
||||||
output:
|
output:
|
||||||
RESOURCES + "load.csv",
|
RESOURCES + "load.csv",
|
||||||
log:
|
log:
|
||||||
LOGS + "build_load_data.log",
|
LOGS + "build_electricity_demand.log",
|
||||||
resources:
|
resources:
|
||||||
mem_mb=5000,
|
mem_mb=5000,
|
||||||
conda:
|
conda:
|
||||||
"../envs/environment.yaml"
|
"../envs/environment.yaml"
|
||||||
script:
|
script:
|
||||||
"../scripts/build_load_data.py"
|
"../scripts/build_electricity_demand.py"
|
||||||
|
|
||||||
|
|
||||||
rule build_powerplants:
|
rule build_powerplants:
|
||||||
|
Loading…
Reference in New Issue
Block a user