extract_wasim_params(wasim)
extract_wasim_params()所属R语言包:wasim
Extract Parameters from WaSiM-Control-File
从的瓦西姆控制文件中提取参数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
retrieves desired parameters (currently limited to soil\_model and snow\_model) from WASIM control file
瓦西姆控制文件获取所需的参数(目前仅限于土壤\ \ _model和雪_model)
用法----------Usage----------
extract_wasim_params(wasim_param_file,param_list)
参数----------Arguments----------
参数:wasim_param_file
Path to WASIM control file (see details).
瓦西姆控制文件的路径(见详情)。
参数:param_list
List of parameters to be extracted from the file. Currently supportedall lowercase) m,tkorr,kkorr,kd,hmax,kh,cmelt,t0r,t0,c0
从文件中提取的参数的列表。目前支持:(全部小写),男,tkorr,kkorr,KD,HMAX,KH,cmelt,t0r,T0,C0
Details
详细信息----------Details----------
The ordinary WASIM control file (*.ctrl) may be used as wasim\_param\_file. However, if this files uses internal variables (starting with \$), it is more safe to use the file *.\$\$\$ instead (produced after calling WASIM).
瓦西姆\ _param \ _file可作为普通瓦西姆控制文件(*。CTRL)。但是,如果该文件使用的内部变量(开始\ $),它是更安全地使用该文件。\ $ \ $ \ $代替(后调用瓦西姆),。
值----------Value----------
Dataframe params contains the fields specified in param\_list and their respective values.
数据框PARAMS包含的字段中指定的参数\ _list和它们各自的值。
(作者)----------Author(s)----------
Till Francke
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|