File tree 3 files changed +46
-4
lines changed
3 files changed +46
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Structure
51
51
52
52
The data have the following conceptual dimensions, each enumerated by a different list of codes:
53
53
54
- - ``FLOW`, ``PRODUCT ``: for both of these, the lists of codes appearing in the data are the same from 2021 and 2023 inclusive.
54
+ - ``FLOW `` , ``PRODUCT ``: for both of these, the lists of codes appearing in the data are the same from 2021 and 2023 inclusive.
55
55
- ``COUNTRY ``: The data provided by IEA directly contain codes that are all caps, abbreviated country names, for instance "DOMINICANR".
56
56
The data provided by the OECD contain ISO 3166-1 alpha-3 codes, for instance "DOM".
57
57
In both cases, there are additional labels denoting country groupings; these are defined in the documentation linked above.
Original file line number Diff line number Diff line change 1
1
Other code lists
2
2
****************
3
3
4
+ These codelists correspond to :doc: `sets in the generic MESSAGE IAM formulation <message-ix:model/MESSAGE/sets_maps_def >` with the same names.
5
+
4
6
.. contents ::
5
7
:local:
6
8
@@ -9,12 +11,14 @@ Other code lists
9
11
Commodities (``commodity.yaml ``)
10
12
================================
11
13
12
- Each of these codes has the following annotations:
14
+ These codes hav the following annotations:
13
15
14
- ``level ``
16
+ ``level `` (mandatory)
15
17
Level where this commodity typically (not exclusively) occurs.
16
- ``unit ``
18
+ ``units `` (mandatory)
17
19
Units typically associated with this commodity.
20
+ ``iea-eweb-product `` (optional)
21
+ List of ``PRODUCT `` codes from the IEA :ref: `tools-iea-web ` associated with this MESSAGEix-GLOBIOM commodity.
18
22
19
23
.. literalinclude :: ../../message_ix_models/data/commodity.yaml
20
24
:language: yaml
Original file line number Diff line number Diff line change 12
12
# term usually refers to anthracite, which has a higher
13
13
# carbon emission factor.
14
14
ipcc-1996-name : " Other Bituminous Coal"
15
+ iea-eweb-product :
16
+ - ANTCOAL
17
+ - BITCOAL
18
+ - BKB
19
+ - BLFURGS
20
+ - BROWN
21
+ - COALTAR
22
+ - COKCOAL
23
+ - COKEOVGS
24
+ - GASCOKE
25
+ - GASWKSGS
26
+ - HARDCOAL
27
+ - INDWASTE
28
+ - LIGNITE
29
+ - MANGAS
30
+ - MUNWASTEN
31
+ - OVENCOKE
32
+ - PATFUEL
33
+ - PEAT
34
+ - SUBCOAL
15
35
16
36
crudeoil :
17
37
name : Crude oil
@@ -32,11 +52,13 @@ electr:
32
52
name : Electricity
33
53
units : GWa
34
54
report : Electricity
55
+ iea-eweb-product : [ELECTR]
35
56
36
57
ethanol :
37
58
name : Ethanol
38
59
units : GWa
39
60
report : Liquids|Biomass
61
+ iea-eweb-product : [BIODIESEL, BIOGASOL, BIOJETKERO, OBIOLIQ]
40
62
41
63
freshwater_supply :
42
64
name : (?) Fresh water
@@ -49,12 +71,14 @@ fueloil:
49
71
level : secondary
50
72
units : GWa
51
73
ipcc-1996-name : " Residual Fuel Oil"
74
+ iea-eweb-product : [BITUMEN, PARWAX, PETCOKE, RESFUEL]
52
75
53
76
gas :
54
77
name : Natural Gas
55
78
units : GWa
56
79
report : Gases
57
80
ipcc-1996-name : " Natural Gas (Dry)"
81
+ iea-eweb-product : [NATGAS]
58
82
59
83
hydrogen :
60
84
name : Gaseous hydrogen
@@ -72,6 +96,20 @@ lightoil:
72
96
report : Liquids|Oil
73
97
# NB same value as "Crude Oil" and several others; this choice is arbitrary
74
98
ipcc-1996-name : " Other Oil"
99
+ iea-eweb-product :
100
+ - AVGAS
101
+ - ETHANE
102
+ - JETGAS
103
+ - LPG
104
+ - LUBRIC
105
+ - NAPHTHA
106
+ - NONBIODIES
107
+ - NONBIOGASO
108
+ - NONBIOJETK
109
+ - ONONSPEC
110
+ - OTHKERO
111
+ - REFINGAS
112
+ - WHITESP
75
113
76
114
lignite :
77
115
name : Lignite
You can’t perform that action at this time.
0 commit comments