<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hello,
<div class=""><br class="">
</div>
<div class="">I am attempting to create a contour map using cell fill of a 1x1 degree dataset. There are no error messages, however the output plot is irregular, with a (seemingly random) column appearing in the NW corner of the domain. Running the identical
 code multiple times, the column starts in the NW corner, sometimes extending south, other times extending north, and occasionally not occurring at all.</div>
<div class=""><br class="">
</div>
<div class="">Please find a screenshot of the plot and a simplified version of the script below. I would appreciate any assistance that could be provided.</div>
<div class=""><br class="">
</div>
<div class="">Please note, the script is simplified for ncl-talk purposes; CellFill is necessary due to missing data constraints and the nature of the particular research project. I am running version 6.5.</div>
<div class=""><br class="">
</div>
<div class="">Thank you,</div>
<div class=""><br class="">
</div>
<div class="">Zachary</div>
<div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">begin</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961); min-height: 14px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">wks=gsn_open_wks("x11","figure")</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res=True</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpDataBaseVersion="Ncarg4_1"</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpProjection="LambertEqualArea"</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpLimitMode="Corners"</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpLeftCornerLatF=40.</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpLeftCornerLonF=-95.</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpRightCornerLatF=52.</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpRightCornerLonF=-70.</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@gsnAddCyclic=False</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpCenterLonF=-84.</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@cnFillOn=True</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@cnFillMode="CellFill"</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@cnLinesOn=False</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpOutlineOn=True</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961); min-height: 14px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpOutlineBoundarySets = "National"</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpOutlineSpecifiers=(/"Canada : Provinces", "United States : States"/)</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@pmTickMarkDisplayMode="Always"</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@tmXTOn=False</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@tmYROn=False</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@cnCellFillEdgeColor="Grey18"</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpGeophysicalLineThicknessF=0.5</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpNationalLineThicknessF=0.5</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpProvincialLineThicknessF=0.5</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@mpFillOn=False</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@pmTickMarkDisplayMode="Always"</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961); min-height: 14px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">;***** to get rasterfill to work:
<a href="https://www.ncl.ucar.edu/Applications/Scripts/raster_5.ncl" class="">https://www.ncl.ucar.edu/Applications/Scripts/raster_5.ncl</a></span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">nlat=10</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">nlon=18</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@tmXBMinorOn=False</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@tmXBFormat="f"</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@tmYLFormat="f"</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@sfXArray=fspan(-93.,-75.,nlon)</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@sfYArray=fspan(41,51,nlat)</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@sfXArray := fspan(-93.,-75.,nlon+1)</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">res@sfYArray := fspan(41,51,nlat+1)</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961); min-height: 14px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">;******* test plot with dummy data</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">dummy=new((/10,18/),"float",-999)</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">dummy!0="lat"</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">dummy&lat=fspan(40.5,50.5,10)</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">dummy!1="lon"</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">dummy&lon=fspan(-92.5,-75.5,18)</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961); min-height: 14px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">dummy=3</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">dummy(9,:)=5</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">dummy(9,9)=2</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961); min-height: 14px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">plot=gsn_csm_contour_map(wks,dummy,res)</span></div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961); min-height: 14px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Andale Mono"; color: rgb(40, 254, 20); background-color: rgba(0, 0, 0, 0.901961);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">end</span><img apple-inline="yes" id="0D23CE6B-DB74-4799-AD2E-AEDCA15DFDA9" src="cid:343B0E3C-85BE-4E5C-B022-6C88395C2106@dsc.unomaha.edu" class=""></div>
</div>
<div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class="">
</span></div>
</body>
</html>