r.topmodel.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <h2>DESCRIPTION</h2>
  2. <em>r.topmodel</em> simulates TOPMODEL which is a physically based
  3. hydrologic model.
  4. <h3>Parameters description</h3>
  5. <dl>
  6. <dt><b>parameters</b></dt>
  7. <dd>
  8. This file contains TOPMODEL parameters that describe the study area. Any lines
  9. starting with a # sign or empty lines are ignored.
  10. <div class="code"><pre>
  11. # Subcatchment name
  12. Subcatchment 1
  13. ################################################################################
  14. # A [m^2]: Total subcatchment area
  15. 3.31697E+07
  16. ################################################################################
  17. # qs0 [m/h]: Initial subsurface flow per unit area
  18. # "The first streamflow input is assumed to represent
  19. # only the subsurface flow contribution in the watershed."
  20. # - Liaw (1988)
  21. 0.000075
  22. # lnTe [ln(m^2/h)]: Areal average of the soil surface transmissivity
  23. 4.
  24. # m [m]: Parameter controlling the decline rate of transmissivity
  25. # See Beven and Kirkby (1979)
  26. 0.0125
  27. # Sr0 [m]: Initial root zone storage deficit
  28. 0.0025
  29. # Srmax [m]: Maximum root zone storage deficit
  30. 0.041
  31. # td [h]: Unsaturated zone time delay per unit storage deficit if greater than 0
  32. # OR
  33. # -alpha: Effective vertical hydraulic gradient if not greater than 0.
  34. #
  35. # For example, -10 means alpha=10.
  36. 60.
  37. # vch [m/h]: Main channel routing velocity
  38. 20000.
  39. # vr [m/h]: Internal subcatchment routing velocity
  40. 10000.
  41. ################################################################################
  42. # infex: Calculate infiltration excess if not zero (integer)
  43. 0
  44. # K0 [m/h]: Surface hydraulic conductivity
  45. 2.
  46. # psi [m]: Wetting front suction
  47. 0.1
  48. # dtheta: Water content change across the wetting front
  49. 0.1
  50. ################################################################################
  51. # d [m]: Distance from the catchment outlet
  52. # The first value should be the mainstream distance from
  53. # the subcatchment outlet to the catchment outlet.
  54. # Ad_r: Cumulative area ratio of subcatchment (0.0 to 1.0)
  55. # The first and last values should be 0 and 1, respectively.
  56. # d Ad_r
  57. 0 0.0
  58. 1000 0.2
  59. 2000 0.4
  60. 3000 0.6
  61. 4000 0.8
  62. 5000 1.0
  63. </pre></div>
  64. </dd>
  65. <dt><b>input</b><dt>
  66. <dd>
  67. This file contains observed weather data.
  68. <div class="code"><pre>
  69. # dt [h]: Time step
  70. 24
  71. ################################################################################
  72. # R [m/dt]: Rainfall
  73. # Ep [m/dt]: Potential evapotranspiration
  74. # R Ep
  75. 0.000033 0.000000
  76. 0.000053 0.011938
  77. 0.004821 0.000000
  78. .
  79. .
  80. .
  81. </pre></div>
  82. </dd>
  83. <dt><b>timestep</b></dt>
  84. <dd>
  85. If a time step is specified, output will be generated for the specific time
  86. step in addition to the summary and total flows at the outlet. This parameter
  87. can be combined with <b>topidxclass</b> to specify a time step and topographic index
  88. class at the same time. If no <b>topidxclass</b> is given, output will be generated
  89. for all the topographic index classes.
  90. </dd>
  91. <dt><b>toptopidxclass</b></dt>
  92. <dd>
  93. If a topographic index class is specified, output will be generated for the
  94. given topographic index class. This parameter can be combined with <b>timestep</b>. If
  95. no <b>timestep</b> is given, output will be generated for all the time steps.
  96. </dd>
  97. <dt><b>topidx</b>, <b>ntoptopidxclasses</b>, <b>outtoptopidxstats</b></dt>
  98. <dd>
  99. The <b>topidx</b> map can optionally be used for creating a new topographic
  100. index statistics file. This map has to be already clipped to the catchment
  101. boundary. The entire range of topographic index values will be divided into
  102. <b>ntoptopidxclasses</b> and the area ratio of each class will be reported in the
  103. <b>outtoptopidxstats</b> file. These three parameters can be omitted unless a new
  104. <b>topidxstats</b> file needs to be created.
  105. </dd>
  106. </dl>
  107. <h2>REFERENCES</h2>
  108. <ul>
  109. <li>Beven, K. J., 1984. Infiltration into a class of vertically non-uniform
  110. soils. Hydrological Sciences Journal 29 (4), 425-434.
  111. <li>Beven, K. J., Kirkby, M. J., 1979. A physically based, variable
  112. contributing area model of basin hydrology. Hydrological Sciences Bulletin 24
  113. (1), 43-69.
  114. <li>Beven K. J., R. Lamb, P. Quinn, R. Romanowicz, and J. Freer, 1995.
  115. TOPMODEL, in V.P. Singh (Ed.). Computer Models of Watershed Hydrology. Water
  116. Resources Publications.
  117. <li>Cho, H., 2000. GIS Hydrological Modeling System by Using Programming
  118. Interface of GRASS. Master's Thesis, Department of Civil Engineering,
  119. Kyungpook National University, Korea.
  120. <li>Liaw, S. C., 1988. Streamflow Simulation Using a Physically Based
  121. Hydrologic Model in Humid Forested Watersheds. Dissertation, Colorado State
  122. University, CO. p163.
  123. <li>Morel-Seytoux, H. J., Khanji, J., 1974. Derivation of an equation of
  124. infiltration. Water Resources Research 10 (4), 795-800.
  125. </ul>
  126. <h2>SEE ALSO</h2>
  127. <em>
  128. <a href="r.fill.dir.html">r.fill.dir</a>,
  129. <a href="r.mapcalc.html">r.mapcalc</a>,
  130. <a href="r.topidx.html">r.topidx</a>
  131. </em>
  132. <br>
  133. <a href="http://idea.isnew.info/r.topmodel.html">How to run r.topmodel</a>
  134. <h2>AUTHORS</h2>
  135. <a href="mailto:grass4u@gmail com">Huidae Cho</a>,
  136. Hydro Laboratory, Kyungpook National University, South Korea
  137. <p>
  138. Based on TMOD9502.FOR by Keith Beven.
  139. <p>
  140. <i>Last changed: $Date$</i>