KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
SeisFlows-2DWD
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
txtimg
:
convert text to image
cdp-roadmap
:
The public roadmap for CDP.
omdena-kenya-foodsecurity
:
Improving Food Security and Crop Yield in Kenya Through Machine Learning
vit-pytorch
:
No description available.
ruby-masscan
:
A Ruby interface to masscan, an Internet-scale port scanner.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SeisFlows-2DWD
?
Download (.md)
# IMPORT UPDATE 2025.8 - PLEASE USE THE UPDATED VERSION https://zenodo.org/records/10069477 - REAL DATA EXAMPLES BY BJ Eppinger: https://doi.org/10.5281/zenodo.10069415 - the current reposity is no supported. 2D Wave-equation Dispersion Inversion Lab (2DWD) =================================================  Introduction ------------ 2D wave-equation dispersion inversion of surface waves (WD) is implemented by using [SeisFlows](https://github.com/rmodrak/seisflows)+[SPECFEM 2D](https://github.com/Zhaolun-Liu/specfem2d/tree/patch-1). This is the updated version of SeisFlows for 2D wave-equation dispersion inversion of surface waves. I provide `dispersion.py` in `seisflows/preprocess/` which is to calculated the FK spectrum and misfit function and create the adjoint source for 2D WD. Prerequisite ------------ - [SPECFEM2D](https://github.com/Zhaolun-Liu/specfem2d/tree/patch-1) - Seisflow - Python 2.7 Installation ------------ 1. Follow this [instruction](https://seisflows.readthedocs.io/en/latest/instructions_remote.html) to install Seisflow-2DWD. 2. install [SPECFEM2D](https://github.com/Zhaolun-Liu/specfem2d/tree/patch-1) 3. Set up checkerboard test in `EXAMPLE/checker_2dwd` - Make sure that all paths specified in paths.py are correct. - Run checkerboard test:``sfclean;sfsubmit`` References ---------- If you find this package useful, please cite: `BJ Eppinger, WS Holbrook, Z Liu, BA Flinchum, J Tromp, (2024), 2d near‐surface full‐waveform tomography reveals bedrock controls on critical zone architecture, Earth and Space Science, 11, e2023EA003248. https://doi.org/10.1029/2023EA003248` `Zhaolun Liu, Lianjie Huang, (2019), "Multiscale and layer-stripping wave-equation dispersion inversion of Rayleigh waves", Geophysical Journal International 218(3):1807-1821, https://doi.org/10.1093/gji/ggz215` `Zhaolun Liu, Jing Li, Sherif M. Hanafy, Kai Lu, and Gerard Schuster, (2020),"3D wave-equation dispersion inversion of surface waves recorded on irregular topography", GEOPHYSICS 85: R147-R161, https://doi.org/10.1190/geo2019-0537.1` `Jing Li, Zongcai Feng, Gerard Schuster, (2017), "Wave-equation dispersion inversion", 208(3):1567-1578, https://doi.org/10.1093/gji/ggw465` Also for SeisFlows, please cite Ryan Modrak's paper: `Ryan Modrak, Dmitry Borisov, Matthieu Lefebvre, Jeroen Tromp; SeisFlows?Flexible waveform inversion software, Computers & Geosciences, Volume 115, June 2018, Pages 88-95, https://doi.org/10.1016/j.cageo.2018.02.004` `Ryan Modrak, Jeroen Tromp; Seismic waveform inversion best practices: regional, global and exploration test cases, Geophysical Journal International, Volume 206, Issue 3, 1 September 2016, Pages 1864–1889, https://doi.org/10.1093/gji/ggw202`