.TH r.ros 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBr.ros\fR\fR - Generates three, or four raster map layers showing 1) the base (perpendicular) rate of spread (ROS), 2) the maximum (forward) ROS, 3) the direction of the maximum ROS, and optionally 4) the maximum potential spotting distance. .SH KEYWORDS raster, fire .SH SYNOPSIS \fBr.ros\fR .br \fBr.ros help\fR .br \fBr.ros\fR [\-\fBvs\fR] \fBmodel\fR=\fIstring\fR [\fBmoisture_1h\fR=\fIstring\fR] [\fBmoisture_10h\fR=\fIstring\fR] [\fBmoisture_100h\fR=\fIstring\fR] \fBmoisture_live\fR=\fIstring\fR [\fBvelocity\fR=\fIstring\fR] [\fBdirection\fR=\fIstring\fR] [\fBslope\fR=\fIstring\fR] [\fBaspect\fR=\fIstring\fR] [\fBelevation\fR=\fIstring\fR] \fBoutput\fR=\fIstring\fR [\-\-\fBoverwrite\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-v\fR" 4m .br Run verbosely .IP "\fB\-s\fR" 4m .br Also produce maximum SPOTTING distance .IP "\fB\-\-overwrite\fR" 4m .br Allow output files to overwrite existing files .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBmodel\fR=\fIstring\fR" 4m .br Name of raster map containing fuel MODELs .IP "\fBmoisture_1h\fR=\fIstring\fR" 4m .br Name of raster map containing the 1-HOUR fuel MOISTURE (%) .IP "\fBmoisture_10h\fR=\fIstring\fR" 4m .br Name of raster map containing the 10-HOUR fuel MOISTURE (%) .IP "\fBmoisture_100h\fR=\fIstring\fR" 4m .br Name of raster map containing the 100-HOUR fuel MOISTURE (%) .IP "\fBmoisture_live\fR=\fIstring\fR" 4m .br Name of raster map containing LIVE fuel MOISTURE (%) .IP "\fBvelocity\fR=\fIstring\fR" 4m .br Name of raster map containing midflame wind VELOCITYs (ft/min) .IP "\fBdirection\fR=\fIstring\fR" 4m .br Name of raster map containing wind DIRECTIONs (degree) .IP "\fBslope\fR=\fIstring\fR" 4m .br Name of raster map containing SLOPE (degree) .IP "\fBaspect\fR=\fIstring\fR" 4m .br Name of raster map containing ASPECT (degree, anti-clockwise from E) .IP "\fBelevation\fR=\fIstring\fR" 4m .br Name of raster map containing ELEVATION (m) (required w/ \-s) .IP "\fBoutput\fR=\fIstring\fR" 4m .br Name of raster map to contain results (several new layers) .PP .SH DESCRIPTION .PP \fIr.ros\fR generates the base ROS value, maximum ROS value, direction of the maximum ROS, and optionally the maximum potential spotting distance of a wildfire for each raster cell in the current geographic region. The calculation of the two ROS values for each raster cell is based on the Fortran code by Pat Andrews (1983) of the Northern Forest Fire Laboratory, USDA Forest Service. The direction of the maximum ROS results from the vector addition of the forward ROS in wind direction and that in upslope direction. The spotting distance, if required, will be calculated by a separate function, spot_dist(), which is based on Lathrop and Xu (in preparation), Chase (1984) and Rothermel (1991). These three or four raster map layers serve as inputs for another GRASS raster program r.spread. More information on r.ros and r.spread can be found in Xu (1994). .SH Parameters: .IP "\fBmodel=\fRname .br Name of an existing raster map layer in the user's current mapset search path containing the standard fuel models defined by the USDA Forest Service. Valid values are 1-13; other numbers are recognized as barriers by r.ros. .IP "\fBmoisture_1h=\fRname .br Name of an existing raster map layer in the user's current mapset search path containing the 1-hour (<.25") fuel moisture (percentage content multiplied by 100). .IP "\fBmoisture_10h=\fRname .br Name of an existing raster map layer in the user's current mapset search path containing the 10-hour (.25-1") fuel moisture (percentage content multiplied by 100). .IP "\fBmoisture_100h=\fRname .br Name of an existing raster map layer in the user's current mapset search path containing the 100-hour (1-3") fuel moisture (percentage content multiplied by 100). .IP "\fBmoisture_live=\fRname .br Name of an existing raster map layer in the user's current mapset search path containing live (herbaceous) fuel fuel moisture (percentage content multiplied by 100). .IP "\fBvelocity=\fRname .br Name of an existing raster map layer in the user's current mapset search path containing wind velocities at half of the average flame height (feet/minute). .IP "\fBdirection=\fRname .br Name of an existing raster map layer in the user's current mapset search path containing wind direction, clockwise from north (degree). .IP "\fBslope=\fRname .br Name of an existing raster map layer in the user's current mapset search path containing topographic slope (degree). .IP "\fBaspect=\fRname .br Name of an existing raster map layer in the user's current mapset search path containing topographic aspect, counter-clockwise from east (GRASS convention) (degree). .IP "\fBelevation=\fRname .br Name of an existing raster map layer in the user's current mapset search path containing elevation (meters). .IP "\fBoutput=\fRname .br Prefix of new raster map layers in the user's current mapset to contain .br 1) the base (perpendicular) ROS (cm/minute); .br 2) the maximum (forward) ROS (cm/minute), .br 3) the direction of the maximum ROS, clockwise from north (degree), and optionally .br 4) the maximum potential spotting distance (meters). .br If 'my_ros' is given as the output name, then r.ros automatically assigns 'my_ros.base', 'my_ros.max', 'my_ros.maxdir', and optionally, \(cqmy_ros.spotdist' as the names for the actual output map layers. .PP .SH OPTIONS r.ros can be run either non-interactively or interactively. The program is run interactively if the user types r.ros without specifying flag settings and parameter values on the command line. In this case, the user will be prompted for input. The program will be run non-interactively if the user specifies the names of raster map layers and any desired options on the command line, using the form: .br r.ros [\-vs] model=name [moisture_1h=name] [moisture_10h=name] [moisture_100h=name] moisture_live=name [velocity=name] [direction=name] [slope=name] [aspect=name] [elevation=name] output=name .PP If the options \fBmoisture_1h=\fRname, \fBmoisture_10h=\fRname, and \fBmoisture_100h=\fRname are partially given, the program will assign values to the missing option using the formula: .PP moisture_100h = moisture_10h + 1 = moisture_1h + 2. .PP However at least one of them should be given. Options \fBvelocity=\fRname and \fBdirection=\fRname must be in pair, whether given or not. If none is given, the program will assume a no-wind condition. Options \fBslope=\fRname and \fBaspect=\fRname must be in pair, whether given or not. If none is given, the program will assume a topographically flat condition. Option \fBelevation=\fRname must be given if \-s option is used. .SH EXAMPLE Assume we have inputs, the following generates ROSes and spotting distances: .PP r.ros \-vs model=fire_model moisture_1h=1hour_moisture moisture_live=live_moisture velocity=wind_speed direction=wind_direction slope=slope aspect=aspect elevation=elevation output=my_ros .SH NOTES 1. r.ros is supposed to be run before running another GRASS program r.spread. The combination of the two forms a simulation of the spread of wildfires. .br 2. The inputs to r.ros should be in proper units. .br 3. The output units for the base and maximum ROSes are in cm/minute rather than ft/minute, which is due to that a possible zero ft/minute base ROS value and a positive integer ft/minute maximum ROS would result in calculation failure in the r.spread program. .br 4. The user needs to provide only ONE output name even the program actually generates THREE or FOUR map layers. .br 5. The rules for optional parameters must be followed. .SH SEE ALSO \fIg.region, r.slope.aspect, r.spread\fR .SH REFERENCES \fBAlbini,\fR F. A., 1976, Computer-based models of wildland fire behavior: a user's manual, USDA Forest Service, Intermountain Forest and Range Experiment Station, Ogden, Utah. .br \fBAndrews\fR, P. L., 1986, BEHAVE: fire behavior prediction and fuel modeling system -- BURN subsystem, Part 1, USDA Forest Service, Intermountain Research Station, Gen. Tech. Rep. INT-194, Ogden, Utah. .br \fBChase\fR, Carolyn, H., 1984, Spotting distance from wind-driven surface fires -- extensions of equations for pocket calculators, US Forest Service, Res. Note INT-346, Ogden, Utah. .br \fBLathrop\fR, Richard G. and Jianping Xu, A geographic information system-based approach for calculating spotting distance. (in preparation) .br \fBRothermel\fR, R. E., 1972, A mathematical model for predicting fire spread in wildland fuels, USDA Forest Service, Intermountain Forest and Range Experiment Station, Res. Pap. INT-115, Ogden, Utah. .br \fBRothermel\fR, Richard, 1991, Predicting behavior and size of crown fires in the northern Rocky Mountains, US Forest Service, Res. Paper INT-438, Ogden, Utah. .br \fBXu\fR, Jianping, 1994, Simulating the spread of wildfires using a geographic information system and remote sensing, Ph. D. Dissertation, Rutgers University, New Brunswick, New Jersey. .SH AUTHOR Jianping Xu, Center for Remote Sensing and Spatial Analysis, Rutgers University. .PP \fILast changed: $Date: 2009-05-23 10:12:36 +0200 (Sat, 23 May 2009) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team