Andrew Dawson created a neat python module called
gridfill. gridfill
wraps a
FORTRAN90 program that fills missing values in a grid by solving Poisson's
equation using an iterative relaxation scheme. It is very similar o NCL's
poisson_grid_fill.
Here is an example on how to use module.