<div dir="ltr"><div><div>Hi Mark,<br><br></div>Yes, there must be something else going on, as I was able to run your script just fine, generating both .pdf and .png output.  I&#39;ll investigate the &quot;-502&quot; error further, but in the mean time, can you tell me which version of NCL you are using?  And are you certain its not a filesystem permissions issue?<br><br></div>Rick<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 7, 2017 at 3:49 PM, Mark Ross England <span dir="ltr">&lt;<a href="mailto:mre2126@columbia.edu" target="_blank">mre2126@columbia.edu</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">







<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">Hi there,</span></p>
<p class="m_-3185034579085748915gmail-p2"><span class="m_-3185034579085748915gmail-s1"></span><br></p>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">Thanks for help in advance.</span></p>
<p class="m_-3185034579085748915gmail-p2"><span class="m_-3185034579085748915gmail-s1"></span><br></p>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">I am doing something very similar to xy_2.ncl example on the NCL examples webpage. I have simplified the code to try and work out where it is going wrong.</span></p>
<p class="m_-3185034579085748915gmail-p2"><span class="m_-3185034579085748915gmail-s1"></span><br></p>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">I get no error message however the pdf which is produced is empty and is 0 bytes.</span></p>
<p class="m_-3185034579085748915gmail-p2"><span class="m_-3185034579085748915gmail-s1"></span><br></p>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">I have written out the final data to make code shorter. I can’t find where my code is any different to the example which makes me think there is something else going wrong.</span></p>
<p class="m_-3185034579085748915gmail-p2"><span class="m_-3185034579085748915gmail-s1"></span><br></p>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">If I replace pdf with png it gives this error message which I couldn’t find anything on:</span></p>
<p class="m_-3185034579085748915gmail-p3"><span class="m_-3185034579085748915gmail-s1"> GKS ERROR NUMBER -502 ISSUED FROM SUBROUTINE GCLRWK:</span></p>
<p class="m_-3185034579085748915gmail-p3"><span class="m_-3185034579085748915gmail-s1"> -- cairo driver error: error opening output file</span></p>
<p class="m_-3185034579085748915gmail-p4"><span class="m_-3185034579085748915gmail-s1"></span><br></p>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">Thank you very much,</span></p>
<p class="m_-3185034579085748915gmail-p2"><span class="m_-3185034579085748915gmail-s1"></span><br></p>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">Mark</span></p>
<p class="m_-3185034579085748915gmail-p2"><span class="m_-3185034579085748915gmail-s1"></span><br></p>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">load &quot;$NCARG_ROOT/lib/ncarg/<wbr>nclscripts/csm/gsn_code.ncl&quot;</span></p>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">load &quot;$NCARG_ROOT/lib/ncarg/<wbr>nclscripts/csm/gsn_csm.ncl&quot;</span></p>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">load &quot;$NCARG_ROOT/lib/ncarg/<wbr>nclscripts/csm/contributed.<wbr>ncl&quot;</span></p>
<p class="m_-3185034579085748915gmail-p2"><span class="m_-3185034579085748915gmail-s1"></span><br></p>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">; ------------------------------<wbr>----------------</span></p>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">begin</span></p>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px"><p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">wks = gsn_open_wks (&quot;pdf&quot;, &quot;TS&quot;) ; send graphics to PDF file</span></p></blockquote>
<p class="m_-3185034579085748915gmail-p2"><span class="m_-3185034579085748915gmail-s1"></span><br></p>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px"><p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">data2 = (/(/273.1187, 273.3957, 271.8196, 268.2388, 265.0738, 263.2264, 262.0622, 261.7988, 263.2089, 266.001, 269.4273, 271.867, 273.1187/), (/275.6794, 276.363, 275.8335, 273.9187, 271.6543, 269.8786, 268.6503, 267.9535, 268.2413, 269.8357, 272.1223, 274.2099, 275.6794/), (/274.4088, 274.9937, 273.6758, 269.9453, 266.8276, 264.6391, 263.7714, 263.5388, 264.7565, 267.5732, 270.5323, 272.9919, 274.4088/)/)</span></p></blockquote>
<p class="m_-3185034579085748915gmail-p2"><span class="m_-3185034579085748915gmail-s1"></span><br></p>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px"><p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">months = ispan(1,13,1)</span></p></blockquote>
<p class="m_-3185034579085748915gmail-p2"><span class="m_-3185034579085748915gmail-s1"></span><br></p>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px"><p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">res = True ; plot mods desired</span></p></blockquote>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px"><p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">res@tiMainString = &quot;Antarctic surface temperature&quot;       ; add title</span></p></blockquote>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px"><p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">res@xyMarkerColors = (/&quot;blue&quot;,&quot;red&quot;,&quot;green&quot;/)</span></p></blockquote>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px"><p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">plot = gsn_csm_xy (wks, months, data2, res) ; create plot</span></p></blockquote>
<p class="m_-3185034579085748915gmail-p1"><span class="m_-3185034579085748915gmail-s1">end</span></p></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>