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
32 real*8 :: vsini, vsfin, zini, zfin, rini, rfin
43 if (vs30 .le. 300.0d0)
then
50 if ((depth.ge.0.0d0).and.(zs_all.ge.0.0d0))
then
53 vs = vs30 + (2000.0d0-vs30)*(depth/1000.0d0)**(0.70d0)
54 vp = vp30 + (4500.0d0-vp30)*(depth/1000.0d0)**(0.70d0)
55 rho = 2000.d0 + 0.40d0*depth
58 if (depth .le. 50.0d0)
then
60 elseif (depth .le. 200.0d0)
then
62 elseif (depth .le. 500.0d0)
then
68 lambda = rho * (vp**2 - 2*vs**2)
70 gamma = (3.1415*(2/3))/qs
76 if (depth .le. 1)
then
78 elseif(depth .le. 30)
then
83 vs = vsini + (vsfin-vsini)*((depth-zini)/(zfin-zini))**0.50
84 elseif(depth .le. 190)
then
89 vs = vsini + (vsfin-vsini)*((depth-zini)/(zfin-zini))**0.50
90 elseif(depth .le. 4000)
then
95 vs = vsini + (vsfin-vsini)*((depth-zini)/(zfin-zini))**0.50
103 if (depth .le. 100)
then
108 rho = rini + (rfin-rini)*((depth-zini)/(zfin-zini))**0.50
109 elseif(depth .le. 1000)
then
114 rho = rini + (rfin-rini)*((depth-zini)/(zfin-zini))**0.50
129 lambda = rho * (vp**2 - 2*vs**2)
131 gamma = (3.1415*(2/3))/qs
subroutine make_mech_prop_case_029(rho, lambda, mu, gamma, qs, qp, xs, ys, zs, depth, zs_all, vs30, thickness, sub_tag_all)
Makes not-honoring technique.