Right now rime-run-timeseries --vectorized passes through rimeX.emulator.recombine_gmt_vectorized.
This should be made as a standalone class like rimeX.emulator.ImpactDataInterpolator with its own interp method. That could be called ProbabilisticImpactInterpolator. @NiklasSchwind
Right now
rime-run-timeseries --vectorized
passes throughrimeX.emulator.recombine_gmt_vectorized
. This should be made as a standalone class likerimeX.emulator.ImpactDataInterpolator
with its owninterp
method. That could be calledProbabilisticImpactInterpolator
. @NiklasSchwind