how to find maximum wind level

sushant puranik sushantpuranik at GMAIL.COM
Wed Nov 25 08:23:35 EST 2009


thank you for suggestion. But  d maxloc(sqrt(u*u+v*v),lev=700,lev=1000)
returns the grid coordinate for the maximum of expression **over the
specified dimension range.
Since my data is arranged in reverse order because of which i have to set
lev in reverse fashion.
d max(sqrt(u*u+v*v),lev=700,lev=1000) gives me direct plot of maximum values
but along with this plot i need level to which maximum value belongs.


Sushant


On Wed, Nov 25, 2009 at 6:10 PM, Davide Sacchetti <
davide.sacchetti at arpal.org> wrote:

> you can use maxloc, pay attention to reverse your levs:
> d maxloc(sqrt(u*u+v*v),lev=1000,lev=700)
> you get the level number
>
> hoping it helps
> bye bye
> DAvide
>
> On Wed, 2009-11-25 at 16:48 +0530, sushant puranik wrote:
> > Hello
> > I want to find maximum wind level. So I have used this command
> > d max(sqrt(u*u+v*v),lev=700,lev=1000)
> > this command works fine.
> > But alongwith this image i want to know level of each maximum value in
> > that plot.
> >
> > Anyone has  solution ?
> >
> > Thanking you
> >
> > --
> > Sushant Puranik
> > Junior Research Fellow
> > Dept. of Atmospheric & Space Sciences,
> > University of Pune,
> > Pune-07,
> > India.
> --
> Sacchetti Davide
> Centro Funzionale Meteo Idrologico di Protezione Civile della Regione
> Liguria
> ARPAL Unità Tecnica Complessa di livello Regionale
> V.le Brigare Partigiane 2 16121 Genova (I)
> tel: +39 010 6437535                    fax: +39 010 6437520
> mail: davide.sacchetti at arpal.org     web: www.meteoliguria.it
>



-- 
Sushant Puranik
Junior Research Fellow
Dept. of Atmospheric & Space Sciences,
University of Pune,
Pune-07,
India.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20091125/d800beaa/attachment.html 


More information about the gradsusr mailing list