<HTML>
<HEAD>
<TITLE>CDIFF Versus HDIVG?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I was wondering if there is a difference in the differencing scheme between CDIFF and HDIVG. &nbsp;I ask because I did a modified example from the documentation, i.e., divergence vice vorticity. &nbsp;The documentation states that CDIFF uses centered differencing. &nbsp;HDIVG says the same. &nbsp;The images suggest something else unless I&#8217;m missing something.<BR>
<BR>
CDIFF file<BR>
if(var='DIV')<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'run bluewhitered.gs -2.0 .5 10'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'define dv = cdiff(vgrdprs,x)'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'define dx = cdiff(lon,x)*3.1416/180'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'define du = cdiff(ugrdprs*cos(lat*3.1416/180),y)'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'define dy = cdiff(lat,y)*3.1416/180'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'display (du/dx+dv/dy)*1e5/(6.37e6*cos(lat*3.1416/180))'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'run cbarn.gs 0.8 1 10.4 4.7'<BR>
endif<BR>
<BR>
HDIVG file<BR>
if(var='DIV')<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'run bluewhitered.gs -2.0 .5 10'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'d 1e5*hdivg(ugrdprs,vgrdprs)'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'run cbarn.gs 0.8 1 10.4 4.7'<BR>
Endif<BR>
<BR>
Here are the images in order...<BR>
<BR>
Thank you for any comments,<BR>
<BR>
Robert LeeJoice<BR>
PhD Candidate, Naval Postgraduate School<BR>
</SPAN></FONT>
</BODY>
</HTML>