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 ((depth .ge. 0.0d0) .and. (zs_all .ge. 0.0d0))
then
42 if (depth.le.300.0d0)
then
48 elseif ((depth.gt.300.0d0).and.(depth.le.700.0d0))
then
54 elseif ((depth.gt.700.0d0))
then
subroutine make_mech_prop_case_010(rho, lambda, mu, gamma, qs, qp, xs, ys, zs, depth, zs_all, vs30, thickness, sub_tag_all)
Makes not-honoring technique.