[ncl-talk] Using ESMF_Regrid to Interpolate lat/lon to Unstructured MPAS (Hogrefe, Christian)

Rashed Mahmood rashidcomsis at gmail.com
Tue Apr 11 15:55:19 MDT 2017


Hi Christian,

I am not sure if this answer would solve the problem because i have not
worked with unstructured grids, but just wanted to give some hints.
According to documentation for using "conserve" method, the corners of the
output grid must be provided, something like:

     Opt at DstLLCorner       = (/ -89.d,   0.d/)
     Opt at DstURCorner       = (/  89.d, 359.d/)

OR, you can try other method of interpolation such "bilinear", "patch",
"neareststod" with same settings you have in your script.

Good Luck,
Rashed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170411/0a2670d2/attachment.html 


More information about the ncl-talk mailing list