Replace ConstantInterpolation
by SmoothedConstantInterpolation
#2244
Labels
core
Issues related to the computational core in Julia
dependencies
Pull requests that update a dependency file
performance
Relates to runtime performance or convergence
For continuous variables like forcing which we now interpolate with
ConstantInterpolation
, we can replace the interpolation bySmoothedConstantInterpolation
.At the time of writing
SmoothedConstantInterpolation
has not been merged yet upstream, see SciML/DataInterpolations.jl#367.Things to note:
SmoothedConstantInterpolation
cannot be used for forcing that comes in via the BMId_max
.The text was updated successfully, but these errors were encountered: