<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hey Jacob,<div class="">don’t know if it will help, but it may worth a shot…</div><div class="">Did you try including the option <font face="Menlo" class="">gsnAddCyclic = False</font> ?&nbsp;</div><div class=""><div class="">
<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; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class="Apple-interchange-newline">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; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="http://guidocioni.altervista.org" class="">http://guidocioni.altervista.org</a>&nbsp;</div>

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 07 Mar 2016, at 16:36, Jacob Alberto Garcia &lt;<a href="mailto:jacob_garcia@dlsu.edu.ph" class="">jacob_garcia@dlsu.edu.ph</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class="">Hello,<br class=""><br class=""></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 class=""><br class=""></div>I can'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 class=""><br class=""></div><div class="">Here's my script:<br class=""><br class="">load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"<br class="">load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"<br class="">;load "./WRFUserARW.ncl"<br class=""><br class="">begin<br class="">&nbsp; a = addfile("./YSU_EA_d03.nc","r")<br class="">&nbsp; type = "pdf"<br class="">&nbsp; wks = gsn_open_wks(type,"PBLH_YSU")<br class="">&nbsp; gsn_define_colormap(wks,"WhBlGrYeRe")<br class=""><br class="">; Plot options<br class="">&nbsp; pltres = True<br class="">&nbsp; mpres = True<br class="">&nbsp; res = True<br class="">&nbsp; res@gsnMaximize = True<br class="">&nbsp; mpres@mpDataBaseVersion = "HighRes"<br class="">&nbsp; res@MainTitle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = "PBLH"<br class="">&nbsp; NoTitles = True<br class="">&nbsp; LatLonOverlay = True<br class="">&nbsp; res@tiMainFontHeightF&nbsp;&nbsp; = 0.04<br class="">&nbsp; res@lbLabelFontHeightF = 0.03<br class="">&nbsp; res@tiXAxisFontHeightF = 0.03<br class="">&nbsp; res@tiYAxisFontHeightF = 0.03<br class="">&nbsp; res@cnFillOn = True<br class="">&nbsp; res@gsnSpreadColors = True<br class="">&nbsp; res@cnLinesOn = False<br class="">&nbsp; res@cnLineLabelsOn = False<br class="">&nbsp; res@cnLevelSelectionMode = "ManualLevels"<br class="">&nbsp; res@cnMinLevelValF = 0.<br class="">&nbsp; res@cnMaxLevelValF = 2800<br class="">&nbsp; mpres@mpGeophysicalLineColor = "Black"<br class="">&nbsp; <br class="">&nbsp; times = wrf_user_getvar(a,"times",-1)&nbsp; <br class="">&nbsp; ntimes = dimsizes(times)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br class=""><br class="">&nbsp;&nbsp; do it = 0,ntimes-1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br class=""><br class="">&nbsp;&nbsp;&nbsp; print("Working on time: " + times(it) )<br class="">&nbsp;&nbsp;&nbsp; res@TimeLabel = times(it)&nbsp;&nbsp; <br class=""><br class="">&nbsp;&nbsp;&nbsp;&nbsp; PBLH = wrf_user_getvar(a,"PBLH",it)<br class="">&nbsp;&nbsp;&nbsp;&nbsp; contour_PBLH = wrf_contour(a,wks,PBLH,res)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br class="">&nbsp; &nbsp; &nbsp; plot = wrf_map_overlays(a,wks,(/contour_PBLH/),pltres,mpres)<br class="">&nbsp;&nbsp;&nbsp;&nbsp; end do&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br class="">end<br class=""><br class=""></div><div class=""><br class=""></div>Cheers<br class=""></div>

<br class="">
<a href="http://www.dlsu.edu.ph/" target="_blank" class=""><img src="http://www.dlsu.edu.ph/offices/mco/images/email-disclaimer/dlsu-logo.jpg" class=""></a><a href="https://www.facebook.com/DLSU.Manila.100" target="_blank" class=""><img src="http://www.dlsu.edu.ph/offices/mco/images/email-disclaimer/dlsu-fb.jpg" class=""></a><a href="http://instagram.com/dlsu" target="_blank" class=""><img src="http://www.dlsu.edu.ph/offices/mco/images/email-disclaimer/dlsu-instagram.jpg" class=""></a><a href="https://twitter.com/dlsumanila" target="_blank" class=""><img src="http://www.dlsu.edu.ph/offices/mco/images/email-disclaimer/dlsu-twitter.jpg" class=""></a><a href="http://dlsumanila.tumblr.com/" target="_blank" class=""><img src="http://www.dlsu.edu.ph/offices/mco/images/email-disclaimer/dlsu-tumbler.jpg" class=""></a><a href="http://iblog.lasalle.ph/" target="_blank" class=""><img src="http://www.dlsu.edu.ph/offices/mco/images/email-disclaimer/dlsu-blog.jpg" class=""></a><font color="green" face="Arial" size="2" class=""><br class=""><br class="">DISCLAIMER AND CONFIDENTIALITY NOTICE&nbsp;</font><div class=""><font color="green" face="Arial" size="2" class="">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.&nbsp;</font></div><span id="cid:5BE4302C-C39E-4BFC-A684-3193AEE4920A@mpi.zmaw.de">&lt;pblh_ncl.png&gt;</span><span id="cid:D394CF0E-B3A7-4BB4-8EC4-9818CC269BD4@mpi.zmaw.de">&lt;pbl.ncl&gt;</span>_______________________________________________<br class="">ncl-talk mailing list<br class=""><a href="mailto:ncl-talk@ucar.edu" class="">ncl-talk@ucar.edu</a><br class="">List instructions, subscriber options, unsubscribe:<br class="">http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br class=""></div></blockquote></div><br class=""></div></body></html>