<div dir="ltr">Hi Jonathan,<div>I wouldn't worry about the "Contour from -160 to 160 by 106.7" label so much. I would think that the cnInfoLabelOn  resource would default to False when you are setting ExplicitLevels.  Otherwise, assuming you are setting gsnDraw/gsnFrame to False in each resource list (res and res1) I don't see anything wrong with what you are doing. Did you mean to plot the PI_Z_rmMean array as opposed to your PI_Z_rmMean_contrained array?</div><div>Adam</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 7, 2021 at 8:20 AM Buzan, Jonathan via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<div>
Hi NCL-Talk,
<div><br>
</div>
<div>I am attempting to overlay contours of standardized Geopotential height over changes in standardized Geopotential height. All I want to have in the overlay is a zone of positive and a zone of negative values. But I am having trouble understand
 how this is working. Especially since the contour intervals do not make sense (in the example below).</div>
<div><br>
</div>
<div>Cheers,</div>
<div>-Jonathan</div>
<div><br>
</div>
<div><br>
</div>
<div>Code snippets.</div>
<div>; generate positive and negative zone</div>
<div>PI_Z_rmMean_contrained = PI_Z_rmMean<br>
PI_Z_rmMean_contrained = where(PI_Z_rmMean.ge.80..or.PI_Z_rmMean.lt.-80.,PI_Z_rmMean,PI_Z_rmMean@_FillValue)<br>
<br>
     res1@cnLevelSelectionMode = "ExplicitLevels" <br>
     res1@cnLevels =  (/-160.,-80.,80.,160./) ; Diffs<br>
     res1@gsnContourNegLineDashPattern = 1       ; sets negative contours to dash pattern 1<br>
     res1@cnLineThicknessF = 1.<br>
<br>
</div>
<div>     plotPI = gsn_csm_contour(wks,PI_Z_rmMean(0,0,:,:),res1)<br>
<br>
</div>
<div>
<div>    plotLGMvsPI = gsn_csm_contour_map(wks,LGM100_vs_PI(0,0,:,:),res)</div>
</div>
<div>
<div>    overlay(plotLGMvsPI,plotPI)</div>
<div>    plotTemp(0) = plotLGMvsPI</div>
</div>
<div><img id="gmail-m_8682079507661724821gmail-m_-32720221110444107372E2A3D26-A693-45CC-899C-6D7D1972A63E" width="417" height="464" src="cid:17a83119bc8a32374a91"></div>
</div>

_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>