The model is simple enough to be run as a sequence of commands provided here for
See also:We use the analysis at 10m resolution as an example in this section of the tutorial (click on the highlighted text to see the related images).
raster: elevation, K, C, (P)
constants: R=220, grid resolution=10mComputation
1. r.flow elevation dsout=flowacc
2. r.slope.aspect elevation slope=slope
3. r.mapcalc
lsfac=1.6*exp(flowacc*resolution/22.1,0.6)*exp(sin(slope)/0.09,1.3)
soilloss=R*K*C*P*lsfac
4. r.colors soilloss co=rules (click here to see suggested rules, you can also copy the colortable...)
5. r.reclass soilloss ....
6. nviz -q (create 3D map)
7. d.dm (view 2d map)
8. p.ps (create printable map)
9. r.report soilloss.class (print summaries)
10. r.sum (total soil loss)
Notes and Trouble shooting (what to do if the results looks weird)
HOME