<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none"><!-- P { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
Dear Ncl team,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;I'm using NCL - version 6.3.0</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;I would like to create a map with curved vector style</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;I’m using vcres@vcGlyphStyle = &quot;CurlyVector&quot; but same regions in the area are empty of vector (attachment1).</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;When I use vcres@vcGlyphStyle = “lineArrow” all is ok. (attachment2)</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;How can I solve this problem?</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
thanks</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
Francesco&nbsp;&nbsp;
<div>;===========================================================<br>
<br>
</div>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;wks = gsn_open_wks(typefile,namefile)</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;setvalues NhlGetWorkspaceObjectId()</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp; &nbsp; &nbsp;&quot;wsMaximumSize&quot; : 300000000</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;end setvalues</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;gsn_define_colormap(wks,colorsMap)</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res = True</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;;--- Title attributes --------------------------------------</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;if(ltitle) then res@tiMainString = titleplot&#43;&quot; &quot;&#43;inforun</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;else res@tiMainString = &quot;&quot; end if</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@tiMainFont &nbsp; &nbsp; = 0</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@tiMainPosition = &quot;Center&quot;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@tiMainFontHeightF = 0.011</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@tiMainOffsetYF = 0.01</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;;--- (gsn) attributes --------------------------------------</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@gsnDraw &nbsp; &nbsp; &nbsp; &nbsp; = False</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@gsnFrame &nbsp; &nbsp; &nbsp; &nbsp;= False</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@gsnMaximize &nbsp; &nbsp; = True</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@gsnAddCyclic &nbsp; &nbsp;= False&nbsp;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@gsnSpreadColors = True&nbsp;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@gsnPaperOrientation = &quot;landscape&quot;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;if(lLeftString) then res@gsnLeftString = LeftString</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;else res@gsnLeftString = &quot;&quot; end if</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@gsnLeftStringFontHeightF = 11</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;if(lRightString) then res@gsnRightString = field@units</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;else res@gsnRightString = &quot;&quot; end if</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;;--- Map attributes (window) ----------------------------------</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpLimitMode = &quot;LatLon&quot; &nbsp; &nbsp; &nbsp;; Zoom in on the plot area.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpMinLatF &nbsp; = minLatF</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpMaxLatF &nbsp; = maxLatF</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpMinLonF &nbsp; = minLonF</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpMaxLonF &nbsp; = maxLonF</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;;--- Map attributes (land outlines) ------------------- &nbsp; &nbsp; &nbsp;res@mpDataBaseVersion = &quot;HighRes&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;use GMT coastline</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpOutlineOn &nbsp; &nbsp; &nbsp; = lmapOutlineOn &nbsp; &nbsp; &nbsp; ;turn on continental outlines</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpOutlineBoundarySets = &quot;AllBoundaries&quot; ;turn on country boundaries (all the boundaries database in use)</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpGeophysicalLineThicknessF = 2.5 &nbsp; &nbsp; &nbsp; ;thickness of outlines</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpGeophysicalLineColor= &quot;Black&quot; &nbsp; &nbsp; &nbsp; &nbsp; ;color of cont. outlines</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpOutlineDrawOrder &nbsp; &nbsp;= &quot;PostDraw&quot; &nbsp; &nbsp; &nbsp;;draw continental outline last</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpFillOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= lmapFillOn &nbsp; &nbsp; &nbsp;;turn on gray fill for continental background</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpFillDrawOrder &nbsp; &nbsp; &nbsp; = &quot;PreDraw&quot; &nbsp; &nbsp; &nbsp; ;draw area fill first</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@pmTickMarkDisplayMode &nbsp;= &quot;Always&quot;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;;--- Map attributes (lat/lon grid lines) -------------------</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpGridAndLimbOn &nbsp; &nbsp; &nbsp; &nbsp;= False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;turn on lat/lon lines</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpGridLineDashPattern &nbsp;= 2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;... with xxxx lines</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpGridLineColor &nbsp; &nbsp; &nbsp; &nbsp;= &quot;black&quot; &nbsp; &nbsp; &nbsp; &nbsp;;color of the lines</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpGridLatSpacingF &nbsp; &nbsp; &nbsp;= 10 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;space (in degree) between 2 lines</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpGridLonSpacingF &nbsp; &nbsp; &nbsp;= 10 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;idem</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpGridLineThicknessF &nbsp; = 2.0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;thickness of the lines</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpGridAndLimbDrawOrder = &quot;PostDraw&quot; &nbsp; &nbsp; ;draw lat/lon lines last</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@mpLabelFontHeightF &nbsp; &nbsp; = 0.005 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;label font size</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;;--- contours attributes -------------------------------</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnFillOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= True &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;areas between levels filled with color</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnFillMode &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &quot;AreaFill&quot; &nbsp; &nbsp; &nbsp;;AreaFill</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnLevelSelectionMode &nbsp;= &quot;ManualLevels&quot; &nbsp;;set manual contour levels</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnMinLevelValF &nbsp; &nbsp; &nbsp; &nbsp;= minLevelVal &nbsp; &nbsp; ;set max contour level</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnMaxLevelValF &nbsp; &nbsp; &nbsp; &nbsp;= maxLevelVal &nbsp; &nbsp; ;set min contour level</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnLevelSpacingF &nbsp; &nbsp; &nbsp; = levelSpacing</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnLinesOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;turn off the contour lines</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnLineLabelsOn &nbsp; &nbsp; &nbsp; &nbsp;= False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;turn off the line labels</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnLineLabelFontHeightF= 0.005</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnLineLabelDensityF &nbsp; = 1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;label spacing when cnLineLabelPlacementMode != &quot;Constant&quot;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnLineLabelFontAspectF= 1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;shape of the line label. &gt; 1 :thinner characters. &lt; 1 :wider</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnLineLabelInterval &nbsp; = 1</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnInfoLabelOn &nbsp; &nbsp; &nbsp; &nbsp; = False &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;turn off &quot;CONTOUR FROM X TO X BY X&quot; legend.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@cnLabelMasking &nbsp; &nbsp; &nbsp; &nbsp;= True &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;mask lines where label appear</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;;--- LabelBar attributes -------------------------------</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@lbLabelBarOn &nbsp; &nbsp; &nbsp; = llabbarOn</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@lbLabelsOn &nbsp; &nbsp; &nbsp; &nbsp; = llabbarLabelsOn</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@lbTitleString &nbsp; &nbsp; &nbsp;= labTitleStr&#43;&quot; (&quot;&#43;field@units&#43;&quot;)&quot;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@lbTitlePosition &nbsp; &nbsp;= &quot;Bottom&quot;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@pmLabelBarOrthogonalPosF = 0.17 &nbsp; ; position wrt plot​<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@lbLabelFontHeightF = 0.015</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@lbTitleFontHeightF = 0.015</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@lbLabelStride &nbsp; &nbsp; &nbsp;= 5 &nbsp; &nbsp; &nbsp; ; Label every 5th entry</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@lbLabelStrings &nbsp; &nbsp; = &quot;&quot; &#43; sprintf(labformatStr,fspan(minLevelVal,maxLevelVal,floattoint((maxLevelVal-minLevelVal)/levelSpacing)&#43;1))</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;;--- (ScalarField) attributes -------------------------------</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@sfXArray &nbsp;= lon2d(0:ny-1,0:nx-1)&nbsp;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;res@sfYArray &nbsp;= lat2d(0:ny-1,0:nx-1)</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;;--- vectorPlot Resources -----------------------------------</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres = True</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;;--- GSN attributes -----------------------------------------</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres@gsnDraw &nbsp; &nbsp; &nbsp; &nbsp; = False</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres@gsnFrame &nbsp; &nbsp; &nbsp; &nbsp;= False</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres@gsnMaximize &nbsp; &nbsp; = True</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres@gsnAddCyclic &nbsp; &nbsp;= False&nbsp;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres@vcRefAnnoOn &nbsp; &nbsp; = False &nbsp; &nbsp; &nbsp; &nbsp;; draw the reference vector annotation</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres@vcRefAnnoFontHeightF = 0.01</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres@vcRefMagnitudeF = 0.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; add a reference vector</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres@vcRefLengthF &nbsp; &nbsp;= 0.045 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; what the ref length is</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres@vcGlyphStyle &nbsp; &nbsp;= &quot;CurlyVector&quot; &nbsp; &nbsp; &nbsp; &nbsp;; style of glyph used to represent the vector</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres@vcMinDistanceF &nbsp;= 0.02 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; reduce the crowding of vector arrows</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres@vcLineArrowThicknessF = 2.0 &nbsp;; change vector thickness &nbsp;&nbsp;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vcres@vcVectorDrawOrder = &quot;PostDraw&quot; &nbsp; &nbsp; &nbsp; &nbsp; ; draw vectors last&nbsp;<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;vector = gsn_csm_vector(wks,xfield(:,:),yfield(:,:),vcres) ; generate the vectors&nbsp;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;plot = gsn_csm_contour_map_ce(wks,field(:,:),res)&nbsp;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;overlay(plot,vector)&nbsp;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;draw(plot)</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">
&nbsp; &nbsp;frame(wks)​<br>
</div>
<p><br>
</p>
</body>
</html>