infiltration(topmodel)
infiltration()所属R语言包:topmodel
Infiltration routine of TOPMODEL
渗透常规的TOPMODEL
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Infiltration routine used in TOPMODEL, based on the Green-Ampt model.
渗透日常使用的TOPMODEL,绿色Ampt模型的基础上。
用法----------Usage----------
infiltration(rain, parameters)
参数----------Arguments----------
参数:rain
A vector of rain data (m per timestep)
雨数据的矢量每时间步长(M)
参数:parameters
A vector containing 3 parameters (see below for the exact structure)
一个向量,包含3个参数(见下文的确切结构)
Details
详细信息----------Details----------
This function gives direct access to the infiltration routine implemented in topmodel(). The function needs three parameters: c(dt, CD, K0, m), where:
此功能提供了直接访问的渗透常规实施topmodel()。该功能的实现需要三个参数:c(dt, CD, K0, m),其中:
</table>
</ TABLE>
值----------Value----------
The function returns a vector with the same length as the input vector rain representing infiltration.
该函数返回一个具有相同长度的向量作为输入向量雨代表浸润。
(作者)----------Author(s)----------
Wouter Buytaert, Imperial College London, based on original FORTRAN code from Lancaster University
参考文献----------References----------
Beven, K., 1984. Infiltration into a Class of Vertically Non-Uniform Soils. Hydrological Sciences Journal 29, 425-434.
See also http://rwiki.sciviews.org/doku.php?id=guides:tutorials:hydrological_data_analysis for examples.
参见----------See Also----------
topmodel
topmodel
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|