Add a new depth interpolation method to NEMODataArray and NEMODataTree to linearly interpolate along 1- and 3-dimensional depth coordinates.
To be compatible with both depth{t/u/v/f/w}(k) and depth{t/u/v/f/w}(k, j, i)
Relevant Modules:
nemo_cookbook/nemodatatree.py
nemo_cookbook/nemodataarray
tests/test_nemodatatree_core.py
tests/test_nemodataarray_core.py
tests/test_interpolate.py
Add a new depth interpolation method to NEMODataArray and NEMODataTree to linearly interpolate along 1- and 3-dimensional depth coordinates.
To be compatible with both
depth{t/u/v/f/w}(k)anddepth{t/u/v/f/w}(k, j, i)depth_interpmethod toNEMODataTreeclass.depth_interpmethod toNEMODataArrayclass.Relevant Modules:
nemo_cookbook/nemodatatree.pynemo_cookbook/nemodataarraytests/test_nemodatatree_core.pytests/test_nemodataarray_core.pytests/test_interpolate.py