<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body 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_r1i1p1_193001-200512.nc"</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:_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>

</body></html>