<div dir="ltr">Hi, <div><br></div><div>I am having trouble with the linint2 function.  </div><div><br></div><div>Here is the code I am using: </div><div><br></div>u = f[:]->UGRD_P0_L103_GLL0(:,154:336,904:1212)<br>lat = f[0]->lat_0(154:336)<br>lon = f[0]->lon_0(904:1212)<div><br>newlat = fspan(51.5,6.,274)<br>newlon = fspan(226.,303.,463)<br>newu = linint2(lon,lat,u,False,newlon,newlat,0)<div><div><br></div><div>if I print u, i get: </div>(0,0)   1.502375<br>(0,1)   1.112375<br>(0,2)   0.8723755<br>(0,3)   0.8623755<div>...</div><div><br></div><div>if i print newu, i get: </div>  _FillValue :  1e+20<br>(0,0)   1.502375<br>(0,1)   1e+20<br>(0,2)   1e+20<br>(0,3)   0.8723755<br>(0,4)   1e+20<br>(0,5)   1e+20<br>(0,6)   0.8523754</div><div><br></div><div>I haven't been able to figure out why the fill value is being inserted in the values that should be interpolated. </div><div><br></div><div>Thanks for your suggestions. <br><div><br></div></div></div></div>