<div dir="ltr"><div><div><div><div><div>Hi <br><br></div>I am using the ESMF to regrid an array including missing values. The interpolation method is &quot;bilinear&quot;. In order to distinguish the positions of missing value, I add <br><b><pre>Opt@SrcGridMask    = where(.not.ismissing(temp),1,0)</pre></b>in my code. Unfortunately, it seems that NCL still uses the missing values to calculate the interpolation, and my destination array is full of missing value.<br><br></div>Since I interpolate 1deg*1deg to 2deg*2deg, the four 1deg*1deg grids can get one 2deg*2deg grid. It seems that if I have one missing value in these four 1deg*1deg grids, my interpolated 2deg*2deg grid will be a missing value, no matter of other 3 1deg*1deg grids.<br><br></div>So how can I ignore the influence from the missing values while I interpolate the 1deg*1deg grid to the 2deg*2deg grid?<br><br></div>Thank you<br></div>Zhifeng<br></div>