-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcarbon_impact_rates.json
More file actions
102 lines (102 loc) · 2.8 KB
/
carbon_impact_rates.json
File metadata and controls
102 lines (102 loc) · 2.8 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
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
100
101
102
{
"carbon_impact_rates": [
{
"Year": "2019/20",
"Cap Do Nothing Intensity": 3.813,
"Ops Do Nothing Intensity": "",
"Cap Target Reduction Rate": 0.00,
"Ops Target Reduction Rate": 0.00
},
{
"Year": "2020/21",
"Cap Do Nothing Intensity": 3.73,
"Ops Do Nothing Intensity": "",
"Cap Target Reduction Rate": 0.00,
"Ops Target Reduction Rate": 0.00
},
{
"Year": "2021/22",
"Cap Do Nothing Intensity": 3.648,
"Ops Do Nothing Intensity": 4.49,
"Cap Target Reduction Rate": -9.00,
"Ops Target Reduction Rate": -9.00
},
{
"Year": "2022/23",
"Cap Do Nothing Intensity": 3.55,
"Ops Do Nothing Intensity": 4.37,
"Cap Target Reduction Rate": -13.50,
"Ops Target Reduction Rate": -13.50
},
{
"Year": "2023/24",
"Cap Do Nothing Intensity": 3.41,
"Ops Do Nothing Intensity": 4.2,
"Cap Target Reduction Rate": -18.00,
"Ops Target Reduction Rate": -18.00
},
{
"Year": "2024/25",
"Cap Do Nothing Intensity": 3.27,
"Ops Do Nothing Intensity": 4.03,
"Cap Target Reduction Rate": -22.50,
"Ops Target Reduction Rate": -22.50
},
{
"Year": "2025/26",
"Cap Do Nothing Intensity": 3.14,
"Ops Do Nothing Intensity": 3.91,
"Cap Target Reduction Rate": -27.00,
"Ops Target Reduction Rate": -27.00
},
{
"Year": "2026/27",
"Cap Do Nothing Intensity": 3.14,
"Ops Do Nothing Intensity": 3.91,
"Cap Target Reduction Rate": -31.50,
"Ops Target Reduction Rate": -31.50
},
{
"Year": "2027/28",
"Cap Do Nothing Intensity": 3.14,
"Ops Do Nothing Intensity": 3.91,
"Cap Target Reduction Rate": -36.00,
"Ops Target Reduction Rate": -36.00
},
{
"Year": "2028/29",
"Cap Do Nothing Intensity": 3.14,
"Ops Do Nothing Intensity": 3.91,
"Cap Target Reduction Rate": -40.50,
"Ops Target Reduction Rate": -40.50
},
{
"Year": "2029/30",
"Cap Do Nothing Intensity": 3.14,
"Ops Do Nothing Intensity": 3.91,
"Cap Target Reduction Rate": -45.00,
"Ops Target Reduction Rate": -45.00
},
{
"Year": "2030/31",
"Cap Do Nothing Intensity": 3.14,
"Ops Do Nothing Intensity": 3.91,
"Cap Target Reduction Rate": -49.50,
"Ops Target Reduction Rate": -49.50
},
{
"Year": "2031/32",
"Cap Do Nothing Intensity": 3.14,
"Ops Do Nothing Intensity": 3.91,
"Cap Target Reduction Rate": -54.00,
"Ops Target Reduction Rate": -54.00
},
{
"Year": "2032/33",
"Cap Do Nothing Intensity": 3.14,
"Ops Do Nothing Intensity": 3.91,
"Cap Target Reduction Rate": -58.50,
"Ops Target Reduction Rate": -58.50
}
]
}