<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> 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' # 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>> Message: 6<br>> Date: Sun, 18 Dec 2011 20:02:38 -0800<br>> From: Serge Claudio Rafanoharana <rafanoharana@gmail.com><br>> Subject: [gradsusr] Study area separated<br>> To: GrADS Users Forum <gradsusr@gradsusr.org><br>> Message-ID:<br>>         <CAPFxStinEsEBS0tv5y1a7Ccs_+PBEgJTxRbn4KfHv5e_6TkvGQ@mail.gmail.com><br>> Content-Type: text/plain; charset="iso-8859-1"<br>> <br>> Dear All,<br>> <br>> Anybody knows how can we deal with such case. My study area is in Africa<br>> Let's say Burkina Faso... I use the temperature data from NCEP/NCAR.<br>> When I open the data (please refer to attached file temperature world), the<br>> study location is on the border left and border right -> separated.<br>> Then when I zoom to the location:<br>> set lon -6.1 2.7<br>> set lat 8.9 15.6<br>> I obtain the result (please refer to attached file temperature zoom burkina<br>> faso)<br>> <br>> How to obtain the complete/combined result?<br>> <br>> NB:<br>> <br>> I tried:<br>> left part<br>> set lon 354 360<br>> set lat 8.9 15.6<br>> <br>> -> (please refer to attached file temperature burkina faso right)<br>> <br>> <br>> right part<br>> set lon 0 2.7<br>> set lat 8.9 15.6<br>> <br>> -> (please refer to attached file temperature burkina faso left)<br>> <br>> but cannot get it combined
.<br>> <br>> Regards,<br>> <br>> -- <br>> Serge<br>> -------------- next part --------------<br>> An HTML attachment was scrubbed...<br>> URL: http://gradsusr.org/pipermail/gradsusr/attachments/20111218/cf551a7e/attachment.html <br>> -------------- next part --------------<br>> A non-text attachment was scrubbed...<br>> Name: temperature world.gif<br>> Type: image/gif<br>> Size: 20561 bytes<br>> Desc: not available<br>> Url : http://gradsusr.org/pipermail/gradsusr/attachments/20111218/cf551a7e/attachment.gif <br>> -------------- next part --------------<br>> A non-text attachment was scrubbed...<br>> Name: temperature zoom burkina faso.gif<br>> Type: image/gif<br>> Size: 10642 bytes<br>> Desc: not available<br>> Url : http://gradsusr.org/pipermail/gradsusr/attachments/20111218/cf551a7e/attachment-0001.gif <br>> -------------- next part --------------<br>> A non-text attachment was scrubbed...<br>> Name: temperature burkina faso right.gif<br>> Type: image/gif<br>> Size: 8319 bytes<br>> Desc: not available<br>> Url : http://gradsusr.org/pipermail/gradsusr/attachments/20111218/cf551a7e/attachment-0002.gif <br>> -------------- next part --------------<br>> A non-text attachment was scrubbed...<br>> Name: temperature burkina faso left.gif<br>> Type: image/gif<br>> Size: 10888 bytes<br>> Desc: not available<br>> Url : http://gradsusr.org/pipermail/gradsusr/attachments/20111218/cf551a7e/attachment-0003.gif <br>> <br>> ------------------------------<br>> <br>> _______________________________________________<br>> gradsusr mailing list<br>> gradsusr@gradsusr.org<br>> http://gradsusr.org/mailman/listinfo/gradsusr<br>> <br>> <br>> End of gradsusr Digest, Vol 22, Issue 23<br>> ****************************************<br></div>                                            </div></body>
</html>