forked from SPECFEM/specfem2d
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d45cfd
commit 32ad037
Showing
12 changed files
with
94 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
EXAMPLES/global_Earth_ak135f/MESH/Nummaterial_velocity_file_NO_MUD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# nummaterial_velocity_file | ||
# format: | ||
#(1)domain_id #(2)material_id #(3)rho #(4)vp #(5)vs #(6)Q_k #(7)Q_mu #(8)ani | ||
# | ||
# where | ||
# domain_id : 1=acoustic / 2=elastic / 3=poroelastic | ||
# material_id : POSITIVE integer identifier of material block | ||
# rho : density | ||
# vp : P-velocity | ||
# vs : S-velocity | ||
# Q_k : 9999 = no Q_kappa attenuation | ||
# Q_mu : 9999 = no Q_mu attenuation | ||
# ani : 0=no anisotropy/ 1,2,.. check with aniso_model.f90 | ||
# | ||
# example: | ||
# 2 1 2300 2800 1500 9999.0 9999.0 0 | ||
# | ||
# or | ||
# | ||
#(1)domain_id #(2)material_id tomography elastic #(3)filename #(4)positive | ||
# | ||
# where | ||
# domain_id : 1=acoustic / 2=elastic / 3=poroelastic | ||
# material_id : NEGATIVE integer identifier of material block | ||
# filename : filename of the tomography file | ||
# positive : a positive unique identifier | ||
# | ||
# example: | ||
# 2 -1 tomography elastic tomo.xyz 1 | ||
# | ||
# materials | ||
2 1 3320.d0 8040.d0 4480.0d0 9999.d0 9999.d0 0 | ||
2 2 4985.d0 12503.d0 6805.0d0 9999.d0 9999.d0 0 | ||
1 3 11539.d0 9751.d0 0.0d0 9999.d0 9999.d0 0 | ||
2 4 13004.d0 11256.d0 3663.0d0 9999.d0 9999.d0 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters