<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br>&nbsp;Hi Serge,<br><br>My guess is that you have some extra one or two grid points on the LONGITUDE dimension. <br><br>To get rid of it of this, you may have to re-write your data from the original file by explicitly setting out x and y.<br><br>Alternatively, let's say the data you using is 144*71 (lon*lat), the grid interval is 2.5 degree, and zero (0) is a grid point. You can do:<br><br>'set lon 0 357.5'&nbsp;&nbsp; # This way you will have 144 longitude grids. I suppose you did 'set lon 0 360' before, which left you with 145 grid longitude points ! <br><br>Good luck,<br><br>Hyacinth<br><br><br><br><br><br><div>&gt; Message: 6<br>&gt; Date: Sun, 18 Dec 2011 20:02:38 -0800<br>&gt; From: Serge Claudio Rafanoharana &lt;rafanoharana@gmail.com&gt;<br>&gt; Subject: [gradsusr] Study area separated<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID:<br>&gt;         &lt;CAPFxStinEsEBS0tv5y1a7Ccs_+PBEgJTxRbn4KfHv5e_6TkvGQ@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; Dear All,<br>&gt; <br>&gt; Anybody knows how can we deal with such case. My study area is in Africa<br>&gt; Let's say Burkina Faso... I use the temperature data from NCEP/NCAR.<br>&gt; When I open the data (please refer to attached file temperature world), the<br>&gt; study location is on the border left and border right -&gt; separated.<br>&gt; Then when I zoom to the location:<br>&gt; set lon -6.1 2.7<br>&gt; set lat 8.9 15.6<br>&gt; I obtain the result (please refer to attached file temperature zoom burkina<br>&gt; faso)<br>&gt; <br>&gt; How to obtain the complete/combined result?<br>&gt; <br>&gt; NB:<br>&gt; <br>&gt; I tried:<br>&gt; left part<br>&gt; set lon 354 360<br>&gt; set lat 8.9 15.6<br>&gt; <br>&gt; -&gt; (please refer to attached file temperature burkina faso right)<br>&gt; <br>&gt; <br>&gt; right part<br>&gt; set lon 0 2.7<br>&gt; set lat 8.9 15.6<br>&gt; <br>&gt; -&gt; (please refer to attached file temperature burkina faso left)<br>&gt; <br>&gt; but cannot get it combined
.<br>&gt; <br>&gt; Regards,<br>&gt; <br>&gt; -- <br>&gt; Serge<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20111218/cf551a7e/attachment.html <br>&gt; -------------- next part --------------<br>&gt; A non-text attachment was scrubbed...<br>&gt; Name: temperature world.gif<br>&gt; Type: image/gif<br>&gt; Size: 20561 bytes<br>&gt; Desc: not available<br>&gt; Url : http://gradsusr.org/pipermail/gradsusr/attachments/20111218/cf551a7e/attachment.gif <br>&gt; -------------- next part --------------<br>&gt; A non-text attachment was scrubbed...<br>&gt; Name: temperature zoom burkina faso.gif<br>&gt; Type: image/gif<br>&gt; Size: 10642 bytes<br>&gt; Desc: not available<br>&gt; Url : http://gradsusr.org/pipermail/gradsusr/attachments/20111218/cf551a7e/attachment-0001.gif <br>&gt; -------------- next part --------------<br>&gt; A non-text attachment was scrubbed...<br>&gt; Name: temperature burkina faso right.gif<br>&gt; Type: image/gif<br>&gt; Size: 8319 bytes<br>&gt; Desc: not available<br>&gt; Url : http://gradsusr.org/pipermail/gradsusr/attachments/20111218/cf551a7e/attachment-0002.gif <br>&gt; -------------- next part --------------<br>&gt; A non-text attachment was scrubbed...<br>&gt; Name: temperature burkina faso left.gif<br>&gt; Type: image/gif<br>&gt; Size: 10888 bytes<br>&gt; Desc: not available<br>&gt; Url : http://gradsusr.org/pipermail/gradsusr/attachments/20111218/cf551a7e/attachment-0003.gif <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; gradsusr mailing list<br>&gt; gradsusr@gradsusr.org<br>&gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; <br>&gt; <br>&gt; End of gradsusr Digest, Vol 22, Issue 23<br>&gt; ****************************************<br></div>                                               </div></body>
</html>