[ncl-talk] wind vector

Kyle Griffin ksgriffin2 at wisc.edu
Wed Dec 10 07:50:41 MST 2014


I'm not Dave, but I'll go ahead and say "no" - CurlyVectors are more akin
to streamlines in that they don't exist at any one "point" but rather get
longer and turn with the wind as magnitude increases. You can't simply turn
off the CurlyVector in some areas as it would break up the streamline by
falling below an arbitrary magnitude. vcMinMagnitude seems to look the best
with either LineArrow or FillArrow glyphs, in my experience.

Good luck!


Kyle

----------------------------------------
Kyle S. Griffin
Department of Atmospheric and Oceanic Sciences
University of Wisconsin - Madison
Room 1421
1225 W Dayton St, Madison, WI 53706
Email: ksgriffin2 at wisc.edu

On Wed, Dec 10, 2014 at 7:04 AM, Xi Chang <xi.chang01 at gmail.com> wrote:

> Hi Dave, HI NCL,
>
> so, is there any way around how to use " *res at vcMinMagnitudeF  " *for
> "CurlyVector" mode?
> Thanks
>
> chang.
>
> On Fri, Nov 7, 2014 at 3:22 PM, David Brown <dbrown at ucar.edu> wrote:
>
>> Try turning off the curly vectors. It's possible that it hasn't been
>> enabled for that glyph style.
>>  -Dave
>>
>>
>> On Friday, November 7, 2014, Xi Chang <xi.chang01 at gmail.com> wrote:
>>
>>> Thanks Dave,
>>>
>>> Anyway, nothing happens when I did as follows (the results are still the
>>> same):
>>>
>>>   res at gsnScalarContour      = True              ; vectors over scalars
>>>   res at vcRefMagnitudeF       = 20.0              ; vec magnitude
>>>   res at vcRefLengthF          = 0.06              ; size of ref vector
>>>   res at vcLineArrowColor      = "black"           ; white vectors
>>>   res at vcMinDistanceF        = 0.025              ; thins arrows near
>>> pole
>>>   res at vcGlyphStyle          = "CurlyVector"     ; turns on curley
>>> vectors
>>>   *res at vcMinMagnitudeF       = 5*
>>>
>>> On Fri, Nov 7, 2014 at 12:25 AM, David Brown <dbrown at ucar.edu> wrote:
>>>
>>>>
>>>> http://www.ncl.ucar.edu/Document/Graphics/Resources/vc.shtml#vcMinMagnitudeF
>>>>
>>>> On Thu, Nov 6, 2014 at 4:23 PM, Xi Chang <xi.chang01 at gmail.com> wrote:
>>>> > Hallo, is there any trick to display wind vectors only for those whose
>>>> > magnitude greater than XXX m/s, bellow this values are not plotted.
>>>> Im using
>>>> > a function called gsn_csm_vector.
>>>> >
>>>> > Thanks
>>>> >
>>>> > _______________________________________________
>>>> > 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20141210/1ed426d0/attachment.html 


More information about the ncl-talk mailing list