move load_raw.csv to resources since it's config file dependent
This commit is contained in:
parent
7ca769bcf0
commit
803b860923
@ -91,7 +91,7 @@ None.
|
||||
|
||||
**Outputs**
|
||||
|
||||
- ``data/load_raw.csv``
|
||||
- ``resources/load_raw.csv``
|
||||
|
||||
|
||||
Rule ``retrieve_cost_data``
|
||||
|
@ -24,7 +24,7 @@ rule build_electricity_demand:
|
||||
countries=config["countries"],
|
||||
load=config["load"],
|
||||
input:
|
||||
ancient("data/load_raw.csv"),
|
||||
ancient(RESOURCES + "load_raw.csv"),
|
||||
output:
|
||||
RESOURCES + "load.csv",
|
||||
log:
|
||||
|
@ -195,7 +195,7 @@ if config["enable"]["retrieve"]:
|
||||
static=True,
|
||||
),
|
||||
output:
|
||||
"data/load_raw.csv",
|
||||
RESOURCES + "load_raw.csv",
|
||||
log:
|
||||
LOGS + "retrieve_electricity_demand.log",
|
||||
resources:
|
||||
|
@ -31,7 +31,7 @@ Relevant Settings
|
||||
Inputs
|
||||
------
|
||||
|
||||
- ``data/load_raw.csv``:
|
||||
- ``resources/load_raw.csv``:
|
||||
|
||||
Outputs
|
||||
-------
|
||||
|
Loading…
Reference in New Issue
Block a user