<div dir="ltr"><div class="gmail_default" style="font-size:small">Ryan,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Well, it looks like this may have been a bug in V6.3.0, although I don&#39;t recall anything specific to cnFillColor being fixed. This resource doesn&#39;t get used very much.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I think this work-around may work for you: instead of setting cnMonoFillColor and cnFillColor, set cnFillColors.  You will need to define the contour levels too, such that you have one fewer levels than you have colors.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I&#39;ve attached another version of wrf_nogsn_1.ncl that does this.  Let me know if this is not what you&#39;re looking for.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 4, 2017 at 1:09 PM, Ryan Connelly <span dir="ltr">&lt;<a href="mailto:rconne01@gmail.com" target="_blank">rconne01@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Mary,<div><br></div><div>opts_pv = res is just my way of initializing.  There&#39;s no difference is switching to opts_pv = True; i.e., there isn&#39;t a hidden res causing the problem.</div><div><br></div><div>I ran your script with my wrfout, but did not get your output.  Instead, for plot 2, the masking works, but the original colors remain.  I&#39;ve attached my images.  Likewise, I added the lines to turn on @RasterFill and @RasterSmoothing to a basic wrf_dbz plot, and that worked as expected.  So it appears that the problem is that @cnMonoFillColor only works on contour plots, not on raster plots, though somehow (as your attached images show) this is only a problem on my end.  I&#39;m running V6.3.0 if that matters.</div><div><br></div><div>Thanks,</div><div>Ryan</div><div><br></div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 4, 2017 at 9:46 AM, Mary Haley <span dir="ltr">&lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">Ryan,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I would need a little more information in order to debug this.  </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">For starters, you set &quot;opts_pv&quot; equal to &quot;res&quot;.  Does &quot;res&quot; have any extra resource settings that might be affecting the contouring?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I recommend starting with a very simple script to make sure things are working.  I&#39;ve taken your resource settings, and created my own script that plots HGT from a WRF file, and then masks some of the data values and plots it again in gold, using the same settings you have.  It seems to work just fine for me.  See attached. You should be able to run this script on your own WRF output data by simply changing the name of the WRF output file in the script.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The PNG images look a little weird (shifted towards the lower right of the screen) because wrf_contour is really not meant to be used as a standalone function. I assume that you are eventually overlaying fill_mgpv on another plot, so this shift is not an issue.</div><span class="m_-8878551651844631375HOEnZb"><font color="#888888"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></font></span></div><div class="m_-8878551651844631375HOEnZb"><div class="m_-8878551651844631375h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 3, 2017 at 1:32 PM, Ryan Connelly <span dir="ltr">&lt;<a href="mailto:rconne01@gmail.com" target="_blank">rconne01@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Mary,<div><br></div><div>Surprisingly, it started plotting when I got into the office today.  I don&#39;t know either; it must be a Christmas miracle.</div><div><br></div><div>But now I have a new problem.  I have my MGPV variable subset to just negative values using &quot;where&quot;, and want to plot the resultant field of only negative MGPV values in gold.  However, when using RasterFill, it defaults to plotting in pink, no matter what I try.  I do the same process with RH, but since it is not a RasterFill, is plots in green as expected.  If I add the line opts@cnFillMode                = &quot;RasterFill&quot; to the relative humidity opts, it overrides my request and plots in clown colors, so I know that this is an error specific to RasterFill plotting.  I suspect it may be a bug.  Below are my opts for MGPV plotting, which I would like to appear in solid color gold:</div><div><br></div><div><div><font face="monospace, monospace">; Plotting options for mgpv</font></div><div><font face="monospace, monospace">        opts_pv = res</font></div><div><font face="monospace, monospace">        opts_pv@cnLineLabelsOn = False</font></div><div><font face="monospace, monospace">        opts_pv@cnConstFLabelPerimOn = False</font></div><div><font face="monospace, monospace">        opts_pv@cnLabelMasking = True</font></div><div><font face="monospace, monospace">        opts_pv@cnInfoLabelOn = False</font></div><div><font face="monospace, monospace">        opts_pv@cnLineLabelPerimOn = False</font></div><div><font face="monospace, monospace">        opts_pv@cnLinesOn = False</font></div><div><font face="monospace, monospace">        opts_pv@pmLabelBarOrthogonalPo<wbr>sF = -0.07</font></div><div><font face="monospace, monospace">        opts_pv@cnFillMode                = &quot;RasterFill&quot;</font></div><div><font face="monospace, monospace">        opts_pv@cnFillOn                = True</font></div><div><font face="monospace, monospace">        opts_pv@cnRasterSmoothingOn     = True</font></div><div><font face="monospace, monospace">        opts_pv@lbLabelBarOn    = False ; Do not display label bar</font></div><div><font face="monospace, monospace">        opts_pv@cnMonoFillColor = True</font></div><div><font face="monospace, monospace">        opts_pv@cnFillColor = &quot;gold&quot;</font></div><div><font face="monospace, monospace">        fill_mgpv = wrf_contour(a,wks,neg_mgpv,opt<wbr>s_pv)</font></div></div><div><br></div><div><br></div><div>Thanks,</div><div>Ryan</div></div><div class="m_-8878551651844631375m_1221050462452460398HOEnZb"><div class="m_-8878551651844631375m_1221050462452460398h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 2, 2017 at 9:14 AM, Mary Haley <span dir="ltr">&lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Ryan,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You might try adding this resource, to have the raster plot generated a slightly different way:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">res@trGridType = &quot;TriangularMesh&quot;</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Still, I&#39;m curious about why the plot is not showing up with raster fill.  Is it sparse data?  It would be good to get the script and data if possible, so we can make sure it&#39;s not a bug.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Thanks,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_-8878551651844631375m_1221050462452460398m_-7386352105762667592h5">On Thu, Dec 29, 2016 at 1:36 PM, Ryan Connelly <span dir="ltr">&lt;<a href="mailto:rconne01@gmail.com" target="_blank">rconne01@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_-8878551651844631375m_1221050462452460398m_-7386352105762667592h5"><div dir="ltr">Hi,<div><br></div><div>I&#39;m running a rather computationally intensive NCL script that attempts to calculate and plot geostrophic MPV.  At times, it is (understandably) very <i>very </i>slow, and at other times I have encountered an error about workspace memory allocation being exceeded.  With regards to the latter, I read a suggestion to change from...</div><div><br></div><div>        <font face="monospace, monospace">opts_pv@cnFillOn                  = True</font><br></div><div><br></div><div>...to...</div><div><br></div><div><div>        <font face="monospace, monospace">opts_pv@cnFillMode                = &quot;RasterFill&quot;</font></div><div><font face="monospace, monospace">    opts_pv@cnRasterSmoothingOn       = True</font><br></div><div><br></div><div>When doing so, the script executes much faster, but does not plot my desired field.  (I printed out test points to confirm that the values are within the range I tell it to plot in ContourParameters, so I know that is not the problem.)</div><div><br></div><div>Why might this be?</div><div><br></div><div>Thanks,</div><div>Ryan</div><span class="m_-8878551651844631375m_1221050462452460398m_-7386352105762667592m_4782140373993794955HOEnZb"><font color="#888888"><div><br></div>-- <br><div class="m_-8878551651844631375m_1221050462452460398m_-7386352105762667592m_4782140373993794955m_3087062183042249991gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font size="1">Ryan Connelly</font></div><div dir="ltr"><div dir="ltr" style="font-size:12.8px"><font color="#000000"><font size="1">M.S. Student in Atmospheric Sciences, </font><span style="font-size:x-small">Stony Brook University</span><br></font></div><div dir="ltr" style="font-size:12.8px"><div><font color="#000000"><font size="1">B.S. in Meteorology with Minors in Mathematics and GIS, </font><span style="font-size:x-small">Valparaiso University</span></font></div></div><div><a href="mailto:rconne01@gmail.com" style="font-size:x-small" target="_blank">rconne01@gmail.com</a><br></div><div><font size="1"><a href="mailto:ryan.connelly@stonybrook.edu" target="_blank">ryan.connelly@stonybrook.edu</a></font></div></div></div></div></div></div></div></div></div></div>
</font></span></div></div>
<br></div></div><span>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailma<wbr>n/listinfo/ncl-talk</a><br>
<br></span></blockquote></div><br></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-8878551651844631375m_1221050462452460398m_-7386352105762667592gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font size="1">Ryan Connelly</font></div><div dir="ltr"><div dir="ltr" style="font-size:12.8000001907349px"><font color="#000000"><font size="1">M.S. Student in Atmospheric Sciences, </font><span style="font-size:x-small">Stony Brook University</span><br></font></div><div dir="ltr" style="font-size:12.8000001907349px"><div><font color="#000000"><font size="1">B.S. in Meteorology with Minors in Mathematics and GIS, </font><span style="font-size:x-small">Valparaiso University</span></font></div></div><div><a href="mailto:rconne01@gmail.com" style="font-size:x-small" target="_blank">rconne01@gmail.com</a><br></div><div><font size="1"><a href="mailto:ryan.connelly@stonybrook.edu" target="_blank">ryan.connelly@stonybrook.edu</a></font></div></div></div></div></div></div></div></div></div></div>
</div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-8878551651844631375gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font size="1">Ryan Connelly</font></div><div dir="ltr"><div dir="ltr" style="font-size:12.8000001907349px"><font color="#000000"><font size="1">M.S. Student in Atmospheric Sciences, </font><span style="font-size:x-small">Stony Brook University</span><br></font></div><div dir="ltr" style="font-size:12.8000001907349px"><div><font color="#000000"><font size="1">B.S. in Meteorology with Minors in Mathematics and GIS, </font><span style="font-size:x-small">Valparaiso University</span></font></div></div><div><a href="mailto:rconne01@gmail.com" style="font-size:x-small" target="_blank">rconne01@gmail.com</a><br></div><div><font size="1"><a href="mailto:ryan.connelly@stonybrook.edu" target="_blank">ryan.connelly@stonybrook.edu</a></font></div></div></div></div></div></div></div></div></div></div>
</div>
</div></div></blockquote></div><br></div>