On Thu, Jan 2, 2014 at 12:25 AM, Vaclav Petras <[email protected]> wrote: > Hi, > > I wanted to test sample fire simulation data > (http://grass.osgeo.org/download/sample-data/) in GRASS 7. I used the > provided script and tried one command after each other (you cannot use the > whole script because of r.spread X mon connection). > > However, the r.ros command is working only partially for me: > > GRASS 7.0.svn (fire_demolocation):~/... > r.ros -s model=fuel_model > moisture_1h=1hour_moisture moisture_live=live_moisture velocity=wind_speed > direction=wind_direction slope=slope aspect=aspect elevation=elevation > output=my_ros > 100% > ERROR: Invalid descriptor: 11
If you run it without -s, it works: GRASS 7.0.svn (fire_demolocation):~/grassdata/fire_demolocation > g.remove --q rast=my_ros.max,my_ros.base,my_ros.maxdir,my_ros.spotdist,my_spread,my_spread.x,my_spread.y,my_path WARNING: ... GRASS 7.0.svn (fire_demolocation):~/grassdata/fire_demolocation > r.ros model=fuel_model moisture_1h=1hour_moisture moisture_live=live_moisture velocity=wind_speed direction=wind_direction slope=slope aspect=aspect elevation=elevation output=my_ros 100% r.ros complete. Raster maps <my_ros.base>, <my_ros.max> and <my_ros.maxdir> created. So the issue in in the -s code. Markus _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
