[Thread Prev][Thread Next][Index]

Re: [ferret_users] How to calculate this in ferret




Hi,

You don't need to specify y[g=v]. Just

 list v[x=20:100@din,l=5]

will return all the y values.

If you want a range


 list v[x=20:100@din,y=lo:hi,l=5]


Russ

On 04/03/14 06:34, Don DNA wrote:
I am trying to calcualte volume transport in ferret using following command

actually following looks like its working, for single latitude

let vtransport = v[x=20:100@din,y=5,l=5]

I want for all latitude, so I tried

let vtransport = v[x=20:100@din,y=y[g=v],l=5]


and this again throwing an error

 list v[x=20:100@din,y[g=v],l=5]
 **ERROR: command syntax: Y[G=v]


even I tried this also

 list v[x=20:100@din,y[g=v],l=5]

Please help me, what's right syntax ? what I am doing wrong ?

I had gone through following post

and I seen following post

../fu_2010/msg00706.html
../fu_2009/msg00511.html

but I didn't understand please help....

 Please help......me...



[Thread Prev][Thread Next][Index]