瀏覽代碼

r.topmodel: manual syntax cosmentics
(merge https://trac.osgeo.org/grass/changeset/68153 from trunk)


git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@68154 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 9 年之前
父節點
當前提交
561be60ae2
共有 2 個文件被更改,包括 25 次插入23 次删除
  1. 3 3
      raster/r.topmodel/main.c
  2. 22 20
      raster/r.topmodel/r.topmodel.html

+ 3 - 3
raster/r.topmodel/main.c

@@ -57,16 +57,16 @@ int main(int argc, char **argv)
     /* Parameter definitions */
     /* Parameter definitions */
     params.params = G_define_standard_option(G_OPT_F_INPUT);
     params.params = G_define_standard_option(G_OPT_F_INPUT);
     params.params->key = "parameters";
     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 = G_define_standard_option(G_OPT_F_INPUT);
     params.topidxstats->key = "topidxstats";
     params.topidxstats->key = "topidxstats";
     params.topidxstats->description =
     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 = G_define_standard_option(G_OPT_F_INPUT);
     params.input->description =
     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 = G_define_standard_option(G_OPT_F_OUTPUT);
     params.output->description = _("Name for output file");
     params.output->description = _("Name for output file");

+ 22 - 20
raster/r.topmodel/r.topmodel.html

@@ -1,9 +1,9 @@
 <h2>DESCRIPTION</h2>
 <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.
 hydrologic model.
 
 
-<h3>Selected Parameters:</h3>
+<h3>Parameters description</h3>
 
 
 <dl>
 <dl>
 <dt><b>parameters</b></dt>
 <dt><b>parameters</b></dt>
@@ -105,16 +105,16 @@ This file contains observed weather data.
 <dd>
 <dd>
 If a time step is specified, output will be generated for the specific time
 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
 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.
 for all the topographic index classes.
 </dd>
 </dd>
 
 
 <dt><b>toptopidxclass</b></dt>
 <dt><b>toptopidxclass</b></dt>
 <dd>
 <dd>
 If a topographic index class is specified, output will be generated for the
 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>
 </dd>
 
 
 <dt><b>topidx</b>, <b>ntoptopidxclasses</b>, <b>outtoptopidxstats</b></dt>
 <dt><b>topidx</b>, <b>ntoptopidxclasses</b>, <b>outtoptopidxstats</b></dt>
@@ -124,24 +124,25 @@ index statistics file. This map has to be already clipped to the catchment
 boundary. The entire range of topographic index values will be divided into
 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>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
 <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>
 </dd>
 </dl>
 </dl>
 
 
 
 
 <h2>REFERENCES</h2>
 <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>
 <h2>SEE ALSO</h2>
@@ -156,9 +157,10 @@ CO. p163.
 
 
 <h2>AUTHORS</h2>
 <h2>AUTHORS</h2>
 
 
-<a href="mailto:grass4u@gmail com">Huidae Cho</a><br>
+<a href="mailto:grass4u@gmail com">Huidae Cho</a>, 
 Hydro Laboratory, Kyungpook National University, South Korea
 Hydro Laboratory, Kyungpook National University, South Korea
 <p>
 <p>
 Based on TMOD9502.FOR by Keith Beven.
 Based on TMOD9502.FOR by Keith Beven.
 
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>