Skip to Content

Perform seismic tomography

Given the three input files

  • Parameter file in YAML format 3_input_params/input_params_real.yaml.
  • Initial model file in HDF5 format 2_models/model_init_N51_89_33.h5.
  • Traveltime data file in TEXT format 1_src_rec_files/src_rec_file.dat.

users can perform inversion by

mpirun -n 8 TOMOATT -i 3_input_params/input_params_real.yaml

The results are output to the folder OUTPUT_FILES/OUTPUT_FILES_real.

  • The updated model can be found as OUTPUT_FILES/OUTPUT_FILES_real/final_model.h5.
Last updated on