Skip to content

This is the python program which aims to simplify the correct interpolation of spatially inhomogeneous oceanographic section data on the regular grid of numerical model (the presented case is NEMO grid). The proposed tool uses the Gaussian core interpolation method where core size and thus to-be-interpolated points weights are defined according …

Notifications You must be signed in to change notification settings

verezem/secinterpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

secinterpolation

This is the python program which aims to simplify the correct interpolation of spatially inhomogeneous oceanographic section data on the regular grid of numerical model (the presented case is NEMO grid). The proposed tool uses the Gaussian core interpolation method where core size and thus to-be-interpolated points weights are defined according to their number and distance from the target regular grid point. Gaussian weights are defined as: weight = exp(-kxx_dist^2 - kyy_dist^2), where kx = 10^3/STD(x_dist)^2 and ky = 10^4/STD(y_dist)^2

About

This is the python program which aims to simplify the correct interpolation of spatially inhomogeneous oceanographic section data on the regular grid of numerical model (the presented case is NEMO grid). The proposed tool uses the Gaussian core interpolation method where core size and thus to-be-interpolated points weights are defined according …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published