In the grads documentation index (<a href="http://grads.iges.org/grads/gadoc/gadocindex.html">http://grads.iges.org/grads/gadoc/gadocindex.html</a>) for cdiff function, one can find the following:<br><br><ol><li><dd><code>define dv = cdiff(v,x)
</code></dd><dd>define dx = cdiff(lon,x)*3.1416/180
</dd><dd>define du = cdiff(u*cos(lat*3.1416/180),y)
</dd><dd>define dy = cdiff(lat,y)*3.1416/180
</dd><dd>display (dv/dx-du/dy)/(6.37e6*cos(lat*3.1416/180))</dd></li></ol><br>Are the expressions for dv and du are correct?&nbsp; What kind of difference will be there if u and v components are &#39;grid relative&#39; or &#39;earth relative&#39;.<br>
<br>thanks in advance.<br><br><br><br clear="all"><br>-- <br>John Guhin