<div dir="ltr">If you are using a script to run through the images and you are using csh shell or bash, you can use a sleep command to pause for the desired time between displaying<div><br></div><div>Below is an example of how you might form your script.  The important line is the one that is:</div><div>&#39;!sleep 10&#39;</div><div>The ! allows you to issue a command to the shell.  The sleep command pauses the shell for the desired amount of time in seconds.  So the loop that&#39;s set up will pause for 10 seconds between iterations.</div><div><br></div><div>&#39;reinit&#39;</div><div>*Open your file</div><div>YourFileName = &quot; &quot;</div><div>&#39;open &#39; YourFileName</div><div>&#39;set x 1 360&#39;</div><div>&#39;set y 1 418&#39;</div><div>timestep=1</div><div>endtime=72</div><div><br></div><div>while (timestep &lt;= endtime)</div><div>&#39;c&#39;</div><div>&#39;set t &#39; timestep</div><div>*display variable var</div><div>&#39;d var&#39;</div><div>* Issue the sleep command to the shell using the exclamation point.  </div><div>* The number is the number of seconds. </div><div>* This will pause the script for 10 seconds</div><div>&#39;!sleep 10&#39;</div><div>timestep=timestep+1</div><div>endwhile</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 3, 2015 at 10:36 PM, 유재휘 <span dir="ltr">&lt;<a href="mailto:pravo@naver.com" target="_blank">pravo@naver.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:10pt;font-family:Gulim"><p>Dear all,</p><p>I am trying to display a file which has 72 time series with 360 x 418 (lon x lat) size.</p><p>Here, I want to display the 72 picture slowly. How can I do that?</p><p> </p><p>Thnaks</p></div></div>
<table><tbody><tr><td><img src="http://mail.naver.com/readReceipt/notify/?img=oQKsWXpCbNICaA3SpoKYK4i4KAuwFq2rFAC0aA2wK4Kwp6FCKqbrKx3gMX%2B0Moul74lR74lcWNFlbX30WLloWrdQar%2BZM63q%2BBFZtz%2BZM63q%2BBFZ74eZpm%3D%3D.gif" border="0"></td></tr></tbody></table><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Tom Robinson<br>PhD Candidate - Department of Atmospheric Science <br></div></div></div></div></div></div>
</div>