Commit 41d7dd46c7f642224137b85af2a47e50ffe95c70

Authored by Didier BARRET
1 parent 3057adf7
Exists in master

Update labels of the plot and methods.

Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
content.yml
... ... @@ -29,7 +29,7 @@ shared_config:
29 29  
30 30 # Aka. Laws
31 31 models:
32   - - name: Atmosfair (RFI=3 for altitude > 9 km)
  32 + - name: Atmosfair (mul. factor=3 for altitude > 9 km)
33 33 # Slugged version of the display name above
34 34 # Only lowercase alphanumeric, starting with a letter, using - as liaison
35 35 # In other words, MUST match ^[a-z]([a-z0-9-]*[a-z0-9])?$ eg: icao-with-rfi
... ... @@ -67,7 +67,7 @@ models:
67 67 - [ 19999.9, 5606.129335551792 ]
68 68 - [ 25000.0, 7094.270252762378 ]
69 69  
70   - - name: ADEME (RFI=2.0)
  70 + - name: ADEME (mul. factor=2, from Carbon database)
71 71 # Slugged version of the display name above
72 72 # Only lowercase alphanumeric, starting with a letter, using - as liaison
73 73 # In other words, MUST match ^[a-z]([a-z0-9-]*[a-z0-9])?$ eg: icao-with-rfi
... ... @@ -129,7 +129,7 @@ models:
129 129  
130 130  
131 131  
132   - - name: MyClimate (RFI=2)
  132 + - name: MYCLIMATE (mul. factor=2)
133 133 # Slugged version of the display name above
134 134 # Only lowercase alphanumeric, starting with a letter, using - as liaison
135 135 # In other words, MUST match ^[a-z]([a-z0-9-]*[a-z0-9])?$ eg: icao-with-rfi
... ... @@ -171,7 +171,7 @@ models:
171 171 - [25000.0, 4163.431314509144 ]
172 172  
173 173  
174   - - name: DEFRA (RFI=1.9)
  174 + - name: DEFRA (mul. factor=RFI=1.9)
175 175 # Slugged version of the display name above
176 176 # Only lowercase alphanumeric, starting with a letter, using - as liaison
177 177 # In other words, MUST match ^[a-z]([a-z0-9-]*[a-z0-9])?$ eg: icao-with-rfi
... ... @@ -212,7 +212,7 @@ models:
212 212 - [19999.9, 2878.9047733493503 ]
213 213 - [25000.0, 3596.0006143105275 ]
214 214  
215   - - name: French Ministry of Ecology (no RF, not recommended)
  215 + - name: French Ministry of Ecology (no mul. factor, not recommended)
216 216 # Slugged version of the display name above
217 217 # Only lowercase alphanumeric, starting with a letter, using - as liaison
218 218 # In other words, MUST match ^[a-z]([a-z0-9-]*[a-z0-9])?$ eg: icao-with-rfi
... ... @@ -271,7 +271,7 @@ models:
271 271 - [19999.9, 1879.1906300000016 ]
272 272 - [25000.0, 2347.7000000000016 ]
273 273  
274   - - name: KLM data (no RF, not recommended)
  274 + - name: KLM data best fit (no mul. factor, not recommended)
275 275 # Slugged version of the display name above
276 276 # Only lowercase alphanumeric, starting with a letter, using - as liaison
277 277 # In other words, MUST match ^[a-z]([a-z0-9-]*[a-z0-9])?$ eg: icao-with-rfi
... ... @@ -310,7 +310,7 @@ models:
310 310 - [14999.9, 962.2587735768744 ]
311 311 - [25000.0, 1522.7313138757793 ]
312 312  
313   - - name: ICAO (no RF, not recommended)
  313 + - name: ICAO data best fit (no mul. factor, not recommended)
314 314 # Slugged version of the display name above
315 315 # Only lowercase alphanumeric, starting with a letter, using - as liaison
316 316 # In other words, MUST match ^[a-z]([a-z0-9-]*[a-z0-9])?$ eg: icao-with-rfi
... ...