Re: ncl_fnl

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Wed Sep 21 2011 - 18:02:55 MDT

You have the following resource set, which might be thinning your vectors quite a bit:

  res@vcMinDistanceF = 0.025 ; thin out windbarbs

You actually have this resource set twice, so try commenting out both settings and see if you get more vectors.

--Mary

On Sep 21, 2011, at 5:16 AM, cnl88 wrote:

>
> <截图1.png>
>
> I used the data of fnl to draw the wind of east asia. but I change the fanction
> from plot=gsn_csm_vector_map(wks,u,v,res) to
> plot=gsn_csm_vector_map(wks,u(::2,::2),v(::2,::2),res) or
> from plot=gsn_csm_vector_map(wks,u(::3,::3),v(::3,::3),res) to
> plot=gsn_csm_vector_map(wks,u(::5,::5),v(::5,::5),res) the results were the same !Ido not know why .i want to increase the density of the wind .how should i do ??
>
>
> <fnl_201104new2.ncl>_______________________________________________
> 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 Wed Sep 21 20:03:08 2011

This archive was generated by hypermail 2.1.8 : Thu Sep 22 2011 - 17:12:44 MDT