<div dir="ltr"><div class="gmail_default" style="font-size:small">Ashwin,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You were correct to post this kind of question to ncl-talk and not wrfhelp, because this is indeed an NCL error.</div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The error is coming out of some internal code that attaches primitives to a plot, like polylines, polygons, or polymarkers.  From what I can see from the internal code, it looks like you might be passing an array of all missing values to a routine like gsn_polyline, gsn_polymarker, or similar.</div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">What is on line 200 of your util/plotgrids_new.ncl file?  If it is a call to one of these routines, then I suggest that you print out the x and y arrays that you are passing to it to make sure they are valid values.</div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Fri, Aug 8, 2014 at 6:02 AM, ashwinD12 . <span dir="ltr">&lt;<a href="mailto:winash12@gmail.com" target="_blank">winash12@gmail.com</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"><div><div>Hello,<br></div>           Although this is a file you encounter in WRF it is still a NCL error so I thought I would post here first. <br><br></div>NCL version is 6.2.0. I used the following binary ncl_ncarg-6.2.0.Linux_Debian7.4_x86_64_nodap_gcc472.tar<br>

<br><div>I get this error when I type ncl util/plotgrids_new.ncl<br>fatal:Subscript out of range, error in subscript #0<br> fatal:An error occurred reading xf<br> fatal:[&quot;Execute.c&quot;:8567]:Execute: Error occurred at or near line 4363 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl<br>

<br> fatal:[&quot;Execute.c&quot;:8567]:Execute: Error occurred at or near line 4578 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl<br><br>fatal:[&quot;Execute.c&quot;:8567]:Execute: Error occurred at or near line 200 in file util/plotgrids_new.ncl<br>

<br></div><div>I also tried with the plotgrids_old.ncl and got similar errors.<br></div><div><br></div><div>There was a posting on a earlier message related to the setting of the DISPLAY variable. When I unset that I get OS related errors. <br>

<br></div><div>Any suggestions would be appreciated.<br></div><div>Regards,<br>Ashwin.<br></div><div><br></div></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>