-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yaml
99 lines (99 loc) · 2.04 KB
/
index.yaml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
- agg:
technology:
- values:
- coal_power_plant
- ccgt
variable: Fixed Cost|Electricity|Fossil
- values:
- hydro_reservoir
- hydro_run_of_river
variable: Fixed Cost|Electricity|Hydro
- values:
- open_field_pv
- roof_mounted_pv
variable: Fixed Cost|Electricity|Solar|PV
- values:
- wind_onshore
- wind_offshore
variable: Fixed Cost|Electricity|Wind
alias:
locs: region
techs: technology
iamc: Fixed Cost|Electricity|{technology}
idxcols:
- locs
- techs
- unit
path: annual_cost_per_nameplate_capacity.csv
- alias:
locs: region
techs: technology
iamc: Emission Rate|CO2|Electricity|{technology}
idxcols:
- locs
- techs
- unit
path: emissions_per_flow_in.csv
- agg:
technology:
- values:
- dac
variable: Carbon Sequestration|Direct Air Capture
- values:
- hydro_reservoir
- hydro_run_of_river
variable: Primary Energy|Hydro
- values:
- open_field_pv
- roof_mounted_pv
variable: Primary Energy|Solar
- values:
- wind_onshore
- wind_offshore
variable: Primary Energy|Wind
- values:
- diesel_supply
- kerosene_supply
- coal_power_plant
- methane_supply
variable: Primary Energy|Fossil
alias:
locs: region
techs: technology
carriers: carrier
iamc: Primary Energy|{technology}
idxcols:
- scenario
- carriers
- techs
- locs
- unit
- year
path: flow_out_sum.csv
- agg:
technology:
- values:
- hydro_reservoir
- hydro_run_of_river
variable: Capacity|Electricity|Hydro
- values:
- open_field_pv
- roof_mounted_pv
variable: Capacity|Electricity|Solar|PV
- values:
- wind_onshore
- wind_offshore
variable: Capacity|Electricity|Wind
alias:
locs: region
techs: technology
carriers: carrier
iamc: Capacity|{carrier}|{technology}
idxcols:
- scenario
- carriers
- techs
- locs
- unit
- year
path: nameplate_capacity.csv