<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Hi, Cathy —&nbsp;
<div>The global wraping test will fail if XDEF has LEVELS instead of LINEAR. Also, defined variables never wrap.&nbsp;</div>
<div>If neither of those things is true in your situation, check the response when you initially open the file. If the file has passed the wrap test, GrADS will invoke the command ‘set lon 0 360’ no matter what the staring longitude is in your XDEF statement.
 So, if you open a file and lon is set o to 360 that is a clue that wrapping is ‘on’. If not, in this case it might say something like:</div>
<div>LON set &nbsp;to 0 359.297</div>
<div><br>
</div>
<div>—Jennifer</div>
<div><br>
<div>
<div>On Jun 29, 2016, at 1:49 PM, James T. Potemra &lt;<a href="mailto:jimp@hawaii.edu">jimp@hawaii.edu</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">Kathy,<br>
<br>
I think the problem is you don't have a continuous grid across 0/360.<br>
If your data were, for example, evenly spaced and you had a single value<br>
at 360 then you could do 340 to 415. &nbsp;In this case you don't have any<br>
longitudes greater than 360 defined. &nbsp;You might need to either regrid<br>
or use an external tool (e.g., nco) to redefine longitude. &nbsp;Of course you<br>
could also use &quot;parea&quot; to plot the western side and eastern sides <br>
individually.<br>
<br>
Jim<br>
<br>
On 6/29/16 4:57 AM, Cathy Smith (NOAA Affiliate) wrote:<br>
<blockquote type="cite">Hi all<br>
This should be an easy question but I'm stumped. I'm trying to plot<br>
Africa (20W to 55E). the file I'm plotting from is netCDF and the<br>
longitudes are 0 to 359.27<br>
<br>
e.g.<br>
&nbsp;&nbsp;lon = 0, 0.7031252, 1.40625, 2.109376, 2.812501, 3.515626, 4.218751,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.921877, 5.625002, 6.328127, 7.031252, 7.734378, 8.437503, 9.140628,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;9.843754, 10.54688, 11.25, 11.95313, 12.65625, 13.35938, 14.0625,<br>
......<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;354.3751, 355.0782, 355.7814, 356.4845, 357.1876, 357.8907, 358.5939,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;359.297 ;<br>
<br>
my grads code has<br>
<br>
&nbsp;&nbsp;if( proj = 'africa' )<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'set mproj latlon'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'set mpdset mres'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'set lat -40 45'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'set lon -20 55'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'set grid on'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'set frame on'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'set ylint 5'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;istate=0<br>
&nbsp;&nbsp;&nbsp;endif<br>
<br>
which plots the data from 0 to 55 only and not the data between 340 and 360.<br>
<br>
I also tried 340 to 415 instead of -20 to 55 and that plotted the data<br>
from 340 to 0 and not 0 to 55.<br>
<br>
What am I doing wrong? I know this can be done in GrADS.<br>
<br>
Thanks<br>
Cathy<br>
<br>
</blockquote>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
http://gradsusr.org/mailman/listinfo/gradsusr<br>
</blockquote>
</div>
<br>
<div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="font-size: 12px; orphans: 2; widows: 2;">--</div>
<div style="font-size: 12px; orphans: 2; widows: 2;">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</body>
</html>