<div class="__aliyun_email_body_block"><div style="color:#333333;font-size:14px;font-family:Tahoma,Arial,STHeiti,SimSun;;"><span style="font-size: 14px;">dear nc-talk everyone~</span><br></div><div class="__aliyun_signature_wrap"><div style="margin: 0px; padding: 0px; border: 0px; outline: rgb(0, 0, 0); color: rgb(51, 51, 51); font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 23.33333396911621px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Tahoma, Arial, STHeiti, SimSun;">&nbsp; &nbsp; I found a problem when I use&nbsp;gsn_csm_vector_scalar .&nbsp;I use&nbsp;<span style="margin: 0px; padding: 0px; border: 0px; outline: rgb(0, 0, 0); color: rgb(51, 51, 51); font-family: Tahoma, Arial, STHeiti, SimSun; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;">CurlyVector ,&nbsp;</span><span class="Apple-converted-space">&nbsp;</span>I set&nbsp;res@vcLevelSelectionMode = "ManualLevels" &nbsp;and&nbsp;res@vcMaxLevelValF = 15 to control the color of vectors,but the color is less than the speed. It is at too low class at speed about . if &nbsp;I&nbsp;<span class="Apple-converted-space">&nbsp;</span><span style="margin: 0px; padding: 0px; border: 0px; outline: rgb(0, 0, 0); color: rgb(51, 51, 51); font-family: Arial, 宋体, 微软雅黑; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;">remove these item or use another vector style &nbsp;it colored well.please help me,maybe it's a bug.</span></div><div style="margin: 0px; padding: 0px; border: 0px; outline: rgb(0, 0, 0); color: rgb(51, 51, 51); font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 23.33333396911621px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Tahoma, Arial, STHeiti, SimSun;"><span style="margin: 0px; padding: 0px; border: 0px; outline: rgb(0, 0, 0); color: rgb(51, 51, 51); font-family: Arial, 宋体, 微软雅黑; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;">my script</span></div><div style="margin: 0px; padding: 0px; border: 0px; outline: rgb(0, 0, 0); color: rgb(51, 51, 51); font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 23.33333396911621px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Tahoma, Arial, STHeiti, SimSun;"><span style="margin: 0px; padding: 0px; border: 0px; outline: rgb(0, 0, 0); color: rgb(51, 51, 51); font-family: Arial, 宋体, 微软雅黑; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;"><br></span></div><div class="__aliyun_signature_wrap" style="margin: 0px; padding: 0px; border: 0px; outline: rgb(0, 0, 0); color: rgb(51, 51, 51); font-family: Tahoma, Arial, SimSun; font-size: 14.44444465637207px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 23.33333396911621px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"<br>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"<br>begin<br>f1 = addfile("~/ncl/uwnd.mon.ltm.nc","r")<br>f2 = addfile("~/ncl/vwnd.mon.ltm.nc","r")<br>level=925<br>wks_type = "pdf"<span class="Apple-converted-space">&nbsp;</span><br>wks=gsn_open_wks(wks_type,"003")<br>u=f1-&gt;uwnd(6,925,:,:)<br>v=f2-&gt;vwnd(6,925,:,:)<br>speed=u<br>speed=sqrt(u^2+v^2)<br><br>vres = True<br>vres@vcLevelPalette = "ncl_default"<br><br>vres@vcLevelSelectionMode = "ManualLevels"<br>vres@vcMaxLevelValF = 20<br><br> vres@vcGlyphStyle = "CurlyVector" <br> vres@vcRefMagnitudeF = 5.0 ; make vectors larger<br> vres@vcRefLengthF = 0.050 ; ref vec length<br> vres@vcMinDistanceF = 0.02 ; thin out vectors<br> vres@vcRefAnnoOn = True <br> plot = gsn_csm_vector_scalar_map_ce(wks,u,v,speed, vres)<br></div><div class="__aliyun_signature_wrap" style="margin: 0px; padding: 0px; border: 0px; outline: rgb(0, 0, 0); color: rgb(51, 51, 51); font-family: Tahoma, Arial, SimSun; font-size: 14.44444465637207px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 23.33333396911621px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">end</div><div class="__aliyun_signature_wrap" style="margin: 0px; padding: 0px; border: 0px; outline: rgb(0, 0, 0); color: rgb(51, 51, 51); font-family: Tahoma, Arial, SimSun; font-size: 14.44444465637207px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 23.33333396911621px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br data-mce-bogus="1"></div><!--EndFragment--> <br></div></div>