Benchmark model data for DevitoCodes repositories, stored with Git LFS.
The data/ directory contains the 3D overthrust elastic-TTI model parameters
as HDF5 files (shape 801 x 801 x 207, saved with Julia dimension ordering):
| File | Parameter |
|---|---|
vp.h5 | P-wave velocity |
vs.h5 | S-wave velocity |
density.h5 | Density |
epsilon.h5 | Thomsen epsilon |
delta.h5 | Thomsen delta |
theta.h5 | Tilt angle |
phi.h5 | Azimuth angle |
Copy scripts/fetch_data.sh into any repository (or run it from anywhere) and
execute it; it downloads the data into ./data relative to the current
working directory:
bash scripts/fetch_data.shThe script is standalone: it clones this public repository (shallow) and only
requires git and git-lfs to be installed. It is idempotent and skips the
download if data/*.h5 files are already present; delete the data directory
to force a re-download.