<div dir="ltr">Hi,<div><br></div><div>I tried something that was working at least several months ago, but somehow r.watershed has changed. What I am trying to do is to extract a stream network from a pseudo elevation map. This pseudo elevation map is created by getting the distance of each stream cell from to outlet in upstream direction (using r.cost). In addition, the streams are buffered (3 cells wide) with cells of a value that is much greater than the actual stream value. This map has several features: 1) The cell values for the stream are certainly decreasing in downstream direction (=elevation is decreasing) 2) The stream is carved into a valley (important at river junctions where two streams meet). So this should actually meet the requirements for r.watershed (at least it was working some time ago) to extract the stream and get the drainage directions (e.g. for other tools like r.stream.order etc.).</div><div> </div><div>Now, when I try to run r.watershed (GRASS7.1) I get following warning several times:</div><div><div>WARNING: MFD: cumulative proportion of flow distribution not 1.0 but</div><div>         -0.000000</div></div><div><br></div><div>Although I get a drainage map as output, no output is created for the extracted stream network. I am wondering what changed and why and if this is a bug in r.watershed or if I need to change settings differently.</div><div><br></div><div>Attached you can find the pseudo elevation map as geotiff to try it yourself!</div><div><br></div><div>The command I am using is:</div><div>r.watershed -m --o  elevation="pseudo_elevation" drainage="drainage_test" stream="stream_test" threshold=3<br></div><div><br></div><div>My system:</div><div><div>GRASS version: 7.1.svn                                                          </div><div>GRASS SVN revision: 65534                                                       </div><div>Build date: 2015-07-02                                                          </div><div>Build platform: i686-pc-linux-gnu                                               </div><div>GDAL: 1.10.0                                                                    </div><div>PROJ.4: 4.8.0                                                                   </div><div>GEOS: 3.4.2                                                                     </div><div>SQLite: 3.7.9                                                                   </div><div>Python: 2.7.3                                                                   </div><div>wxPython: 2.9.4.1    </div></div><div><br></div><div>Any ideas or suggestions?</div><div><br></div><div>Best regards,</div><div>Johannes</div></div>