iiasa / rime

Rapid Impact Model Emulator
GNU General Public License v3.0
7 stars 1 forks source link

add new data class for probabilistic impacts #19

Open perrette opened 4 months ago

perrette commented 4 months ago

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