[gradsusr] Incremental time step loop

Jeff Duda jeffduda319 at gmail.com
Mon Jul 27 13:09:08 EDT 2015


Ryne,
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:

tt = 1
while (tt < 50)
 'set t 'tt
 ...set plot options...
 'd field'
 ...save image... ; 'clear'
 tt = tt + 5
endwhile

If you're talking about a time series, just adjust the control file to skip
all those times.

Jeff Duda

On Mon, Jul 27, 2015 at 11:51 AM, Noska, Ryne <rgn14c at my.fsu.edu> wrote:

>  To whom it may pertain,
>
>
>  I want to plot a figure every fifth time step in a control file. I
> can't use tloop because there are specifications I want to make within the
> loop besides just the display command. How should I proceed?
>
>
>  Thank you,
>
> Ryne
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>
>


-- 
Jeff Duda
Graduate research assistant
University of Oklahoma School of Meteorology
Center for Analysis and Prediction of Storms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20150727/4534219b/attachment.html 


More information about the gradsusr mailing list