[gradsusr] time dimension increment

Djordje Romanic djordje8 at gmail.com
Wed Apr 6 05:50:48 EDT 2011


OMG... I've forgot to put a space after t (in line 4)... now it works good.

Thanks a lot...

Do you have any idea how to write the result in a file?

Regards,
Djordje

2011/4/5 Jeffrey Duda <jdduda at iastate.edu>

> Use a while loop:
>
> n = 0
> while (n <= 10)
>  tt = 1+10*n
>  'set t 'tt
>  'd var'
>  n = n + 1
> endwhile
>
> Jeff Duda
>
>   On Tue, Apr 5, 2011 at 4:45 AM, Djordje Romanic <djordje8 at gmail.com>wrote:
>
>>   Dear Users,
>>
>> I have a time series of 100 data and I want to exclude (or to display,
>> whatever) each 10-th member (value) of the series (1,10,20,30,40,...,100).
>> Please, can someone help me with this?
>>
>> Kind regards,
>> Djordje
>>
>> _______________________________________________
>> gradsusr mailing list
>> gradsusr at gradsusr.org
>> http://gradsusr.org/mailman/listinfo/gradsusr
>>
>>
>
>
> --
> Jeff Duda
> Iowa State University
> Meteorology Graduate Student
> 3134 Agronomy Hall
> www.meteor.iastate.edu/~jdduda
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20110406/9e51c9dd/attachment-0003.html 


More information about the gradsusr mailing list