<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"></p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">Thanks, Michael</span></p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;"><br>
</span></p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;"><span class="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="font-variant-ligatures: no-common-ligatures;"><span class="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="font-variant-ligatures: no-common-ligatures;"><span class="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="font-variant-ligatures: no-common-ligatures;"><span class="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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">nlat=420</span></p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">lat2d=XLAT</span></p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">res=True</span></p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">res@cnFillOn <span class="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="font-variant-ligatures: no-common-ligatures;">res@cnRasterModeOn <span class="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="font-variant-ligatures: no-common-ligatures;">res@cnLinesOn<span class="Apple-converted-space">       
</span>=<span class="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="font-variant-ligatures: no-common-ligatures;">res@mpProjection<span class="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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">res@mpLambertMeridianF<span class="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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">res@cnLevels <span class="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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">res@tiMainFontHeightF =<span class="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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">res@mpOceanFillColor <span class="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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">res@lbOrientation<span class="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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">res@tiMainString <span class="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="font-variant-ligatures: no-common-ligatures;">res@mpLimitMode <span class="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="font-variant-ligatures: no-common-ligatures;">res@mpLeftCornerLatF<span class="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="font-variant-ligatures: no-common-ligatures;">res@mpLeftCornerLonF<span class="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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;">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="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font: 20px Menlo; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures;">end</span></p>
<br>
<p></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>
</div>
</body>
</html>