If you are in a relatively flat area, there needs to be consideration given to the algorithm (to my knowledge there is no "choice" in the ArcGIS suite) used to do the most important thing:  delineate the watershed basin.  Since the question was asked about differences, this may apply if your terrain is relatively flat.  
<br><br>From the r.watershed manual, &quot;If watershed divides contain flat to low slope, <em>r.watershed</em>
will generate better basin results than <em>r.terraflow</em>.
(<em>r.terraflow</em> uses the same type of algorithm as ESRI&#39;s ArcGIS
watershed software which fails under these conditions.)&quot;&nbsp; <a href="http://download.osgeo.org/grass/grass63/manuals/html63_user/r.watershed.html">http://download.osgeo.org/grass/grass63/manuals/html63_user/r.watershed.html
</a><br><br><br>Mark<br><br><div class="gmail_quote">On Jan 23, 2008 11:42 AM,  &lt;<a href="mailto:hydro@hydromodeling.com">hydro@hydromodeling.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks. &nbsp;I will try and change my threshold value this evening.<br><br>A little background, I have completed this phase of the project at<br>&quot;work&quot; using ArcHydro and it took about half a day total to run<br>through the tools (fill, flow direction, flow accumulation, etc.). &nbsp;I
<br>am trying to now do the same project at home using open source tools<br>as a means of learning grass and as a comparison. &nbsp;I wonder if the<br>r.watershed algorithms differ enough from the ArcHydro ones to make<br>execution times very different? &nbsp;Any thoughts?
<br><div class="Ih2E3d"><br>Quoting Charles Ehlschlaeger &lt;<a href="mailto:c.ehlschlaeger@insightbb.com">c.ehlschlaeger@insightbb.com</a>&gt;:<br><br></div>&gt; r.watershed will take a long time for a 8,600x10,300 cell DEM under any
<br>&gt; circumstance. Your threshold value (400) might also be slowing things down.<br>&gt;<br>&gt; How large should your smallest exterior watershed basin be? If your grid<br>&gt; cells are 10mx10m, your basins will be 400x10mx10m = 40,000 m^2: not that
<br>&gt; large. The larger the th value, the faster the program will run.<br><div class="Ih2E3d">&gt;<br>&gt; Sincerely, chuck<br>&gt;<br>&gt; Chuck Ehlschlaeger, Geospatial Science Consultant<br>&gt; PERTAN GROUP, <a href="http://pertan.com/" target="_blank">
http://pertan.com/</a><br>&gt; <a href="mailto:c.ehlschlaeger@insightbb.com">c.ehlschlaeger@insightbb.com</a>, 309-255-2727<br>&gt; <a href="http://chuck.ehlschlaeger.info/" target="_blank">http://chuck.ehlschlaeger.info/
</a><br>&gt;<br>&gt;<br>&gt; -----Original Message-----<br>&gt; From: <a href="mailto:grass-user-bounces@lists.osgeo.org">grass-user-bounces@lists.osgeo.org</a><br>&gt; [mailto:<a href="mailto:grass-user-bounces@lists.osgeo.org">
grass-user-bounces@lists.osgeo.org</a>] On Behalf Of<br>&gt; <a href="mailto:hydro@hydromodeling.com">hydro@hydromodeling.com</a><br></div><div><div></div><div class="Wj3C7c">&gt; Sent: Wednesday, January 23, 2008 8:52 AM
<br>&gt; To: Charles Ehlschlaeger<br>&gt; Cc: <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>&gt; Subject: RE: [GRASS-user] Use of r.watershed<br>&gt;<br>&gt; Chuck,<br>&gt;<br>&gt; Thanks for your reply. &nbsp;The DEM has 8,627 rows and 10,270 columns.
<br>&gt; The command line statement I used is:<br>&gt;<br>&gt; r.watershed el=fill th=400 ac=fac ba=basins st=str<br>&gt;<br>&gt; I have also tried using the -m and -4 flags placed after the r.watershed<br>&gt; part.<br>&gt;
<br>&gt; Thanks,<br>&gt;<br>&gt; Matt<br>&gt;<br>&gt; Quoting Charles Ehlschlaeger &lt;<a href="mailto:c.ehlschlaeger@insightbb.com">c.ehlschlaeger@insightbb.com</a>&gt;:<br>&gt;<br>&gt;&gt; How many rows and columns are in the input map? Also include the exact
<br>&gt;&gt; command line statement you use to run the program.<br>&gt;&gt;<br>&gt;&gt; Sincerely, chuck<br>&gt;&gt;<br>&gt;&gt; Chuck Ehlschlaeger, Geospatial Science Consultant<br>&gt;&gt; PERTAN GROUP, <a href="http://pertan.com/" target="_blank">
http://pertan.com/</a><br>&gt;&gt; <a href="mailto:c.ehlschlaeger@insightbb.com">c.ehlschlaeger@insightbb.com</a>, 309-255-2727<br>&gt;&gt; <a href="http://chuck.ehlschlaeger.info/" target="_blank">http://chuck.ehlschlaeger.info/
</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; -----Original Message-----<br>&gt;&gt; From: <a href="mailto:grass-user-bounces@lists.osgeo.org">grass-user-bounces@lists.osgeo.org</a><br>&gt;&gt; [mailto:<a href="mailto:grass-user-bounces@lists.osgeo.org">
grass-user-bounces@lists.osgeo.org</a>] On Behalf Of<br>&gt;&gt; <a href="mailto:hydro@hydromodeling.com">hydro@hydromodeling.com</a><br>&gt;&gt; Sent: Wednesday, January 23, 2008 7:15 AM<br>&gt;&gt; To: <a href="mailto:grass-user@lists.osgeo.org">
grass-user@lists.osgeo.org</a><br>&gt;&gt; Subject: [GRASS-user] Use of r.watershed<br>&gt;&gt;<br>&gt;&gt; Hello All,<br>&gt;&gt;<br>&gt;&gt; I am new to GRASS but have been using GIS (mainly ESRI products) for<br>&gt;&gt; quite a few years. &nbsp;I am trying to learn how to use GRASS to carry out
<br>&gt;&gt; hydrology related analyses. &nbsp;Currently, I am trying to use the<br>&gt;&gt; r.watershed command to delineate the basins for a watershed. &nbsp;My<br>&gt;&gt; question is, how long would you expect it to take to run? &nbsp;I am
<br>&gt;&gt; wondering if I am doing it wrong or if it just takes longer than I<br>&gt;&gt; would expect. &nbsp;The DEM is about 170MB TIFF before I import it to<br>&gt;&gt; GRASS. &nbsp;I have tried to run it a few times using different options,
<br>&gt;&gt; each time letting it run for 3 - 4 hours before killing it. I have<br>&gt;&gt; tried both the -m and -4 flags. &nbsp;Any input would be appreciated.<br>&gt;&gt; _______________________________________________<br>&gt;&gt; grass-user mailing list
<br>&gt;&gt; <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user
</a><br>&gt;&gt;<br>&gt;&gt; No virus found in this incoming message.<br>&gt;&gt; Checked by AVG Free Edition.<br>&gt;&gt; Version: 7.5.516 / Virus Database: 269.19.9/1238 - Release Date: 1/22/2008<br>&gt;&gt; 8:12 PM<br>
&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; No virus found in this outgoing message.<br>&gt;&gt; Checked by AVG Free Edition.<br>&gt;&gt; Version: 7.5.516 / Virus Database: 269.19.9/1238 - Release Date: 1/22/2008<br>&gt;&gt; 8:12 PM
<br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; grass-user mailing list<br>&gt; <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>&gt; <a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">
http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>&gt;<br>&gt; No virus found in this incoming message.<br>&gt; Checked by AVG Free Edition.<br>&gt; Version: 7.5.516 / Virus Database: 269.19.9/1238 - Release Date: 1/22/2008
<br>&gt; 8:12 PM<br>&gt;<br>&gt;<br>&gt; No virus found in this outgoing message.<br>&gt; Checked by AVG Free Edition.<br>&gt; Version: 7.5.516 / Virus Database: 269.19.9/1238 - Release Date: 1/22/2008<br>&gt; 8:12 PM<br>
&gt;<br>&gt;<br><br><br>_______________________________________________<br>grass-user mailing list<br><a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">
http://lists.osgeo.org/mailman/listinfo/grass-user</a><br></div></div></blockquote></div><br>