Interpolated parameters into the PDESystems

Interpolations.jl isn’t setup with the Symbolics.jl tooling yet. If you want to integrate an interpolation, you’ll need to use DataInterpolations.jl. That only does 1-dimensional interpolations though. If you need higher dimension interpolations then you’ll want GitHub - SciML/DataInterpolationsND.jl: Interpolation of arbitrarily high dimensional array data, though this integration is not complete yet:

When that PR is merged this story for ND will be complete.