<div dir="ltr"><div><div><div><div>Hi Christian,<br><br></div>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 &quot;conserve&quot; method, the corners of the output grid must be provided, something like:<br><br>     Opt@DstLLCorner       = (/ -89.d,   0.d/)<br>     Opt@DstURCorner       = (/  89.d, 359.d/)<br><br></div>OR, you can try other method of interpolation such &quot;bilinear&quot;, &quot;patch&quot;, &quot;neareststod&quot; with same settings you have in your script. <br><br></div>Good Luck,<br></div>Rashed<br></div>