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
content.yml
... ... @@ -81,10 +81,12 @@ models:
81 81 # Radiative Forcing Index
82 82 # Multiplier after scaling
83 83 rfi: 1.9
84   - # Flat scalar to add before scaling with intervals
  84 + # Flat scalar to add before scaling with laws
85 85 offset_before: 0
86   - # Flat scalar to multiply before scaling with intervals
  86 + # Flat scalar to multiply before scaling with laws
87 87 scale_before: 1
  88 + # The travel_emission_lerp_fit uses points instead of intervals
  89 + # List of (distance in km, footprint in ??)
88 90 points:
89 91 - [ 300.0, 120.42928309 ]
90 92 - [ 1500.0, 278.88301355 ]
... ...