<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello all, <br>I have posted this problem a few days back also. But I did not get any response. So I am repeating it again. <br><br>My problem is that I have to write TWO variables at a few station locations. It looks like this <br><b>STN RAINFALL TEMP</b><br>KORA : 0.00 30.1<br>HEBBURU : 0.13 30.2<br>TURUVEKERE : 0.00 29.3<br>MAYASANDRA : 0.00<br>KUNIGAL : 3.60<br>YADIYUR : 3.60<br>GUTTAL : 0.00<br>KARJIGI : 0.00<br>RANEEBENNUR: 0.00<br>KUPPELUR : 0.00<br>HIREKERUR : 0.00<br>RATTIHALLI : 0.00<br><br>Following script is being used for extracting the Rainfall amounts. <br>* 1. TUMKUR, KORA<br>'set lat 13.44'<br>'set lon 77.06'<br>'d x2-x1'<br>dummy=sublin(result,2)<br>rc=write('/model/uas/rain24.dat','KORA : 'dummy,append)<br>'d x3-x2'<br>dummy=sublin(result,2)<br>rc=write('/model/uas/rain48.dat','KORA : 'dummy,append)<br>*********************<br><br>Grads writes only ONE Variable. I am unable to make Grads write TWO variables simultaneously in file using Grads. <br><br>Kindly help me. <br>geeta<br><br>                                            </body>
</html>