<div dir="ltr">Hello i am working in a script for display automatic temp and i need draw in a title of the product the date of forecast, i created this code:<div><br></div><div><div>&#39;c&#39;</div><div>&#39;set t 1&#39;</div>

<div>t = 0</div><div>name = 03</div><div>while (t &lt;= 40)</div><div>&#39;set t &#39;t&#39;&#39;</div><div>&#39;d tc&#39;</div><div>&#39;draw title TEMPERATURA PARA F&#39;t&#39; &#39; CELSIUS </div><div>&#39;printim /home/jjfigueroa/WRF/SALIDAS/temp&#39;t&#39;.png&#39;</div>

<div>&#39;c&#39;</div><div>t= t+1</div><div>endwhile </div></div><div><br></div><div>and saved in a .gs file (<a href="http://temp.gs">temp.gs</a>) for running inside GrADS, the problem is that references to &quot;t&quot; for the date and not the date of forecast, the title would remain so, </div>

<div>&quot;TEMPERATURA PARA F12 11/11/2010 CELSIUS&quot; for example. </div><div><br></div><div>Thanks for the help.</div></div>