Skip to content
/ RSOpt Public

Optimization of S-wave velocity model based on surface wave dispersion and receiver function

Notifications You must be signed in to change notification settings

xumi1993/RSOpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSOPT

This is a package for optimization of S-wave velocity model based on surface wave dispersion and receiver function data. The package employs the non-linear iterative optimization algorithm, such as steepest descent or L-BFGS, to minimize the misfit between observed and predicted dispersion curves and receiver functions.

Installation

Install dependencies via conda

conda create -n rsopt -c conda-forge cxx-compiler fortran-compiler hdf5 cmake
conda activate rsopt

Download the source code

git clone https://github.com/xumi1993/RSOpt.git
cd RSOpt

Compile source code

mkdir build && cd build
cmake .. && make -j

About

Optimization of S-wave velocity model based on surface wave dispersion and receiver function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published