fW.RothC(SoilR)
fW.RothC()所属R语言包:SoilR
Effects of moisture on decomposition rates according to the RothC model
水分对分解率的影响RothC模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculates the effects of moisture (precipitation and pan evaporation) on decomposition rates according to the RothC model.
计算的水分(降水和蒸发皿蒸发量)的分解率的影响,根据RothC模型。
用法----------Usage----------
fW.RothC(P, E, S.Thick = 23, pClay = 23.4, pE = 0.75, bare = FALSE)
参数----------Arguments----------
参数:P
A vector with monthly precipitation (mm).
一个向量,其月平均降水量(毫米)。
参数:E
A vector with same length with open pan evaporation or evapotranspiration (mm).
与相同长度的向量开放式蒸发皿蒸发量和蒸发量(毫米)。
参数:S.Thick
Soil thickness in cm. Default for Rothamsted is 23 cm.
土壤厚度厘米。洛桑的默认设置是23厘米。
参数:pClay
Percent clay.
%粘土。
参数:pE
Evaporation coefficient. If open pan evaporation is used pE=0.75. If Potential evaporation is used, pE=1.0.
蒸发系数。如果开放式蒸发皿蒸发量的PE = 0.75。如果潜在蒸发时,PE = 1.0。
参数:bare
Logical. Under bare soil conditions, bare=TRUE. Dafault is set under vegetated soil.
逻辑。在裸露的土壤条件下,裸= TRUE。 Dafault是根据植物的土壤。
值----------Value----------
A data.frame with accumulated top soil moisture deficit (Acc.TSMD) and the rate modifying factor b.
数据框积累了表层土壤水分的赤字(Acc.TSMD)率修正系数b。
(作者)----------Author(s)----------
Carlos A. Sierra <csierra@bgc-jena.mpg.de>, Markus Mueller <mamueller@bgc-jena.mpg.de>
参考文献----------References----------
实例----------Examples----------
P=c(74,59,62,51,52,57,34,55,58,56,75,71) #Monthly Precipitation (mm)[月降水量(mm)]
E=c(8,10,27,49,83,99,103,91,69,34,16,8) #Monthly open pan evaporation (mm)[每月开放式蒸发皿蒸发量(毫米)]
Rothamsted=fW.RothC(P,E)
data.frame(month.name,P,E,0.75*E,P-0.75*E,Rothamsted) # This reproduces Table 1 in the RothC documentation (Coleman and Jenkinson 1999)[这再现表1中的的RothC文件(1999年科尔曼和詹金森)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|