initial upload

This commit is contained in:
2025-12-17 10:53:43 +08:00
commit f3f1778f77
308 changed files with 129940 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
# run the script to generate HDF5 model files based on community models
# 1. crust1.0 (Laske et al., 2013) + ak135 model (Kennett et al., 1995)
python 1_crust1.0_ak135_model.py
# References:
# Laske, G., Masters, G., Ma, Z., & Pasyanos, M. (2013, April). Update on CRUST1. 0—A 1-degree global model of Earths crust. In Geophysical research abstracts (Vol. 15, No. 15, p. 2658).
# Kennett, B. L., Engdahl, E. R., & Buland, R. (1995). Constraints on seismic velocities in the Earth from traveltimes. Geophysical Journal International, 122(1), 108-124.