Re: (no subject)

From: Kyle Griffin <kgriffin_at_nyahnyahspammersnyahnyah>
Date: Mon Jun 25 2012 - 22:59:06 MDT

If you have the u and v data for the month, you can calculate the magnitude
of the wind speed and use the dim_avg_n_Wrap function to calculate the
average over the time variable.

http://www.ncl.ucar.edu/Document/Functions/Contributed/dim_avg_n_Wrap.shtml

given u and v are formatted as (time,lev,lat,lon)

mag = u^2 + v^2
copy_VarCoords<http://www.ncl.ucar.edu/Document/Functions/Contributed/copy_VarCoords.shtml>
(u,mag)
wind_avg = dim_avg_n_Wrap(mag,0)

Hope this helps.

Kyle
-----------------------------------------------------
Kyle S. Griffin
Dept. of Atmospheric and Environmental Sciences
University at Albany, SUNY
1400 Washington Ave, Albany, NY 12222
Office: ES-218 Email: kgriffin@albany.edu
http://www.atmos.albany.edu/student/kgriffin/

On Mon, Jun 25, 2012 at 1:47 PM, Simone Strieder <soemsir@yahoo.com.br>wrote:

>
> Hi
> Need to calculate the mean-field wind speed (magnitude) for the month of
> March 2012, at 850 hPa, but could not find any function or average example
> of how to calculate. Can anyone help me?
>
> Simone Maria Strieder
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jun 25 22:59:36 2012

This archive was generated by hypermail 2.1.8 : Fri Jun 29 2012 - 15:46:14 MDT