<div dir="ltr"><div class="gmail_default" style="font-size:small">I believe the GridMask option was added in V6.3.0, because the Mask2D was a misleading name.  We should have documented this better.  I hopefully just improved the documentation on this.</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, Mar 2, 2016 at 1:35 PM, Liu, Peng <span dir="ltr">&lt;<a href="mailto:pliu34@gatech.edu" target="_blank">pliu34@gatech.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear NCL community,<br>
  I am writing this email to report an issue associated with the mask when using ESMF regrid in NCL (version 6.2.1).<br>
  When generating the source grid file, I would like to mask the grids based on if source data is missing on specific grid cell. Hence, based on the example on NCL website, I<br>
used Opt@GridMask = where (.not. ismissing (source data),1,0). However, in the generated source grid file, field of grid_imask has a constant value of 1 for all grids, which means the Opt@GridMask was not working properly.<br>
  I then switched to use Opt@Mask2D, and it worked.<br>
<br>
Best<br>
<span class="HOEnZb"><font color="#888888">Peng Liu<br>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">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>
</font></span></blockquote></div><br></div>