NOC-MSM / pyBDY

pyBDY: a Python based regional NEMO model configuration toolbox.
GNU General Public License v3.0
7 stars 7 forks source link

Unit test for interpolation #139

Open rdPatmore opened 1 year ago

rdPatmore commented 1 year ago

src/pybdynemo_bdy_extr_tm3.py has a self contained interpolation function time_interp(). When modifying this code I made a crude, unautomated version of a unit test by making dummy data and investigating whether the end result was as expected. There was some discussion as to whether we could develop this into a proper unit test.

Tasks/Questions