![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_node_depth_and_vs (loc_n_num, nn_elev, nn_elem, xx_elev, yy_elev, zz_elev, v |
Computes elevation from topography (XYZ.out), vs30 velocity and depth of sediments according to the input file VS_RS.out. | |
subroutine get_node_depth_and_vs | ( | integer*4, dimension(nn_s) | loc_n_num, |
integer*4 | nn_elev, | ||
integer*4 | nn_elem, | ||
real*8, dimension(nn_elev) | xx_elev, | ||
real*8, dimension(nn_elev) | yy_elev, | ||
real*8, dimension(nn_elev) | zz_elev, | ||
real*8 | v | ||
) |
Computes elevation from topography (XYZ.out), vs30 velocity and depth of sediments according to the input file VS_RS.out.
[in] | loc_n_num | local numeration vector |
[in] | nn_elev | number nodes in the triangular grid |
[in] | x_elev | elevation values of local nodes |
[in] | y_elev | elevation values of local nodes |
[in] | z_elev | elevation values of local nodes |
[in] | nn_elem | number of triangular elements |
[in] | node1_elem | index triangle vertex |
[in] | node2_elem | index triangle vertex |
[in] | node3_elem | index triangle vertex |
[in] | cs_nnx_loc | length cs_loc |
[in] | cs_loc | local connectivity vector |
[in] | nm | number of materials |
[in] | tm | labels for material vector |
[in] | sd | polynomial degree vector |
[in] | nn_s | number of local nodes |
[in] | xx_s | vertex x- coordinate of local nodes |
[in] | yy_s | vertex y- coordinate of local nodes |
[in] | zz_s | vertex z- coordinate of local nodes |
[in] | tagmat | specific material tag given in CASE option |
[in] | max_es | max topography spacing |
[in] | tol | tolerance given in CASE option |
[in] | zz_alluvial | elevation of the nodes from alluvial soil |
[out] | zz_elevation | elevation of the nodes from complex topography |
[out] | vs | vs30 velocity for the nodes |
[out] | thickness | thickenss of sediments along z-direction |
Definition at line 52 of file GET_NODE_DEPTH_AND_VS.f90.
References make_lgl_nw().
Referenced by make_nothonoring().