<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Thanks, Adam and Rick for your continued assistance. What a bear for something so simple. I have a version working. However, it is tied to certain caveats that I don't understand.
 My full script is below. The cnFillMode resource controls the outcome; RasterFill gives me white water bodies whereas CellFill and AreaFill give me the grey. Also, mpFillOn and mpFillColors never works for me no matter the combination; I always get white water
 bodies. The use of mpInlandWaterFillColor and the following draw orders work. Perhaps my NCL version has an impact, v6.1.2.&nbsp;
<div><br>
</div>
<div>---partial script</div>
<div>
<div style="font-size: 13.63636302948px;">
<div style="font-size: 13.63636302948px;">;;;mpres@mpFillOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</div>
<div style="font-size: 13.63636302948px;">;;;mpres@mpFillColors &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = (/&quot;transparent&quot;,&quot;transparent&quot;,&quot;transparent&quot;,&quot;grey81&quot;/)</div>
<div style="font-size: 13.63636302948px;"><br>
</div>
<div style="font-size: 13.63636302948px;">mpres@mpInlandWaterFillColor &nbsp; &nbsp; &nbsp; = &quot;grey81&quot;</div>
<div style="font-size: 13.63636302948px;"><span style="font-size: 10pt;">mpres@cnFillDrawOrder = &quot;Draw&quot;</span></div>
<div style="font-size: 13.63636302948px;">mpres@mpFillDrawOrder = &quot;Draw&quot;</div>
<div style="font-size: 13.63636302948px;">mpres@mpOutlineDrawOrder = &quot;PostDraw&quot;</div>
<div style="font-size: 13.63636302948px;">mpres@mpPerimDrawOrder = &quot;PostDraw&quot;</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>----full script</div>
<div>
<div>begin</div>
<div><br>
</div>
<div><br>
</div>
<div>type = &quot;png&quot;</div>
<div><span style="font-size: 10pt;">colors=(/&quot;white&quot;,&quot;black&quot;,&quot;grey81&quot;,&quot;red&quot;,&quot;green&quot;,&quot;blue&quot;,&quot;black&quot;/) &nbsp;&nbsp;</span></div>
<div><br>
</div>
<div>wks = gsn_open_wks(type,pname&#43;ndt)</div>
<div>gsn_define_colormap(wks,colors)&nbsp;</div>
<div><br>
</div>
<div>&nbsp;&nbsp;</div>
<div>;********************** mpres</div>
<div><br>
</div>
<div>mpres &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= True</div>
<div>mpres@gsnDraw &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= False</div>
<div>mpres@gsnFrame &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</div>
<div><br>
</div>
<div>mpres &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= wrf_map_resources(f,mpres)</div>
<div><br>
</div>
<div>mpres@mpDataBaseVersion &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &quot;Ncarg4_1&quot;</div>
<div>mpres@mpDataSetName &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &quot;Earth..1&quot;</div>
<div>mpres@mpNationalLineColor &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &quot;black&quot;</div>
<div>mpres@mpNationalLineThicknessF &nbsp; &nbsp; = 3.5</div>
<div>mpres@mpGeophysicalLineColor &nbsp; &nbsp; &nbsp; = &quot;black&quot;</div>
<div>mpres@mpGeophysicalLineThicknessF &nbsp;= 3.5</div>
<div>mpres@mpProvincialLineColor &nbsp; &nbsp; &nbsp; &nbsp;= &quot;black&quot;</div>
<div>mpres@mpProvincialLineThicknessF &nbsp; = 3.5</div>
<div>;mpres@mpFillOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</div>
<div>;mpres@mpFillColors &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = (/&quot;transparent&quot;,&quot;transparent&quot;,&quot;transparent&quot;,&quot;grey81&quot;/)</div>
<div><br>
</div>
<div><br>
</div>
<div>mpres@mpInlandWaterFillColor &nbsp; &nbsp; &nbsp; = &quot;grey81&quot;</div>
<div><br>
</div>
<div><span style="font-size: 10pt;">mpres@cnFillDrawOrder = &quot;Draw&quot;</span></div>
<div>mpres@mpFillDrawOrder = &quot;Draw&quot;</div>
<div>mpres@mpOutlineDrawOrder = &quot;PostDraw&quot;</div>
<div>mpres@mpPerimDrawOrder = &quot;PostDraw&quot;</div>
<div><br>
</div>
<div>mpres@tfDoNDCOverlay &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</div>
<div>mpres@gsnAddCyclic &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</div>
<div><br>
</div>
<div>mpres@cnLinesOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= False</div>
<div>mpres@cnLineLabelsOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</div>
<div>mpres@cnInfoLabelOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= False</div>
<div>mpres@cnFillOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</div>
<div>;mpres@cnFillMode &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;RasterFill&quot;</div>
<div>;mpres@cnRasterSmoothingOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= False</div>
<div>mpres@cnMinLevelValF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</div>
<div>mpres@cnMaxLevelValF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3</div>
<div>mpres@cnLevelSpacingF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1</div>
<div><br>
</div>
<div>mpres@lbLabelBarOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</div>
<div>mpres@mpGridLineDashPattern &nbsp; &nbsp; &nbsp; &nbsp;= 2 &nbsp;&nbsp;</div>
<div>mpres@tmXBLabelFontHeightF &nbsp; &nbsp; &nbsp; &nbsp; = 0.015</div>
<div>mpres@tmYLLabelFontHeightF &nbsp; &nbsp; &nbsp; &nbsp; = 0.015</div>
<div>mpres@tmXBMajorLengthF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0.004</div>
<div>mpres@tmXBLabelDeltaF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= -0.4</div>
<div>mpres@gsnMaximize &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= True</div>
<div><br>
</div>
<div><br>
</div>
<div>mplot = gsn_csm_contour_map(wks,vmap,mpres)</div>
<div><br>
</div>
<div>&nbsp;&nbsp;</div>
<div>draw(mplot)</div>
<div>frame(wks)</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>end</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF220224" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>From:</b> Rick Brownrigg [brownrig@ucar.edu]<br>
<b>Sent:</b> Monday, September 08, 2014 2:12 PM<br>
<b>To:</b> Matthew Fearon<br>
<b>Cc:</b> Adam Phillips; ncl-talk; wrfhelp@ucar.edu<br>
<b>Subject:</b> Re: [ncl-talk] define infill color for inland water bodies<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">
<div>Hi Matthew,<br>
<br>
Never mind what I said about commenting out the mpFillColors resource line.&nbsp; I misunderstood what you were trying to do.&nbsp; For what its worth, since I didn't have your data, I slightly modified your script to use just gsn_csm_map(), and I did indeed get an image
 consisting of only inland water colored in grey81 -- all other areas of the map where &quot;transparent&quot;.&nbsp; So I think Adam is right -- it must be a draw-order issue in the presence of data to plot over the map.&nbsp; Unfortunately, I'm not sure what to recommend at
 this point.<br>
<br>
</div>
Sorry about that...<br>
Rick<br>
<br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Sep 8, 2014 at 3:01 PM, Rick Brownrigg <span dir="ltr">
&lt;<a href="mailto:brownrig@ucar.edu" target="_blank">brownrig@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">I got a different result when I commented out this line:<span class=""><br>
<br>
mpres@mpFillColors&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = (/&quot;transparent&quot;,&quot;transparent&quot;,&quot;transparent&quot;,&quot;grey81&quot;/)<br>
</span></div>
<div class="HOEnZb">
<div class="h5">
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Sep 8, 2014 at 2:28 PM, Matthew Fearon <span dir="ltr">
&lt;<a href="mailto:Matthew.Fearon@dri.edu" target="_blank">Matthew.Fearon@dri.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>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">
<div><span style="font-size:10pt">Thanks, Adam for your note, but unfortunately I tried your suggestion with no luck. The inland water bodies remain white. Therefore, I revised my code to NOT use wrf* functions, but I am still struggling with the white inland
 water bodies rather than grey. Any ideas what I am missing? I am using wrf_map_resources to set some resources, but it shouldn't overwrite like wrf_map_overlays. Here's my revised script:</span></div>
<div><br>
</div>
<div>
<p>begin</p>
<p><br>
</p>
<p>;type = &quot;ps&quot;</p>
<p>type = &quot;png&quot;</p>
<p><br>
</p>
<p>colors=(/&quot;white&quot;,&quot;black&quot;,&quot;grey81&quot;,&quot;red&quot;,&quot;green&quot;,&quot;blue&quot;,&quot;black&quot;/) &nbsp;</p>
<p><br>
</p>
<p>wks = gsn_open_wks(type,pname&#43;ndt)</p>
<p>gsn_define_colormap(wks,colors) &nbsp;</p>
<p><br>
</p>
<p><br>
</p>
<p>;********************** mpres</p>
<p><br>
</p>
<p>mpres&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</p>
<p>mpres@gsnDraw&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</p>
<p>mpres@gsnFrame &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</p>
<p><br>
</p>
<p>mpres&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = wrf_map_resources(f,mpres)</p>
<p><br>
</p>
<p>mpres@mpDataBaseVersion&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;Ncarg4_1&quot;</p>
<p>mpres@mpDataSetName&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;Earth..1&quot;</p>
<p>mpres@mpNationalLineColor&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;black&quot;</p>
<p>mpres@mpNationalLineThicknessF &nbsp; &nbsp; = 3.5</p>
<p>mpres@mpGeophysicalLineColor &nbsp; &nbsp; &nbsp; = &quot;black&quot;</p>
<p>mpres@mpGeophysicalLineThicknessF&nbsp; = 3.5</p>
<p>mpres@mpProvincialLineColor&nbsp; &nbsp; &nbsp; &nbsp; = &quot;black&quot;</p>
<p>mpres@mpProvincialLineThicknessF &nbsp; = 3.5</p>
<p>mpres@mpFillOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</p>
<p>mpres@mpFillColors &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = (/&quot;transparent&quot;,&quot;transparent&quot;,&quot;transparent&quot;,&quot;grey81&quot;/)</p>
<p>mpres@mpFillDrawOrder&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;PostDraw&quot;</p>
<p>;mpres@mpInlandWaterFillColor &nbsp; &nbsp; &nbsp; = &quot;grey81&quot;</p>
<p>;mpres@mpOceanFillColor &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;grey81&quot;</p>
<p>;mpres@mpLandFillColor&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;grey81&quot;</p>
<p><br>
</p>
<p>mpres@tfDoNDCOverlay &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</p>
<p>mpres@gsnAddCyclic &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</p>
<p><br>
</p>
<p>mpres@cnLinesOn&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</p>
<p>mpres@cnLineLabelsOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</p>
<p>mpres@cnInfoLabelOn&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</p>
<p>mpres@cnFillOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</p>
<p>mpres@cnFillMode &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;RasterFill&quot;</p>
<p>mpres@cnRasterSmoothingOn&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</p>
<p>mpres@cnMinLevelValF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0</p>
<p>mpres@cnMaxLevelValF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 3</p>
<p>mpres@cnLevelSpacingF&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1</p>
<p><br>
</p>
<p>mpres@lbLabelBarOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = False</p>
<p>mpres@mpGridLineDashPattern&nbsp; &nbsp; &nbsp; &nbsp; = 2</p>
<p>mpres@tmXBLabelFontHeightF &nbsp; &nbsp; &nbsp; &nbsp; = 0.015</p>
<p>mpres@tmYLLabelFontHeightF &nbsp; &nbsp; &nbsp; &nbsp; = 0.015</p>
<p>mpres@tmXBMajorLengthF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0.004</p>
<p>mpres@tmXBLabelDeltaF&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = -0.4</p>
<p>mpres@gsnMaximize&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</p>
<p><br>
</p>
<p><br>
</p>
<p></p>
<p>mplot = gsn_csm_contour_map(wks,vmap,mpres)</p>
<p>draw(mplot)</p>
<p></p>
<p>frame(wks)</p>
<p><br>
</p>
<div style="font-family:Times New Roman; color:#000000; font-size:16px">
<hr>
<div style="direction:ltr"><font color="#000000" face="Tahoma"><b>From:</b> Adam Phillips [<a href="mailto:asphilli@ucar.edu" target="_blank">asphilli@ucar.edu</a>]<br>
<b>Sent:</b> Monday, September 08, 2014 8:05 AM<br>
<b>To:</b> Dennis Shea<br>
<b>Cc:</b> Matthew Fearon; ncl-talk; <a href="mailto:wrfhelp@ucar.edu" target="_blank">
wrfhelp@ucar.edu</a><br>
<b>Subject:</b> Re: [ncl-talk] define infill color for inland water bodies<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>Hi Matthew,<br>
</div>
Both Kyle and Dennis are correct in that the wrf* functions can overrule or ignore some resources. However, I have one more combination of resources for you to try. I see that you are color filling your contours and that you'd like the inland lakes to be filled
 gray. In order to do this you'd want to draw the map fill last, and set all map fill colors (default, ocean, land) to transparent other than inland water. I am also having you set the contour color fill draw order to &quot;Draw&quot; to further make sure&nbsp; that the map
 fill is drawn after the contour color fill.<br>
<br>
Try this:<br>
</div>
; note that you could have set mpLandFillColor, mpOceanFIllColor, etc. instead of<br>
; mpFillColors<br>
</div>
<div>mpres@mpFillColors = (/&quot;transparent&quot;,&quot;transparent&quot;,&quot;transparent&quot;,&quot;grey81&quot;/)<br>
</div>
mpres@mpFillDrawOrder = &quot;PostDraw&quot;<br>
<br>
</div>
var3_res@cnFillDrawOrder = &quot;Draw&quot;&nbsp;&nbsp;&nbsp; ; might not be needed<br>
<div><br>
</div>
<div>If the above combination does not work, then I would follow Dennis' suggestions of either contacting wrf-help or stripping wrf_map_overlays out and modifying it to your own needs.
<br>
</div>
<div>Adam<br>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Sep 8, 2014 at 7:45 AM, Dennis Shea <span dir="ltr">
&lt;<a href="mailto:shea@ucar.edu" target="_blank">shea@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>
<div>
<div>The wrf_* were written by wrfhelp. You should send questions to <a href="mailto:wrfhelp@ucar.edu" target="_blank">
wrfhelp@ucar.edu</a> on all of these functions. You can cc <a href="mailto:ncl-talk@ucar.edu" target="_blank">
ncl-talk@ucar.edu</a><br>
<br>
</div>
As noted, the resources may not be allowed or are overwritten by the wrf code.<br>
</div>
I'd suggest extracting the function from the library, modifying the function and then calling the modified function.<br>
<br>
</div>
Good luck<br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sun, Sep 7, 2014 at 11:10 PM, Kyle Griffin <span dir="ltr">
&lt;<a href="mailto:ksgriffin2@wisc.edu" target="_blank">ksgriffin2@wisc.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<p dir="ltr">Although I'm not certain, most WRF plotting scripts overwrite many of the more complicated resources. It sounds like these map fill resources are included in the list that they either don't recognize or overwrite.<span><font color="#888888"><br>
<br>
</font></span></p>
<span><font color="#888888">
<p dir="ltr">Kyle</p>
</font></span>
<div>
<div>
<div class="gmail_quote">On Sep 7, 2014 8:27 PM, &quot;Matthew Fearon&quot; &lt;<a href="mailto:Matthew.Fearon@dri.edu" target="_blank">Matthew.Fearon@dri.edu</a>&gt; wrote:<br type="attribution">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">Thanks, Kyle, but I'm missing something still. My script is below. The wrf_map_overlays function is perhaps messing up the draw order or recoloring inland water bodies white. Any
 ideas?&nbsp;
<div><br>
</div>
<div><br>
</div>
<div>
<p>type = &quot;png&quot;</p>
<p><br>
</p>
<p><span style="font-size:10pt">wks = gsn_open_wks(type,pname&#43;ndt)</span></p>
<p>gsn_define_colormap(wks,&quot;MPL_terrain&quot;)</p>
<p>res&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</p>
<p>res@NoHeaderFooter &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p>
<p><br>
</p>
<p>mpres&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</p>
<p>mpres@mpDataBaseVersion&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;Ncarg4_0&quot;</p>
<p>mpres@mpDataSetName&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;Earth..1&quot;</p>
<p>mpres@mpNationalLineColor&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;black&quot;</p>
<p>mpres@mpNationalLineThicknessF &nbsp; &nbsp; = 2</p>
<p>mpres@mpGeophysicalLineColor &nbsp; &nbsp; &nbsp; = &quot;black&quot;</p>
<p>mpres@mpGeophysicalLineThicknessF&nbsp; = 2</p>
<p>mpres@mpProvincialLineColor&nbsp; &nbsp; &nbsp; &nbsp; = &quot;black&quot;</p>
<p>mpres@mpProvincialLineThicknessF &nbsp; = 3</p>
<p>;mpres@mpFillOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</p>
<p>;mpres@mpFillDrawOrder&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;PreDraw&quot;</p>
<p>mpres@mpInlandWaterFillColor &nbsp; &nbsp; &nbsp; = &quot;grey81&quot;</p>
<p>mpres@mpOceanFillColor &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;grey81&quot;</p>
<p>mpres@mpLandFillColor&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;grey81&quot;</p>
<p><br>
</p>
<p>pltres = True</p>
<p><br>
</p>
<p><span style="font-size:10pt">var3_res = res</span></p>
<p>var3_res@ContourParameters &nbsp; &nbsp; = (/ 0, 3, 1 /)</p>
<p>var3_res@cnFillMode&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;RasterFill&quot;</p>
<p>var3_res@cnFillOn&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</p>
<p>var3_res@cnRasterSmoothingOn &nbsp; = False</p>
<p>var3_res@cnFillColors&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = (/&quot;grey81&quot;,&quot;red&quot;,&quot;green&quot;,&quot;blue&quot;,&quot;black&quot;/)</p>
<p>var3_res@cnFillDrawOrder &nbsp; &nbsp; &nbsp; = &quot;Draw&quot;</p>
<p></p>
<p>con3_var = wrf_contour(f,wks,vmap,var3_res)</p>
<p><br>
</p>
<p><br>
</p>
<p>pltres@CommonTitle = True</p>
<p>pltres@PlotTitle = ndt</p>
<p>plot = wrf_map_overlays(f,wks,(/con3_var/),pltres,mpres)</p>
<p><br>
</p>
<div style="font-family:Times New Roman; color:#000000; font-size:16px">
<hr>
<div style="direction:ltr"><font color="#000000" face="Tahoma"><b>From:</b> <a href="mailto:windrunnerxc@gmail.com" target="_blank">
windrunnerxc@gmail.com</a> [<a href="mailto:windrunnerxc@gmail.com" target="_blank">windrunnerxc@gmail.com</a>] on behalf of Kyle Griffin [<a href="mailto:ksgriffin2@wisc.edu" target="_blank">ksgriffin2@wisc.edu</a>]<br>
<b>Sent:</b> Sunday, September 07, 2014 5:33 PM<br>
<b>To:</b> Matthew Fearon; ncl-talk<br>
<b>Subject:</b> Re: [ncl-talk] define infill color for inland water bodies<br>
</font><br>
</div>
<div></div>
<div>
<p dir="ltr">Don't use mpFillColor. Use a combination of mpLandFillColor, mpOceanFillColor, and mpInlandWaterFillColor. These are your desired resources.<br>
</p>
<p dir="ltr">Kyle</p>
<div class="gmail_quote">On Sep 7, 2014 4:56 PM, &quot;Matthew Fearon&quot; &lt;<a href="mailto:Matthew.Fearon@dri.edu" target="_blank">Matthew.Fearon@dri.edu</a>&gt; wrote:<br type="attribution">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">Dear NCL Users,
<div><br>
</div>
<div>What is the correct method for filling in inland water bodies with a specified color. Here's the resources I have been experimenting with, but none seem to work, eg, inland lakes are consistently colored white not grey81. Thanks, Matt</div>
<div><br>
</div>
<div><br>
</div>
<div>
<p>mpres&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</p>
<p>;mpres@mpDataBaseVersion&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;Ncarg4_0&quot;</p>
<p>;mpres@mpDataSetName&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;Earth..4&quot;</p>
<p>mpres@mpNationalLineColor&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;black&quot;</p>
<p>mpres@mpNationalLineThicknessF &nbsp; &nbsp; = 2</p>
<p>mpres@mpGeophysicalLineColor &nbsp; &nbsp; &nbsp; = &quot;black&quot;</p>
<p>mpres@mpGeophysicalLineThicknessF&nbsp; = 2</p>
<p>mpres@mpProvincialLineColor&nbsp; &nbsp; &nbsp; &nbsp; = &quot;black&quot;</p>
<p>mpres@mpProvincialLineThicknessF &nbsp; = 3</p>
<p>mpres@mpFillOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</p>
<p>mpres@mpMonoFillColor&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True</p>
<p>mpres@mpFillColor&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = &quot;grey81&quot;</p>
<p>mpres@mpFillAreaSpecifiers &nbsp; &nbsp; &nbsp; &nbsp; = &quot;water&quot; &nbsp; ;&quot;inlandwater&quot;</p>
<p>mpres@mpSpecifiedFillColors&nbsp; &nbsp; &nbsp; &nbsp; = &quot;grey81&quot;</p>
</div>
</div>
</div>
<br>
_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
<br>
_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br>
</blockquote>
</div>
<br>
</div>
<br>
_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br>
<span><font color="#888888"></font></span></blockquote>
<span><font color="#888888"></font></span></div>
<span><font color="#888888"><br>
<br clear="all">
<br>
-- <br>
<div dir="ltr">
<div>
<div>
<div><span><font color="#888888">Adam Phillips <br>
</font></span></div>
<span><font color="#888888">Associate Scientist,&nbsp; </font></span><span><font color="#888888">Climate and Global Dynamics Division, 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>&nbsp;&nbsp;
</font></span><span><font color="#888888"><a href="tel:303-497-1726" value="&#43;13034971726" target="_blank">303-497-1726</a>
</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>
</font></span></div>
</div>
</div>
</div>
</div>
</div>
<br>
_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>