Skip function

Arindam Chakraborty arch at IO.MET.FSU.EDU
Thu Nov 10 00:02:36 EST 2005


hi Matt,
        try doing averaging first and then use skip:
d skip(ave(u,t=1,t=244),5,5);ave(v,t=1,t=244)



~arindam


> Quick question fellow GrADS users,
>
> In using th skip function to display wind vectors, how does the command
> change when trying to perform a time average?
>
> For example, this works fine for a particular time:
> d skip(u,5,5);v
>
> But what if I want to average over the coarse of say, 1 month?  I thought
> if I could just do something like:  d ave(skip(u,5,5);v,t=1,t=244)
> it would work fine, but it does not.
>
> Any help would be greatly appreciated,
> matt
>



More information about the gradsusr mailing list