<div dir="ltr">Dear NCL people<div><br></div><div>I&#39;m using int2p for interpolation.</div><div>I generally work well with missing value, but if the first coordinate value is missing it returns all missing values.</div><div>I can detour this problem, but it will be good to know why.</div><div>Any idea or suggestion with this?<br clear="all"><div><br></div><div>Best!</div><div>Joowan</div><div><br></div><div>Test script</div><div>-----------------------------------</div><div>; it understands fill value<br></div><div><div>p=(/-999, 750, 500, -999, 200, 100,  50,  10/)</div><div>;p=(/1000, 750,-999, -999, 200, 100,  50,  10/)</div><div>t=(/ 320, 300, 250, -999, 220, 190, 210, 280/)</div><div>p@_FillValue = -999</div><div>t@_FillValue = -999</div><div><br></div><div>prs = (/600,300,30/)</div><div>tlin = int2p(p,t,prs,1)</div><div>tlog = int2p(p,t,prs,2)</div><div>print(tlin)</div><div>print(tlog)</div><div>----------------------------------------</div></div><div><br></div>-- <br><div><div dir="ltr">Joowan Kim<br>Atmospheric Chemistry Division<br>National Center for Atmospheric Research<br>PO Box 3000  Boulder, CO 80307<br><div>e-mail : <a href="mailto:joowan@ucar.edu" target="_blank">joowan@ucar.edu</a><br>           <a href="mailto:joowan.k@gmail.com" target="_blank">joowan.k@gmail.com</a><br></div></div></div>
</div></div>