<div dir="ltr"><div><div><div><div><div><div>Ryne,<br></div>Are you talking about plotting a 1D time series but skipping times or are you talking about 2D plots? If you are talking about the latter, a simple loop will suffice:<br><br></div>tt = 1<br></div>while (tt &lt; 50)<br></div><div> &#39;set t &#39;tt<br></div><div> ...set plot options...<br></div><div> &#39;d field&#39;<br></div><div> ...save image... ; &#39;clear&#39;<br></div> tt = tt + 5<br></div>endwhile<br><br></div><div>If you&#39;re talking about a time series, just adjust the control file to skip all those times.<br></div><div><br></div>Jeff Duda<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 27, 2015 at 11:51 AM, Noska, Ryne <span dir="ltr">&lt;<a href="mailto:rgn14c@my.fsu.edu" target="_blank">rgn14c@my.fsu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>To whom it may pertain,</p>
<p><br>
</p>
<p>I want to plot a figure every fifth time step in a control file. I can&#39;t use tloop because there are specifications I want to make within the loop besides just the display command. How should I proceed? </p>
<p><br>
</p>
<p>Thank you,</p>
<p>Ryne</p>
</div>
</div>

<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"><br>-- <br><div class="gmail_signature">Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>Center for Analysis and Prediction of Storms<br></div>
</div>