![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | read_filevs (filec, num_tria, velocity, sediments) |
| Reads vs30 and thickness from VS_RS.out. | |
| subroutine read_filevs | ( | character*70 | filec, |
| integer*4 | num_tria, | ||
| real*8, dimension(num_tria) | velocity, | ||
| real*8, dimension(num_tria) | sediments | ||
| ) |
Reads vs30 and thickness from VS_RS.out.
| [in] | filec | file name for the mesh |
| [in] | num_tria | number of triangular elements |
| [out] | velocity | vs30 |
| [out] | thickness | thickness of soft sediments |
Definition at line 28 of file READ_FILEVS.f90.
Referenced by make_nothonoring().
