<div>I am trying to produce compound variable arrays as shown in the GrADS users guide:</div>
<div> </div>
<div><a href="http://www.iges.org/grads/gadoc/script.html#while">http://www.iges.org/grads/gadoc/script.html#while</a></div>
<div> </div>
<div>so I have a script to do the following:</div>
<div> </div>
<div>&#39;sdfopen <a href="http://uninan.nc">uninan.nc</a>&#39;<br>i = 1<br>while (i &lt; 10)<br>   &#39;set t &#39;i<br>   var.i = uninan<br>   i = i + 1<br>endwhile<br></div>
<div>how do I then display variables?</div>
<div> </div>
<div>I will be modifying this script for iterative purposes so I would like to know how to use the compound variables here.</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Jason</div>