-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINTERFACE.yaml
More file actions
39 lines (39 loc) · 1.56 KB
/
INTERFACE.yaml
File metadata and controls
39 lines (39 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Module Input-Output structure for automated doc. generation
pathvars:
snakemake_defaults:
logs:
default: "<logs>"
description: location of rule log files.
resources:
default: "<resources>"
description: "location of module resource files."
results:
default: "<results>"
description: "location of module results."
user_resources:
shapes:
default: "<resources>/user/{shapes}/shapes.parquet"
description: |
Region-specific polygons to process during aggregation.
See the schemas in `workflow/scripts/_schemas.py` for more information.
powerplants:
default: "<resources>/user/{shapes}/powerplants.parquet"
description: |
Powerplant statistics.
See the schemas in `workflow/scripts/_schemas.py` for more information.
results:
statistics:
default: "<results>/{shapes}/statistics/generation.parquet"
description: National hydropower generation statistics for the requested shapes.
disaggregated_inflow:
default: "<results>/{shapes}/disaggregated/inflow_mwh.parquet"
description: >
Inflow time series for each powerplant in MWh.
Only includes powerplants that fall within the provided shapes and buffer distance.
aggregated_inflow_pu:
default: "<results>/{shapes}/aggregated/{plant_type}_inflow_pu.parquet"
description: >
Inflow per-unit (PU) of capacity timeseries of a hydropower plant type, per shapes.
wildcards:
shapes: name of the provided shapes case.
plant_type: Either 'run_of_river' or 'reservoir'.