Introduction

FWAT-cube2sph (Full Waveform Adjoint Tomography) is a package designed for full waveform inversion based on the specfem3d-cube2sph solver.

Installation

  1. Compilers: C++/Fortran compilers which support c++17 (tested on GCC >=7.5), cmake >= 3.12

  2. Python environment

we recommend the users to install a new python environment for this package by using conda:

conda create -n fwat python=3.10
conda activate fwat

or venv:

python -m venv fwat 
source fwat/bin/activate
  1. Install change CXX and F90 in INSTALL, and run it like

./INSTALL INSTALL_DIR

where INSTALL_DIR is the absolute path to install your package.