<div dir="ltr">The warning message is telling you:<br><br>(0) gsn_add_cyclic: Warning: The range of your longitude data is not 360.<br>(0) You may want to set the gsnAddCyclic resource to False to avoid a warning message from the spline function.<br><br>To fix this, set the following resource before you plot:<br><br>res@gsnAddCyclic = True<br><br>What this does is forces an extra point to be added in the longitude dimension, where the first point is copied after the last point, so you don't get that seam in the middle.<br><br>--Mary<div class="gmail_default" style="font-size:small"><strong style="font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:13.3333px"><br></strong></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 3, 2018 at 12:28 AM, sjd.marjani <span dir="ltr"><<a href="mailto:sjd.marjani@ut.ac.ir" target="_blank">sjd.marjani@ut.ac.ir</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-size:10pt;font-family:Tahoma,Arial,Helvetica,sans-serif">
<p>Hello</p>
<p>I have a data file </p>
<p>"historical_tos_CMCC-CMS_<wbr><a href="http://r1i1p1_193001-200512.nc">r1i1p1_193001-200512.nc</a>"</p>
<p>dimensions:<br> time = 912 ;<br> latitude = 180 ;<br> longitude = 360 ;</p>
<p>float tos(time, latitude, longitude)</p>
<p>double latitude(latitude)</p>
<p>double longitude(longitude) </p>
<p>==============================</p>
<p>when I plot it,, it shows a gap in 80E ,without any Error or Warning .</p>
<p>gsnAddCyclic is False in my script  and if i change it to True it shows me :</p>
<p><strong>(0) gsn_add_cyclic: Warning: The range of your longitude data is not 360.<br>(0) You may want to set the gsnAddCyclic resource to False to avoid a<br>(0) warning message from the spline function.<br>warning:_<wbr>NhlCreateSplineCoordApprox: Attempt to create spline approximation for X axis failed: consider adjusting trXTensionF value<br>warning:IrTransInitialize: error creating spline approximation for trXCoordPoints; defaulting to linear.</strong></p>
<p>Do u know what should i do to have a complete plot??</p>
<p>Thank You</p>
<p><br></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>