Skip to content

Commit

Permalink
mask file for Red Sea 75m model
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted Clee authored and Ted Clee committed Aug 19, 2019
1 parent cfa4c33 commit 1022dec
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions examples/RedSea-AC/mask_75m/mask_setup
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[teclee@master mask_75m]$ createMask -n -190 0 -n -200 0 ../model_75m/*_z.bin proc000000_vp.bin
Node depths: [ 0. -190. -200. -3825.]
Node weights: [0. 0. 0. 0.]
DONE
(base) [teclee@master mask_75m]$ ln -s proc000000_vp.bin proc000000_vs.bin
(base) [teclee@master mask_75m]$ ln -s proc000000_vp.bin proc000000_rho.bin
1 change: 1 addition & 0 deletions examples/RedSea-AC/mask_75m/proc000000_rho.bin
Binary file added examples/RedSea-AC/mask_75m/proc000000_vp.bin
Binary file not shown.
1 change: 1 addition & 0 deletions examples/RedSea-AC/mask_75m/proc000000_vs.bin
2 changes: 1 addition & 1 deletion scripts/createMask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2

import argparse as ap
import os
Expand Down

0 comments on commit 1022dec

Please sign in to comment.