AirChem / F0AM

Framework for 0-D Atmospheric Modeling
GNU General Public License v3.0
62 stars 23 forks source link

PlotRatesAvg averaging vs integration #17

Closed gmwolfe closed 2 years ago

gmwolfe commented 3 years ago

The averaging routine is unweighted, meaning that runs with lots of points in the beginning get weighted towards those points when taking the average. It would be much better to integrate over time using trapz.

gmwolfe commented 2 years ago

Done