[GRASS-SVN] r35564 - grass-addons/LandDyn/r.landscape.evol

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 23 15:38:07 EST 2009


Author: isaacullah
Date: 2009-01-23 15:38:07 -0500 (Fri, 23 Jan 2009)
New Revision: 35564

Modified:
   grass-addons/LandDyn/r.landscape.evol/r.landscape.evol.html
Log:
COMPLETE removal of header and footer

Modified: grass-addons/LandDyn/r.landscape.evol/r.landscape.evol.html
===================================================================
--- grass-addons/LandDyn/r.landscape.evol/r.landscape.evol.html	2009-01-23 20:35:59 UTC (rev 35563)
+++ grass-addons/LandDyn/r.landscape.evol/r.landscape.evol.html	2009-01-23 20:38:07 UTC (rev 35564)
@@ -1,149 +1,3 @@
-<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
-
-<h2>NAME</h2>
-<em><b>r.landscape.evol</b></em>  - Create raster maps of net erosion/depostion, the modified terrain surface (DEM) after net erosion/deposition using the USPED equation, bedrock elevations after soil production, and soil depth maps. This module uses appropriate flow on different landforms by default; however, singular flow regimes can be chosen instead. THIS SCRIPT WILL PRODUCE MANY TEMPORARY MAPS AND REQUIRES A LOT OF FREE FILE SPACE!                                                                                                    
-<h2>KEYWORDS</h2>                                                                                                                                                                   
-<h2>SYNOPSIS</h2>                                                                                                                                                                   
-<b>r.landscape.evol</b><br>                                                                                                                                                         
-<b>r.landscape.evol help</b><br>                                                                                                                                                    
-<b>r.landscape.evol</b> [-<b>glkezbyncmtsvauwrdf</b>] <b>elev</b>=<em>string</em> <b>initbdrk</b>=<em>string</em> <b>prefx</b>=<em>string</em> <b>outdem</b>=<em>string</em> <b>outsoil</b>=<em>string</em>  [<b>outbdrk</b>=<em>string</em>]   [<b>statsout</b>=<em>string</em>]  <b>R</b>=<em>string</em> <b>K</b>=<em>string</em> <b>sdensity</b>=<em>string</em> <b>C</b>=<em>string</em> <b>kappa</b>=<em>string</em> <b>cutoff1</b>=<em>string</em> <b>cutoff2</b>=<em>string</em> <b>number</b>=<em>integer</em> <b>nbhood</b>=<em>string</em> <b>method</b>=<em>string</em>  [--<b>verbose</b>]  [--<b>quiet</b>]                                                                                                                       
-
-<h3>Flags:</h3>
-<DL>           
-<DT><b>-g</b></DT>
-<DD>-g do not put header on statsout text file and always append data, even if file already exists (useful if script is being run by an outside program)</DD>
-
-<DT><b>-l</b></DT>
-<DD>-l Do not output maps of soil depths</DD>
-
-<DT><b>-k</b></DT>
-<DD>-k Keep all intermediate files as well</DD>
-
-<DT><b>-e</b></DT>
-<DD>-e Keep initial soil depths map</DD>
-
-<DT><b>-z</b></DT>
-<DD>-z Keep region zoomed to output maps</DD>
-
-<DT><b>-b</b></DT>
-<DD>-b Use static bedrock elavations (do not create new soil)</DD>
-
-<DT><b>-y</b></DT>
-<DD>-y Smooth the map every year (Uesful if artifacts appear on unsmoothed output maps)</DD>
-
-<DT><b>-n</b></DT>
-<DD>-n Output maps of net elevation change for every cycle</DD>
-
-<DT><b>-c</b></DT>
-<DD>-c Output cumulative erosion/deposition map from data for all iterations</DD>
-
-<DT><b>-m</b></DT>
-<DD>-m Output mean erosion/depostition map from data for all iterations (must check -n as well)</DD>
-
-<DT><b>-t</b></DT>
-<DD>-t Output standard deviation of erosion/depostition map from data for all iterations (must check -n as well)</DD>
-
-<DT><b>-s</b></DT>
-<DD>-s Output mean soil depths map from data for all iterations</DD>
-
-<DT><b>-v</b></DT>
-<DD>-v Output standard deviation soil depths map from data for all iterations</DD>
-
-<DT><b>-a</b></DT>
-<DD>-a Output maximum soil depths map from data for all iterations</DD>
-
-<DT><b>-u</b></DT>
-<DD>-u Output minimum soil depths map from data for all iterations</DD>
-
-<DT><b>-w</b></DT>
-<DD>-w Calcuate for only sheetwash across entire map</DD>
-
-<DT><b>-r</b></DT>
-<DD>-r Calcuate for only channelized flow across entire map</DD>
-
-<DT><b>-d</b></DT>
-<DD>-d Calcuate for only diffusive flow (soil creep) across entire map</DD>
-
-<DT><b>-f</b></DT>
-<DD>-f Use r.terrflow instead of r.watershed to calculate flow accumulation ( GRASS 6.3.x users MUST use this flag!)</DD>
-
-<DT><b>--verbose</b></DT>
-<DD>Verbose module output</DD>
-<DT><b>--quiet</b></DT>       
-<DD>Quiet module output</DD>  
-</DL>                         
-
-<h3>Parameters:</h3>
-<DL>                
-<DT><b>elev</b>=<em>string</em></DT>
-<DD>Input elevation map (DEM)</DD>  
-
-<DT><b>initbdrk</b>=<em>string</em></DT>
-<DD>Initial bedrock elevations map (for first iteration only)</DD>
-<DD>Default: <em></em></DD>                                       
-
-<DT><b>prefx</b>=<em>string</em></DT>
-<DD>Prefix for all output maps</DD>  
-<DD>Default: <em>levol_</em></DD>    
-
-<DT><b>outdem</b>=<em>string</em></DT>
-<DD>Name stem for output elevation map(s) (preceded by prefix and followed by numerical suffix if more than one iteration)</DD>
-<DD>Default: <em>elevation</em></DD>                                                                                           
-
-<DT><b>outsoil</b>=<em>string</em></DT>
-<DD>Name stem for the output soil depth map(s) (preceded by prefix and followed by numerical suffix if more than one iteration)</DD>
-<DD>Default: <em>soildepth</em></DD>
-
-<DT><b>outbdrk</b>=<em>string</em></DT>
-<DD>Name stem for the output bedrock map(s) (required if the -b option is NOT checked; preceded by prefix and followed by numerical suffix if more than one iteration)</DD>
-<DD>Default: <em>bedrock</em></DD>
-
-<DT><b>statsout</b>=<em>string</em></DT>
-<DD>Name for the statsout text file (optional, if none provided, a default name will be used)</DD>
-
-<DT><b>R</b>=<em>string</em></DT>
-<DD>Rainfall (R factor) constant (AVERAGE FOR WHOLE MAP AREA)</DD>
-<DD>Default: <em>5.66</em></DD>
-
-<DT><b>K</b>=<em>string</em></DT>
-<DD>Soil erodability index (K factor) map or constant</DD>
-<DD>Default: <em>0.42</em></DD>
-
-<DT><b>sdensity</b>=<em>string</em></DT>
-<DD>Soil density constant (for conversion from mass to volume)</DD>
-<DD>Default: <em>1.2184</em></DD>
-
-<DT><b>C</b>=<em>string</em></DT>
-<DD>Landcover index (C factor) map or constant</DD>
-<DD>Default: <em>0.001</em></DD>
-
-<DT><b>kappa</b>=<em>string</em></DT>
-<DD>Hillslope diffusion (Kappa) rate map or constant (meters per kiloyear)</DD>
-<DD>Default: <em>1</em></DD>
-
-<DT><b>cutoff1</b>=<em>string</em></DT>
-<DD>Flow accumultion breakpoint value for shift from diffusion to overland flow (number of cells)</DD>
-<DD>Default: <em>4</em></DD>
-
-<DT><b>cutoff2</b>=<em>string</em></DT>
-<DD>Flow accumultion breakpoint value for shift from overland flow to channelized flow (number of cells)</DD>
-<DD>Default: <em>50</em></DD>
-
-<DT><b>number</b>=<em>integer</em></DT>
-<DD>number of iterations (cycles) to run</DD>
-<DD>Default: <em>1</em></DD>
-
-<DT><b>nbhood</b>=<em>string</em></DT>
-<DD>Band-pass filter neighborhood size</DD>
-<DD>Options: <em>1,3,5,7,9,11,13,15,17,19,21,23,25</em></DD>
-<DD>Default: <em>3</em></DD>
-
-<DT><b>method</b>=<em>string</em></DT>
-<DD>Neighborhood smoothing method</DD>
-<DD>Options: <em>average,median,mode</em></DD>
-<DD>Default: <em>median</em></DD>
-
-</DL>
 <h2>DESCRIPTION</h2>
 
 <p><em>r.landscape.evol</em> takes as input a raster digital elevation
@@ -322,10 +176,4 @@
 </ol>
 
 <p>
-<i>Last changed: $Date: 2009-23-1 (Fri, 21 Jan 2009) $</i>
-<HR>
-<P><a href="index.html">Main index</a> - <a href="raster.html">raster index</a> - <a href="full_index.html">Full index</a></P>
-<P>&copy; 2003-2009 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
-
-</body>
-</html>
\ No newline at end of file
+<i>Last changed: $Date: 2009-23-1 (Fri, 21 Jan 2009) $</i>
\ No newline at end of file



More information about the grass-commit mailing list