<div dir="ltr"><div><div><div><div><div><div>Hi Scott,<br><br></div>Try setting this environment variable before running the script:<br><br></div>    export NCARG_OLD_PS=True     (assuming bash shell)<br><br></div>The issue is that the KML NCL-code that does cropping of pieces of a plot expects that postscript plots have been generated.  NCL in fact has two different postscript drivers, one I&#39;ll call the original driver, the other the newer cairo-based driver. At some point in recent versions of NCL (6.2.0 perhaps -- can&#39;t recall exactly), the cairo driver became the default when one simply opens a workstation with &quot;ps&quot;. Apparently however, the calculations for where on the page to crop are appropriate only for the original driver, regardless of which driver is actually used;  the two drivers place things on the page differently.  <br><br></div>The above environment variable causes &quot;ps&quot; to map to the original driver.  It should get you back in business as a work-around. I&#39;ll open a ticket on this issue.<br><br></div>Hope that helps...<br></div>Rick<br><div><div><br>  <br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 13, 2015 at 11:43 AM, David Brown <span dir="ltr">&lt;<a href="mailto:dbrown@ucar.edu" target="_blank">dbrown@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">Hi Rick,<br>
I corresponded with Scott and he sent me some test scripts and data. I<br>
now realize that I forgot to include ncl-talk in my conversation. I<br>
have not had a chance to look at this issue yet, but I hope to soon.<br>
However, if you would like to, since I know you have done some work<br>
with KML, I would be happy to give you what I have. If there is an NCL<br>
issue here it would be good to get to the bottom of it.<br>
 -dave<br>
<span class="im HOEnZb"><br>
<br>
On Wed, May 13, 2015 at 9:30 AM, Rick Brownrigg &lt;<a href="mailto:brownrig@ucar.edu">brownrig@ucar.edu</a>&gt; wrote:<br>
</span><div class="HOEnZb"><div class="h5">&gt; Hi Scott,<br>
&gt;<br>
&gt; There are no specific plans -- at the moment -- for refined KML<br>
&gt; functionality.  That could change depending upon level of interest, and I&#39;ll<br>
&gt; take your note as a vote of interest!  In general, contributed/external NCL<br>
&gt; routines come with no promise of support by the NCL team, so you might<br>
&gt; contact the authors of these codes.  That said, if you have a self-contained<br>
&gt; example of what is not happening as expected with Ryan&#39;s approach, I&#39;d be<br>
&gt; happy to take a look -- its odd that things should suddenly no longer work.<br>
&gt;<br>
&gt; Rick<br>
&gt;<br>
&gt;<br>
&gt; On Mon, May 11, 2015 at 2:12 PM, Scott Capps &lt;<a href="mailto:scott@allvertum.com">scott@allvertum.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Good afternoon,<br>
&gt;&gt;<br>
&gt;&gt; I have used NCL to output KML/KMZ files from WRF data using both Ryan<br>
&gt;&gt; Pavlick&#39;s and Mohammad Abouali&#39;s code.  Ryan&#39;s solution was working but<br>
&gt;&gt; is no longer working with the latest versions of NCL. For some reason,<br>
&gt;&gt; it cannot extract the labelbar from the plot and no longer maps the plot<br>
&gt;&gt; onto Google-Earth correctly.  Using Mohammad&#39;s solution, I am able to<br>
&gt;&gt; get a KML/KMZ file that plots OK in Google-Earth.  However, I am not<br>
&gt;&gt; given the option to specify a contour spacing value nor can I plot the<br>
&gt;&gt; colorbar within google-earth.  So, the end user of the KML really has no<br>
&gt;&gt; idea how the color contours correspond to the actual values contoured.<br>
&gt;&gt; I really need the ability to specify a contour spacing.  Therefore, I<br>
&gt;&gt; have two questions:<br>
&gt;&gt;<br>
&gt;&gt; Are there plans to refine the KML functionality within NCL in the near<br>
&gt;&gt; future?<br>
&gt;&gt; Who do I ask for support from these contributed and external NCL routines?<br>
&gt;&gt;<br>
&gt;&gt; Thank you,<br>
&gt;&gt;<br>
&gt;&gt; Scott<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; ncl-talk mailing list<br>
&gt;&gt; List instructions, subscriber options, unsubscribe:<br>
&gt;&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; ncl-talk mailing list<br>
&gt; List instructions, subscriber options, unsubscribe:<br>
&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
&gt;<br>
</div></div></blockquote></div><br></div>