Closed aakash10gupta closed 3 years ago
The files changed require a buildbot test. Buildbot has started.
Your changes passed the buildbot test. See build 904.
Merging #1435 (c30b573) into devel (ff796a7) will decrease coverage by
0.19%
. The diff coverage is29.46%
.
@@ Coverage Diff @@
## devel #1435 +/- ##
==========================================
- Coverage 60.22% 60.02% -0.20%
==========================================
Files 199 199
Lines 41712 41863 +151
==========================================
+ Hits 25119 25127 +8
- Misses 16593 16736 +143
Impacted Files | Coverage Δ | |
---|---|---|
src/generate_databases/model_tomography.f90 | 56.29% <28.31%> (-21.19%) |
:arrow_down: |
src/generate_databases/get_model.F90 | 82.50% <75.00%> (ø) |
|
src/generate_databases/model_default.f90 | 92.18% <100.00%> (ø) |
|
src/specfem3D/convert_time.f90 | 66.29% <0.00%> (+2.24%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update ff796a7...c30b573. Read the comment docs.
accept
On 6 May 2021, at 4:55 AM, buildbot-princeton @.**@.>> wrote:
Your changes passed the buildbot test. See build 904https://urldefense.com/v3/__http://specfem3d-buildbot.princeton.edu/builders/specfem3d_builder/builds/904__;!!Nmw4Hv0!ku2Qk3E4YUC7Bu337--9bTkIQvXik_ZtcPsmLSFJ8AZh2iNgF6iNaZozCDtWzL7DNL9RGg$.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https://github.com/geodynamics/specfem3d/pull/1435*issuecomment-833167289__;Iw!!Nmw4Hv0!ku2Qk3E4YUC7Bu337--9bTkIQvXik_ZtcPsmLSFJ8AZh2iNgF6iNaZozCDtWzL6k7n-DCw$, or unsubscribehttps://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ABMLXWJJXWVREA4FVMUYEPLTMHZJPANCNFSM44GCGFOA__;!!Nmw4Hv0!ku2Qk3E4YUC7Bu337--9bTkIQvXik_ZtcPsmLSFJ8AZh2iNgF6iNaZozCDtWzL5JS20SfQ$.
tomography_model.xyz
files can now have two more formats to accommodate the 21 parameters defining general anisotropy -x y z c11 c12 c13 ... c66 rho
)x y z c11 c12 c13 ... c66 rho Qp Qs
)Header lines remain the same.
To read in any of these file formats the following should be set in the
Par_file
-Some development points to note -
c
values have been interpolated in the same way asVp, Vs and rho
values were being interpolated.c
values remain to be enforced.Vp
andVs
values are still being thought of, as the code still needs these values for certain checks, etc.