<div dir="ltr">Aloha GrADS users,<div><br></div><div>I am trying to create a variable (inv) in a script one point at a time.  I&#39;m not sure how to do it.</div><div><br></div><div><div>ix=1</div><div>iy=1</div><div>iz=zz</div>
<div>while (iz &lt; nz)</div><div>while (ix &lt;= nx)</div><div>while (iy &lt;= ny)</div><div> &#39;set x &#39; ix</div><div> &#39;set y &#39; iy</div><div> &#39;set z &#39; zz</div><div>   if (var&#39;(z=&#39;iz&#39;)&#39; &lt; var &#39;(z=&#39;iz+1&#39;)&#39;)</div>
<div>    inv = var</div><div>   else</div><div>    inv  = undef</div><div>   endif</div><div>iy = iy + 1</div><div>endwhile</div><div>iy = 1</div><div>ix = ix + 1</div><div>endwhile</div><div>ix = 1</div><div>iz = iz + 1</div>
<div>endwhile</div><div><br></div><div>I don&#39;t think this is working.  I&#39;m wondering if there is a way to do something like this.  I want the variable to be global for my domain, not just for one point.</div><div>
<br></div><div>-Tom</div><div><br></div><div><br></div>-- <br>Tom Robinson<br>President - Graduate Student Organization <br>Graduate Student - Department of Meteorology<br>732-718-2323<br>
</div></div>