CWorthy-ocean / roms-tools

Tools for setting up and running ROMS simulations
https://roms-tools.readthedocs.io
GNU General Public License v3.0
7 stars 3 forks source link

Interpolation schemes #43

Open NoraLoose opened 1 week ago

NoraLoose commented 1 week ago

We may have to change the interpolation scheme at several places in roms-tools. So far, roms-tools uses linear interpolation because this is the only scheme (besides nearest neighbor interpolation) that xarray supports when interpolating over multiple dimensions.

The MATLAB-based scripts use a modified akima scheme for the following fields:

For the remaining atmospheric forcing fields and tidal forcing fields, the MATLAB-based scripts use linear interpolation.