Commit a0e15de2261bd93438a007861f5cf1347a532dd5

Authored by Antoine Goutenoir
1 parent 322609d8
Exists in master

Prepare the form configuration for `use_train_below_km`.

Showing 1 changed file with 21 additions and 11 deletions   Show diff stats
content.yml
... ... @@ -50,13 +50,13 @@ models:
50 50 # The travel_emission_lerp_fit uses points instead of intervals
51 51 # List of (distance in km, footprint in kg)
52 52 points:
53   - - [0.0, 0.0 ]
54   - - [299.9, 0.0 ]
55   - - [300.0, 100.77107567722328 ]
56   - - [3999.9, 866.2373955846341 ]
57   - - [4000.0, 844.2034018149334 ]
58   - - [19999.9, 5606.129335551792 ]
59   - - [25000.0, 7094.270252762378 ]
  53 + - [ 0.0, 0.0 ]
  54 + - [ 299.9, 0.0 ]
  55 + - [ 300.0, 100.771075677223 ]
  56 + - [ 3999.9, 866.237395584634 ]
  57 + - [ 4000.0, 844.203401814933 ]
  58 + - [ 19999.9, 5606.129335551792 ]
  59 + - [ 25000.0, 7094.270252762378 ]
60 60  
61 61  
62 62 - name: MyClimate (RFI=2)
... ... @@ -81,6 +81,7 @@ models:
81 81 connecting_flights_scale: 1.05
82 82 # Radiative Forcing Index
83 83 # Multiplier after scaling
  84 + # DEPRECATED
84 85 rfi: 1.0
85 86 # Flat scalar to add before scaling with laws
86 87 offset_before: 95
... ... @@ -121,6 +122,7 @@ models:
121 122 connecting_flights_scale: 1.05
122 123 # Radiative Forcing Index
123 124 # Multiplier after scaling
  125 + # DEPRECATED
124 126 rfi: 1.0
125 127 # Flat scalar to add before scaling with laws
126 128 offset_before: 0
... ... @@ -180,6 +182,7 @@ models:
180 182 connecting_flights_scale: 1.05
181 183 # Radiative Forcing Index
182 184 # Multiplier after scaling
  185 + # DEPRECATED
183 186 rfi: 1.0
184 187 # Flat scalar to add before scaling with laws
185 188 offset_before: 0
... ... @@ -220,6 +223,7 @@ models:
220 223 connecting_flights_scale: 1.05
221 224 # Radiative Forcing Index
222 225 # Multiplier after scaling
  226 + # DEPRECATED
223 227 rfi: 1.0
224 228 # Flat scalar to add before scaling with laws
225 229 offset_before: 0
... ... @@ -258,6 +262,7 @@ models:
258 262 connecting_flights_scale: 1.05
259 263 # Radiative Forcing Index
260 264 # Multiplier after scaling
  265 + # DEPRECATED
261 266 rfi: 1.0
262 267 # Flat scalar to add before scaling with laws
263 268 offset_before: 0
... ... @@ -321,8 +326,8 @@ home:
321 326  
322 327 - title: What does the tool do?
323 328 content: |
324   - The tool computes the carbon footprint associated with round
325   - trip flights. It does so for a set of trips from a given city of origin
  329 + The tool computes the carbon footprint associated with round
  330 + trip flights. It does so for a set of trips from a given city of origin
326 331 to a set of destinations. Similarly, the tool allows to compute
327 332 the carbon footprint of a larger set of trips, corresponding to a
328 333 conference, a meeting and so on. For this, the city of departure
... ... @@ -396,8 +401,10 @@ home:
396 401 from burning fuels, by releasing gases and particles directly
397 402 into the upper troposphere and lower stratosphere
398 403 where they have an impact on atmospheric composition.
399   - These gases and particles include carbon dioxide (CO2), ozone (O3),
400   - and methane (CH4);
  404 + These gases and particles include
  405 + carbon dioxide (CO<sub>2</sub>),
  406 + ozone (O<sub>3</sub>),
  407 + and methane (CH<sub>4</sub>);
401 408 trigger formation of condensation trails (contrails);
402 409 and may increase cirrus cloudiness;
403 410 all of which contribute to climate change.
... ... @@ -636,6 +643,9 @@ estimate:
636 643 comment:
637 644 label: Leave a comment
638 645 description: Any input is appreciated. Everyone's a critic.
  646 + use_train_below_km:
  647 + label: Use train below
  648 + description: We will use train emission models instead of plane fo trips below this distance.
639 649 origin_addresses:
640 650 label: Origin Cities
641 651 description: |
... ...