<div>Hii all users</div>
<div>     Here i faced some problem in grads looping , actually i want to extract the maximum values of each 24hr(1day) simulation of a 1month simulation .dat file. so for this i tried the command </div>
<div>d max(tc, t=1,t=9) --&gt; this the command to find the maximum value of 1st day (of 3hrly output saved file)</div>
<div>so similarly i&#39;ve to write this command for each day upto t=248, 31 times.But i want to  implement the while loop to do this like</div>
<div> </div>
<div>reinit&#39;<br>&#39;open test-uprobe-3dvar.ctl&#39;<br>&#39;set lat 29.45&#39;<br>&#39;set lon 80.16&#39;<br>&#39;set lev 850&#39;<br>&#39;set gxout fwrite&#39;<br>&#39;set fwrite maximum-temp-thal-3dvar.dat&#39;<br>
tt = 1<br>while (i&lt;=241)<br>*&#39;set t &#39;tt<br>&#39;d max(tc,t=tt,t=tt+8)&#39;<br>tt=tt+8<br>endwhile<br>&#39;disable fwrite&#39;<br>~<br>but this script file wasn&#39;t working. actually it was not taking the value of &quot;tt&quot; inside the max command. So anybody has any idea regarding to this issue, kindly suggest me.</div>

<div> </div>
<div>thanking you in advance</div>
<div>with regards<br clear="all"></div>
<div></div><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.sahu@iitd.acads.in">dipak.sahu@iitd.acads.in</a><br>
**********************************************<br>