<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Never mind.  Apparently the plot is fine.  It is an issue </p>
<p style="margin-top:0;margin-bottom:0">of the way that ghostscript is displaying it on NASA Discover.</p>
<p style="margin-top:0;margin-bottom:0">Michael</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" style="font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: Calibri, Arial, Helvetica, sans-serif, Helvetica, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
Michael Notaro<br>
<div>Associate Director<br>
</div>
<div>Nelson Institute Center for Climatic Research<br>
</div>
<div>University of Wisconsin-Madison<br>
</div>
<div>Phone: (608) 261-1503<br>
</div>
<div>Email: mnotaro@wisc.edu<br>
</div>
</div>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Michael Notaro<br>
<b>Sent:</b> Thursday, September 20, 2018 9:55 AM<br>
<b>To:</b> ncl-talk@ucar.edu<br>
<b>Subject:</b> White streaks on plot</font>
<div> </div>
</div>
<meta content="text/html; charset=iso-8859-1">
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p style="margin-top:0; margin-bottom:0"></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">Please see the attached plot.  Does anyone know why I am getting white</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">streaks across my plot and how to get rid of them?  I am using NCL 6.4.0.</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">Thanks, Michael</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style=""><br>
</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/shea_util.ncl"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">begin</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255); min-height:24px">
<span style=""></span><br>
</p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">periods=(/"nov2014","dec2014","jan2015","feb2015","mar2015"/)</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">simulated=new((/420,520,5/),float)</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">do ip=0,4</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style=""><span class="x_Apple-converted-space">  </span>a=addfile("../nudging/bias_corr_save_albedo_nudging_nldas2_"+periods(ip)+".nc","r")</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style=""><span class="x_Apple-converted-space">  </span>XLAT=a->XLAT</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style=""><span class="x_Apple-converted-space">  </span>XLONG=a->XLONG</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style=""><span class="x_Apple-converted-space">  </span>simulated(:,:,ip)=a->climo_model</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">end do</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255); min-height:24px">
<span style=""></span><br>
</p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">model=dim_avg(simulated)</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">model@_FillValue=1e+35</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255); min-height:24px">
<span style=""></span><br>
</p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">nlat=420</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">nlon=520</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255); min-height:24px">
<span style=""></span><br>
</p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">iy=ispan(0,419,1)</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">jx=ispan(0,519,1)</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255); min-height:24px">
<span style=""></span><br>
</p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">iy!0="iy"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">iy&iy=iy</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">jx!0="jx"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">jx&jx=jx</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255); min-height:24px">
<span style=""></span><br>
</p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lat2d=XLAT</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lon2d=XLONG</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255); min-height:24px">
<span style=""></span><br>
</p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lat2d!0="iy"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lat2d!1="jx"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lat2d@iy=iy</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lat2d@jx=jx</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lat2d@units="degrees_north"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lat2d@rcm_mapping="rcm_map"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lat2d@coordinates="iy jx"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255); min-height:24px">
<span style=""></span><br>
</p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lon2d!0="iy"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lon2d!1="jx"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lon2d@iy=iy</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lon2d@jx=jx</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lon2d@units="degrees_east"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lon2d@rcm_mapping="rcm_map"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">lon2d@coordinates="iy jx"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255); min-height:24px">
<span style=""></span><br>
</p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">copy_VarCoords(lat2d,model)</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">model@lat2d=lat2d</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">model@lon2d=lon2d</span></p>
<br>
<p></p>
<p style="margin-top:0; margin-bottom:0"></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">wks = gsn_open_wks("ps","less")</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">gsn_define_colormap(wks,"BkBlAqGrYeOrReViWh200")</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res=True</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@gsnAddCyclic = False</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@cnFillOn <span class="x_Apple-converted-space">        </span>
= True</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@cnRasterModeOn <span class="x_Apple-converted-space">  </span>
= True</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@cnLinesOn<span class="x_Apple-converted-space">        </span>
=<span class="x_Apple-converted-space">  </span>False</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpProjection<span class="x_Apple-converted-space">        </span>
= "LambertConformal"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpLambertParallel1F = 37.</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpLambertParallel2F = 49.</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpLambertMeridianF<span class="x_Apple-converted-space">  </span>
= -98.</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@cnLevelSelectionMode = "ExplicitLevels"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@cnLevels <span class="x_Apple-converted-space">            </span>
= (/.1,.15,.2,.25,.3,.35,.4,.45,.5,.55,.6/)</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@cnFillColors=(/130,120,110,100,90,80,70,60,50,40,30,20/)</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255); min-height:24px">
<span style=""></span><br>
</p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@tiMainFontHeightF =<span class="x_Apple-converted-space">  </span>
0.02</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@tmYROn = False</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@tmXTOn = False</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpOceanFillColor <span class="x_Apple-converted-space">    </span>
= -1</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpLandFillColor = "white"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@pmLabelBarDisplayMode = True</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@lbOrientation<span class="x_Apple-converted-space">        </span>
= "vertical"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpOutlineBoundarySets = "AllBoundaries"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpGeophysicalLineThicknessF = 2.5</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@tiMainString <span class="x_Apple-converted-space">        </span>
= "Albedo"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpLimitMode <span class="x_Apple-converted-space">      </span>
= "Corners"</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpLeftCornerLatF<span class="x_Apple-converted-space">  </span>
= lat2d(0,0)-.2</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpLeftCornerLonF<span class="x_Apple-converted-space">  </span>
= lon2d(0,0)-.2</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpRightCornerLatF = lat2d(nlat-2,nlon-2)+.2</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">res@mpRightCornerLonF = lon2d(nlat-2,nlon-2)+.2</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">plot = gsn_csm_contour_map(wks,model,res)</span></p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255); min-height:24px">
<span style=""></span><br>
</p>
<p style="margin:0px; font:20px Menlo; color:rgb(0,0,0); background-color:rgb(255,255,255)">
<span style="">end</span></p>
<br>
<p></p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<div id="x_Signature">
<div id="x_divtagdefaultwrapper" style="font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255); font-family:Calibri,Arial,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
Michael Notaro<br>
<div>Associate Director<br>
</div>
<div>Nelson Institute Center for Climatic Research<br>
</div>
<div>University of Wisconsin-Madison<br>
</div>
<div>Phone: (608) 261-1503<br>
</div>
<div>Email: mnotaro@wisc.edu<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>