Dear Krishnamohan  &amp; Ganer,<div><br></div><div>Thank you very much for your suggestions.</div><div><br></div><div>When I display the variable using gxout to grfill it is working fine. But immediately after the display command, when gxout is set to fwrite and display the variable is not working.</div>
<div><br></div><div>Honestly I could not understand the problem. Therefore, I resolved the issue going back to good old FORTRAN.</div><div><br></div><div>-rupak</div><div><br></div><div><br></div><div><br><div class="gmail_quote">
On Wed, Sep 15, 2010 at 1:17 PM, D.W.Ganer <span dir="ltr">&lt;<a href="mailto:tsd@tropmet.res.in">tsd@tropmet.res.in</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
This is very simple problem. U set x and y as points instead of lat, lon<br>
while using fwrite.<br>
<font color="#888888"><br>
<br>
<br>
  Ganer<br>
</font><div><div></div><div class="h5"><br>
----- Original Message -----<br>
From: &quot;krishnamohan&quot; &lt;<a href="mailto:krishmet@gmail.com">krishmet@gmail.com</a>&gt;<br>
To: &quot;GrADS Users Forum&quot; &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Sent: Wednesday, September 15, 2010 10:14:36 AM<br>
Subject: Re: [gradsusr] TRMM hourly to daily<br>
<br>
<br>
Hai Rupak,<br>
<br>
        This problem may happen due to the x and y axis you set for using fwrite. An easy way to avoid this type of confusion is to write the output in netcdf format using sdfwrite command ( above grads version 2.0). An example is <br>

<br>
&#39;reinit&#39;<br>
&#39;sdfopen <a href="http://uwnd.2009.nc" target="_blank">uwnd.2009.nc</a> &#39;<br>
&#39;set lon 0 360&#39;<br>
&#39;set lat -90 90&#39;<br>
&#39;set time 01jan2009 04nov2009&#39;<br>
&#39;set lev 1000 10&#39;<br>
&#39;define u=uwnd&#39;<br>
&#39;set sdfwrite <a href="http://uwnd09daily.nc" target="_blank">uwnd09daily.nc</a> &#39;<br>
&#39;sdfwrite u&#39;<br>
<br>
This will write the newly defined variable to an external file (here <a href="http://uwnd09daily.nc" target="_blank">uwnd09daily.nc</a> ) .<br>
<br>
--<br>
Krishnamohan.K.S<br>
Junior Research Fellow<br>
Department Of Atmospheric Sciences<br>
Cochin University of Science and Technology<br>
Cochin,India<br>
<br>
<br>
<br>
On Wed, Sep 15, 2010 at 9:56 AM, Rupak Rajbhandari &lt; <a href="mailto:rupak.rajbhandari@gmail.com">rupak.rajbhandari@gmail.com</a> &gt; wrote:<br>
<br>
<br>
Hi,<br>
<br>
<br>
I am trying to convert TRMM 3B42.V6 3-hourly rainfall data files into single daily rainfall file using GrADS &#39;fwrite&#39;. The script is working well. But when I compare the newly generated maps with the original, they are different. The scales for both the maps are same but the rainfall spots are different. I think, there is a mix-up in x,y direction. If this is the case, how do I resolve it. As an example, i am attaching a figure displaying comparison map and the script file with this mail.<br>

<br>
<br>
Any help in this regard is appreciated.<br>
<br>
<br>
Thanking you,<br>
<br>
<br>
Rupak Rajbhandari<br>
Department of Meteorology<br>
Trichandra Campus, TC/TU<br>
Kathmandu<br>
<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
</div></div></blockquote></div><br></div>