<div dir="ltr">NCL support,<div><br></div><div>I am using NCL 6.3.0 on recent versions of both Mac OS and Linux.  gc_clkwise returns the wrong value for this simple clockwise polygon:<br><div><br></div><div>ncl 1&gt; lats=(/8,15,5,0/)<br></div><div>ncl 2&gt; lons=(/38,130,130,38/)<br>ncl 3&gt; print (gc_clkwise(lats,lons))<br>(0) False<br><br>However, the correct value is returned for the same polygon, with the order of coordinates simply rotated by one position:<br><br>ncl 4&gt; lats=(/0,8,15,5/) <br>ncl 5&gt; lons=(/38,38,130,130/)        <br>ncl 6&gt; print (gc_clkwise(lats,lons))<br>(0) True</div></div><div><br></div><div>This may be related to a similar gc_clkwise problem that was assigned to <span style="font-size:14px">JIRA NCL-1699.  Please add this case to that ticket.  Thank you.</span></div><div><br></div><div>--Dave</div></div>