<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.<br></div><div><br></div><div>--Dave</div><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></div>