[GRASS-dev] [GRASS GIS] #2966: r.sim.water not working in 7.0.3 32bit and 64bit

GRASS GIS trac at osgeo.org
Fri Mar 18 12:03:34 PDT 2016


#2966: r.sim.water not working in 7.0.3 32bit and 64bit
-------------------------+-------------------------
 Reporter:  baharmon     |      Owner:  grass-dev@…
     Type:  defect       |     Status:  new
 Priority:  normal       |  Milestone:  7.0.4
Component:  Raster       |    Version:  7.0.3
 Keywords:               |        CPU:  Unspecified
 Platform:  MSWindows 8  |
-------------------------+-------------------------
 Running r.sim.water caused GRASS 7.0.3 32 and 64 bit to crash on Windows
 8.2 and Ubuntu. Works fine on GRASS 7.0.2.

 Example with NC sample data:


 {{{
 g.region rast=elev_lid792_1m -p

 r.slope.aspect elevation=elev_lid792_1m dx=elev_lid792_dx_1m
 dy=elev_lid792_dy_1m

 r.sim.water elevation=elev_lid792_1m dx=elev_lid792_dx_1m
 dy=elev_lid792_dy_1m depth=water_depth_1m disch=water_discharge_1m
 nwalk=10000 rain_value=100 niter=5
 }}}


 When run in a script I got error code 255.


 {{{
 grass.exceptions.CalledModuleError: Module run None
 ['r.sim.water', '--o', 'niterations=niter',
 'elevation=elevation', 'rain_value=rain',
 'depth=depth', 'dx=dx', 'dy=dy', 'nwalkers=walkers']
 ended with error
 Process ended with non-zero return code 255. See errors in
 the (error) output.
 }}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2966>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list