<div dir="ltr">Just a quick side note on that. <div><br></div><div>Matlab does not know about _FillValues in netcdf files. It reads the numeric values from the file. Unless you specify these values as missing and set them to NaN, Matlab will assume these are valid and treat them accordingly.</div><div>NCL does recognize _FillValue and will not plot these values.</div><div><br></div><div>As Dennis was saying, you need to look at your data before you start plotting (in NCL and Matlab) and make sure all the values you are seeing make sense.</div><div><br></div><div>Hope this helps,</div><div>Maria</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 9, 2015 at 4:33 PM, Dennis Shea <span dir="ltr">&lt;<a href="mailto:shea@ucar.edu" target="_blank">shea@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">As has been mentioned many times on ncl-talk. The golden rule of data<br>
processing is *look at your data*. (&quot;examine your data&quot;!!!)<br>
<br>
If you had done so, you would have seen that the source array had<br>
90361 missing values (_FillValue).<br>
<br>
<br>
[1]<br>
Matlab must silently interpolate/extrapolate to these values. I am not<br>
sure that I would consider that a good thing.<br>
<br>
[2]<br>
NCL can interp/extrapolate also. However, the user must explicitly<br>
invoke the interpolation procedures. At least the user knows what type<br>
of interpolation has been used.<br>
<div><div class="h5"><br>
<br>
<br>
On Mon, Nov 9, 2015 at 4:03 PM, Wang, Chao &lt;<a href="mailto:cxw151530@utdallas.edu">cxw151530@utdallas.edu</a>&gt; wrote:<br>
&gt; Dear Sir/Madam,<br>
&gt;<br>
&gt; I have used the data downloaded from GFS to make the wind field. But I got<br>
&gt; two different results from Matlab and NCL. For example, there are two blanks<br>
&gt; in this map of NCL: one is on Greenland, the other is China. But in Matlab,<br>
&gt; the result is different. I don’t know whether is there any problem about my<br>
&gt; NCL codes? I really need your help! Thank you very much!<br>
&gt;<br>
&gt; Here is the link to GFS data:<br>
&gt; <a href="https://www.dropbox.com/s/8lombeolk4kr7ml/gfs.t18z.pgrb2.0p25.f024?dl=0" rel="noreferrer" target="_blank">https://www.dropbox.com/s/8lombeolk4kr7ml/gfs.t18z.pgrb2.0p25.f024?dl=0</a><br>
&gt; Here is the link to MATLAB result:<br>
&gt; <a href="https://www.dropbox.com/s/j8h8u6249q97rw2/Wind-1829m.fig?dl=0" rel="noreferrer" target="_blank">https://www.dropbox.com/s/j8h8u6249q97rw2/Wind-1829m.fig?dl=0</a><br>
&gt; Here is the NCL script:<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; ncl-talk mailing list<br>
&gt; <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
&gt; List instructions, subscriber options, unsubscribe:<br>
&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
&gt;<br>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>