[GRASS-SVN] r68154 - grass/branches/releasebranch_7_0/raster/r.topmodel
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 25 09:25:31 PDT 2016
Author: martinl
Date: 2016-03-25 09:25:31 -0700 (Fri, 25 Mar 2016)
New Revision: 68154
Modified:
grass/branches/releasebranch_7_0/raster/r.topmodel/main.c
grass/branches/releasebranch_7_0/raster/r.topmodel/r.topmodel.html
Log:
r.topmodel: manual syntax cosmentics
(merge r68153 from trunk)
Modified: grass/branches/releasebranch_7_0/raster/r.topmodel/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.topmodel/main.c 2016-03-25 16:22:24 UTC (rev 68153)
+++ grass/branches/releasebranch_7_0/raster/r.topmodel/main.c 2016-03-25 16:25:31 UTC (rev 68154)
@@ -57,16 +57,16 @@
/* Parameter definitions */
params.params = G_define_standard_option(G_OPT_F_INPUT);
params.params->key = "parameters";
- params.params->description = _("Name of TOPMODEL parameters file");
+ params.params->description = _("Name of input TOPMODEL parameters file");
params.topidxstats = G_define_standard_option(G_OPT_F_INPUT);
params.topidxstats->key = "topidxstats";
params.topidxstats->description =
- _("Name of topographic index statistics file");
+ _("Name of input topographic index statistics file");
params.input = G_define_standard_option(G_OPT_F_INPUT);
params.input->description =
- _("Name of rainfall and potential evapotranspiration data file");
+ _("Name of input rainfall and potential evapotranspiration data file");
params.output = G_define_standard_option(G_OPT_F_OUTPUT);
params.output->description = _("Name for output file");
Modified: grass/branches/releasebranch_7_0/raster/r.topmodel/r.topmodel.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.topmodel/r.topmodel.html 2016-03-25 16:22:24 UTC (rev 68153)
+++ grass/branches/releasebranch_7_0/raster/r.topmodel/r.topmodel.html 2016-03-25 16:25:31 UTC (rev 68154)
@@ -1,9 +1,9 @@
<h2>DESCRIPTION</h2>
-<b><em>r.topmodel</em></b> simulates TOPMODEL which is a physically based
+<em>r.topmodel</em> simulates TOPMODEL which is a physically based
hydrologic model.
-<h3>Selected Parameters:</h3>
+<h3>Parameters description</h3>
<dl>
<dt><b>parameters</b></dt>
@@ -105,16 +105,16 @@
<dd>
If a time step is specified, output will be generated for the specific time
step in addition to the summary and total flows at the outlet. This parameter
-can be combined with topidxclass to specify a time step and topographic index
-class at the same time. If no topidxclass is given, output will be generated
+can be combined with <b>topidxclass</b> to specify a time step and topographic index
+class at the same time. If no <b>topidxclass</b> is given, output will be generated
for all the topographic index classes.
</dd>
<dt><b>toptopidxclass</b></dt>
<dd>
If a topographic index class is specified, output will be generated for the
-given topographic index class. This parameter can be combined with timestep. If
-no timestep is given, output will be generated for all the time steps.
+given topographic index class. This parameter can be combined with <b>timestep</b>. If
+no <b>timestep</b> is given, output will be generated for all the time steps.
</dd>
<dt><b>topidx</b>, <b>ntoptopidxclasses</b>, <b>outtoptopidxstats</b></dt>
@@ -124,24 +124,25 @@
boundary. The entire range of topographic index values will be divided into
<b>ntoptopidxclasses</b> and the area ratio of each class will be reported in the
<b>outtoptopidxstats</b> file. These three parameters can be omitted unless a new
-topidxstats file needs to be created.
+<b>topidxstats</b> file needs to be created.
</dd>
</dl>
<h2>REFERENCES</h2>
-Cho, H., 2000. GIS Hydrological Modeling System by Using Programming Interface
-of GRASS. Master's Thesis, Department of Civil Engineering, Kyungpook National
-University, Korea.
-<p>
-Beven K., R. Lamb, P. Quinn, R. Romanowicz, and J. Freer, 1995. TOPMODEL, in
-V.P. Singh (Ed.). Computer Models of Watershed Hydrology. Water Resources
-Publications.
-<p>
-Liaw, S.C., 1988. Streamflow Simulation Using a Physically Based Hydrologic
-Model in Humid Forested Watersheds. Dissertation, Colorado State University,
-CO. p163.
+<ul>
+ <li>Cho, H., 2000. GIS Hydrological Modeling System by Using Programming Interface
+ of GRASS. Master's Thesis, Department of Civil Engineering, Kyungpook National
+ University, Korea.
+ <li>Beven K., R. Lamb, P. Quinn, R. Romanowicz, and J. Freer, 1995. TOPMODEL, in
+ V.P. Singh (Ed.). Computer Models of Watershed Hydrology. Water Resources
+ Publications.
+ <li>
+ Liaw, S.C., 1988. Streamflow Simulation Using a Physically Based Hydrologic
+ Model in Humid Forested Watersheds. Dissertation, Colorado State University,
+ CO. p163.
+</ul>
<h2>SEE ALSO</h2>
@@ -156,9 +157,10 @@
<h2>AUTHORS</h2>
-<a href="mailto:grass4u at gmail com">Huidae Cho</a><br>
+<a href="mailto:grass4u at gmail com">Huidae Cho</a>,
Hydro Laboratory, Kyungpook National University, South Korea
<p>
Based on TMOD9502.FOR by Keith Beven.
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>
More information about the grass-commit
mailing list