|
1 | 1 | # Emissions intensity of energy use
|
2 | 2 | #
|
3 |
| -# Sources |
4 |
| -# - Group 1: e-mail text from Shaohui Zhang 2024-10-09 |
5 |
| -# Originally supplied with units [g / kg]. |
6 |
| -# - Group 2: e-mail attachment from Shaohui Zhang 2024-10-09 |
7 |
| -# "EMEP_EEA Emission factor.xlsx". These all have the following |
8 |
| -# dimensions/metadata in other columns: |
9 |
| -# - NFR: 1.A.3.a.ii.(i) |
10 |
| -# - Sector: Civil aviation (domestic, LTO) |
11 |
| -# → technology=AIR |
12 |
| -# - Table: Table_3-3 |
13 |
| -# - Type: Tier 1 Emission Factor |
14 |
| -# - Technology: NA |
15 |
| -# - Fuel: Jet Gasoline and Aviation Gasoline |
16 |
| -# - Abatement: (empty) |
17 |
| -# - Region: NA |
18 |
| -# - Pollutant → emission |
19 |
| -# - CI_lower, CI_upper, Reference → preserved as comments |
20 |
| -# - Unit: kg/tonne fuel, which is equivalent to g / kg fuel. |
21 |
| -# - Group 3: e-mail from Lena Höglund-Isaksson 2024-10-06. |
22 |
| -# The units for these are kt/petajoule gasoline with [=] g / MJ. |
| 3 | +# Sources: |
| 4 | +# |
| 5 | +# 1. e-mail text from Shaohui Zhang 2024-10-09 |
| 6 | +# Originally supplied with units [g / kg]. |
| 7 | +# 2. e-mail attachment from Shaohui Zhang 2024-10-09 |
| 8 | +# "EMEP_EEA Emission factor.xlsx". These all have the following |
| 9 | +# dimensions/metadata in other columns: |
| 10 | +# - NFR: 1.A.3.a.ii.(i) |
| 11 | +# - Sector: Civil aviation (domestic, LTO) |
| 12 | +# → technology=AIR |
| 13 | +# - Table: Table_3-3 |
| 14 | +# - Type: Tier 1 Emission Factor |
| 15 | +# - Technology: NA |
| 16 | +# - Fuel: Jet Gasoline and Aviation Gasoline |
| 17 | +# - Abatement: (empty) |
| 18 | +# - Region: NA |
| 19 | +# - Pollutant → emission |
| 20 | +# - CI_lower, CI_upper, Reference → preserved as comments |
| 21 | +# - Unit: kg/tonne fuel, which is equivalent to g / kg fuel. |
| 22 | +# 3. e-mail from Lena Höglund-Isaksson 2024-10-06. |
| 23 | +# The units for these are kt/petajoule gasoline with [=] g / MJ. |
| 24 | +# 4. Estimated as the ratio of CEDS data for y=2019 and MESSAGEix-Transport |
| 25 | +# final energy use. The CEDS data use: |
| 26 | +# - the code “Sulfur” with units “Mt SO2/yr”. |
| 27 | +# - the code “NOx” with units “Mt NO2/yr”. |
| 28 | +# |
| 29 | +# See https://iiasa-ece.slack.com/archives/CCFHDNA6P/p1744277852653529 |
23 | 30 | #
|
24 | 31 | # Units: g / MJ
|
25 | 32 | #
|
26 | 33 | technology, commodity, emission, value
|
27 |
| -# |
28 |
| -# Group 1 |
29 |
| -# |
30 |
| -AIR, lightoil, SO2, 0.0279 # 1.2 g/kg |
31 |
| -# AIR, lightoil, NOx, 0.3284 # 14.12 g/kg, lower end of confidence interval |
32 |
| -# AIR, lightoil, NOx, 0.3521 # 15.14 g/kg, upper end of confidence interval |
33 |
| -# |
34 |
| -# Group 2 |
35 |
| -# |
36 |
| -# “Calculated using Tier 2 method” |
37 |
| -# - These values are used because the above are too large and produce negative totals. |
38 |
| -# |
39 |
| -# AIR, lightoil, NOx, 0.0465 # 2 g/kg |
40 |
| -AIR, lightoil, NOx, 0.0930 # 4 g/kg |
41 |
| -# AIR, lightoil, NOx, 0.1860 # 8 g/kg |
42 |
| -# |
43 |
| -# “Calculated using Tier 2 method” |
44 |
| -# - The low end of the range is used because the midpoint value produces negative totals. |
45 |
| -# |
46 |
| -AIR, lightoil, CO, 0.5 # Placeholder value for debugging |
47 |
| -# AIR, lightoil, CO, 13.95 # 600 g/kg |
48 |
| -# AIR, lightoil, CO, 27.90 # 1200 g/kg |
49 |
| -# AIR, lightoil, CO, 55.81 # 2400 g/kg |
50 |
| -# |
51 |
| -# “Calculated using Tier 2 method” |
52 |
| -# - These data were provided with the code 'NMVOC', but we use the label 'VOC' to |
53 |
| -# align with MESSAGEix-GLOBIOM, even though these are not strictly the same. |
54 |
| -# - The low end of the range is used because the midpoint value produces negative totals. |
55 |
| -# |
56 |
| -AIR, lightoil, VOC, 0.1 # Placeholder value for debugging |
57 |
| -# AIR, lightoil, VOC, 0.2209 # 9.5 g/kg |
58 |
| -# AIR, lightoil, VOC, 0.4419 # 19 g/kg |
59 |
| -# AIR, lightoil, VOC, 0.8837 # 38 g/kg |
60 |
| -# |
61 |
| -# “Assuming 0.05% S by mass” |
62 |
| -# |
63 |
| -# AIR, lightoil, SOx, 0.0116 # 0.5 g/kg |
64 |
| -AIR, lightoil, SOx, 0.0233 # 1 g/kg |
65 |
| -# AIR, lightoil, SOx, 0.0465 # 2 g/kg |
66 |
| -# |
67 |
| -# Group 3 |
68 |
| -# |
69 |
| -AIR, lightoil, CH4, 0.0005 |
70 |
| -AIR, lightoil, N2O, 0.0031 |
| 34 | + |
| 35 | +AIR, lightoil, BC, 0.001430 # (4) |
| 36 | + |
| 37 | +# (3) is used because the (4) is (nearly) zero. |
| 38 | +AIR, lightoil, CH4, 0.0005 # (3) |
| 39 | +# AIR, lightoil, CH4, 0.000000 # (4) |
| 40 | + |
| 41 | +# (4) is used because (2) values are too large and yield negative totals. |
| 42 | +# |
| 43 | +# AIR, lightoil, CO, 13.95 # (2) 600 g/kg “Calculated using Tier 2 method” |
| 44 | +# AIR, lightoil, CO, 27.90 # (2) 1200 g/kg “Calculated using Tier 2 method” |
| 45 | +# AIR, lightoil, CO, 55.81 # (2) 2400 g/kg “Calculated using Tier 2 method” |
| 46 | +AIR, lightoil, CO, 0.088798 # (4) |
| 47 | + |
| 48 | +AIR, lightoil, CO2, 111.053342 # (4) |
| 49 | + |
| 50 | +AIR, lightoil, N2O, 0.0031 # (3) |
| 51 | +# AIR, lightoil, N2O, 3.635365 # (4) |
| 52 | + |
| 53 | +AIR, lightoil, NH3, 0.005857 # (4) |
| 54 | + |
| 55 | +# NOx: |
| 56 | +# - (2) is used because (1) and (4) values are too large and yield negative totals. |
| 57 | +# |
| 58 | +# AIR, lightoil, NOx, 0.3284 # (1) 14.12 g/kg, lower end of confidence interval |
| 59 | +# AIR, lightoil, NOx, 0.3521 # (1) 15.14 g/kg, upper end of confidence interval |
| 60 | +# AIR, lightoil, NOx, 0.0465 # (2) 2 g/kg “Calculated using Tier 2 method” |
| 61 | +AIR, lightoil, NOx, 0.0930 # (2) 4 g/kg “Calculated using Tier 2 method” |
| 62 | +# AIR, lightoil, NOx, 0.1860 # (2) 8 g/kg “Calculated using Tier 2 method” |
| 63 | +# AIR, lightoil, NOx, 0.456715 # (4) |
| 64 | + |
| 65 | +AIR, lightoil, OC, 0.000709 # (4) |
| 66 | + |
| 67 | +AIR, lightoil, Sulfur, 0.0279 # (1) 1.2 g/kg |
| 68 | +# AIR, lightoil, Sulfur, 0.040058 # (4) “Sulfur” in upstream data with “SO2” in units |
| 69 | + |
| 70 | +# AIR, lightoil, SOx, 0.0116 # (2) 0.5 g/kg “Assuming 0.05% S by mass” |
| 71 | +AIR, lightoil, SOx, 0.0233 # (2) 1 g/kg “Assuming 0.05% S by mass” |
| 72 | +# AIR, lightoil, SOx, 0.0465 # (2) 2 g/kg “Assuming 0.05% S by mass” |
| 73 | + |
| 74 | +# VOC: |
| 75 | +# - (2) were provided with the code 'NMVOC', but we use the label 'VOC' to align with |
| 76 | +# MESSAGEix-GLOBIOM, even though these are not strictly the same. |
| 77 | +# - (4) is used because (2) values are too large and yield negative totals. |
| 78 | +# |
| 79 | +# AIR, lightoil, VOC, 0.2209 # (2) 9.5 g/kg “Calculated using Tier 2 method” |
| 80 | +# AIR, lightoil, VOC, 0.4419 # (2) 19 g/kg “Calculated using Tier 2 method” |
| 81 | +# AIR, lightoil, VOC, 0.8837 # (2) 38 g/kg “Calculated using Tier 2 method” |
| 82 | +AIR, lightoil, VOC, 0.013246 # (4) |
0 commit comments