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 ((depth.ge.0.0d0).and.(zs_all.ge.0.0d0))
then
42 if(depth .le. 150.0d0)
then
46 lambda = rho * (vp**2 - 2*vs**2)
48 gamma = (3.1415*(2.d0/3.d0))/(35.d0)
50 elseif (depth .le. 500.0d0)
then
54 lambda = rho * (vp**2 - 2*vs**2)
56 gamma = (3.1415*(2/3))/(80.d0)
58 elseif(depth .le. 1000.0d0)
then
62 lambda = rho * (vp**2 - 2*vs**2)
64 gamma = (3.1415*(2/3))/(250.d0)
66 elseif(depth .le. 3000.0d0)
then
70 lambda = rho * (vp**2 - 2*vs**2)
72 gamma = (3.1415*(2/3))/(200.d0)
73 elseif(depth .le. 6000.0d0)
then
77 lambda = rho * (vp**2 - 2*vs**2)
79 gamma = (3.1415*(2/3))/(250.d0)
85 lambda = rho * (vp**2 - 2*vs**2)
87 gamma = (3.1415*(2/3))/(350.d0)
subroutine make_mech_prop_case_013(rho, lambda, mu, gamma, qs, qp, xs, ys, zs, depth, zs_all, vs30, thickness, sub_tag_all)
Makes not-honoring technique.