ocean-eddy-cpt / gcm-filters

Diffusion-based Spatial Filtering of Gridded Data
https://gcm-filters.readthedocs.io/
Other
37 stars 24 forks source link

Add `kappa` to remaining kernels #46

Open NoraLoose opened 3 years ago

NoraLoose commented 3 years ago

kappa_w, kappa_s, implemented for IrregularLaplacianWithLandMask in #28, allow for spatially varying filter scale and anisotropy.

These kappa's could also be added to the following kernels:

The remaining kernels are "simple" fixed factor Laplacians (see Section 2.6., Grooms et al. (2021), in review), which assume that the filter scale varies with the grid scale. These remaining kernels are therefore not flexible enough to get user-specified kappa's.

jbusecke commented 3 years ago

Is this within scope for the JOSS paper, or something that should be on the roadmap after?

NoraLoose commented 3 years ago

I think this is not critical, so we don't need to add it to the JOSS project. It will be pretty straightforward to do, though.