[Thread Prev][Thread Next][Index]

Re: [ferret_users] shading wind magnitudes



Nitin,
Define a variable which is the magnitude of the wind speed, and shade or fill it. Using whichever pair of wind vector components you choose, this would look like this:

yes? let/unit="meters/second"  speed= (u*u + v*v)^0.5
yes? shade speed




On Thu, Aug 8, 2013 at 9:47 AM, Nitin Patil <nitinpatil85@xxxxxxxxx> wrote:
Dear ferret users,

I have calculated/plotted the uv anomaly for pre-monsson (MAM) season from the following script. In the attached plot can any one let me know how to shade (not colour vectors) the magnitude of the uv winds in the plots.

use UV_MAM2001-2005.nc"

let u1=u[d=1,k=2,x=65:95,y=0:40,l=1:92@ave]
let v1=v[d=1,k=2,x=65:95,y=0:40,l=1:92@ave]

let uwnd=u[d=1,k=2,x=65:95,y=0:40,l=1:460@ave]
let vwnd=v[d=1,x=65:95,y=0:40,l=1:460@ave]

let anom_u=u1-uwnd
let anom_v=v1-vwnd

vec anom_u,anom_v  !!! To plot anomaly

--
With Best Wishes,
Nitin Patil


[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement