Skip to Content
DocumentationinstallationDownload source code

Download source code

Users are available to access source code from Github repository. To download the source code, you can use the following command:

git clone https://github.com/CompSeismoUT/SpecFWAT.git

Two submodules are required to run SpecFWAT, namely SpecFEM3D and yaml-cpp. They will be automatically fetched when you build the SpecFWAT. Alternatively, you can also download them separately using the following commands:

git clone --recursive https://github.com/CompSeismoUT/SpecFWAT.git

The url of submodules are recorded in the .gitmodules file. You can also modify them to point to your own fork of the repository.

update source code

To update the source code, you can use the following commands:

git pull --recurse-submodules
💡

The --recurse-submodules option is required to update the Specfem3D to the version that is compatible with the SpecFWAT.

Last updated on