-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Topography files and fixed meshfem compilation
- Loading branch information
1 parent
85060b5
commit 923957d
Showing
7 changed files
with
155 additions
and
30 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
38 changes: 38 additions & 0 deletions
38
docs/examples/fluid-solid-interface/interfaces_fluid_flat.dat
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,38 @@ | ||
# | ||
# number of interfaces | ||
# | ||
3 | ||
# | ||
# for each interface below, we give the number of points and then x,z for each point | ||
# | ||
# | ||
# interface number 1 (bottom of the mesh) | ||
# | ||
2 | ||
0 0 | ||
6400 0 | ||
# | ||
# interface number 2 (ocean bottom) | ||
# | ||
2 | ||
0 2400 | ||
6400 2400 | ||
# | ||
# interface number 3 (topography, top of the mesh) | ||
# | ||
2 | ||
0 4800 | ||
6400 4800 | ||
# | ||
# for each layer, we give the number of spectral elements in the vertical direction | ||
# | ||
# | ||
# layer number 1 (bottom layer) | ||
# | ||
## DK DK the original 2000 Geophysics paper used nz = 90 but NGLLZ = 6 | ||
## DK DK here I rescale it to nz = 108 and NGLLZ = 5 because nowadays we almost always use NGLLZ = 5 | ||
54 | ||
# | ||
# layer number 2 (top layer) | ||
# | ||
54 |
25 changes: 25 additions & 0 deletions
25
docs/examples/homogeneous-medium-flat-topography/topography.dat
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,25 @@ | ||
# | ||
# number of interfaces | ||
# | ||
2 | ||
# | ||
# for each interface below, we give the number of points and then x,z for each point | ||
# | ||
# | ||
# interface number 1 (bottom of the mesh) | ||
# | ||
2 | ||
0 0 | ||
5000 0 | ||
# interface number 2 (topography, top of the mesh) | ||
# | ||
2 | ||
0 3000 | ||
5000 3000 | ||
# | ||
# for each layer, we give the number of spectral elements in the vertical direction | ||
# | ||
# | ||
# layer number 1 (bottom layer) | ||
# | ||
60 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# | ||
# number of interfaces | ||
# | ||
3 | ||
# | ||
# for each interface below, we give the number of points and then x,z for each point | ||
# | ||
# | ||
# interface number 1 (bottom of the mesh) | ||
# | ||
2 | ||
0 0 | ||
6400 0 | ||
# | ||
# interface number 2 (ocean bottom) | ||
# | ||
2 | ||
0 2400 | ||
6400 2400 | ||
# | ||
# interface number 3 (topography, top of the mesh) | ||
# | ||
2 | ||
0 4800 | ||
6400 4800 | ||
# | ||
# for each layer, we give the number of spectral elements in the vertical direction | ||
# | ||
# | ||
# layer number 1 (bottom layer) | ||
# | ||
## DK DK the original 2000 Geophysics paper used nz = 90 but NGLLZ = 6 | ||
## DK DK here I rescale it to nz = 108 and NGLLZ = 5 because nowadays we almost always use NGLLZ = 5 | ||
54 | ||
# | ||
# layer number 2 (top layer) | ||
# | ||
54 |
25 changes: 25 additions & 0 deletions
25
examples/homogeneous-medium-flat-topography/topography.dat
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,25 @@ | ||
# | ||
# number of interfaces | ||
# | ||
2 | ||
# | ||
# for each interface below, we give the number of points and then x,z for each point | ||
# | ||
# | ||
# interface number 1 (bottom of the mesh) | ||
# | ||
2 | ||
0 0 | ||
5000 0 | ||
# interface number 2 (topography, top of the mesh) | ||
# | ||
2 | ||
0 3000 | ||
5000 3000 | ||
# | ||
# for each layer, we give the number of spectral elements in the vertical direction | ||
# | ||
# | ||
# layer number 1 (bottom layer) | ||
# | ||
60 |
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