<div dir="ltr">Hi Geeta,<div>The error message is telling you that there might be something amiss with the coordinate variables of your array that will be plotted. </div><div><br><div>Looking at your script you have this:</div><div>nlat        =  1649 <br></div><div>lat         = -59.963614 - ispan(0,nlat-1,1)*0.072771377<br></div><div><br></div><div>you then assign the lat array as a coordinate variable to the array to be plotted. Running those two lines of code you end up with latitudes that run from -59.96 through -179.8908. I am guessing that that is causing your issue. You might want to check your lon array as well as those only run from 0-352. </div></div><div><br></div><div>Hope that helps. If not, please respond to the ncl-talk email list.</div><div>Adam</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 3, 2016 at 11:05 PM, Geeta Geeta <span dir="ltr">&lt;<a href="mailto:geetag54@yahoo.com" target="_blank">geetag54@yahoo.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><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;font-size:16px"><div><span>This query has been posted recently by me. My apologies for reposting. <br></span></div><div><span><br></span></div><div><span>I had trouble with plotting the Cmorph binary data of 2011. <br></span></div><div dir="ltr"><span>I converted the binary file to netcdf using CDO operator. <br></span></div><div dir="ltr"><span> I tried to plot this NC file but got the following warning message. <br></span></div><div><span>. <br></span></div><div dir="ltr"><span> missing_value :    -999<br><br>Variable: rf_total<br>Type: float<br>Total Size: 32637008 bytes<br>            8159252 values<br>Number of Dimensions: 3<br>Dimensions and sizes:    [1] x [lat | 1649] x [lon | 4948]<br>Coordinates: <br>            lat: [-59.963614..59.963615296]<br>            lon: [0.036378335..359.963619878]<br>Number Of Attributes: 5<br>  missing_value :    -999<br>  long_name :    cmorph [ mm/hr ]<br>  time :       0<br>  lev :       1<br>  _FillValue :    -999<br><b>warning:ContourPlotDraw: out of range coordinates encountered; standard line rendering method may be unreliable;<br> consider setting the resource trGridType to &quot;TriangularMesh&quot; if coordinates contain missing values</b><br></span></div><div dir="ltr"><br><span></span></div><div dir="ltr"><span>After I added the res@trGridType = &quot;TriangularMesh&quot;</span></div><div dir="ltr"><br></div><div dir="ltr">after adding this Res, my plot has no data plotted (plot attached). <br></div><div dir="ltr"><br></div><div dir="ltr">can someone suggest<span class="HOEnZb"><font color="#888888"><br><span></span></font></span></div><span class="HOEnZb"><font color="#888888"><div dir="ltr"><span></span></div><div> </div><div>Geeta.</div></font></span></div></div><br>_______________________________________________<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/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</div>