PALEOtoolkit / PALEOboxes.jl

Model coupler for the PALEO model framework
https://PALEOtoolkit.github.io/PALEOboxes.jl
MIT License
2 stars 1 forks source link

Simplify interpolation for ReactionFluxPerturb, ReactionForceInterp #116

Closed sjdaines closed 7 months ago

sjdaines commented 7 months ago

Calculate linear interpolation vs time directly from parameters instead of using Interpolations.jl.

This removes the need for a precalculated cache and makes it possible to modify parameters for sensitivity studies.