<div dir="ltr"><div><div>Hi,<br><br>I wanted to test sample fire simulation data (<a href="http://grass.osgeo.org/download/sample-data/">http://grass.osgeo.org/download/sample-data/</a>) 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).<br>

<br>However, the r.ros command is working only partially for me:<br><br>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<br>

 100%<br>ERROR: Invalid descriptor: 11<br><br></div>I'm in demomapset. All output maps are created (my_ros.base, my_ros.max, ...) and I can run r.spread.<br><br></div>It seems that the error goes from lib/raster/close.c:<br>

<br>$ grep -Irn "Invalid descriptor" .<br>./lib/raster/close.c:74:    G_fatal_error(_("Invalid descriptor: %d"), fd);<br>./lib/raster/close.c:107:    G_fatal_error(_("Invalid descriptor: %d"), fd);<br>

<br><div><div>Recently, we tried some other data on some other system and it worked without an error.  Also in GRASS 6.4.3 it works without problems (except for the last commands but probably just the script is confusing or confused). My system is Ubuntu 13.10 64bit (gcc).<br>

</div><div><br></div><div>I don't know what to test or look for.<br></div><div><br></div><div>Vaclav<br></div></div></div>