Skip to contents

Lin09 returns the ground-motion prediction with it sigma of Lin (2009) GMPE.

Usage

Lin09(Mag, Rrup, Prd, Vs30 = 760, ftype)

Arguments

Mag

Earthquake momnet magnitude, Numeric.

Rrup

Rupture distance(km), Numeric.

Prd

Period of spectral acceleration.

Vs30

Vs30(m/s)

ftype

style of faulting.

Value

A list will be return, including mag, Rrup, specT, period, lnY, sigma, Vs30, iflag.

Details

Lin, P.-S. (2009). Ground-motion attenuation relationship and path-effect study using Taiwan data set, Ph.D. Thesis, Nation Central University, Taiwan (in Chinese).

Examples

Lin09(6, 20, 0, 760, 0)
#> $mag
#> [1] 6
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $Rrup
#> [1] 20
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $specT
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $period
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $lnY
#> [1] 4.303446
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $sigma
#> [1] 0.5363
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $Vs30
#> [1] 760
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $iflag
#> [1] 1
#> 
#> $ftype
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#> 
Lin09(7, 10, 0, 760, 0)
#> $mag
#> [1] 7
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $Rrup
#> [1] 10
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $specT
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $period
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $lnY
#> [1] 5.405953
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $sigma
#> [1] 0.5363
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $Vs30
#> [1] 760
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $iflag
#> [1] 1
#> 
#> $ftype
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#>