<div dir="ltr"><div class="gmail_default" style="font-size:small">res@cnLinesOn = False</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Please post your NCL questions to <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>, and not <a href="mailto:ncarg-talk@ucar.edu">ncarg-talk@ucar.edu</a></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br></div><div class="gmail_default" style><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 17, 2015 at 7:06 AM, Gracielle Siqueira <span dir="ltr">&lt;<a href="mailto:graciqueira17@hotmail.com" target="_blank">graciqueira17@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">Hi,<br><br>Could you help  me ?<br>How delete of lines of contour map, call here &quot;isolinhas&quot; in portuguese.<br><br>Thanks<br><br><div><hr>Date: Wed, 24 Dec 2014 08:30:49 -0700<br>From: <a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a><br>To: <a href="mailto:liuy0813@gmail.com" target="_blank">liuy0813@gmail.com</a><br>CC: <a href="mailto:ncarg-talk@ucar.edu" target="_blank">ncarg-talk@ucar.edu</a><br>Subject: Re: [ncarg-talk] help for basemap overlay with contour_vector map<br><br><div dir="ltr"><div style="font-size:small">​In the future, please post your questions to ncl-talk and not ncarg-talk.  This email list is for people using NCAR Graphics.</div><div style="font-size:small"><br></div><div style="font-size:small">You need to subscribe to ncl-talk before you can post:</div><div style="font-size:small"><br></div><div style="font-size:small"><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></div><div style="font-size:small"><br></div><div style="font-size:small">​Regarding your problem: You cannot overlay two maps using NCL.  You should have gotten an error when you tried to do this:</div><div style="font-size:small"><br></div><div style="font-size:small"><span style="font-size:13px;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   overlay(map,plot1)</span><br style="font-size:13px;word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"></div><div style="font-size:small"><span style="font-size:13px;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br></span></div><div style="font-size:small"><span style="font-size:13px;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">because both &quot;map&quot; and &quot;plot1&quot; are maps.</span></div><div style="font-size:small"><span style="font-size:13px;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br></span></div><div style="font-size:small"><span style="font-size:13px;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">You can try using gsn_csm_vector_scalar instead of </span><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:13px">gsn_csm_vector_scalar_map, and then you will also need to remove all the map resources you are setting with vres1.</span></div><div style="font-size:small"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:13px"><br></span></div><div style="font-size:small"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:13px">Also, gsn_csm_contour should have worked just fine, and show the lat/lon coordinates, because you have lat2d and lon2d attached as attributes.</span></div><div style="font-size:small"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:13px"><br></span></div><div style="font-size:small"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:13px">Please see the two &quot;try1.ncl&quot; and &quot;try2.ncl&quot; scripts. Since you didn&#39;t provide the data file, I can&#39;t run them to guarantee they work. try1.ncl uses gsn_csm_vector_scalar, and try2.ncl uses both gsn_csm_contour and gsn_csm_vector. </span></div><div style="font-size:small"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:13px"><br></span></div><div style="font-size:small"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:13px">--Mary</span></div><div><br><div>On Mon, Dec 22, 2014 at 6:41 PM, 刘勇 <span dir="ltr">&lt;<a href="mailto:liuy0813@gmail.com" target="_blank">liuy0813@gmail.com</a>&gt;</span> wrote:<br><blockquote style="border-left:1px #ccc solid;padding-left:1ex"><div>
<div><span></span><br></div>
<div>hi ,</div><div><br></div><div>I want to draw a contour and vector plot on a self-define coastline,my code shows below,First I try to draw  a basemap ,then use  </div><div><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">gsn_csm_vector_scalar_map to draw contour and vector map, finally try to overlay this two map,but the coastline of my first map were overlayed by the second map.</span></div><div><font face="Tahoma, Microsoft Yahei, Simsun" color="#333333">I also try this way:  First draw the basemap, then draw contour map through </font><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:10.5pt;line-height:1.5;background-color:window">gsn_csm_contour(wks,out,res),but this  doesn&#39;t show the lon&amp;lat infomation of out,and can&#39;t overlay to my basemap.</span></div><div><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:10.5pt;line-height:1.5;background-color:window">hope U can help me.</span></div><div><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:10.5pt;line-height:1.5;background-color:window"><br></span></div><div><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:10.5pt;line-height:1.5;background-color:window">thxs.</span></div><div><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:10.5pt;line-height:1.5;background-color:window"><br></span></div><div><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">liuy</span></div><div><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br></span></div><div><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br></span></div><div><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">fig show below:</span></div><div><span><a href="http://oneputao.qiniudn.com/zonal.png" target="_blank">http://oneputao.qiniudn.com/zonal.png</a></span></div><div><span></span><a href="http://oneputao.qiniudn.com/current.png" style="font-family:&#39;&#39;;font-size:10.5pt;line-height:1.5;background-color:window" target="_blank">http://oneputao.qiniudn.com/current.png</a></div><div><span style="font-size:10.5pt;line-height:1.5;background-color:window;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br></span></div><div><span style="font-size:10.5pt;line-height:1.5;background-color:window;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">code are there:</span></div><div><span style="font-size:10.5pt;line-height:1.5;background-color:window;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;*************************************************</span></div><div><span style="font-size:10.5pt;line-height:1.5;background-color:window;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br></span></div><span></span><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">; plot_xmbay.ncl</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;*************************************************</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl&quot;  </span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl&quot;  </span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">load &quot;./ROMS_utils.ncl&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">undef(&quot;create_map&quot;)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">function create_map(wks,title,resolution)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">local a, res2</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">begin</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2               = True</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2@mpDataBaseVersion = resolution</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2@gsnMaximize   = True</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2@gsnDraw       = False</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2@gsnFrame      = False</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2@mpOutlineOn   = False</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2@mpFillOn      = False </span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;---Turn on fancier tickmark labels.</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2@pmTickMarkDisplayMode = &quot;Always&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  lon1=117.80</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  lat1=24.20</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  lon2=118.35+15.0/60.0</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  lat2=24.4+25.0/60.0</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;---Zoom in on area of interest</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2@mpLimitMode           = &quot;Corners&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2@mpLeftCornerLatF    = lat1</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2@mpLeftCornerLonF    = lon1</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2@mpRightCornerLatF   = lat2</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  res2@mpRightCornerLonF   = lon2</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  ;res2@tiMainString          = title</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;  res2@mpGridAndLimbDrawOrder = &quot;Predraw&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;---Create map.</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  map = gsn_csm_map(wks,res2)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  return(map)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">end</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">begin</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;************************************************</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">; User settings</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;************************************************</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   fhis=&quot;<a href="http://roms_his_2010_nouse.nc" target="_blank">roms_his_2010_nouse.nc</a>&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   outfile = &quot;roms_5&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   depth = -2.0</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   rec   = 1</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;***********************************************</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">; Read data and interpolate</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;***********************************************</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   his   =  addfile (fhis,&quot;r&quot;)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lon2d = his-&gt;lon_rho</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lat2d = his-&gt;lat_rho</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   out   = roms_3d_interp(his,&quot;salt&quot;,rec,depth)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   ur    = roms_3d_interp(his, &quot;u&quot;, rec, depth) ; they are automatically put to &quot;rho&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vr    = roms_3d_interp(his, &quot;v&quot;, rec, depth)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   angle = his-&gt;angle</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   uvrot = uv_rot(ur,vr,angle)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   urr   = uvrot(0,:,:)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vrr   = uvrot(1,:,:)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   delete(uvrot)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   delete(ur)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   delete(vr)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   urr@lat2d = lat2d</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   urr@lon2d = lon2d</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vrr@lat2d = lat2d</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vrr@lon2d = lon2d</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   out@lat2d = lat2d</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   out@lon2d = lon2d</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   minValue  = 0.0</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   maxValue  = 35.0</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   step   = 1</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   stride = 5</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   ;************************************************</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   ; create plot</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   ;************************************************</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   wks_type = &quot;x11&quot;        ; or &quot;eps&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   wks_type@wkOrientation = &quot;Portrait&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   wks  = gsn_open_wks (wks_type, outfile)            ; open workstation</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   gsn_define_colormap(wks, &quot;BlAqGrYeOrRevi200&quot;)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   i = NhlNewColor(wks,0.8,0.8,0.8)                   ; add gray to colormap</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   reso=&quot;HighRes&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   title=&quot;Coast draw test&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   map = create_map(wks,title,reso)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   data=asciiread(&quot;./ranges/bigzone_zhu.txt&quot;,-1,&quot;float&quot;)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   temp=reshape(data,(/dimsizes(data)/2,2/))</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lat0=temp(:,1)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lon0=temp(:,0)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lnres = True</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lnres@gsLineThicknessF = 3.0</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lnres@gsLineColor = &quot;brown&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lnres@gsFillColor     = &quot;gray&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lnres@gsLineColor = &quot;black&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   ln0 = gsn_add_polygon(wks,map,lon0,lat0,lnres)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   ln2 = gsn_add_polyline(wks,map,lon0,lat0,lnres)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">; Control appearance of map.</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1 = True               ; plot mods desired</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@gsnDraw              = True</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@gsnFrame             = True</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@gsnMaximize          = True    ; Maximize plot in frame</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;  vres1@gsnPaperOrientation  = &quot;Portrait&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;  vres1@cnFillDrawOrder      = &quot;PreDraw&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@cnFillOn             = True               ; turn on color for contours</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@cnLinesOn            = False              ; turn off contour lines</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@cnLineLabelsOn       = False              ; turn off contour line labels</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@cnFillMode           = &quot;RasterFill&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@gsnScalarContour     = True               ; contours desired</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@gsnSpreadColors      = True               ; use full color map</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@gsnSpreadColorEnd    = -2</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;  vres1@mpLandFillColor      = &quot;gray&quot;            ; set land to be gray</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@lbLabelBarOn              = True</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@lbLabelStride        = stride</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@cnLevelSelectionMode = &quot;ManualLevels&quot;     ; set manual contour levels</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@cnMinLevelValF       = minValue                ; set min contour level</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">  vres1@cnMaxLevelValF       = maxValue                ; set max contour level</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@cnLevelSpacingF      = step                 ; set contour spacing</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@lbOrientation        = &quot;Vertical&quot;     ; /Vertical label bar</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@pmLabelBarOrthogonalPosF = -0.01          ; move label bar closer</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@pmLabelBarDisplayMode = &quot;Always&quot;          ; Turn on a label bar.</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@lbPerimOn             = False             ; no box around it</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@lbBoxLinesOn         = True               ; Yes/No labelbar box lines.</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcRefMagnitudeF           = 1.0             ; define vector ref mag</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcRefLengthF              = 0.045              ; define length of vec ref</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcRefAnnoOrthogonalPosF   = -1.0            ; move ref vector</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcRefAnnoParallelPosF    = 0.108</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcRefAnnoArrowLineColor   = &quot;black&quot;         ; change ref vector color</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcRefAnnoArrowUseVecColor = False           ; don&#39;t use vec color for ref</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcRefAnnoString1 = &quot;1.0 m/s&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcLabelsOn = False</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcLineArrowColor = &quot;black&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcRefAnnoOn = True</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcMonoLineArrowColor  = True             ; vec&#39;s colored by their mag</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcLineArrowHeadMaxSizeF = 0.008</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcLineArrowHeadMinSizeF = 0.0055  </span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcMinDistanceF           = 0.0145            ; thin vectors , xishu with big data</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcLineArrowThicknessF    = 1.5               ; change vector thickness</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@vcGlyphStyle          = &quot;CurlyVector&quot;     ; turn on curly vectors</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lon_in1=117.80</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lat_in1=24.20</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lon_in2=118.35+15.0/60.0</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   lat_in2=24.4+25.0/60.0</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">; MAP</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">;   vres1@mpProjection           = &quot;Mercator&quot;</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@mpLimitMode            = &quot;Corners&quot;             ; choose range of map</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@mpLeftCornerLatF       = lat_in1</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@mpLeftCornerLonF       = lon_in1</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@mpRightCornerLatF      = lat_in2</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@mpRightCornerLonF      = lon_in2</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@mpDataBaseVersion      = &quot;HighRes&quot;          ; use high resolution coast</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   vres1@pmTickMarkDisplayMode  = &quot;Always&quot;           ; turn on tickmarks</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   plot1= gsn_csm_vector_scalar_map(wks,urr,vrr,out,vres1)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   overlay(map,plot1)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   draw(map)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun">   frame(wks)</span><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><br style="word-wrap:break-word;color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun"><div><span style="color:rgb(51,51,51);font-family:Tahoma,&#39;Microsoft Yahei&#39;,Simsun;font-size:10.5pt;line-height:1.5;background-color:window">end</span> </div><hr style="width:210px;min-height:1px" size="1" color="#b5c4df" align="left">
<div><span></span></div>
</div><br>_______________________________________________<br>
ncarg-talk mailing list<br>
<a href="mailto:ncarg-talk@ucar.edu" target="_blank">ncarg-talk@ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncarg-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncarg-talk</a><br>
<br></blockquote></div><br></div></div>
<br>_______________________________________________
ncarg-talk mailing list
<a href="mailto:ncarg-talk@ucar.edu" target="_blank">ncarg-talk@ucar.edu</a>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncarg-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncarg-talk</a></div>                                               </div></div>
</blockquote></div><br></div>