<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi John, <br>Thanks for the mail. <br>****************************<br>I have tried Tdef 1 as you have told. The data file that I am using is for One time Only (00UTC)<br>Once again the ascii data file looks like ths.<br>YYYY MM DD TT LAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RF<br>2010&nbsp;&nbsp; 06&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qqq&nbsp;&nbsp;&nbsp; 34.3&nbsp;&nbsp;&nbsp; 85.5&nbsp;&nbsp; 123.3<br>2010&nbsp;&nbsp; 06&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qrq&nbsp;&nbsp;&nbsp; 34.6&nbsp;&nbsp;&nbsp; 82.5&nbsp;&nbsp; 023.3<br>2010&nbsp;&nbsp; 06&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qql&nbsp;&nbsp;&nbsp; 34.9&nbsp;&nbsp;&nbsp; 83.5&nbsp;&nbsp; 003.3<br>2010&nbsp;&nbsp; 06&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qqm&nbsp;&nbsp;&nbsp; 35.3&nbsp;&nbsp;&nbsp; 84.5&nbsp;&nbsp; 000.3<br>2010&nbsp;&nbsp; 06&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qqn&nbsp;&nbsp;&nbsp; 36.3&nbsp;&nbsp;&nbsp; 87.5&nbsp;&nbsp; 155.3<br>**********************************************************<br>The program for converting it into the Binary for Grads is taken from the Grads mannual. <br>Character*8 stid<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; open(8,file='rain.ch',status='old')<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; open(10,file='rain.bin',status='unknown',form='unformatted'<br>&nbsp;&nbsp;&nbsp;&nbsp; +&nbsp; ,access='stream')<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iflag=0<br>C read and write<br>&nbsp;10&nbsp;&nbsp;&nbsp; read(8,9000,END=90)Iyear,imonth,stid,rlat,rlon,rval<br>&nbsp;9000&nbsp; format(i4,3x,i2,2x,a8,3f8.1)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; print 9000, Iyear,imonth,stid,rlat,rlon,rval<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (iflag.eq.0) then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iflag=1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iyrold=iyear<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; imnold=imonth<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; endif<br>C&nbsp;&nbsp;&nbsp;&nbsp; write this report<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tim=0.0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nlev=1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nflag=1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write(10)stid,rlat,rlon,tim,nlev,nflag<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write(10)rval<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; go to 10<br>&nbsp;90&nbsp;&nbsp;&nbsp;&nbsp; continue<br>C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nlev=0<br>C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write(10)stid,rlat,rlon,tim,nlev,nflag<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stop<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<br>********************************************************<br><br>The rain.bin is created <br>-rw-r--r-- 1 root root&nbsp;&nbsp;&nbsp; 160 2010-10-04 20:43 rain.bin<br>***********************************8<br><br>Following is the ctl file structure. <br>ga-&gt; !vi stn.ctl<br>dset ^rain.bin<br>dtype station<br>STNMAP&nbsp; rain.map<br>undef -999.0<br>title rainfall<br>tdef 1 linear 12z18jan1980 12hr<br>vars 1<br>rf 0 99 rainfall<br>endvars<br>**************************************************<br><br>I got the following message from Grads <br><br>Config: v1.8SL11 32-bit little-endian readline printim<br><br>Issue 'q config' command for more information.<br><br>Landscape mode? (no for portrait):&nbsp; <br>GX Package Initialization: Size = 11 8.5 <br>ga-&gt; open stn.ctl<br>Scanning description file:&nbsp; stn.ctl<br>Open Error:&nbsp; Can't open Station/Index map file rain.map<br>&nbsp; --&gt; The invalid description file record is: <br>&nbsp; --&gt; stnmap&nbsp; rain.map <br><br>&nbsp; The data file was not opened. <br>ga-&gt; <br>****************************************************<br>I Further need to convert this Rainfall into the Gridded one using the OACRES Function. <br><br>thanks again<br><br>geeta<br><br>                                               </body>
</html>