travel.time1D(RSEIS)
travel.time1D()所属R语言包:RSEIS
Seismic Travel Time 1D
地震走时1D
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Travel time from source to reciever in 1D local model.
旅行时间从源到reciever在一维模型。
用法----------Usage----------
travel.time1D(indelta, inhpz, instaz, inlay, ztop, vel)
many.time1D(indelta, inhpz, instaz, inlay, ztop, vel)
参数----------Arguments----------
参数:indelta
distance in KM
在KM的距离
参数:inhpz
depth of hypocenter, km
,公里,震源深度
参数:instaz
elevation of station
海拔站
参数:inlay
number of layers
数量的层
参数:ztop
vector, tops of layers
矢量,层顶
参数:vel
vector, velocities in layers
矢量,速度层
Details
详细信息----------Details----------
Uses local 1D velocity model, not appropriate for spherical earth. The many.time1D version will take a vector of distances (indelta) and either one station elevation or a vector.
使用本地的一维速度模型,不适合球形的地球。 many.time1D版本的向量距离(indelta)中的任意一个测站高程或向量。
The station elevation should be referenced to the top of the velocity model, not necessarily sea level. Usually this is set to zero and a station correction is used to take into account the topographic and other geologic effects.
测站高程应参考的速度模型的顶部,不一定海平面。通常它被设置到零,一个站校正用来考虑到地形和其他地质效应。
值----------Value----------
list:
列表:
参数:dtdr
derivative of t w.r.t. horizontal distance
衍生的T w.r.t.水平距离
参数:dtdz
derivative of t w.r.t. z, depth
衍生的T w.r.t. Z,深度
参数:angle
incidence angle, degrees
入射角度
参数:tt
travel time, s
旅游时间,s
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
Ray.time1D, Get1Dvel
Ray.time1D,Get1Dvel
实例----------Examples----------
data(VELMOD1D)
v= VELMOD1D
tees = travel.time1D(23, 7, 0, length(v$zs) , v$zp , v$vp)
print(tees)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|