GMPE function for Subduction intraslab common form 017 (2017)
Source:R/Subduction_Common_Form.R
Sub.Intra.Com.017.RdSub.Intra.Com.017 returns the ground-motion prediction with it sigma of Subduction intraslab Common form 017 GMPE.
Examples
Sub.Intra.Com.017(6, 20, 5, 0)
#> $mag
#> [1] 6
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $Rrup
#> [1] 20
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $Ztor
#> [1] 5
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $specT
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $lnY
#> [1] 4.639906
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $sigma
#> [1] 0.65
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $iflag
#> [1] 0
#>
Sub.Intra.Com.017(7, 20, 2, 0)
#> $mag
#> [1] 7
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $Rrup
#> [1] 20
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $Ztor
#> [1] 2
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $specT
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $lnY
#> [1] 5.304283
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $sigma
#> [1] 0.65
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $iflag
#> [1] 0
#>