Opened 6 years ago
Last modified 6 years ago
#3605 new defect
r.flow incorrect output with upslope flag
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | Raster | Version: | svn-trunk |
Keywords: | r.flow | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
With certain slope configurations r.flow produces really strange output.
g.region n=200 s=0 e=200 w=0 res=1 r.mapcalc expression="sincos=sin(row()*5)*cos(col()*5)" r.flow -u elevation=sincos flowlength=flow_path
There is an old report of potentially incorrect array access, but no idea if it might be related: #1311
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Notice horizontal dark blue lines - they shouldn't be there as surface is smooth in all directions from peaks to pits