<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Dear All, <br>I need help "Reg the plotting of station Rainfall data from synoptic stations". I need to&nbsp; do the following.<br>1. plot the STATION Rainfall using the Grads and then <br>2. I have to convert into the gridded rainfall using the Grads Oacres function.&nbsp;<br><br>Step 1. &nbsp; As per the direction given in the Grads mannual, I have converted
the Ascii data in the following format into the Binary using the following program (Attatched). <br>Format of Station rainfall<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; 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>This data need to be converted to the format which GrADS understands. This is done by the Program test1.f (attatched). The ascii data is written into binary by this program. <br><br>Step 2. Then I have created the ctl file (stn.ctl) which looks like this.<br>dset ^rain.bin<br>dtype station<br>STNMAP&nbsp; rain.map<br>undef -999.0<br>title rainfall<br>tdef 5 linear 12z18jan1980 12hr<br>vars 1<br>rf 0 99 rainfall<br>endvars<br><br>Step 3. When I try to plot the station data, I get the follwing message. <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><br>So I feel that Unless I cannnot plot the station data properly, I cannot get the GRIDDED RAINFALL also USING the OACRES function. <br>Kindly Suggest how should I get the Gridded Rainfall from the Station data.<br>Thanks<br>geeta<br><br>                                               </body>
</html>