Grad image sliding

Dr. A. Luis alvluis at YAHOO.COM
Wed Nov 14 03:22:23 EST 2007


Dear Luis,

  There are two ways to solve the problem.
1. Insert 'clear' after you have displayed the SST
image at some time say "t" (see below)

2. If you are using UNIX/ LINUX insert '!sleep 2' and
then 'clear' as I have done below.
This will 'hold' the image on the screen for 2 sec and
then clear the screen for the next display.

I hope that solves your problem.

Regards,
Luis
(I am also Luis from Goa, India)


'clear'
'open SST.ctl'
'set lon   -180 180'
'set lat   -90  90'
'set gxout shaded'

t = 1
while (t <=12)

  'set t 't
  'draw title SST'
  'd sst'
  'swap'
  'q pos'
  '!sleep 2'
  'clear'

t = t + 1

endwhile



      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page.
http://www.yahoo.com/r/hs



More information about the gradsusr mailing list