Commit c691f98ff262a1270179f0c2b7e81a797216fe4f

Authored by Antoine Goutenoir
1 parent bd847bc9
Exists in master

Pretty sure these are kilograms :)

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
content.yml
... ... @@ -43,7 +43,7 @@ models:
43 43 # Flat scalar to multiply before scaling with laws
44 44 scale_before: 1
45 45 # The travel_emission_lerp_fit uses points instead of intervals
46   - # List of (distance in km, footprint in ??)
  46 + # List of (distance in km, footprint in kg)
47 47 points:
48 48 - [0.0, 0.0 ]
49 49 - [300.0, 0.0 ]
... ... @@ -79,7 +79,7 @@ models:
79 79 # Flat scalar to multiply before scaling with laws
80 80 scale_before: 1
81 81 # The travel_emission_lerp_fit uses points instead of intervals
82   - # List of (distance in km, footprint in ??)
  82 + # List of (distance in km, footprint in kg)
83 83 points:
84 84 - [ 300.0, 120.42928309 ]
85 85 - [ 1500.0, 278.88301355 ]
... ... @@ -112,7 +112,7 @@ models:
112 112 # Flat scalar to multiply before scaling with laws
113 113 scale_before: 1
114 114 # The travel_emission_lerp_fit uses points instead of intervals
115   - # List of (distance in km, footprint in ??)
  115 + # List of (distance in km, footprint in kg)
116 116 points:
117 117 - [0.0, 0.0 ]
118 118 - [300.0, 0.0 ]
... ... @@ -169,7 +169,7 @@ models:
169 169 # Flat scalar to multiply before scaling with laws
170 170 scale_before: 1
171 171 # The travel_emission_lerp_fit uses points instead of intervals
172   - # List of (distance in km, footprint in ??)
  172 + # List of (distance in km, footprint in kg)
173 173 points:
174 174 - [0.0, 0.0 ]
175 175 - [300.0, 0.0 ]
... ... @@ -207,7 +207,7 @@ models:
207 207 # Flat scalar to multiply before scaling with laws
208 208 scale_before: 1
209 209 # The travel_emission_lerp_fit uses points instead of intervals
210   - # List of (distance in km, footprint in ??)
  210 + # List of (distance in km, footprint in kg)
211 211 points:
212 212 - [0.0, 0.0 ]
213 213 - [300.0, 0.0 ]
... ...