<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
You can get a smoother looking animation using the ‘set dbuff’ command. It works like this
<div class=""><br class="">
</div>
<div class=""><font face="Andale Mono" class="">'set dbuff on'<br class="">
i=1<br class="">
while (i<=5)<br class="">
  'set t 'i<br class="">
  'set clevs 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310'<br class="">
  '!sleep 0.25'<br class="">
  'd t'<br class="">
  'swap'<br class="">
  i=i+1<br class="">
endwhile</font><br class="">
<br class="">
—Jennifer</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<blockquote type="cite" class="">On Sep 23, 2019, at 9:25 AM, Stephen McMillan <<a href="mailto:smcmillan@planalytics.com" class="">smcmillan@planalytics.com</a>> wrote:<br class="">
<br class="">
Hello, you can try something like the following, which uses the "sleep" command with delay in seconds (or fraction thereof).  You will need to change the time delay to suit your needs.<br class="">
Stephen McMillan<br class="">
<br class="">
'set t 1'<br class="">
td=0.2;#time delay in seconds<br class="">
ts=1<br class="">
while(ts<=119);#loop through timesteps<br class="">
  'd precipitation(t='ts')'<br class="">
  '!sleep 'td<br class="">
  ts=ts+1<br class="">
endwhile<br class="">
<br class="">
On Mon, Sep 23, 2019 at 8:46 AM DAME GUEYE <<a href="mailto:gueye.dame2@ugb.edu.sn" class="">gueye.dame2@ugb.edu.sn</a>> wrote:<br class="">
Hi !<br class="">
I wanted a slow animation of a file and I typed the following but it's too fast and I want the animation to be a little slower.<br class="">
ga-> sdfopen data.nc <br class="">
Scanning self-describing file:  data.nc<br class="">
SDF file data.nc is open as file 1<br class="">
LON set to -59.875 14.875 <br class="">
LAT set to 0.125 29.875 <br class="">
LEV set to 0 0 <br class="">
Time values set: 2003:8:26:3 2003:8:26:3 <br class="">
E set to 1 1 <br class="">
ga-> q file<br class="">
File 1 : <br class="">
  Descriptor: data.nc<br class="">
  Binary: data.nc<br class="">
  Type = Gridded<br class="">
  Xsize = 300  Ysize = 120  Zsize = 1  Tsize = 119  Esize = 1<br class="">
  Number of Variables = 1<br class="">
     precipitation  0  t,y,x  Accumulated Precipitation<br class="">
ga-> set t 1 119<br class="">
Time values set: 2003:8:26:3 2003:9:9:21 <br class="">
ga-> d precipitation<br class="">
now what am I going to add or modify ?<br class="">
Thanks !<br class="">
<br class="">
-- <br class="">
Étudiant en Master 2 à l'UGB<br class="">
UFR: Sciences Appliquées  et de Technologies(SAT)<br class="">
Département: Physique Appliquée<br class="">
Spécialité: Océan-Atmosphère-Climat<br class="">
tél: 777069640<br class="">
_______________________________________________<br class="">
gradsusr mailing list<br class="">
gradsusr@gradsusr.org<br class="">
http://gradsusr.org/mailman/listinfo/gradsusr<br class="">
<br class="">
***************************************************<br class="">
The information contained in this e-mail message <br class="">
is intended only for the use of the recipient(s) <br class="">
named above and may contain information that is <br class="">
privileged, confidential, and/or proprietary. <br class="">
If you are not the intended recipient, you may not<br class="">
review, copy or distribute this message. If you have<br class="">
received this communication in error, please notify <br class="">
the sender immediately by e-mail, and delete the original message.<br class="">
***************************************************<br class="">
_______________________________________________<br class="">
gradsusr mailing list<br class="">
gradsusr@gradsusr.org<br class="">
http://secure-web.cisco.com/1nq_Xs9rHmEmUpKCLD4TApg5oz5ufVbZEheJyIGOaEvceC1dn3IQ0HRZAVPlT3CngFElnLJqYtnIIcaGr5094mO3JN7O34mMPI3Wr1W8ei4s898dQtQjF6UzROHoSi82PnzJTUPJ6YRKun-9fwqoJe_rVkzoOdFQVHQlWxnDE3cjFPATahvUR9xN6PJsLgEHjBQ0SUCGiPWQk6uuf7MZ139xjCkzJljstkDZRp7eHqoShO3Yoh3c_kWjjnrBxvvI7Fm-_L10mcR_s8hTlK_lzx0sA62DCsgZZtiYPQOOv3CQSDoN-I7Q4dr9e3dhhRiQ86XqkZ-cVbrRwnjQPI0fBVkFVVv86zxfE8oSqEpnXBV_uyZ4td7o6nitHzB1y_-0unXWOm36iYchUbFMcS1I4dhFmLRS9BNS2Jg2m0I5S6stHdpEFRJeONZfJ7cCY6Vl9/http%3A%2F%2Fgradsusr.org%2Fmailman%2Flistinfo%2Fgradsusr<br class="">
</blockquote>
<br class="">
<div class="">--<br class="">
Jennifer Miletta Adams<br class="">
Center for Ocean-Land-Atmosphere Studies (COLA)<br class="">
George Mason University<br class="">
<br class="">
<br class="">
</div>
<br class="">
</div>
</body>
</html>