<div dir="ltr">I 2nd what DaveA has suggested. The differences are significant. I am not aware of this situation ever happening with NCL. Something is different &#39;somewhere.&#39; <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 6, 2017 at 10:45 AM, Dave Allured - NOAA Affiliate <span dir="ltr">&lt;<a href="mailto:dave.allured@noaa.gov" target="_blank">dave.allured@noaa.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Michael,<div><br></div><div>Would you please subdivide this problem?  Your script is complicated.  Is the difference occurring in the way you are reading and processing the data for the contour field, or within the NCL plot function?<br></div><div><br></div><div>Immediately before calling the plot function, try dumping the contour field data by itself to a Netcdf test file.  Something like this:</div><div><br></div><div>    testf = addfile (&quot;<a href="http://smtest.nc" target="_blank">smtest.nc</a>&quot;,&quot;c&quot;)</div><div>    testf-&gt;sm = sm(n,:,:)</div><div>    exit</div><div><br></div><div>You might need to change the do loop, or use an if statement, to capture the intended loop iteration.</div><div><br></div><div>Then compare the file <a href="http://smtest.nc" target="_blank">smtest.nc</a> between the two systems.  If the two files are different, then the problem is within your data processing.<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br></div><div>--Dave</div></font></span><span class=""><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 5, 2017 at 12:32 PM, Michael Buban - NOAA Affiliate <span dir="ltr">&lt;<a href="mailto:michael.buban@noaa.gov" target="_blank">michael.buban@noaa.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>I&#39;m trying to create images in ncl and have had differing results on different platforms, using the same ncl executables, same input files, and same operating systems.</div><div><br></div><div>On my macbook and my work mac, my OS is v10.11.6. and I&#39;m using ncl 6.3.0 on both.  However I get different results seen in the attached images and ncl script and input file.</div><div><br></div><div>Any insight would be appreciated!</div><div><br></div><div>Thanks,</div><div><br></div><div>Mike</div></div></blockquote></div></div></span></div>
<br>______________________________<wbr>_________________<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/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>