<div dir="ltr">It seems that this could be related to properly assigning missing values. Is your missing value set to 0 by any chance?<div>You can check this by printVarSummary(varb) and looking for _FillValue. Or you can  print(varb@_FillValue).</div><div><br></div><div>If you look at your colorbar you would see that ocean is colored according to the color for 0-0.2. If 0 is missing value in your data sets then you would need to change it to something else: e.g. varb@_FillValue = 1E32 . However, I am not sure if that would also affect your valid data values (e.g. 0) if that matches with missing value.<br></div><div><br></div><div>Cheers,</div><div>Rashed</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Dec 4, 2018 at 9:36 AM Vanúcia Schumacher <<a href="mailto:vanucia-schumacher@hotmail.com">vanucia-schumacher@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div>Hi all,</div>
<div><br>
</div>
<div>I would like to know which resource I can use to make parts of the ocean that has no data in white color.</div>
<div><br>
</div>
<div>I've tried this (res@mpOceanFillColor       = "white"  ), but it does not work because part of the ocean I have data, see my figure attached.<br>
</div>
<div><br>
</div>
<div>Thanks</div>
</div>

_______________________________________________<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/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>