wind vectors over time

Daniel Fritz prodicalboxer at YAHOO.COM
Tue Oct 30 12:58:11 EDT 2007


Hello Everyone,
   I have another question......
I have couple of skips ..one does the animation of
winds just by clicking on the map.....what does these
numbers represent??? I know that they respresent time
: Time 1 ,TIme 2, and so on for each Hurricane have
values??? , however HOW DO YOU OBTAIN THESE NUMBERS
here is the script
  #!/bin/sh
#       timelapse_setup.sh
#       draws the wind vectors over time, uses q pos.
doesn't do hurricane
#       track
#

echo enter hurricane
read hurr

#____________Find last time for specific $hurr entered
at prompt____________
if [ $hurr = Bonnie ] ; then time1=2509 time2=2519
num=42
elif [ $hurr = Charley ] ; then time1=2511 time2=2525
num=42
elif [ $hurr = Dennis ] ; then time1=3181 time2=3205
num=53
elif [ $hurr = Emily ] ; then time1=3169 time2=3189
num=53
elif [ $hurr = Erika ] ; then time1=1909 time2=1919
num=32
elif [ $hurr = Isidore ] ; then time1=1241 time2=1269
num=21
elif [ $hurr = Ivan ] ; then time1=2557 time2=2603
num=43
elif [ $hurr = Katrina ] ; then time1=3267 time2=3285
num=54
elif [ $hurr = Kyle ] ; then time1=1253 time2=1301
num=21
elif [ $hurr = Lili ] ; then time1=1253 time2=1285
num=21
elif [ $hurr = Michelle ] ; then time1=601 time1=621
num=11
elif [ $hurr = Rita ] ; then time1=3319 time2=3339
num=55
elif [ $hurr = Stan ] ; then time1=3347 time2=3357
num=56
elif [ $hurr = Wilma ] ; then time1=3373 time2=3397
num=56
else
  echo "enter start and stop times (ex. 1233 1245)"
  read time1 time2
fi

echo "'set gxout vector'" > timelapse_code
echo "'set gxout contour'" >>timelapse_code
echo "'c'" >> timelapse_code
echo "'set dbuff on'" >> timelapse_code
echo "t = ${time1}" >> timelapse_code
echo "say 'winds shaded with vorticity are displayed:
click on map'" >> timelapse_code
echo "while (t <= ${time2})" >> timelapse_code
echo "  'set t 't" >> timelapse_code
echo "  'draw title u_v_mag(u,v)'" >> timelapse_code
echo "  'set clab off'" >> timelapse_code
echo "  'd
ugrd10m.${num};vgrd10m.${num};mag(ugrd10m.${num},vgrd10m.${num})'"
>> timelapse_code
echo "  'swap'" >> timelapse_code
echo "  'q pos'" >> timelapse_code
echo "  t=t+1" >> timelapse_code
echo "endwhile" >> timelapse_code

exit 0  #-------------------------------------

for example Hurricane BONNIE time1= 2509 time2= 2519
                  "  Charley  time1= 2511 time2= 2525
                    so forth and so on
HOW DO YOU OBTAIN THESE NUMBERS...because when I typed
the code fro this script....it animated but there was
no time on it....could someone help me???


--- Ricardo Hallak <hallak at MODEL.IAG.USP.BR> wrote:

> Couldn't it be a virus?
> Ricardo
>
> On Fri, 26 Oct 2007 09:50:33 +0800, Mying wrote
> > Dear all,
> >
> > I need help. I don't know what's the matter with
> my GrADS(see
> > attached file). It worked OK last week.
> >
> > ying
> >
> >
>
______________________________________________________________________________
> _
> >
> > ÎüÌúʯÓÊÏä
>
¸ßËÙ¡¢Îȶ¨¡¢´óÈÝÁ¿¿Õ¼ä£¬Ç¿À¬»øÓʼþ¹ýÂËϵͳ£¬É±¶¾×¨¼ÒÖ§³Ö
> >
> > http://www.citiz.net
>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



More information about the gradsusr mailing list