[GRASS-SVN] r65843 - in grass/trunk/raster: r.ros r.sim/r.sim.sediment r.sim/r.sim.water r.spread r.topmodel

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 6 19:17:59 PDT 2015


Author: wenzeslaus
Date: 2015-08-06 19:17:59 -0700 (Thu, 06 Aug 2015)
New Revision: 65843

Modified:
   grass/trunk/raster/r.ros/main.c
   grass/trunk/raster/r.sim/r.sim.sediment/main.c
   grass/trunk/raster/r.sim/r.sim.water/main.c
   grass/trunk/raster/r.spread/main.c
   grass/trunk/raster/r.topmodel/main.c
Log:
introduce keyword model in sense of computational model or simulation

Modified: grass/trunk/raster/r.ros/main.c
===================================================================
--- grass/trunk/raster/r.ros/main.c	2015-08-06 14:56:31 UTC (rev 65842)
+++ grass/trunk/raster/r.ros/main.c	2015-08-07 02:17:59 UTC (rev 65843)
@@ -214,6 +214,7 @@
     G_add_keyword(_("spread"));
     G_add_keyword(_("rate of spread"));
     G_add_keyword(_("hazard"));
+    G_add_keyword(_("model"));
     module->label = _("Generates rate of spread raster maps.");
     module->description =
 	_("Generates three, or four raster map layers showing the base "

Modified: grass/trunk/raster/r.sim/r.sim.sediment/main.c
===================================================================
--- grass/trunk/raster/r.sim/r.sim.sediment/main.c	2015-08-06 14:56:31 UTC (rev 65842)
+++ grass/trunk/raster/r.sim/r.sim.sediment/main.c	2015-08-07 02:17:59 UTC (rev 65843)
@@ -112,6 +112,7 @@
     G_add_keyword(_("sediment flow"));
     G_add_keyword(_("erosion"));
     G_add_keyword(_("deposition"));
+    G_add_keyword(_("model"));
     module->description =
 	_("Sediment transport and erosion/deposition simulation "
 	  "using path sampling method (SIMWE).");

Modified: grass/trunk/raster/r.sim/r.sim.water/main.c
===================================================================
--- grass/trunk/raster/r.sim/r.sim.water/main.c	2015-08-06 14:56:31 UTC (rev 65842)
+++ grass/trunk/raster/r.sim/r.sim.water/main.c	2015-08-07 02:17:59 UTC (rev 65843)
@@ -111,6 +111,7 @@
     G_add_keyword(_("soil"));
     G_add_keyword(_("flow"));
     G_add_keyword(_("overland flow"));
+    G_add_keyword(_("model"));
     module->description =
 	_("Overland flow hydrologic simulation using "
 	  "path sampling method (SIMWE).");

Modified: grass/trunk/raster/r.spread/main.c
===================================================================
--- grass/trunk/raster/r.spread/main.c	2015-08-06 14:56:31 UTC (rev 65842)
+++ grass/trunk/raster/r.spread/main.c	2015-08-07 02:17:59 UTC (rev 65843)
@@ -106,6 +106,7 @@
     G_add_keyword(_("fire"));
     G_add_keyword(_("spread"));
     G_add_keyword(_("hazard"));
+    G_add_keyword(_("model"));
     module->label =
 	_("Simulates elliptically anisotropic spread.");
     module->description =

Modified: grass/trunk/raster/r.topmodel/main.c
===================================================================
--- grass/trunk/raster/r.topmodel/main.c	2015-08-06 14:56:31 UTC (rev 65842)
+++ grass/trunk/raster/r.topmodel/main.c	2015-08-07 02:17:59 UTC (rev 65843)
@@ -50,6 +50,7 @@
     module = G_define_module();
     G_add_keyword(_("raster"));
     G_add_keyword(_("hydrology"));
+    G_add_keyword(_("model"));
     module->description =
 	_("Simulates TOPMODEL which is a physically based hydrologic model.");
 



More information about the grass-commit mailing list