Commit 06cdead883908516bff860fdedcccd0b6e91eb71

Authored by Didier BARRET
1 parent 1a7fc044
Exists in master

Updated the myClimate factors with the same format as the others. They should be all fixed.

Showing 1 changed file with 9 additions and 4 deletions   Show diff stats
content.yml
... ... @@ -89,10 +89,15 @@ models:
89 89 # The travel_emission_lerp_fit uses points instead of intervals
90 90 # List of (distance in km, footprint in kg)
91 91 points:
92   - - [ 300.0, 120.42928309 ]
93   - - [ 1500.0, 278.88301355 ]
94   - - [ 2500.0, 438.31863895 ]
95   - - [ 20000.0, 3335.62849772 ]
  92 + - [0.0, 0.0 ]
  93 + - [299.9, 0.0 ]
  94 + - [300.0, 120.42928309599999 ]
  95 + - [1499.9, 278.86980907246215 ]
  96 + - [1500.0, 278.8830135500002 ]
  97 + - [2499.9, 438.3026953954595 ]
  98 + - [2500, 438.3186389580005 ]
  99 + - [19999.9, 3335.611941663665 ]
  100 + - [25000.0, 4163.431314509144 ]
96 101  
97 102 - name: ADEME (RFI=1.9)
98 103 # Slugged version of the display name above
... ...