<div>Dear frnds</div>
<div>     here i have some difficulty with the following script, i want to write the maximum value of daily temperature of 4-day forecast, but it is only writing a single value (i.e the maximum value of last day only). I didin&#39;t found where is the mistake. Thanks in advance if anybody has any solution to share on it.The  script is given below.</div>

<div> </div>
<div>&#39;reinit&#39;<br>&#39;open singldom-Nov.ctl&#39;<br>&#39;set lat 20.25&#39;<br>&#39;set lon 85.83&#39;<br>tt = 1<br>while (tt&lt;97)<br>&#39;set t &#39;tt<br>   &#39;define maxt= max((t2-273.15),t+0,t+23)&#39;<br>
    &#39;set gxout print&#39;<br>   &#39;fprintf maxt maxt2-bbsr-DA.txt&#39;;<br>    tt=tt+24<br>  endwhile<br>~<br></div>
<div>with regards</div>
<div>Dipak</div>
<div> </div>