<div dir="ltr"><div>Try setting this resource:<b><br><br></b></div>   res@mpGridAndLimbOn = False<br><div class="gmail_extra"><br></div><div class="gmail_extra">According to the docs, the default is true and the mpGridLatSpacingF resource is set to 15.0, which would seem to explain the line in your plot.<br><br></div><div class="gmail_extra">Hope that helps...<br></div><div class="gmail_extra">Rick<br><br></div><div class="gmail_extra"><div class="gmail_quote">On Mon, Mar 7, 2016 at 8:41 AM, Guido Cioni <span dir="ltr">&lt;<a href="mailto:guidocioni@gmail.com" target="_blank">guidocioni@gmail.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 style="word-wrap:break-word">Hey Jacob,<div>don’t know if it will help, but it may worth a shot…</div><div>Did you try including the option <font face="Menlo">gsnAddCyclic = False</font> ? </div><div><div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br>Guido Cioni</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><a href="http://guidocioni.altervista.org" target="_blank">http://guidocioni.altervista.org</a> </div>

</div>
<br><div><blockquote type="cite"><div><div class="h5"><div>On 07 Mar 2016, at 16:36, Jacob Alberto Garcia &lt;<a href="mailto:jacob_garcia@dlsu.edu.ph" target="_blank">jacob_garcia@dlsu.edu.ph</a>&gt; wrote:</div><br></div></div><div><div><div class="h5"><div dir="ltr"><div><div><div>Hello,<br><br></div>I am currently using NCL 6.3.0 to plot data from WRF output. Attached is the script I used and an example of what comes out afterwards. <br><br></div>I can&#39;t seem to figure out as to why there is always a line included in the upper portion of my plots. Hoping you guys could help me out<br><br></div><div>Here&#39;s my script:<br><br>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl&quot;<br>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl&quot;<br>;load &quot;./WRFUserARW.ncl&quot;<br><br>begin<br>  a = addfile(&quot;./YSU_EA_d03.nc&quot;,&quot;r&quot;)<br>  type = &quot;pdf&quot;<br>  wks = gsn_open_wks(type,&quot;PBLH_YSU&quot;)<br>  gsn_define_colormap(wks,&quot;WhBlGrYeRe&quot;)<br><br>; Plot options<br>  pltres = True<br>  mpres = True<br>  res = True<br>  res@gsnMaximize = True<br>  mpres@mpDataBaseVersion = &quot;HighRes&quot;<br>  res@MainTitle                   = &quot;PBLH&quot;<br>  NoTitles = True<br>  LatLonOverlay = True<br>  res@tiMainFontHeightF   = 0.04<br>  res@lbLabelFontHeightF = 0.03<br>  res@tiXAxisFontHeightF = 0.03<br>  res@tiYAxisFontHeightF = 0.03<br>  res@cnFillOn = True<br>  res@gsnSpreadColors = True<br>  res@cnLinesOn = False<br>  res@cnLineLabelsOn = False<br>  res@cnLevelSelectionMode = &quot;ManualLevels&quot;<br>  res@cnMinLevelValF = 0.<br>  res@cnMaxLevelValF = 2800<br>  mpres@mpGeophysicalLineColor = &quot;Black&quot;<br>  <br>  times = wrf_user_getvar(a,&quot;times&quot;,-1)  <br>  ntimes = dimsizes(times)         <br><br>   do it = 0,ntimes-1          <br><br>    print(&quot;Working on time: &quot; + times(it) )<br>    res@TimeLabel = times(it)   <br><br>     PBLH = wrf_user_getvar(a,&quot;PBLH&quot;,it)<br>     contour_PBLH = wrf_contour(a,wks,PBLH,res)      <br>      plot = wrf_map_overlays(a,wks,(/contour_PBLH/),pltres,mpres)<br>     end do      <br>end<br><br></div><div><br></div>Cheers<br></div>

<br>
<a href="http://www.dlsu.edu.ph/" target="_blank"><img src="http://www.dlsu.edu.ph/offices/mco/images/email-disclaimer/dlsu-logo.jpg"></a><a href="https://www.facebook.com/DLSU.Manila.100" target="_blank"><img src="http://www.dlsu.edu.ph/offices/mco/images/email-disclaimer/dlsu-fb.jpg"></a><a href="http://instagram.com/dlsu" target="_blank"><img src="http://www.dlsu.edu.ph/offices/mco/images/email-disclaimer/dlsu-instagram.jpg"></a><a href="https://twitter.com/dlsumanila" target="_blank"><img src="http://www.dlsu.edu.ph/offices/mco/images/email-disclaimer/dlsu-twitter.jpg"></a><a href="http://dlsumanila.tumblr.com/" target="_blank"><img src="http://www.dlsu.edu.ph/offices/mco/images/email-disclaimer/dlsu-tumbler.jpg"></a><a href="http://iblog.lasalle.ph/" target="_blank"><img src="http://www.dlsu.edu.ph/offices/mco/images/email-disclaimer/dlsu-blog.jpg"></a><font color="green" face="Arial" size="2"><br><br>DISCLAIMER AND CONFIDENTIALITY NOTICE </font><div><font color="green" face="Arial" size="2">The information contained in this e-mail, including those in its attachments, is confidential and intended only for the person(s) or entity(ies) to which it is addressed. If you are not an intended recipient, you must not read, copy, store, disclose, distribute this message, or act in reliance upon the information contained in it. If you received this e-mail in error, please contact the sender and delete the material from any computer or system. Any views expressed in this message are those of the individual sender and may not necessarily reflect the views of De La Salle University. </font></div></div></div><span>&lt;pblh_ncl.png&gt;</span><span>&lt;pbl.ncl&gt;</span>_______________________________________________<br>ncl-talk mailing list<br><a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>List instructions, subscriber options, unsubscribe:<br><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br></div></blockquote></div><br></div></div><br>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div></div>