<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>'!sleep 10'</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's set up will pause for 10 seconds between iterations.</div><div><br></div><div>'reinit'</div><div>*Open your file</div><div>YourFileName = " "</div><div>'open ' YourFileName</div><div>'set x 1 360'</div><div>'set y 1 418'</div><div>timestep=1</div><div>endtime=72</div><div><br></div><div>while (timestep <= endtime)</div><div>'c'</div><div>'set t ' timestep</div><div>*display variable var</div><div>'d var'</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>'!sleep 10'</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"><<a href="mailto:pravo@naver.com" target="_blank">pravo@naver.com</a>></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>