NOC-MSM / pyBDY

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

Interpolation error in T/S BDY output? #127

Closed jenjar93 closed 4 days ago

jenjar93 commented 1 year ago

Looks like there might be an interpolation issue in the BDY output.

In the Copernicus BDY example, salinity is unrealistically low at depth but the numbers are still sensible (i.e. not filler values), so maybe something to do with the nearest neighbour interpolation in areas of dynamic topography?

I'm not sure what's happening in the benchmark data. It looks like it's overwriting every other profile with values from a different location? The benchmark data also has the same usually low values at depth, both in T and S.

Some example screenshots below:

Screenshot 2023-06-07 at 15 30 36

Screenshot 2023-06-07 at 15 35 18

Screenshot 2023-06-07 at 15 41 45

Screenshot 2023-06-07 at 15 42 35

jdha commented 1 year ago

@jenjar93 could you let me know where the Copernicus example data are. It'll be interesting to run through this and maybe we can have a chat tomorrow at some point. Thanks

jenjar93 commented 1 year ago

@jdha I've put the Copernicus data I used (Oct/Nov for the north Indian Ocean) in /work/jenjar/PyBDY/ and rerun pybdy within that folder so everything is self-contained. Happy to discuss further at some point today.