<div dir="ltr">Dear grads user<br>       I have some doubt in cat command in grads. I have two sets of ctl and dat  files in grads one is RAINC.ctl, RAINC.dat and another one is RAINNC.ctl, RAINNC.dat. And I tried to make these two .ctl file to one .ctl file. so I tried the following command to creat one .dat file<br>
$ cat RAINC.dat RAINNC.dat &gt; RAIN.dat<br>and also make one .ctl file RAIN.ctl containing both the parameters RAINC (1st variable)and RAINNC (2nd variable)<br><br>for verification I tried two cases in grads<br><b>case-1</b><br>
open RAIN.ctl<br>set t 9<br>d rainc+rainnc (it gives value 0 90)<br><br><b>case-2</b><br>open RAINC.ctl<br>open RAINNC.ctl<br>set t 9<br>d rainc.1+rainnc.2 (it gives value 0 35)<br><br>So, is there anything wrong with the cat command in grads. If so what is the alternate procedure to combine two .ctl and .dat files to make one file?<br>
<br>welcome for your suggestion<br>dipak<br clear="all"><br>-- <br>********************************************<br>Dipak kumar Sahu,<br>Research Scholar,<br>Centre for Atmospheric Sciences.,<br>Indian Institute of Technology,Delhi<br>
email:- <a href="mailto:dipak_math@yahoo.com">dipak_math@yahoo.com</a><br>**********************************************<br>
</div>