Commit aab8077ded44dccd234a240267338de7e0343f31

Authored by Antoine Goutenoir
1 parent 23357f97
Exists in master

Document the new scaling model's properties.

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
@@ -81,10 +81,12 @@ models: @@ -81,10 +81,12 @@ models:
81 # Radiative Forcing Index 81 # Radiative Forcing Index
82 # Multiplier after scaling 82 # Multiplier after scaling
83 rfi: 1.9 83 rfi: 1.9
84 - # Flat scalar to add before scaling with intervals 84 + # Flat scalar to add before scaling with laws
85 offset_before: 0 85 offset_before: 0
86 - # Flat scalar to multiply before scaling with intervals 86 + # Flat scalar to multiply before scaling with laws
87 scale_before: 1 87 scale_before: 1
  88 + # The travel_emission_lerp_fit uses points instead of intervals
  89 + # List of (distance in km, footprint in ??)
88 points: 90 points:
89 - [ 300.0, 120.42928309 ] 91 - [ 300.0, 120.42928309 ]
90 - [ 1500.0, 278.88301355 ] 92 - [ 1500.0, 278.88301355 ]