24 xs, ys, zs, Depth, zs_all,&
25 vs30, thickness, sub_tag_all)
27 real*8,
intent(out) :: rho, lambda, mu, gamma, qs, qp
28 real*8,
intent(in) :: xs, ys, zs, depth, zs_all,&
30 integer*4 :: sub_tag_all
31 real*8 :: ni, vs, vp, depth_real
40 if (sub_tag_all.eq.1)
then
47 elseif (sub_tag_all.eq.2)
then
54 elseif (sub_tag_all.eq.3)
then
61 elseif (sub_tag_all.eq.4)
then
62 if (zs.ge.-3000.0)
then
63 vs = 0.4100*(-zs) + 2190.0000
64 vp = 0.8100*(-zs) + 3690.0000
65 rho = 0.0680*(-zs) + 2532.0000
66 lambda = rho * (vp**2 - 2*vs**2)
70 vs = 0.0050*(-zs) + 3405.0000
71 vp = 0.0050*(-zs) + 6105.0000
72 rho = 0.0040*(-zs) + 2724.0000
73 lambda = rho * (vp**2 - 2*vs**2)
79 elseif (sub_tag_all.eq.5)
then
86 elseif (sub_tag_all.eq.6)
then
subroutine make_mech_prop_case_005(rho, lambda, mu, gamma, qs, qp, xs, ys, zs, depth, zs_all, vs30, thickness, sub_tag_all)
Makes not-honoring technique.