<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>'c'</div><div>'set t 1'</div>
<div>t = 0</div><div>name = 03</div><div>while (t <= 40)</div><div>'set t 't''</div><div>'d tc'</div><div>'draw title TEMPERATURA PARA F't' ' CELSIUS </div><div>'printim /home/jjfigueroa/WRF/SALIDAS/temp't'.png'</div>
<div>'c'</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 "t" for the date and not the date of forecast, the title would remain so, </div>
<div>"TEMPERATURA PARA F12 11/11/2010 CELSIUS" for example. </div><div><br></div><div>Thanks for the help.</div></div>