Inversion Workflow
We have prepared 2 or 3 files for the tomography inversion:
- Input parameter file
- Travel-time data file
- Surface topography file (optional)
Command SURFATT_tomo
The SURFATT_tomo command performs the surface wave tomography inversion based on the travel-time data and input parameter files. The surface topography file is optional and can be used to consider the topography effect in the inversion. The command is called as follows:
Usage: SURFATT_tomo -i para_file [-f] [-h]
Adjoint-state travel time tomography for surface wave
required arguments:
-i para_file Path to parameter file in yaml format
optional arguments:
-f Forward simulate travel time instead of inversion (default: false)
-h Print help messageExample
In the previous sections, we have prepared the travel-time data file src_rec_file_rl_ph.csv, the input parameter file input_params.yml and the topography file hawaii_rotated.nc. We can now perform the surface wave tomography inversion using the SURFATT_tomo command under 8 processes:
mpirun -np 8 SURFATT_tomo -i input_params.ymlLast updated on