Commit 73c0ea41aa8f1d69f8e57150b70cf9e731e49a79
1 parent
61d8a57c
Exists in
master
Update ADEME emission coefficient
Showing
1 changed file
with
15 additions
and
1 deletions
Show diff stats
content.yml
... | ... | @@ -114,18 +114,32 @@ models: |
114 | 114 | # The travel_emission_lerp_fit uses points instead of intervals |
115 | 115 | # List of (distance in km, footprint in ??) |
116 | 116 | points: |
117 | - - [0.0, -5.161037027229312e-14 ] | |
117 | + - [0.0, 0.0 ] | |
118 | + - [300.0, 0.0 ] | |
119 | + - [300.0, 371.9202499999999 ] | |
120 | + - [1000.0, 572.185 ] | |
118 | 121 | - [1000.0, 572.1850000000001 ] |
122 | + - [2000, 903.7033333333331 ] | |
119 | 123 | - [2000, 903.7033333333329 ] |
124 | + - [3000, 1090.2199999999998 ] | |
120 | 125 | - [3000, 1090.2200000000014 ] |
126 | + - [4000, 1617.2800000000013 ] | |
121 | 127 | - [4000, 1617.2800000000007 ] |
128 | + - [5000, 2120.875 ] | |
122 | 129 | - [5000, 2120.8749999999995 ] |
130 | + - [6000, 2198.489999999999 ] | |
123 | 131 | - [6000, 2198.4900000000007 ] |
132 | + - [7000, 2274.2999999999997 ] | |
124 | 133 | - [7000, 2274.2999999999993 ] |
134 | + - [8000, 2599.1999999999985 ] | |
125 | 135 | - [8000, 2599.2000000000007 ] |
136 | + - [9000, 2745.405000000001 ] | |
126 | 137 | - [9000, 2745.404999999999 ] |
138 | + - [10000, 3122.6499999999987 ] | |
127 | 139 | - [10000, 3122.650000000001 ] |
140 | + - [11000, 3752.594999999996 ] | |
128 | 141 | - [11000, 3739.599000000005 ] |
142 | + - [20000.0, 6783.912000000004 ] | |
129 | 143 | - [25000.0, 8475.197000000006 ] |
130 | 144 | |
131 | 145 | ... | ... |