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
41 if (vs30 .le. 300.0d0)
then
48 if ((depth.ge.0.0d0).and.(zs_all.ge.0.0d0))
then
51 vs = vs30 + (2000.0d0-vs30)*(depth/1000.0d0)**(0.70d0)
52 vp = vp30 + (4500.0d0-vp30)*(depth/1000.0d0)**(0.70d0)
53 rho = 2000.d0 + 0.40d0*depth
56 if (depth .le. 50.0d0)
then
58 elseif (depth .le. 200.0d0)
then
60 elseif (depth .le. 500.0d0)
then
66 lambda = rho * (vp**2 - 2*vs**2)
68 gamma = (3.1415*(2/3))/qs
77 lambda = rho * (vp**2 - 2*vs**2)
79 gamma = (3.1415*(2/3))/qs
subroutine make_mech_prop_case_019(rho, lambda, mu, gamma, qs, qp, xs, ys, zs, depth, zs_all, vs30, thickness, sub_tag_all)
Makes not-honoring technique.