[ncl-talk] Simple wind profile

Dennis Shea shea at ucar.edu
Fri Nov 20 07:54:26 MST 2015


It is not clear to me what you want.

Maybe:
http://www.ncl.ucar.edu/Applications/meteo.shtml
http://www.ncl.ucar.edu/Applications/barb.shtml
 Examples: 4,5,6


u(time,lev,lat,lon)


at some lat/lon:

     U = u(lev|:,time|:, j, i)     ; U(lev,time)
     V =  ...
or

    U = u(lev|:,time|:,{20},{275})

http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_csm_vector.shtml

On Thu, Nov 19, 2015 at 11:51 PM, Amadou Coulibaly <mpapin24 at gmail.com> wrote:
> Dear NCL users,
>
> Is there any way to plot simple wind profile, just 2D plot (height on
> vertical axis and magnitude of wind component on the horizontal axis)? Let
> say I have one month wind data (speed and direction) for 05Z, 11Z, 17Z, and
> 23Z each day at the different levels (from o to 8000m). Wind component can
> be either onshore or cross-shore wind.
>
>
>
> --
>  COULIBALY   AMADOU
> PhD  Student  on  West  African  Climate  System (WACS)
> FUTA - Federal  University  of  Technology of Akure, Nigeria
>
> Visiting Student - University of Cologne, Germany
> Institute of Geophysics and Meteorology
> Pohligstr. 3 / Office 3.102
> D-50969 Köln
>
> Project: WASCAL (West African Science Service Centre on Climate Change and
> Adapted Land Use)
> Phone:(+234) 810 795 2836 /(+223) 65 67 27 57 /(+226) 64 57 37 27 /+49
> 15218352574
>
> E-mail: mpapin24 at gmail.com / coulibalya68 at yahoo.com
>
> "The time is always right to do right": Nelson Mandela
>
> "Character is like a tree and reputation like a shadow.  The shadow is what
> we think of it; the tree is the real thing" : Abraham Lincoln
>
> "Do what you can, with what you have, where you are" Theodore Roosevelt
>
>
>
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>


More information about the ncl-talk mailing list