Interpolation from one curvilinear grid to another curvilinear grid

From: Murat Gunduz <mgocean_at_nyahnyahspammersnyahnyah>
Date: Thu Apr 07 2011 - 01:05:33 MDT

Dear NCL users,

I am trying to interpolate data on one curvilinear grid to another
curvilinear grid,
I found (in ncl-talk mailing list) a way to do this with "rcm2points"
function ;

  do j = 0,ny-1
    do i = 0,nx-1
    ipol =
rcm2points(varx_lat2d,varx_lon2d,varx,vary_lat(j,i),vary_lon(j,i),2)
    outdata(j,i) = (/ipol/)
    end do
  end do

however, when I check the interpolated array,
it has some gaps, similar to this one;

http://www.ncl.ucar.edu/Support/talk_archives/2010/2772.html

could you please help on how to fill the gaps,
or is there other way of interpolating the data between curvilinear grids?

Best Regards,
Murat

-- 
Murat Gunduz
Istituto Nazionale di Geofisica e Vulcanologia (INGV)
National Institute of Geophysics and  Volcanology
Via Aldo Moro 44
40127 Bologna, Italy
Phone: +39-051-3782644
CellPh: +39-327-1421526

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Apr 7 01:05:41 2011

This archive was generated by hypermail 2.1.8 : Fri May 13 2011 - 10:21:56 MDT