![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | read_expl (xipo, yipo, zipo, x1, y1, z1, x2, y2, z2, x3, y3, z3, nnod, xs, ys, zs, num_ne, sour_ne, i, dist_sour_ne, nl_expl, max_num_ne, loc_n_num, nn_loc) |
Generates explosive triangular faults. | |
subroutine read_expl | ( | real*8 | xipo, |
real*8 | yipo, | ||
real*8 | zipo, | ||
real*8 | x1, | ||
real*8 | y1, | ||
real*8 | z1, | ||
real*8 | x2, | ||
real*8 | y2, | ||
real*8 | z2, | ||
real*8 | x3, | ||
real*8 | y3, | ||
real*8 | z3, | ||
integer*4 | nnod, | ||
real*8, dimension(nn_loc) | xs, | ||
real*8, dimension(nn_loc) | ys, | ||
real*8, dimension(nn_loc) | zs, | ||
integer*4 | num_ne, | ||
integer*4, dimension(max_num_ne,nl_expl) | sour_ne, | ||
integer*4 | i, | ||
real*8, dimension(max_num_ne,nl_expl) | dist_sour_ne, | ||
integer*4 | nl_expl, | ||
integer*4 | max_num_ne, | ||
integer*4, dimension(nn_loc) | loc_n_num, | ||
integer*4 | nn_loc | ||
) |
Generates explosive triangular faults.
[in] | Xipo | Hipocenter x-coordinate |
[in] | Yipo | Hipocenter y-coordinate |
[in] | Zipo | Hipocenter z-coordinate |
[in] | X1 | x-coordinate of the triangular fault 1-node |
[in] | Y1 | y-coordinate of the triangular fault 1-node |
[in] | Z1 | z-coordinate of the triangular fault 1-node |
[in] | X2 | x-coordinate of the triangular fault 2-node |
[in] | Y2 | y-coordinate of the triangular fault 2-node |
[in] | Z2 | z-coordinate of the triangular fault 2-node |
[in] | X3 | x-coordinate of the triangular fault 3-node |
[in] | Y3 | y-coordinate of the triangular fault 3-node |
[in] | Z3 | z-coordinate of the triangular fault 3-node |
[in] | xs | x-coord local spectral nodes |
[in] | ys | y-coord local spectral nodes |
[in] | zs | z-coord local spectral nodes |
[in] | num_ne | number of explosive nodes |
[in] | i | column index for filling sour_ne |
[in] | nl_expl | number of explosive loads |
[in] | nn_loc | number of local nodes |
[in] | nnod | number of local nodes |
[in] | loc_n_num | local node numeration |
[in] | max_num_ne | max number of nodes for the specific triangular fault |
[out] | sour_ne | info about explosive nodes |
[out] | dist_sour_ne | distance of explosive nodes in sour_ne |
Definition at line 48 of file READ_EXPL.f90.