-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINTERFACE.yaml
More file actions
33 lines (33 loc) · 1.42 KB
/
INTERFACE.yaml
File metadata and controls
33 lines (33 loc) · 1.42 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
# 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:
user_shapes:
default: "<resources>/user/{shapes}/shapes.parquet"
description: |
Region geometries in parquet format.
These should conform to the schema defined in https://github.com/calliope-project/module_geo_boundaries/.
results:
cdr_group:
default: "<results>/{shapes}/{scenario}/{cdr_group}.parquet"
description: |
parquet table with aggregated CO2 sequestration potential for a specific CDR group type and scenario.
Potential is in MtCO2. This is the total potential, not an annual rate!
total_aggregate:
default: "<results>/{shapes}/{scenario}/totals.parquet"
description: |
parquet data table with the sum of all CDR groups in a specific scenario.
If you do not distinguish between CDR facility types in your study, this is likely the file you want.
wildcards:
shapes: name of the provided shapefile case.
scenario: requested CO2Stop CDR scenario. Can be 'low', 'medium', or 'high'.
cdr_group: type of CO2 storage asset. Can be 'aquifer', 'gas', or 'oil'.