Introduction
FWAT-cube2sph (Full Waveform Adjoint Tomography) is a package designed for full waveform inversion based on the specfem3d-cube2sph solver.
Installation
Compilers: C++/Fortran compilers which support c++17 (tested on
GCC >=7.5),cmake >= 3.12Python 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
Install change
CXXandF90inINSTALL, and run it like
./INSTALL INSTALL_DIR
where INSTALL_DIR is the absolute path to install your package.