Compound variables

Jason Snyder jmssnyder at UCDAVIS.EDU
Fri Jan 22 16:22:35 EST 2010


I am trying to produce compound variable arrays as shown in the GrADS users
guide:

http://www.iges.org/grads/gadoc/script.html#while

so I have a script to do the following:

'sdfopen uninan.nc'
i = 1
while (i < 10)
   'set t 'i
   var.i = uninan
   i = i + 1
endwhile
how do I then display variables?

I will be modifying this script for iterative purposes so I would like to
know how to use the compound variables here.

Thanks,

Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20100122/23912316/attachment.html 


More information about the gradsusr mailing list