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
44 yref = -0.7825*xs + 5032308.5
46 if (vs30 .le. 300.0d0)
then
53 if ((depth.ge.0.0d0).and.(zs_all.ge.0.0d0))
then
55 if (ys .le. yref)
then
59 vs = vs30 + (2000.0d0-vs30)*(depth/1000.0d0)**(0.70d0)
60 vp = vp30 + (4500.0d0-vp30)*(depth/1000.0d0)**(0.70d0)
61 rho = 2000.d0 + 0.40d0*depth
64 if (depth .le. 50.0d0)
then
66 elseif (depth .le. 200.0d0)
then
68 elseif (depth .le. 500.0d0)
then
74 lambda = rho * (vp**2 - 2*vs**2)
76 gamma = (3.1415*(2/3))/qs
86 vs = 200 + 15.0 * (depth)**0.63
87 vp = 1500 + 32.8 * (depth)**0.63
88 rho = 2075 + 0.55 * (depth)
89 lambda = rho * (vp**2 - 2*vs**2)
93 gamma = (3.1415*(1))/qs
100 if (depth .le. 1)
then
102 elseif(depth .le. 30)
then
107 vs = vsini + (vsfin-vsini)*((depth-zini)/(zfin-zini))**0.50
108 elseif(depth .le. 190)
then
113 vs = vsini + (vsfin-vsini)*((depth-zini)/(zfin-zini))**0.50
114 elseif(depth .le. 4000)
then
119 vs = vsini + (vsfin-vsini)*((depth-zini)/(zfin-zini))**0.50
127 if (depth .le. 100)
then
132 rho = rini + (rfin-rini)*((depth-zini)/(zfin-zini))**0.50
133 elseif(depth .le. 1000)
then
138 rho = rini + (rfin-rini)*((depth-zini)/(zfin-zini))**0.50
153 lambda = rho * (vp**2 - 2*vs**2)
155 gamma = (3.1415*(2/3))/qs
subroutine make_mech_prop_case_035(rho, lambda, mu, gamma, qs, qp, xs, ys, zs, depth, zs_all, vs30, thickness, sub_tag_all)
Makes not-honoring technique.