<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>.hmmessage P {
        PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
BODY.hmmessage {
        FONT-FAMILY: Tahoma; FONT-SIZE: 10pt
}
</style>
<meta name="GENERATOR" content="MSHTML 8.00.7600.16625">
<style id="owaTempEditStyle"></style><style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body class="hmmessage" ocsi="x">
<div style="FONT-FAMILY: Tahoma; DIRECTION: ltr; COLOR: #000000; FONT-SIZE: 13px">
<div dir="ltr"><font color="#000000" size="2" face="Tahoma"><a><font color="#000000" size="2" face="Tahoma">Geeta</font></a></font></div>
<div dir="ltr"><font face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma">Change your&nbsp;TDEF<a></a> number to match the total number of time variations in your data file.</font></div>
<div dir="ltr"><font face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma">In the example you show only 06, so if you change&nbsp;TDEF<a></a> to 1 it will work.</font></div>
<div dir="ltr"><font face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma">Go through your data file and find out how many different months you have in the file and change the number 5 on the&nbsp;TDEF<a></a> line to the number of months in your file.</font></div>
<div dir="ltr"><font face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma">John Huddleston, PhD</font></div>
<div dir="ltr"><font face="tahoma">Cooperative Institute for Research in the Atmosphere</font></div>
<div style="DIRECTION: ltr" id="divRpF69037">
<hr tabindex="-1">
<font color="#000000" size="2" face="Tahoma"><b>From:</b> gradsusr-bounces@gradsusr.org [gradsusr-bounces@gradsusr.org] On Behalf Of Geeta Geeta [geeta124@hotmail.com]<br>
<b>Sent:</b> Monday, October 04, 2010 11:18 PM<br>
<b>To:</b> grads grads<br>
<b>Subject:</b> [gradsusr] Query Reg the Station data plotting and gridding<br>
</font><br>
</div>
<div></div>
<div>Dear All, <br>
I need help &quot;Reg the plotting of station Rainfall data from synoptic stations&quot;. 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>
</div>
</div>
</body>
</html>