Skip to content

Commit

Permalink
fetch elastic marmousi script
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Jul 26, 2019
1 parent bbb6bc9 commit 48b3b76
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Simple2D/elastic_marmousi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

wget https://s3.amazonaws.com/open.source.geoscience/open_data/elastic-marmousi/elastic-marmousi-model.tar.gz

tar -xvzf elastic-marmousi-model.tar.gz --remove-files
tar -xvzf elastic-marmousi-model//model/MODEL_DENSITY_1.25m.segy.tar.gz --remove-files
tar -xvzf elastic-marmousi-model//model/MODEL_S-WAVE_VELOCITY_1.25m.segy.tar.gz --remove-files
tar -xvzf elastic-marmousi-model//model/MODEL_P-WAVE_VELOCITY_1.25m.segy.tar.gz --remove-files

0 comments on commit 48b3b76

Please sign in to comment.