diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4236639d..e57a5c750 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,11 @@ -# Contributing to SPECFEM3D_GLOBE +# Contributing to SPECFEM3D Globe -You want to contribute to the SPECFEM code? Great, let's check out this set of simple guidelines to follow for contributions. +You want to contribute to the SPECFEM3D Globe code? Great, let's check out this set of simple guidelines to follow for contributions. ## Contributing as a user Software needs constant maintaining and updating to keep up with newest hardware and compilers. -You found an issue when running the code? Please consider creating a "*New issue*" on the [SPECFEM3D_GLOBE Issues github page](https://github.com/SPECFEM/specfem3d_globe/issues). +You found an issue when running the code? Please consider creating a "*New issue*" on the [SPECFEM3D Globe Issues github page](https://github.com/SPECFEM/specfem3d_globe/issues). Describe the problem as detailed as possible to help us reproduce the error. You can also attach console outputs from the executables to make it easier for debugging. Feel free to add an appropriate label to highlight the issue by checking out "*Labels*" on the right side of the page. Once done, click the button "*Submit new issue*". Catching bugs is always welcome, many thanks to you for improving the code! @@ -13,17 +13,17 @@ Describe the problem as detailed as possible to help us reproduce the error. You You have a new feature, bug fix, or other modification you want to contribute to the code? In this case, consider submitting a "*Pull request*" to the **devel branch** of our github code repository. -This will require a few steps to setup your own github fork and be able to create a PR to the official devel version of the SPECFEM code (**note that only Pull requests towards devel are accepted**). The most basic setup looks the following: +This will require a few steps to setup your own github fork and be able to create a PR to the official devel version of the SPECFEM3D Globe code (**note that only Pull requests towards devel are accepted**). The most basic setup looks the following: #### 1. Create your fork of the repository: -Go to the main [SPECFEM3D_GLOBE github repository](https://github.com/SPECFEM/specfem3d_globe) and click the "*Fork*" button at the top of the page. This will create a copy of the SPECFEM3D_GLOBE repository in your personal GitHub account. +Go to the main [SPECFEM3D Globe github repository](https://github.com/SPECFEM/specfem3d_globe) and click the "*Fork*" button at the top of the page. This will create a copy of the SPECFEM3D Globe repository in your personal GitHub account. #### 2. Clone your fork to your local workstation/laptop: ``` git clone --recursive --branch devel https://github.com//specfem3d_globe.git ``` Once you change into your local folder `cd specfem3d_globe/`, all git commands will be recognized. -Now, add the remote address of the SPECFEM3D_GLOBE repository: +Now, add the remote address of the SPECFEM3D Globe repository: ``` git remote add upstream https://github.com/SPECFEM/specfem3d_globe.git ``` @@ -76,12 +76,12 @@ In the "*Open a pull request*" page, double-check that the base repository is: * #### 6. Final merge: We'll do the rest by reviewing your code changes, checking if the Github Actions, Travis and Azure checks all look okay. We might follow up with you by commenting on the PR, as you can still fix smaller issues in the PR by committing them to your github fork version.
-Finally, if the are no merge conflicts, the new version still compiles and tests pass, we'll merge your PR into the SPECFEM devel version - **with big thanks to you from the maintainers and the whole community!** +Finally, if the are no merge conflicts, the new version still compiles and tests pass, we'll merge your PR into the SPECFEM3D Globe devel version - **with big thanks to you from the maintainers and the whole community!** ## Further informations -You will find additional informations in the user manual and the [development wiki for SPECFEM3D_GLOBE](https://github.com/SPECFEM/specfem3d_globe/wiki) +You will find additional informations in the user manual and the [development wiki for SPECFEM3D Globe](https://github.com/SPECFEM/specfem3d_globe/wiki) More detailed developer informations and instructions for how to contribute in general to SPECFEM codes are available at:
diff --git a/DATA/Par_file b/DATA/Par_file index 13766788a..3119e589e 100644 --- a/DATA/Par_file +++ b/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/benchmarks/attenuation_benchmark_GJI_2002_versus_normal_modes/DATA/Par_file b/EXAMPLES/benchmarks/attenuation_benchmark_GJI_2002_versus_normal_modes/DATA/Par_file index 050be325a..ef3b2bc3b 100644 --- a/EXAMPLES/benchmarks/attenuation_benchmark_GJI_2002_versus_normal_modes/DATA/Par_file +++ b/EXAMPLES/benchmarks/attenuation_benchmark_GJI_2002_versus_normal_modes/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 5 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 5 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file b/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file index ee29c66cb..b261874a8 100644 --- a/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file +++ b/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 16 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 16 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file b/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file index 791019fc3..84c8a3b88 100644 --- a/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file +++ b/EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 8 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 8 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file b/EXAMPLES/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file index e3c98e1ae..11de9bd1a 100644 --- a/EXAMPLES/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file +++ b/EXAMPLES/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 8 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 8 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/benchmarks/undo_attenuation_benchmark_GJI_2016/DATA/Par_file b/EXAMPLES/benchmarks/undo_attenuation_benchmark_GJI_2016/DATA/Par_file index 2ce1ca46f..4844a60fe 100644 --- a/EXAMPLES/benchmarks/undo_attenuation_benchmark_GJI_2016/DATA/Par_file +++ b/EXAMPLES/benchmarks/undo_attenuation_benchmark_GJI_2016/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 8 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 8 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/global_PREM_kernels/amplitude/DATA/Par_file b/EXAMPLES/global_PREM_kernels/amplitude/DATA/Par_file index 1c9a7a560..859b43e29 100644 --- a/EXAMPLES/global_PREM_kernels/amplitude/DATA/Par_file +++ b/EXAMPLES/global_PREM_kernels/amplitude/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/global_PREM_kernels/traveltime/DATA/Par_file b/EXAMPLES/global_PREM_kernels/traveltime/DATA/Par_file index 1c9a7a560..859b43e29 100644 --- a/EXAMPLES/global_PREM_kernels/traveltime/DATA/Par_file +++ b/EXAMPLES/global_PREM_kernels/traveltime/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/global_s362ani_shakemovie/DATA/Par_file b/EXAMPLES/global_s362ani_shakemovie/DATA/Par_file index b3f9d5f49..83774589d 100644 --- a/EXAMPLES/global_s362ani_shakemovie/DATA/Par_file +++ b/EXAMPLES/global_s362ani_shakemovie/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 8 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 8 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/global_small/DATA/Par_file b/EXAMPLES/global_small/DATA/Par_file index 919273371..5982ad6b6 100644 --- a/EXAMPLES/global_small/DATA/Par_file +++ b/EXAMPLES/global_small/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 1 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 1 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/mars_global/DATA/Par_file b/EXAMPLES/mars_global/DATA/Par_file index b9a83e0f0..36ac4cdd2 100644 --- a/EXAMPLES/mars_global/DATA/Par_file +++ b/EXAMPLES/mars_global/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 1 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 1 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/mars_regional/DATA/Par_file b/EXAMPLES/mars_regional/DATA/Par_file index c1eb814e7..f075b8939 100644 --- a/EXAMPLES/mars_regional/DATA/Par_file +++ b/EXAMPLES/mars_regional/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/moon_global/DATA/Par_file b/EXAMPLES/moon_global/DATA/Par_file index a7c4659b1..a8b9e183f 100644 --- a/EXAMPLES/moon_global/DATA/Par_file +++ b/EXAMPLES/moon_global/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 1 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 1 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_1_attenuation b/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_1_attenuation index 97fc77b6f..04078ad8e 100644 --- a/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_1_attenuation +++ b/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_1_attenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_1_noattenuation b/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_1_noattenuation index 760d1cc60..ba5ac5bb4 100644 --- a/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_1_noattenuation +++ b/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_1_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_2_attenuation b/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_2_attenuation index cea8dad9c..ef8ff8b29 100644 --- a/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_2_attenuation +++ b/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_2_attenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_2_noattenuation b/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_2_noattenuation index 220b0f3b0..341952fa1 100644 --- a/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_2_noattenuation +++ b/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_2_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_3_noattenuation b/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_3_noattenuation index 6c6c874c9..bffd5329e 100644 --- a/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_3_noattenuation +++ b/EXAMPLES/noise_examples/global_long/DATA/Par_file_NOISE_3_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_1_attenuation b/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_1_attenuation index d9676321b..6ad0bb5d1 100644 --- a/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_1_attenuation +++ b/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_1_attenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_1_noattenuation b/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_1_noattenuation index c99291b79..324b10fff 100644 --- a/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_1_noattenuation +++ b/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_1_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_2_attenuation b/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_2_attenuation index 3c05d20a3..c5554e2d6 100644 --- a/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_2_attenuation +++ b/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_2_attenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_2_noattenuation b/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_2_noattenuation index f2068990f..a5ae133ac 100644 --- a/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_2_noattenuation +++ b/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_2_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_3_noattenuation b/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_3_noattenuation index 06905755a..764d2609b 100644 --- a/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_3_noattenuation +++ b/EXAMPLES/noise_examples/global_short/DATA/Par_file_NOISE_3_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_1_attenuation b/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_1_attenuation index ad51e4ce6..ae4eed042 100644 --- a/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_1_attenuation +++ b/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_1_attenuation @@ -35,7 +35,7 @@ NPROC_ETA = 20 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 20 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_1_noattenuation b/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_1_noattenuation index 34b396ebc..a378e79fa 100644 --- a/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_1_noattenuation +++ b/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_1_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 20 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 20 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_2_attenuation b/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_2_attenuation index 5812fe342..dee8b2c07 100644 --- a/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_2_attenuation +++ b/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_2_attenuation @@ -35,7 +35,7 @@ NPROC_ETA = 20 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 20 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_2_noattenuation b/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_2_noattenuation index 9805ffe4e..d233830dd 100644 --- a/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_2_noattenuation +++ b/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_2_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 20 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 20 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_3_noattenuation b/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_3_noattenuation index e1e621e2f..70b326358 100644 --- a/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_3_noattenuation +++ b/EXAMPLES/noise_examples/regional/DATA/Par_file_NOISE_3_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 20 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 20 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_1_attenuation b/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_1_attenuation index 5893051ff..e83f80e1c 100644 --- a/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_1_attenuation +++ b/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_1_attenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_1_noattenuation b/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_1_noattenuation index dc1227362..00c27b79b 100644 --- a/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_1_noattenuation +++ b/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_1_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_2_attenuation b/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_2_attenuation index 80ab3873a..38f346793 100644 --- a/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_2_attenuation +++ b/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_2_attenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_2_noattenuation b/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_2_noattenuation index e8d094d7f..98286ebcd 100644 --- a/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_2_noattenuation +++ b/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_2_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_3_noattenuation b/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_3_noattenuation index 007879c7a..266b3bc5d 100644 --- a/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_3_noattenuation +++ b/EXAMPLES/noise_examples/test_global/DATA/Par_file_NOISE_3_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_1_attenuation b/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_1_attenuation index df97e9387..e874fc23d 100644 --- a/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_1_attenuation +++ b/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_1_attenuation @@ -35,7 +35,7 @@ NPROC_ETA = 20 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 20 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_1_noattenuation b/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_1_noattenuation index 7c6622653..5d5c8b758 100644 --- a/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_1_noattenuation +++ b/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_1_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 20 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 20 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_2_attenuation b/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_2_attenuation index f512cf381..824fa401a 100644 --- a/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_2_attenuation +++ b/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_2_attenuation @@ -35,7 +35,7 @@ NPROC_ETA = 20 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 20 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_2_noattenuation b/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_2_noattenuation index c7921649d..0f16714af 100644 --- a/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_2_noattenuation +++ b/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_2_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 20 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 20 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_3_noattenuation b/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_3_noattenuation index 4f58bd838..0cb7ae708 100644 --- a/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_3_noattenuation +++ b/EXAMPLES/noise_examples/test_regional/DATA/Par_file_NOISE_3_noattenuation @@ -35,7 +35,7 @@ NPROC_ETA = 20 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 20 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/point_force/DATA/Par_file b/EXAMPLES/point_force/DATA/Par_file index 7e950ccd8..b9c7cebcf 100644 --- a/EXAMPLES/point_force/DATA/Par_file +++ b/EXAMPLES/point_force/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 1 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 1 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_Berkeley/DATA/Par_file b/EXAMPLES/regional_Berkeley/DATA/Par_file index 9882ed49b..7415d4edf 100644 --- a/EXAMPLES/regional_Berkeley/DATA/Par_file +++ b/EXAMPLES/regional_Berkeley/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_Berkeley/REF_SEIS/Par_file b/EXAMPLES/regional_Berkeley/REF_SEIS/Par_file index 9882ed49b..7415d4edf 100644 --- a/EXAMPLES/regional_Berkeley/REF_SEIS/Par_file +++ b/EXAMPLES/regional_Berkeley/REF_SEIS/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_EMC_model/DATA/Par_file b/EXAMPLES/regional_EMC_model/DATA/Par_file index 55b26520b..7665801a5 100644 --- a/EXAMPLES/regional_EMC_model/DATA/Par_file +++ b/EXAMPLES/regional_EMC_model/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_EMC_model/DATA/Par_file.SCEC-CVM b/EXAMPLES/regional_EMC_model/DATA/Par_file.SCEC-CVM index 320ff92a7..008d9d3fe 100644 --- a/EXAMPLES/regional_EMC_model/DATA/Par_file.SCEC-CVM +++ b/EXAMPLES/regional_EMC_model/DATA/Par_file.SCEC-CVM @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_Greece_noise_small/DATA/Par_file b/EXAMPLES/regional_Greece_noise_small/DATA/Par_file index 09d31fabd..12e098c35 100644 --- a/EXAMPLES/regional_Greece_noise_small/DATA/Par_file +++ b/EXAMPLES/regional_Greece_noise_small/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_Greece_small/DATA/Par_file b/EXAMPLES/regional_Greece_small/DATA/Par_file index d3039c250..1ce8c7f39 100644 --- a/EXAMPLES/regional_Greece_small/DATA/Par_file +++ b/EXAMPLES/regional_Greece_small/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_Greece_small_LDDRK/DATA/Par_file b/EXAMPLES/regional_Greece_small_LDDRK/DATA/Par_file index 26c812d7f..fdbd2104a 100644 --- a/EXAMPLES/regional_Greece_small_LDDRK/DATA/Par_file +++ b/EXAMPLES/regional_Greece_small_LDDRK/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_Mexico_noise_non_uniform/DATA/Par_file b/EXAMPLES/regional_Mexico_noise_non_uniform/DATA/Par_file index af09d75f7..2054c3e27 100644 --- a/EXAMPLES/regional_Mexico_noise_non_uniform/DATA/Par_file +++ b/EXAMPLES/regional_Mexico_noise_non_uniform/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_Mexico_noise_non_uniform/DATA/Par_file_step1 b/EXAMPLES/regional_Mexico_noise_non_uniform/DATA/Par_file_step1 index e5bacdcb3..67851ff63 100644 --- a/EXAMPLES/regional_Mexico_noise_non_uniform/DATA/Par_file_step1 +++ b/EXAMPLES/regional_Mexico_noise_non_uniform/DATA/Par_file_step1 @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_Mexico_noise_non_uniform/DATA/Par_file_step2 b/EXAMPLES/regional_Mexico_noise_non_uniform/DATA/Par_file_step2 index af09d75f7..2054c3e27 100644 --- a/EXAMPLES/regional_Mexico_noise_non_uniform/DATA/Par_file_step2 +++ b/EXAMPLES/regional_Mexico_noise_non_uniform/DATA/Par_file_step2 @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_MiddleEast/DATA/Par_file b/EXAMPLES/regional_MiddleEast/DATA/Par_file index 46fcd43b6..e0581e1e1 100644 --- a/EXAMPLES/regional_MiddleEast/DATA/Par_file +++ b/EXAMPLES/regional_MiddleEast/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 8 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 8 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_s40rts/DATA/Par_file b/EXAMPLES/regional_s40rts/DATA/Par_file index 7120a833c..07a18ea7b 100644 --- a/EXAMPLES/regional_s40rts/DATA/Par_file +++ b/EXAMPLES/regional_s40rts/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_sgloberani/DATA/Par_file b/EXAMPLES/regional_sgloberani/DATA/Par_file index db2676361..0e5629023 100644 --- a/EXAMPLES/regional_sgloberani/DATA/Par_file +++ b/EXAMPLES/regional_sgloberani/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_simultaneous_runs/DATA/Par_file b/EXAMPLES/regional_simultaneous_runs/DATA/Par_file index 249386088..c8bf51e2b 100644 --- a/EXAMPLES/regional_simultaneous_runs/DATA/Par_file +++ b/EXAMPLES/regional_simultaneous_runs/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regional_small_adjoint/DATA/Par_file b/EXAMPLES/regional_small_adjoint/DATA/Par_file index 07ae44976..8271b8a85 100644 --- a/EXAMPLES/regional_small_adjoint/DATA/Par_file +++ b/EXAMPLES/regional_small_adjoint/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/regular_kernel/DATA/Par_file b/EXAMPLES/regular_kernel/DATA/Par_file index 22cde7c98..b0472d4a0 100644 --- a/EXAMPLES/regular_kernel/DATA/Par_file +++ b/EXAMPLES/regular_kernel/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 1 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 1 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/DATA/Par_file b/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/DATA/Par_file index c72472240..0afcb81d5 100644 --- a/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/DATA/Par_file +++ b/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/DATA/Par_file b/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/DATA/Par_file index e9c28039f..ebd6a5880 100644 --- a/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/DATA/Par_file +++ b/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/DATA/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 2 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 2 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH diff --git a/README.md b/README.md index 4b4f1d8dc..ab07751a1 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# Specfem3D Globe +# SPECFEM3D Globe [![DOI](https://zenodo.org/badge/17524829.svg)](https://zenodo.org/doi/10.5281/zenodo.7756943) -SPECFEM3D_GLOBE simulates global and regional (continental-scale) seismic wave propagation. -The program `xspecfem3D` from SPECFEM3D_GLOBE is a 3-D spectral-element solver for the Earth, Moon or Mars. +SPECFEM3D Globe simulates global and regional (continental-scale) seismic wave propagation. +The program `xspecfem3D` from SPECFEM3D Globe is a 3-D spectral-element solver for the Earth, Moon or Mars. It uses a conforming cubed-sphere mesh of hexahedra generated by program `xmeshfem3D`. -SPECFEM3D_GLOBE was founded by Dimitri Komatitsch and Jeroen Tromp, and is now being developed by a large, collaborative, and inclusive community. A complete list of authors can be found at +SPECFEM3D Globe was founded by Dimitri Komatitsch and Jeroen Tromp, and is now being developed by a large, collaborative, and inclusive community. A complete list of authors can be found at https://specfem3d-globe.readthedocs.io/en/latest/authors/ ## Installation -Instructions on how to install and use SPECFEM3D_GLOBE are available +Instructions on how to install and use SPECFEM3D Globe are available in the - PDF manual located in directory: [doc/USER_MANUAL](doc/USER_MANUAL). @@ -54,7 +54,7 @@ Development is hosted on GitHub in the [SPECFEM/specfem3d_globe repository](https://github.com/SPECFEM/specfem3d_globe). -SPECFEM3D_GLOBE is a community project that lives by the participation of its +SPECFEM3D Globe is a community project that lives by the participation of its members — i.e., including you! It is our goal to build an inclusive and participatory community so we are happy that you are interested in participating! We have collected a set of guidelines and advice on how to get @@ -64,11 +64,11 @@ involved in the community and keep them in the specfem3d github wiki: ## Our contributors :sparkles: -[![SPECFEM3D_GLOBE contributors](https://contrib.rocks/image?repo=SPECFEM/specfem3d_globe)](https://github.com/SPECFEM/specfem3d_globe/graphs/contributors) +[![SPECFEM3D Globe contributors](https://contrib.rocks/image?repo=SPECFEM/specfem3d_globe)](https://github.com/SPECFEM/specfem3d_globe/graphs/contributors) ## Computational Infrastructure for Geodynamics (CIG) -SPECFEM3D_GLOBE is part of the software that is hosted by the Computational Infrastructure for Geodynamics (CIG). It is available on the CIG website [here (SPECFEM3D_GLOBE)](https://geodynamics.org/resources/specfem3d). +SPECFEM3D Globe is part of the software that is hosted by the Computational Infrastructure for Geodynamics (CIG). It is available on the CIG website [here (SPECFEM3D Globe)](https://geodynamics.org/resources/specfem3d). diff --git a/configure b/configure index 3bcb678e1..ed48fa002 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.72 for Specfem3D_Globe 8.1.1. +# Generated by GNU Autoconf 2.72 for SPECFEM3D Globe 8.1.1. # # Report bugs to . # @@ -600,10 +600,10 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME='Specfem3D_Globe' +PACKAGE_NAME='SPECFEM3D Globe' PACKAGE_TARNAME='Specfem3DGlobe' PACKAGE_VERSION='8.1.1' -PACKAGE_STRING='Specfem3D_Globe 8.1.1' +PACKAGE_STRING='SPECFEM3D Globe 8.1.1' PACKAGE_BUGREPORT='see the wiki' PACKAGE_URL='' @@ -1515,7 +1515,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -'configure' configures Specfem3D_Globe 8.1.1 to adapt to many kinds of systems. +'configure' configures SPECFEM3D Globe 8.1.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1581,7 +1581,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Specfem3D_Globe 8.1.1:";; + short | recursive ) echo "Configuration of SPECFEM3D Globe 8.1.1:";; esac cat <<\_ACEOF @@ -1768,7 +1768,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Specfem3D_Globe configure 8.1.1 +SPECFEM3D Globe configure 8.1.1 generated by GNU Autoconf 2.72 Copyright (C) 2023 Free Software Foundation, Inc. @@ -2169,7 +2169,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Specfem3D_Globe $as_me 8.1.1, which was +It was created by SPECFEM3D Globe $as_me 8.1.1, which was generated by GNU Autoconf 2.72. Invocation command line was $ $0$ac_configure_args_raw @@ -12074,7 +12074,7 @@ printf "%s\n" "#define SPECFEM3D_GLOBE_GIT_BRANCH \"$SPECFEM3D_GLOBE_GIT_BRANCH\ printf "%s\n" "#define SPECFEM3D_GLOBE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h -#AC_DEFINE_UNQUOTED([SPECFEM3D_GLOBE_DOI], ["10.5281/zenodo.xxxxx"], [Define SPECFEM3D_GLOBE doi]) +#AC_DEFINE_UNQUOTED([SPECFEM3D_GLOBE_DOI], ["10.5281/zenodo.xxxxx"], [Define SPECFEM3D Globe doi]) if test x"$SPECFEM3D_GLOBE_RELEASE_VERSION" = x0 then : @@ -12814,7 +12814,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Specfem3D_Globe $as_me 8.1.1, which was +This file was extended by SPECFEM3D Globe $as_me 8.1.1, which was generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12886,7 +12886,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -Specfem3D_Globe config.status 8.1.1 +SPECFEM3D Globe config.status 8.1.1 configured by $0, generated by GNU Autoconf 2.72, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 820ca9a7d..45a18d0f2 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl You must have recent versions of Autoconf and Automake installed. ############################################################ AC_PREREQ([2.72]) -AC_INIT([Specfem3D_Globe],[m4_normalize(m4_include(VERSION))],[see the wiki],[Specfem3DGlobe]) +AC_INIT([SPECFEM3D Globe],[m4_normalize(m4_include(VERSION))],[see the wiki],[Specfem3DGlobe]) AC_CONFIG_SRCDIR([src/specfem3D/specfem3D.F90]) AC_CONFIG_HEADERS([setup/config.h]) @@ -1000,8 +1000,8 @@ AS_IF([test x"$want_hdf5" != xno], [ AS_BOX([git version info]) CIG_PKG_GIT(SPECFEM3D_GLOBE) -AC_DEFINE_UNQUOTED([SPECFEM3D_GLOBE_VERSION], ["$PACKAGE_VERSION"], [Define SPECFEM3D_GLOBE version]) -#AC_DEFINE_UNQUOTED([SPECFEM3D_GLOBE_DOI], ["10.5281/zenodo.xxxxx"], [Define SPECFEM3D_GLOBE doi]) +AC_DEFINE_UNQUOTED([SPECFEM3D_GLOBE_VERSION], ["$PACKAGE_VERSION"], [Define SPECFEM3D Globe version]) +#AC_DEFINE_UNQUOTED([SPECFEM3D_GLOBE_DOI], ["10.5281/zenodo.xxxxx"], [Define SPECFEM3D Globe doi]) AS_IF([test x"$SPECFEM3D_GLOBE_RELEASE_VERSION" = x0],[ AC_MSG_NOTICE([building from git repository]) diff --git a/doc/USER_MANUAL/01_introduction.tex b/doc/USER_MANUAL/01_introduction.tex index 3e61b9226..b2b5e4a0a 100644 --- a/doc/USER_MANUAL/01_introduction.tex +++ b/doc/USER_MANUAL/01_introduction.tex @@ -1,6 +1,6 @@ \chapter{Introduction} -The software package SPECFEM3D\_GLOBE simulates three-dimensional global and regional seismic wave propagation +The software package SPECFEM3D Globe simulates three-dimensional global and regional seismic wave propagation and performs full waveform imaging (FWI) or adjoint tomography based upon the spectral-element method (SEM). The SEM is a continuous Galerkin technique \citep{TrKoLi08,PeKoLuMaLeCaLeMaLiBlNiBaTr11}, which can easily be made discontinuous \citep{BeMaPa94,Ch00,KoWoHu02,ChCaVi03,LaWaBe05,Kop06,WiStBuGh10,AcKo11}; @@ -42,7 +42,7 @@ \chapter{Introduction} \cite{FaMaPaQu97}, \cite{CaGa97}, \cite{KoVi98} and \cite{KoTr99}, whereas applications involving Chebyshev basis functions and a nondiagonal mass matrix include \cite{SePr94}, \cite{PrCaSe94} and \cite{SePrPr95}. -In the Legendre version that we use in SPECFEM the mass matrix is purposely slightly inexact but diagonal (but can be made exact if needed, see \cite{Teu15}), +In the Legendre version that we use in SPECFEM, the mass matrix is purposely slightly inexact but diagonal (but can be made exact if needed, see \cite{Teu15}), while in the Chebyshev version it is exact but non diagonal.\newline @@ -55,19 +55,19 @@ \chapter{Introduction} as explained in \cite{DuLiScGa14}, in which this phenomenon is described in details, and in which practical solutions to avoid it are suggested.\newline -SPECFEM3D\_GLOBE can now perform gravity field calculations in addition (or instead of) seismic wave propagation only. +SPECFEM3D Globe can now perform gravity field calculations in addition (or instead of) seismic wave propagation only. See flag \texttt{GRAVITY\_INTEGRALS} in file \texttt{setup/constants.h.in}. Please also refer to \citet{Martin2017}. And yes, that is the reason why there is a gravity observation satellite on the cover of the manual :-)\newline -All SPECFEM3D\_GLOBE software is written in Fortran2003 with full portability +All SPECFEM3D Globe software is written in Fortran2003 with full portability in mind, and conforms strictly to the Fortran2003 standard. It uses no obsolete or obsolescent features of Fortran. The package uses parallel programming based upon the Message Passing Interface (MPI) \citep{GrLuSk94,Pac97}.\newline -SPECFEM3D\_GLOBE won the Gordon Bell award for best performance at the SuperComputing~2003 +SPECFEM3D Globe won the Gordon Bell award for best performance at the SuperComputing~2003 conference in Phoenix, Arizona (USA) (see \cite{KoTsChTr03}). It was a finalist again in 2008 for a run at 0.16 petaflops (sustained) on 149,784 processors of the `Jaguar' Cray XT5 system at Oak Ridge National Laboratories (USA) \citep{CaKoLaTiMiLeSnTr08}. It also won the BULL Joseph Fourier supercomputing award in 2010.\newline @@ -91,7 +91,7 @@ \section{Citation} You can find all the references below in \BibTeX format in file \texttt{doc/USER\_MANUAL/bibliography.bib}.\newline -If you use SPECFEM3D\_GLOBE for your own research, please cite at least one +If you use SPECFEM3D Globe for your own research, please cite at least one of the following articles: \cite{KoXiBoPeSaLiTr16,TrKoLi08,PeKoLuMaLeCaLeMaLiBlNiBaTr11,VaCaSaKoVi99,LeChLiKoHuTr08,LeChKoHuTr09,LeKoHuTr09,KoMiEr09,KoErGoMi10,WiKoScTr04,KoLiTrSuStSh04,ChKoViCaVaFe07,MaKoDi09,KoViCh10,CaKoLaTiMiLeSnTr08,TrKoHjLiZhPeBoMcFrTrHu10,KoRiTr02,KoTr02a,KoTr02b,KoTr99} or \cite{KoVi98}.\newline diff --git a/doc/USER_MANUAL/02_getting_started.tex b/doc/USER_MANUAL/02_getting_started.tex index 5c384a119..476602b4a 100644 --- a/doc/USER_MANUAL/02_getting_started.tex +++ b/doc/USER_MANUAL/02_getting_started.tex @@ -9,7 +9,7 @@ \chapter{Getting Started}\label{cha:Getting-Started} \section{Configuring and compiling the source code} %-----------------------------------------------------------------------------------------------------------------------------------% -To get the SPECFEM3D\_GLOBE software package, type this: +To get the SPECFEM3D Globe software package, type this: {\small \begin{verbatim} git clone --recursive --branch devel https://github.com/SPECFEM/specfem3d_globe.git @@ -80,7 +80,7 @@ \section{Using the GPU version of the code} %-----------------------------------------------------------------------------------------------------------------------------------% \noindent -SPECFEM3D\_GLOBE now supports CUDA, OpenCL and HIP GPU acceleration. +SPECFEM3D Globe now supports CUDA, OpenCL and HIP GPU acceleration. CUDA configuration can be enabled with \texttt{-{}-with-cuda} flag and \texttt{CUDA\_FLAGS=}, \texttt{CUDA\_LIB=}, \texttt{CUDA\_INC=} and \texttt{ MPI\_INC=} variables like @@ -126,7 +126,7 @@ \section{Using the GPU version of the code} The compilation with the cuda5 setting chooses then the right architecture (\texttt{-gencode=arch=compute\_35,code=sm\_35} for K20 cards).\newline -SPECFEM3D\_GLOBE also supports CUDA-aware MPI. This code feature can be enabled by adding the flag \texttt{-{}-enable-cuda-aware-mpi} to +SPECFEM3D Globe also supports CUDA-aware MPI. This code feature can be enabled by adding the flag \texttt{-{}-enable-cuda-aware-mpi} to the configuration, like: {\small \begin{verbatim} @@ -196,7 +196,7 @@ \section{Using the GPU version of the code} \begin{description} \item[\texttt{GPU\_RUNTIME}] sets the runtime environments: $1$ for CUDA, $2$ for OpenCL, $3$ for HIP - and $0$ for compile-time decision (hence, SPECFEM should + and $0$ for compile-time decision (hence, SPECFEM3D Globe should have been compiled with only one of \texttt{-{}-with-cuda}, \texttt{-{}-with-opencl} or \texttt{-{}-with-hip}). \item[\texttt{GPU\_PLATFORM} and \texttt{GPU\_DEVICE}] are both (case-insensitive) @@ -316,7 +316,7 @@ \section{Configuration summary} \item [{\texttt{-{}-help}}] Directs \texttt{configure} to print a usage screen which provides a short description of all configuration variables and options. Note that the options relating to installation directories -(e.g., \texttt{-{}-prefix}) do not apply to SPECFEM3D\_GLOBE. +(e.g., \texttt{-{}-prefix}) do not apply to SPECFEM3D Globe. \end{description} The \texttt{configure} script runs a brief series of checks. Upon diff --git a/doc/USER_MANUAL/03_running_the_mesher.tex b/doc/USER_MANUAL/03_running_the_mesher.tex index 61a236cfb..6df38d144 100644 --- a/doc/USER_MANUAL/03_running_the_mesher.tex +++ b/doc/USER_MANUAL/03_running_the_mesher.tex @@ -27,7 +27,7 @@ \chapter{Running the Mesher \texttt{xmeshfem3D}}\label{cha:Running-the-Mesher} In this chapter we will focus on simulations at the scale of the entire globe. Regional simulations will be addressed in Chapter~\ref{cha:Regional-Simulations}. -The spectral-element mesh for a SPECFEM3D\_GLOBE simulation is based +The spectral-element mesh for a SPECFEM3D Globe simulation is based upon a mapping from the cube to the sphere called the \textit{cubed sphere} \citep{Sad72,RoIaPa96}. This cubed-sphere mapping breaks the globe into 6~chunks, each of which is further subdivided in terms @@ -169,6 +169,8 @@ \chapter{Running the Mesher \texttt{xmeshfem3D}}\label{cha:Running-the-Mesher} % \item [{\texttt{Ishii}}] Combines the 1D transversely isotropic PREM with the anisotropic inner core model defined by \citet{Ishii2002}. % +\item [{\texttt{1D\_Berkeley}}] A 1D transversely isotropic Earth model developed by \citet{FrRo2014} as reference model for SEMUCB-WM1. +% \end{description} %% for Mars: @@ -273,6 +275,10 @@ \chapter{Running the Mesher \texttt{xmeshfem3D}}\label{cha:Running-the-Mesher} % \item [{\texttt{EMC\_model}}] Reads in an IRIS EMC model provided by the user. For more details how to compile and setup the code, please see the README info in folder \texttt{DATA/IRIS\_EMC/}. % +\item [{\texttt{SEMUCB\_A3d}}] A global radially anisotropic shear velocity model from spectral-element waveform tomography developed by \citet{FrRo2014} at Berkeley. +% +\item [{\texttt{SEMUCB\_A3d\_3dQ}}] The elastic global Berkeley model (SEMUCB) combined with the 3D attenuation model developed by \citet{KaRo2018}. +% \end{description} %% for Mars: @@ -318,7 +324,7 @@ \chapter{Running the Mesher \texttt{xmeshfem3D}}\label{cha:Running-the-Mesher} in function of the radius vector imply hydrostaticity. These have surface ellipticity 1/299.8 and a corresponding dynamical flattening of .0033 (PREM). The actual ellipticty of the Earth for a best-fitting ellipsoid is 1/298.3 with a corresponding dynamical flattening of .0034." -Thus, flattening f = 1/299.8 is what is used in SPECFEM3D\_GLOBE, as it should. And eccentricity squared $e^2 = 1 - (1-f)^2 = 1 - (1 - 1/299.8)^2 = 0.00665998813529$, and the correction factor used in the code to convert geographic latitudes to geocentric is $1 - e^2 = (1-f)^2 = (1 - 1/299.8)^2 = 0.9933400118647$. +Thus, flattening f = 1/299.8 is what is used in SPECFEM3D Globe, as it should. And eccentricity squared $e^2 = 1 - (1-f)^2 = 1 - (1 - 1/299.8)^2 = 0.00665998813529$, and the correction factor used in the code to convert geographic latitudes to geocentric is $1 - e^2 = (1-f)^2 = (1 - 1/299.8)^2 = 0.9933400118647$. % As a comparison, the classical World Geodetic System reference ellipsoid WGS 84 (see e.g. \url{http://en.wikipedia.org/wiki/World_Geodetic_System}) has $f = 1/298.2572236$. @@ -920,13 +926,13 @@ \chapter{Running the Mesher \texttt{xmeshfem3D}}\label{cha:Running-the-Mesher} waves are right at the sampling limit or even slightly below. This works fine because spurious numerical oscillations due to S-wave subsampling are almost completely suppressed by attenuation. However, this implies -that one should not use SPECFEM3D\_GLOBE with the regular mesh and +that one should not use SPECFEM3D Globe with the regular mesh and period estimates of Table \ref{table:nex} to study the PKJKP phase very precisely. If one is interested in that phase, one should use typically 1.5 times to twice the number of elements NEX indicated in the table. -Regarding fluid/solid coupling at the CMB and ICB, in SPECFEM3D\_GLOBE +Regarding fluid/solid coupling at the CMB and ICB, in SPECFEM3D Globe we do not use the fluid-solid formulation of \citet{KoTr02a} and \citet{KoTr02b} anymore, we now use a displacement potential in the fluid (rather than a velocity potential as in \citet{KoTr02a} and @@ -945,7 +951,7 @@ \chapter{Running the Mesher \texttt{xmeshfem3D}}\label{cha:Running-the-Mesher} \section{Memory requirements} %-----------------------------------------------------------------------------------------------------------------------------------% -The SPECFEM3D\_GLOBE memory requirements can be estimated before or +The SPECFEM3D Globe memory requirements can be estimated before or after running the mesher using the small serial program \texttt{\small ./bin/xcreate\_header\_file}, which reads the input file \texttt{\small DATA/Par\_file} and displays the total amount of memory that will be needed by the mesher and the @@ -961,4 +967,32 @@ \section{Memory requirements} needed by the solver is generated. +%-----------------------------------------------------------------------------------------------------------------------------------% +\section{Scattering perturbations}\label{sec:Scattering-perturbations} +%-----------------------------------------------------------------------------------------------------------------------------------% + +SPECFEM3D Globe also allows to add optional scattering perturbations to the elastic model parameters. +The 3D random perturbations follow a von K\'arm\'an distribution, characterized by a perturbation strength and spatial correlation factor. +As an example, to apply these perturbations to the model parameters, you can add the following parameters to the \texttt{Par\_file}: +{\small +\begin{verbatim} +## scattering +# adds scattering perturbations to velocity model +SCATTERING_PERTURBATIONS = .true. +# perturbation strength +SCATTERING_STRENGTH = 0.3d0 +# correlation factor +SCATTERING_CORRELATION = 1.d0 +\end{verbatim} +} + +These optional parameters are: +\begin{description} +\item [{\texttt{ADD\_SCATTERING\_PERTURBATIONS}}] Set to \texttt{.true.} to enable adding von K\'arm\'an type scattering perturbations to the elastic model. +\item [{\texttt{SCATTERING\_STRENGTH}}] Defines the maximum amplitude of the perturbations, e.g., a value of 0.3 will result in 30\% perturbations. +\item [{\texttt{SCATTERING\_CORRELATION}}] Specifies the correlation factor for the von K\'arm\'an distribution. A value of 1.0 corresponds to a correlation length $a$ where $k \times a \approx 1.0$, with $k$ being the wavenumber. +\end{description} + +The current implementation sets up the 3D von K\'arm\'an power spectral density in wavenumber space, using a Hurst exponent of 0.3 and a 10\% standard deviation. The algorithm then uses a temporary regular 3D grid for the FFTs with a grid spacing determined by the smallest element size of the mesh. These 3D FFTs are computationally costly and the temporary mesh requires substantial, additional memory on all processes, especially for small-scale meshes as it scales with $N^3$. By default, the 3D perturbations are applied to density and the elastic model parameters in crust and mantle region only (no attenuation Q-factor perturbations are applied). + diff --git a/doc/USER_MANUAL/05_regional_simulations.tex b/doc/USER_MANUAL/05_regional_simulations.tex index 952fe51de..d7e7cbadf 100644 --- a/doc/USER_MANUAL/05_regional_simulations.tex +++ b/doc/USER_MANUAL/05_regional_simulations.tex @@ -134,7 +134,7 @@ \subsection{Mesh cutoff}\label{sec:Mesh-cutoff} % \end{description} -With these mesh cutoffs parameters, the mesher will remove elements from a standard one-chunk mesh below the cut-off depth. To further tweak and define local meshes, for example by adding multiple doubling layers (similar to the SPECFEM3D\_Cartesian mesher), the following parameters can be added to the \texttt{Par\_file} which only take effect if the flag \texttt{REGIONAL\_MESH\_CUTOFF} has been turned on: +With these mesh cutoffs parameters, the mesher will remove elements from a standard one-chunk mesh below the cut-off depth. To further tweak and define local meshes, for example by adding multiple doubling layers (similar to the SPECFEM3D Cartesian mesher), the following parameters can be added to the \texttt{Par\_file} which only take effect if the flag \texttt{REGIONAL\_MESH\_CUTOFF} has been turned on: \begin{description} % diff --git a/doc/USER_MANUAL/07_doing_tomography.tex b/doc/USER_MANUAL/07_doing_tomography.tex index cc89f6cd5..00db15bd2 100644 --- a/doc/USER_MANUAL/07_doing_tomography.tex +++ b/doc/USER_MANUAL/07_doing_tomography.tex @@ -1,7 +1,7 @@ \chapter{Doing tomography, i.e., updating the model based on the sensitivity kernels obtained} -The process is described in the same chapter of the manual of SPECFEM3D. Please refer to it. +The process is described in the same chapter of the manual of SPECFEM3D Cartesian. Please refer to it. diff --git a/doc/USER_MANUAL/08_noise_simulations.tex b/doc/USER_MANUAL/08_noise_simulations.tex index 72e90e85f..95bb5b13f 100644 --- a/doc/USER_MANUAL/08_noise_simulations.tex +++ b/doc/USER_MANUAL/08_noise_simulations.tex @@ -1,7 +1,7 @@ \chapter{Noise Cross-correlation Simulations} -The new version of SPECFEM3D\_GLOBE includes functionality for seismic noise tomography. +The new version of SPECFEM3D Globe includes functionality for seismic noise tomography. Users are recommended to familiarize themselves first with the procedures for running regular earthquake simulations (Chapters \ref{cha:Running-the-Mesher}--\ref{cha:Regional-Simulations}) and adjoint simulations (Chapter \ref{cha:Adjoint-Simulations}). @@ -30,7 +30,7 @@ \section{New Requirements on `Old' Input Parameter Files} \texttt{DATA/Par\_file} also requires careful attention. -New to this version of SPECFEM3D\_GLOBE, a parameter called \texttt{NOISE\_TOMOGRAPHY} has been added that specifies the type of simulation to be run. +New to this version of SPECFEM3D Globe, a parameter called \texttt{NOISE\_TOMOGRAPHY} has been added that specifies the type of simulation to be run. \texttt{NOISE\_TOMOGRAPHY} is an integer with possible values 0, 1, 2 and 3. For example, when \texttt{NOISE\_TOMOGRAPHY} equals 0, a regular earthquake simulation will be run. When \texttt{NOISE\_TOMOGRAPHY} is equal to 1/2/3, you are about to run @@ -119,7 +119,7 @@ \subsection{Pre-simulation} NOISE_TOMOGRAPHY(NSTEP, dt, Tmin, Tmax, NOISE_MODEL) \end{verbatim} -\texttt{NSTEP} and \texttt{dt} have been given when compiling the specfem3D source code; +\texttt{NSTEP} and \texttt{dt} have been given when compiling the SPECFEM3D Globe source code; \texttt{Tmin} and \texttt{Tmax} correspond to the period range you are interested in; \texttt{NOISE\_MODEL} denotes the noise model you will be using. Details can be found in the Matlab script. @@ -130,7 +130,7 @@ \subsection{Pre-simulation} the source time function has been saved in: /data2/yangl/3D_NOISE/S_squared (note this path must be different) S_squared should be put into directory: -./NOISE_TOMOGRAPHY/ in the SPECFEM3D_GLOBE package +./NOISE_TOMOGRAPHY/ in the SPECFEM3D Globe package \end{verbatim} In other words, the Matlab script creates a file called \texttt{S\_squared}, @@ -140,14 +140,14 @@ \subsection{Pre-simulation} This can be done easily by modifying the Matlab script a little bit. \item -Create a new directory in the SPECFEM3D\_GLOBE package, name it as \texttt{NOISE\_TOMOGRAPHY}. +Create a new directory in the SPECFEM3D Globe package, name it as \texttt{NOISE\_TOMOGRAPHY}. In fact, this new directory should have been created already when checking out the package. We will add/replace some information needed in this folder. \item Put the Matlab-generated-file \texttt{S\_squared} in \texttt{NOISE\_TOMOGRAPHY}. -That's to say, you will have a file \texttt{NOISE\_TOMOGRAPHY/S\_squared} in the SPECFEM3D\_GLOBE package. +That's to say, you will have a file \texttt{NOISE\_TOMOGRAPHY/S\_squared} in the SPECFEM3D Globe package. \item Create a file called \texttt{NOISE\_TOMOGRAPHY/irec\_main\_noise}. Note that this file should be put diff --git a/doc/USER_MANUAL/09_gravity_calculations.tex b/doc/USER_MANUAL/09_gravity_calculations.tex index b3760373e..c57259655 100644 --- a/doc/USER_MANUAL/09_gravity_calculations.tex +++ b/doc/USER_MANUAL/09_gravity_calculations.tex @@ -1,7 +1,7 @@ \chapter{Gravity integral calculations for the gravity field of the Earth} -SPECFEM can now compute the gravity field as well as its derivatives (i.e., gravity gradiometry) +SPECFEM3D Globe can now compute the gravity field as well as its derivatives (i.e., gravity gradiometry) generated by any given 3D Earth model at the height of an observation satellite, for instance GOCE\newline (see e.g. en.wikipedia.org/wiki/Gravity\_Field\_and\_Steady-State\_Ocean\_Circulation\_Explorer).\newline diff --git a/doc/USER_MANUAL/12_changing_the_model.tex b/doc/USER_MANUAL/12_changing_the_model.tex index ab3dda3ff..587a93c42 100644 --- a/doc/USER_MANUAL/12_changing_the_model.tex +++ b/doc/USER_MANUAL/12_changing_the_model.tex @@ -2,8 +2,7 @@ \chapter{Changing the Model}\label{cha:-Changing-the} In this section we explain how to change the crustal, mantle, or inner core models. These changes involve contributing specific subroutines -that replace existing subroutines in the \texttt{SPECFEM3D\_GLOBE} -package. +that replace existing subroutines in the SPECFEM3D Globe package. \section{Changing the Crustal Model}\label{sec:Changing-the-Crustal} @@ -284,7 +283,7 @@ \subsection{Anisotropic Models}\label{sub:Anisotropic-Models} Rotation of the anisotropic tensor elements from one coordinate system to another coordinate system may be accomplished based upon the subroutine \texttt{rotate\_aniso\_tensor}. Use of this routine requires understanding -the coordinate system used in \texttt{SPECFEM3D\_GLOBE}, as discussed +the coordinate system used in SPECFEM3D Globe, as discussed in Appendix~\ref{cha:Reference-Frame-Convention}.\newline diff --git a/doc/USER_MANUAL/13_post_processing.tex b/doc/USER_MANUAL/13_post_processing.tex index 376d9143b..dee8056ea 100644 --- a/doc/USER_MANUAL/13_post_processing.tex +++ b/doc/USER_MANUAL/13_post_processing.tex @@ -134,7 +134,7 @@ \subsection{\texttt{clean\_sac\_headers\_after\_crash.sh}} can run the script called \texttt{clean\_sac\_headers\_after\_crash.sh} (located in the \texttt{utils/} directory) on the SAC files to correct the header variable NPTS to the actually written number of time steps. -The script must be called from the \texttt{SPECFEM3D} main directory, +The script must be called from the SPECFEM3D Globe main directory, and the input argument to this script is simply a list of SAC seismogram files. diff --git a/doc/USER_MANUAL/14_informations_for_developers.tex b/doc/USER_MANUAL/14_informations_for_developers.tex index 2a6b29d77..9ae02f827 100644 --- a/doc/USER_MANUAL/14_informations_for_developers.tex +++ b/doc/USER_MANUAL/14_informations_for_developers.tex @@ -11,7 +11,7 @@ \chapter{Information for developers of the code, and for people who want to lear \noindent We also have simple 3D demo source codes that implement the SEM in a single, small program, in directory\newline -\texttt{utils/small\_SEM\_solvers\_in\_Fortran\_and\_C\_without\_MPI\_to\_learn} of the specfem3d package. +\texttt{utils/small\_SEM\_solvers\_in\_Fortran\_and\_C\_without\_MPI\_to\_learn} of the SPECFEM3D Cartesian package. They are useful to learn how the spectral-element method works, and how to write or modify a code to implement it. Also useful to test new ideas by modifying these simple codes to run some tests. We also have a similar, even simpler, demo source code for the 2D case in directory\newline diff --git a/doc/USER_MANUAL/C_benchmarks.tex b/doc/USER_MANUAL/C_benchmarks.tex index 63dd2f367..bad0f5d04 100644 --- a/doc/USER_MANUAL/C_benchmarks.tex +++ b/doc/USER_MANUAL/C_benchmarks.tex @@ -2,7 +2,7 @@ \chapter{Benchmarks} \citet{KoTr02a,KoTr02b} carefully benchmarked the spectral-element simulations of global seismic waves against normal-mode seismograms. -Version 4.0 of \texttt{SPECFEM3D\_GLOBE} has been benchmarked again +Version 4.0 of SPECFEM3D Globe has been benchmarked again following the same procedure.\newline diff --git a/doc/USER_MANUAL/E_channel_codes.tex b/doc/USER_MANUAL/E_channel_codes.tex index caf222419..467b50833 100644 --- a/doc/USER_MANUAL/E_channel_codes.tex +++ b/doc/USER_MANUAL/E_channel_codes.tex @@ -4,7 +4,7 @@ \chapter{Channel Codes of Seismograms}\label{cha:channel-codes} bandwidths, sampling properties and component configurations. There are standards to name channel codes depending on instrument properties. IRIS (\url{http://www.iris.edu}) uses SEED/FDSN format for channel codes, which are represented by three letters, such as \texttt{LHN}, \texttt{BHZ}, etc. In older versions of the -SPECFEM package, a common format was used for the channel codes of all seismograms, which was \texttt{LHE/LHN/LHZ} +SPECFEM3D Globe package, a common format was used for the channel codes of all seismograms, which was \texttt{LHE/LHN/LHZ} for three components. To avoid confusion when comparisons are made to observed data, we are now using the FDSN convention for SEM seismograms. In the following, we give a brief explanation of the FDSN convention and how it is adopted in SEM seismograms. Please visit \url{http://www.iris.edu/manuals/SEED_appA.htm} for further information.\newline @@ -31,7 +31,7 @@ \chapter{Channel Codes of Seismograms}\label{cha:channel-codes} \noindent -\textbf{\texttt{Orientation code:}} The third letter in channel codes is an orientation code, which generally describes the physical configuration of the components of instrument packages. SPECFEM uses the traditional orientation code \texttt{E/N/Z} (East-West, North-South, Vertical) for three components. \newline +\textbf{\texttt{Orientation code:}} The third letter in channel codes is an orientation code, which generally describes the physical configuration of the components of instrument packages. SPECFEM3D Globe uses the traditional orientation code \texttt{E/N/Z} (East-West, North-South, Vertical) for three components. \newline \noindent diff --git a/doc/USER_MANUAL/authors.tex b/doc/USER_MANUAL/authors.tex index cf526e212..869a5f53b 100644 --- a/doc/USER_MANUAL/authors.tex +++ b/doc/USER_MANUAL/authors.tex @@ -1,6 +1,6 @@ \section*{Authors} -\noindent The SPECFEM3D package was first developed by Dimitri +\noindent The SPECFEM3D packages were first developed by Dimitri Komatitsch and Jean-Pierre Vilotte at Institut de Physique du Globe (IPGP) in Paris, France from 1995 to 1997 and then by Dimitri Komatitsch and Jeroen Tromp at Harvard University and Caltech, USA, starting in 1998. @@ -79,6 +79,7 @@ \section*{Authors} Kevin Pouget, S.T.G. Raghukanth, Max Rietmann, +Barbara Romanowicz, Vittorio Ruggiero, Elliott Sales de Andrade, Brian Savage, @@ -86,6 +87,7 @@ \section*{Authors} Bernhard Schuberth, Anne Sieminski, James Smith, +Dorian Soergel, Leif Strand, Kai Tao, Carl Tape, diff --git a/doc/USER_MANUAL/bibliography.bib b/doc/USER_MANUAL/bibliography.bib index b26d0b1b0..f2a4a05a5 100644 --- a/doc/USER_MANUAL/bibliography.bib +++ b/doc/USER_MANUAL/bibliography.bib @@ -44,6 +44,28 @@ @string{pageoph @string{pepi = {Phys. Earth planet. Inter.}} +@article{KaRo2018, + author = {H. Karaoglu and B. Romanowicz}, + date-added = {2025-11-12 17:02:51 +0100}, + date-modified = {2025-11-12 17:04:36 +0100}, + journal = {Geophys. J. Int.}, + number = {2}, + pages = {807-826}, + title = {Global seismic attenuation imaging using full-waveform inversion: a comparative assessment of different choices of misfit functionals}, + volume = {212}, + year = {2018}} + +@article{FrRo2014, + author = {S.W. French and B.A. Romanowicz}, + date-added = {2025-11-12 16:51:02 +0100}, + date-modified = {2025-11-12 16:52:40 +0100}, + journal = {Geophys. J. Int.}, + number = {3}, + pages = {1303-1327}, + title = {Whole-mantle radially anisotropic shear velocity structure from spectral-element waveform tomography}, + volume = {199}, + year = {2014}} + @article{Ma2021, author = {X. Ma and H. Tkalcic}, date-added = {2021-09-08 00:20:36 +0300}, @@ -123,7 +145,7 @@ @article{Martin2017 title = {A high-order {3-D} spectral-element method for the forward modelling and inversion of gravimetric data -- Application to the western Pyrenees}, volume = {209}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggx010}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggx010}} @article{Weber2011, author = {Weber, R. C. and P.-Y. Lin and E.J. Garnero and Q. Williams and P. Lognonn\'{e}}, @@ -194,7 +216,7 @@ @article{EtChViGl10 title = {An $hp$-adaptive discontinuous {G}alerkin finite-element method for 3-{D} elastic wave modelling}, volume = {183}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04764.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04764.x}} @article{OzMc96, author = {\"Ozdenvar, Turgut and McMechan, George A.}, @@ -205,7 +227,7 @@ @article{OzMc96 title = {Causes and reduction of numerical artefacts in pseudo-spectral wavefield extrapolation}, volume = {126}, year = {1996}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.1996.tb04705.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.1996.tb04705.x}} @article{Vciegis06, author = {{\v{C}}iegis, Raimondas}, @@ -244,7 +266,7 @@ @article{AaLoLuVe17 title = {Beam Diffraction Effects in the Backward Wave Regions of Viscoelastic Leaky {L}amb Modes for Plate Transmission at Normal Incidence}, volume = {64}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2017.2719627}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2017.2719627}} @inproceedings{Aanes2012, address = {Dresden, Germany}, @@ -254,7 +276,7 @@ @inproceedings{Aanes2012 pages = {1972-1977}, title = {Ultrasonic beam transmission through a water-immersed plate at oblique incidence using a piezoelectric source transducer: {F}inite element angular spectrum modeling and measurements}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1109/ULTSYM.2012.0494}} + bdsk-url-1 = {https://doi.org/10.1109/ULTSYM.2012.0494}} @article{AbGo98, author = {S. Abarbanel and D. Gottlieb}, @@ -282,7 +304,7 @@ @article{AbGoHe02 title = {Long time behavior of the perfectly matched layer equations in computational electromagnetics}, volume = {17}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1023/A:1015141823608}} + bdsk-url-1 = {https://doi.org/10.1023/A:1015141823608}} @article{AbGoHe99, author = {S. Abarbanel and D. Gottlieb and J. S. Hesthaven}, @@ -293,7 +315,7 @@ @article{AbGoHe99 title = {Well-posed Perfectly Matched Layers for Advective Acoustics}, volume = {154}, year = {1999}, - Bdsk-Url-1 = {https://doi.org/10.1006/jcph.1999.6313}} + bdsk-url-1 = {https://doi.org/10.1006/jcph.1999.6313}} @article{Abarbanel09, author = {Abarbanel, S. and Qasimov, H. and Tsynkov, S.}, @@ -356,7 +378,7 @@ @article{AbShPy14 title = {Measurements of elastic constants in anisotropic media}, volume = {79}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2014-0023.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2014-0023.1}} @article{AbMaSoCa08, author = {A. I. Abreu and W. J. Mansur and D. {Soares Jr.} and J. A. M. Carrer}, @@ -383,7 +405,7 @@ @article{AcKo11 title = {Discontinuous {G}alerkin spectral element approximations on moving meshes}, volume = {230}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2010.11.038}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2010.11.038}} @inproceedings{AdPaBo07, address = {Pittsburgh, Pennsylvania, USA}, @@ -394,7 +416,7 @@ @inproceedings{AdPaBo07 publisher = {IEEE Computer Society, Washington, DC, USA}, title = {Finite Difference Time Domain ({FDTD}) Simulations Using Graphics Processors}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1109/HPCMP-UGC.2007.34}} + bdsk-url-1 = {https://doi.org/10.1109/HPCMP-UGC.2007.34}} @article{AgDeDoHaKuLaLtLuTo09, author = {Emmanuel Agullo and Jim Demmel and Jack Dongarra and Bilel Hadri and Jakub Kurzak and Julien Langou and Hatem Ltaief and Piotr Luszczek and Stanimire Tomov}, @@ -404,7 +426,7 @@ @article{AgDeDoHaKuLaLtLuTo09 title = {Numerical linear algebra on emerging architectures: The {PLASMA} and {MAGMA} projects}, volume = {180}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1088/1742-6596/180/1/012037}} + bdsk-url-1 = {https://doi.org/10.1088/1742-6596/180/1/012037}} @article{Ahmad2013, author = {Ahmad, Z. A. B. and Vivar-Perez, J. M. and Gabbert, U.}, @@ -415,7 +437,7 @@ @article{Ahmad2013 title = {Semi-analytical finite element method for modeling of {L}amb wave propagation}, volume = {4}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1007/s13272-012-0056-6}} + bdsk-url-1 = {https://doi.org/10.1007/s13272-012-0056-6}} @article{AiMoMu06, author = {Ainsworth, M. and Monk, P. and Muniz, W.}, @@ -426,7 +448,7 @@ @article{AiMoMu06 title = {Dispersive and Dissipative Properties of Discontinuous {G}alerkin Finite Element Methods for the Second-Order Wave Equation}, volume = {27}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1007/s10915-005-9044-x}} + bdsk-url-1 = {https://doi.org/10.1007/s10915-005-9044-x}} @article{AiWa10, author = {Ainsworth, M. and Wajid, H.}, @@ -437,7 +459,7 @@ @article{AiWa10 title = {Optimally Blended Spectral-Finite Element Scheme for Wave Propagation and NonStandard Reduced Integration}, volume = {48}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1137/090754017}} + bdsk-url-1 = {https://doi.org/10.1137/090754017}} @article{AiWa09, author = {Ainsworth, M. and Wajid, H.}, @@ -448,7 +470,7 @@ @article{AiWa09 title = {Dispersive and Dissipative Behavior of the Spectral Element Method}, volume = {47}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1137/080724976}} + bdsk-url-1 = {https://doi.org/10.1137/080724976}} @inproceedings{AkBiBiEpFeGhKiLoOhTuUr03, address = {Phoenix, Arizona, USA}, @@ -458,7 +480,7 @@ @inproceedings{AkBiBiEpFeGhKiLoOhTuUr03 pages = {52-72}, title = {High-resolution forward and inverse earthquake modeling on terascale computers}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1145/1048935.1050202}} + bdsk-url-1 = {https://doi.org/10.1145/1048935.1050202}} @incollection{Aki88, address = {New York, USA}, @@ -497,7 +519,7 @@ @article{AlWo08 title = {Calculation of seismic displacement fields in self-gravitating earth models: applications of minors vectors and symplectic structure}, volume = {175}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2008.03961.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2008.03961.x}} @article{AlOl98, author = {C. M. Alex and K. B. Olsen}, @@ -516,7 +538,7 @@ @article{AlZeLaBeBeSeKoJu94 title = {Quasi-planar {G}allium {A}rsenide heterojunction bipolar transistor device entirely grown by {C}hemical {B}eam {E}pitaxy}, volume = {136}, year = {1994}, - Bdsk-Url-1 = {https://doi.org/10.1016/0022-0248(94)90416-2}} + bdsk-url-1 = {https://doi.org/10.1016/0022-0248(94)90416-2}} @article{AlKeBo74, author = {R. Alford and K. Kelly and D. Boore}, @@ -535,7 +557,7 @@ @article{Alleyne92 title = {The interaction of {L}amb waves with defects}, volume = {39}, year = {1992}, - Bdsk-Url-1 = {https://doi.org/10.1109/58.143172}} + bdsk-url-1 = {https://doi.org/10.1109/58.143172}} @article{AlleyneCawley1992, author = {Alleyne, David N and Cawley, Peter}, @@ -555,7 +577,7 @@ @article{Alleyne91 title = {A two-dimensional {F}ourier transform method for the measurement of propagating multimode signals}, volume = {89}, year = {1991}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.400530}} + bdsk-url-1 = {https://doi.org/10.1121/1.400530}} @article{AlGr02, author = {Alpert, B. and Greengard, L. and Hagstrom, T.}, @@ -679,7 +701,7 @@ @article{AmBrGaWa13 title = {Time-reversal algorithms in viscoelastic media}, volume = {24}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1017/S0956792513000107}} + bdsk-url-1 = {https://doi.org/10.1017/S0956792513000107}} @article{AmmonJiThio2005, author = {C. J. Ammon and C. Ji and H. K. Thio and D. Robinson and S. D. Ni and V. Hj\"orleifsd\'ottir and H. Kanamori and T. Lay and S. Das and D. Helmberger and G. Ichinose and J. Polet and D. Wald}, @@ -722,7 +744,7 @@ @article{anderson_lorenz_travesset_2008 title = {General purpose molecular dynamics simulations fully implemented on graphics processing units}, volume = {227}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2008.01.047}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2008.01.047}} @article{AnTaWa12, author = {Anderson, John E. and Tan, Lijian and Wang, Don}, @@ -733,7 +755,7 @@ @article{AnTaWa12 title = {Time-reversal checkpointing methods for {RTM} and {FWI}}, volume = {77}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2011-0114.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2011-0114.1}} @article{AnLeZeDa96, author = {J. G. Anderson and Y. Lee and Y. Zeng and S. M. Day}, @@ -820,7 +842,7 @@ @article{AoDo06 title = {Testing the validity of simulated strong ground motion from the dynamic rupture of a finite fault by using empirical equations}, volume = {4}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1007/s10518-006-0001-3}} + bdsk-url-1 = {https://doi.org/10.1007/s10518-006-0001-3}} @article{ApKr06, author = {Daniel Appel\"o and Gunilla Kreiss}, @@ -831,7 +853,7 @@ @article{ApKr06 title = {A new absorbing layer for elastic waves}, volume = {215}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2005.11.006}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2005.11.006}} @phdthesis{da, address = {Pau, France}, @@ -850,7 +872,7 @@ @article{GoKo02 title = {A new method for {{$C^k$-}}surface approximation from a set of curves, with application to ship track data in the {M}arianas trench}, volume = {34}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1023/A:1020976611029}} + bdsk-url-1 = {https://doi.org/10.1023/A:1020976611029}} @article{ApLu83, author = {R. J. Apsel and J. E. Luco}, @@ -868,7 +890,7 @@ @inproceedings{ArVaHe11 pages = {2669-2673}, title = {Robust full-waveform inversion using the {S}tudent's $t$-distribution}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.3627747}} + bdsk-url-1 = {https://doi.org/10.1190/1.3627747}} @incollection{ra1, author = {R. Arcang\'eli}, @@ -897,7 +919,7 @@ @article{ArPiGaPeFiTa13 title = {Global approach for transient shear wave inversion based on the adjoint method: a comprehensive {2D} simulation study}, volume = {58}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1088/0031-9155/58/19/6765}} + bdsk-url-1 = {https://doi.org/10.1088/0031-9155/58/19/6765}} @article{Arn82, author = {Douglas N. Arnold}, @@ -908,7 +930,7 @@ @article{Arn82 title = {An Interior Penalty Finite Element Method with Discontinuous Elements}, volume = {19}, year = {1982}, - Bdsk-Url-1 = {https://doi.org/10.1137/0719052}} + bdsk-url-1 = {https://doi.org/10.1137/0719052}} @article{ArnoldAndFelsen1984, author = {Arnold, J. M. and Felsen, L. B.}, @@ -946,7 +968,7 @@ @article{AsCoVaRi84 title = {A continuous wave technique for the measurement of the elastic properties of cortical bone}, volume = {17}, year = {1984}, - Bdsk-Url-1 = {https://doi.org/10.1016/0021-9290(84)90029-0}} + bdsk-url-1 = {https://doi.org/10.1016/0021-9290(84)90029-0}} @article{AsAkBiGh07, author = {Askan, Aysegul and Ak{\c c}elik, Volkan and Bielak, Jacobo and Ghattas, Omar}, @@ -957,7 +979,7 @@ @article{AsAkBiGh07 title = {Full Waveform Inversion for Seismic Velocity and Anelastic Losses in Heterogeneous Structures}, volume = {97}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120070079}} + bdsk-url-1 = {https://doi.org/10.1785/0120070079}} @article{AsKaKaLiKu12, author = {D. Assimaki and L. F. Kallivokas and J. W. Kang and W. Li and S. Kucukcoban}, @@ -967,7 +989,7 @@ @article{AsKaKaLiKu12 title = {Time-domain forward and inverse modeling of lossy soils with frequency-independent {$Q$} for near-surface applications}, volume = {43}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.soildyn.2012.07.001}} + bdsk-url-1 = {https://doi.org/10.1016/j.soildyn.2012.07.001}} @article{AstleyHa06, author = {Astley, R J and Hamilton, J A}, @@ -987,7 +1009,7 @@ @article{AsKnPa04 title = {Finite-difference modeling of viscoelastic materials with quality factors of arbitrary magnitude}, volume = {69}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1759468}} + bdsk-url-1 = {https://doi.org/10.1190/1.1759468}} @article{AtSk95, author = {Athanassoulis, G. A. and Skarsoulis, E. K.}, @@ -1023,7 +1045,7 @@ @article{AuHoVaCe11 title = {Some useful strategies for unstructured edge-based solvers on shared memory machines}, volume = {85}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.2973}} + bdsk-url-1 = {https://doi.org/10.1002/nme.2973}} @inproceedings{AuThNaWa09Europar, address = {Delft, The Netherlands}, @@ -1037,7 +1059,7 @@ @inproceedings{AuThNaWa09Europar title = {{StarPU}: {A} Unified Platform for Task Scheduling on Heterogeneous Multicore Architectures}, volume = {5704}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1007/978-3-642-03869-3%5C_80}} + bdsk-url-1 = {https://doi.org/10.1007/978-3-642-03869-3%5C_80}} @article{AuNiRoMa13, author = {Aulanier, Florian and Nicolas, Barbara and Roux, Philippe and Mars, J{\'e}r{\^o}me I}, @@ -1064,7 +1086,7 @@ @article{AuBaBl13 title = {An evolution of the back and forth nudging for geophysical data assimilation: application to {B}urgers equation and comparisons}, volume = {21}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1080/17415977.2012.712528}} + bdsk-url-1 = {https://doi.org/10.1080/17415977.2012.712528}} @article{AuBlNo11, author = {Didier Auroux and Jacques Blum and Ma\"elle Nodet}, @@ -1075,7 +1097,7 @@ @article{AuBlNo11 title = {Diffusive Back and Forth Nudging algorithm for data assimilation}, volume = {349}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.crma.2011.07.004}} + bdsk-url-1 = {https://doi.org/10.1016/j.crma.2011.07.004}} @article{Aus93, author = {P. Auscher}, @@ -1189,7 +1211,7 @@ @article{BePeGe04 title = {On the Long-Time Behavior of Unsplit Perfectly Matched Layers}, volume = {52}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1109/TAP.2004.827253}} + bdsk-url-1 = {https://doi.org/10.1109/TAP.2004.827253}} @article{Ber02a, author = {J. P. B\'erenger}, @@ -1200,7 +1222,7 @@ @article{Ber02a title = {Application of the {CFS} {PML} to the absorption of evanescent waves in waveguides}, volume = {12}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1109/LMWC.2002.1010000}} + bdsk-url-1 = {https://doi.org/10.1109/LMWC.2002.1010000}} @article{Ber02b, author = {J. P. B\'erenger}, @@ -1211,7 +1233,7 @@ @article{Ber02b title = {Numerical reflection from {FDTD-PML}s: A comparison of the split {PML} with the unsplit and {CFS PML}s}, volume = {50}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1109/8.999615}} + bdsk-url-1 = {https://doi.org/10.1109/8.999615}} @article{Ber96, author = {J. P. B\'erenger}, @@ -1285,7 +1307,7 @@ @article{Bae2012 pages = {413-432}, title = {Frequency-domain acoustic-elastic coupled waveform inversion using the {G}auss-{N}ewton conjugate gradient method}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-2478.2011.00993.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-2478.2011.00993.x}} @article{BaetenPlessix2013, author = {G. Baeten and J. A. De Maag and R. E. Plessix and R. Klaasen and T. Qureshi and M. Kleemeyer and A. P .E. {ten Kroode} and Z. Rujie}, @@ -1323,7 +1345,7 @@ @article{Bala2014 title = {Cortical Porosity Identifies Women With Osteopenia at Increased Risk for Forearm Fractures}, volume = {29}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1002/jbmr.2167}} + bdsk-url-1 = {https://doi.org/10.1002/jbmr.2167}} @inproceedings{BaRoLiHiSiTaPaGo08, address = {Sydney, Australia}, @@ -1334,7 +1356,7 @@ @inproceedings{BaRoLiHiSiTaPaGo08 publisher = {IEEE Computer Society, Washington, DC, USA}, title = {Acceleration of a finite-difference method with general purpose {GPU}s: {L}esson learned}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1109/CIT.2008.4594689}} + bdsk-url-1 = {https://doi.org/10.1109/CIT.2008.4594689}} @inproceedings{BaRoTaPaGoSi08, address = {Sao Paulo, Brazil}, @@ -1519,7 +1541,7 @@ @article{BaTaLa07 title = {Effect of porosity on effective diagonal stiffness coefficients ($c_{ii}$) and elastic anisotropy of cortical bone at 1~{MH}z: {A} finite-difference time domain study}, volume = {122}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.2759165}} + bdsk-url-1 = {https://doi.org/10.1121/1.2759165}} @inproceedings{BaSaFiRo05, address = {Seoul, Korea}, @@ -1531,7 +1553,7 @@ @inproceedings{BaSaFiRo05 title = {Fast and accurate time-domain simulations with commodity graphics hardware}, volume = {4A}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1109/APS.2005.1552619}} + bdsk-url-1 = {https://doi.org/10.1109/APS.2005.1552619}} @article{Bar08, author = {Giampiero I. Baroncelli}, @@ -1541,7 +1563,7 @@ @article{Bar08 title = {Quantitative ultrasound methods to assess bone mineral status in children: {T}echnical characteristics, performance, and clinical application}, volume = {63}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1203/PDR.0b013e318163a286}} + bdsk-url-1 = {https://doi.org/10.1203/PDR.0b013e318163a286}} @inproceedings{Ba03, address = {Jyv\"askyl\"a, Finland}, @@ -1630,7 +1652,7 @@ @article{Bas09 title = {Explicit finite-element perfectly matched layer for transient three-dimensional elastic waves}, volume = {77}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.2397}} + bdsk-url-1 = {https://doi.org/10.1002/nme.2397}} @article{BaCh04, author = {U. Basu and A. K. Chopra}, @@ -1667,7 +1689,7 @@ @inproceedings{BaKoMaTsCaMaNa11 publisher = {ACM}, title = {{FTI}: high performance {F}ault {T}olerance {I}nterface for hybrid systems}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1145/2063384.2063427}} + bdsk-url-1 = {https://doi.org/10.1145/2063384.2063427}} @article{BaJoLeTu86, author = {A. Bayliss and K. E. Jordan and B. J. Lemesurier and E. Turkel}, @@ -1702,7 +1724,7 @@ @article{beckerboschi2002 title = {A comparison of tomographic and geodynamic mantle models}, volume = {3}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1029/2001GC000168}} + bdsk-url-1 = {https://doi.org/10.1029/2001GC000168}} @inproceedings{Bell:2009:ISM, address = {New York, USA}, @@ -1715,7 +1737,7 @@ @inproceedings{Bell:2009:ISM publisher = {ACM}, title = {Implementing sparse matrix-vector multiplication on throughput-oriented processors}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1145/1654059.1654078}} + bdsk-url-1 = {https://doi.org/10.1145/1654059.1654078}} @article{BeBo13, author = {C\'edric Bellis and Marc Bonnet}, @@ -1725,7 +1747,7 @@ @article{BeBo13 title = {Qualitative identification of cracks using {3D} transient elastodynamic topological derivative: {F}ormulation and {FE} implementation}, volume = {253}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.cma.2012.10.006}} + bdsk-url-1 = {https://doi.org/10.1016/j.cma.2012.10.006}} @incollection{BeMu78, address = {New York}, @@ -1754,7 +1776,7 @@ @article{BeLoBe14 title = {Wave propagation in a fractional viscoelastic {A}ndrade medium: {D}iffusive approximation and numerical modeling}, volume = {51}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.wavemoti.2014.03.011}} + bdsk-url-1 = {https://doi.org/10.1016/j.wavemoti.2014.03.011}} @book{BeSi03, author = {Bends\o{}e, Martin Philip and Sigmund, Ole}, @@ -1773,7 +1795,7 @@ @article{BeOl05 title = {Modeling Strong Ground Motion in the {W}ellington Metropolitan Area, {N}ew {Z}ealand}, volume = {95}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120040223}} + bdsk-url-1 = {https://doi.org/10.1785/0120040223}} @article{BeGlCrVi09, author = {M. Benjemaa and Glinsky-Olivier, N. and Cruz-Atienza, V. M. and Virieux, J.}, @@ -1784,7 +1806,7 @@ @article{BeGlCrVi09 title = {3{D} dynamic rupture simulation by a finite volume method}, volume = {178}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2009.04088.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2009.04088.x}} @article{BeGlCrViPi07, author = {Benjemaa, M. and Glinsky-Olivier, N. and Cruz-Atienza, V. M. and Virieux, J. and Piperno, S.}, @@ -1795,7 +1817,7 @@ @article{BeGlCrViPi07 title = {Dynamic non-planar crack rupture by a finite volume method}, volume = {171}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03500.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03500.x}} @book{Ben81, address = {New York}, @@ -1837,7 +1859,7 @@ @article{Berg2012 title = {Shear-wave elastography improves the specificity of breast {US}: the {BE}1 multinational study of 939 masses}, volume = {262}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1148/radiol.11110640}} + bdsk-url-1 = {https://doi.org/10.1148/radiol.11110640}} @incollection{BeBrSy82, author = {Ph. Berger and P. Brouaye and J. C. Syre}, @@ -1873,7 +1895,7 @@ @article{BeHePrRo07 title = {An optimal perfectly matched layer with unbounded absorbing function for time-harmonic acoustic scattering problems}, volume = {223}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2006.09.018}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2006.09.018}} @article{BeHeRo99, author = {A. Berm\'udez and L. Hervella-Nieto and R. Rodriguez}, @@ -1926,7 +1948,7 @@ @article{Bernard2017a title = {A frequency-shift method to measure shear-wave attenuation in soft tissues}, volume = {64}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2016.2634329}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2016.2634329}} @article{BeMoKoCl18, author = {Simon Bernard and Vadim Monteiller and Dimitri Komatitsch and Guy Cloutier}, @@ -1951,7 +1973,7 @@ @article{BeMoKoLa17 title = {Ultrasonic computed tomography based on full-waveform inversion for bone quantitative imaging}, volume = {62}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1088/1361-6560/aa7e5a}} + bdsk-url-1 = {https://doi.org/10.1088/1361-6560/aa7e5a}} @article{Bernard2016, author = {Bernard, Simon and Schneider, Joannes and Varga, Peter and Laugier, Pascal and Raum, Kay and Grimal, Quentin}, @@ -2050,7 +2072,7 @@ @article{BiKaTa11 title = {Memory-efficient displacement-based internal friction for wave propagation simulation}, volume = {76}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2011-0019.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2011-0019.1}} @article{BiXuGh99, author = {J. Bielak and J. Xu and O. Ghattas}, @@ -2078,7 +2100,7 @@ @article{BiBeSp08 title = {Methods for measurement of pediatric bone}, volume = {9}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1007/s11154-008-9073-5}} + bdsk-url-1 = {https://doi.org/10.1007/s11154-008-9073-5}} @article{BiSy04, author = {B. Biondi and W. W. Symes}, @@ -2130,7 +2152,7 @@ @article{Bit05 title = {Fully tensorial nodal and modal shape functions for triangles and tetrahedra}, volume = {63}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.1325}} + bdsk-url-1 = {https://doi.org/10.1002/nme.1325}} @manual{Bl94, address = {Albuquerque, NM}, @@ -2147,7 +2169,7 @@ @article{BlChLo13 title = {Biot-{JKD} Model: {S}imulation of 1{D} Transient Poroelastic Waves with Fractional Derivatives}, volume = {237}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2012.12.003}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2012.12.003}} @article{BlKoChLoXi16, author = {\'Emilie Blanc and Dimitri Komatitsch and Emmanuel Chaljub and Bruno Lombard and Zhinan Xie}, @@ -2158,7 +2180,7 @@ @article{BlKoChLoXi16 title = {Highly accurate stability-preserving optimization of the {Z}ener viscoelastic model, with application to wave propagation in the presence of strong attenuation}, volume = {205}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggw024}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggw024}} @article{BlLoKoBa09, author = {C\'eline Blitz and Philippe Lognonn\'e and Dimitri Komatitsch and David Baratoux}, @@ -2168,7 +2190,7 @@ @article{BlLoKoBa09 title = {Effects of ejecta accumulation on the crater population of asteroid 433 {E}ros}, volume = {114}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1029/2008JE003229}} + bdsk-url-1 = {https://doi.org/10.1029/2008JE003229}} @article{BoatwrightAndChoy1986, author = {Boatwright, John and Choy, George L.}, @@ -2179,7 +2201,7 @@ @article{BoatwrightAndChoy1986 title = {Teleseismic estimates of the energy radiated by shallow earthquakes}, volume = {91}, year = {1986}, - Bdsk-Url-1 = {https://doi.org/10.1029/JB091iB02p02095}} + bdsk-url-1 = {https://doi.org/10.1029/JB091iB02p02095}} @article{BoBa94, author = {Christophe Bogey and Christophe Bailly}, @@ -2190,7 +2212,7 @@ @article{BoBa94 title = {A family of low dispersive and low dissipative explicit schemes for flow and noise computations}, volume = {194}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2003.09.003}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2003.09.003}} @article{BoSaenger06, author = {Thomas Bohlen and Erik H. Saenger}, @@ -2201,7 +2223,7 @@ @article{BoSaenger06 title = {Accuracy of heterogeneous staggered-grid finite-difference modeling of {R}ayleigh waves}, volume = {71}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.2213051}} + bdsk-url-1 = {https://doi.org/10.1190/1.2213051}} @article{BoMaVeRaChShSi17, author = {Christian Boller and D. Roy Mahapatra and Ramanan Sridaran Venkat and Nitin Balajee Ravi and Nibir Chakraborty and Rakesh Shivamurthy and Keerthy M. Simon}, @@ -2212,7 +2234,7 @@ @article{BoMaVeRaChShSi17 title = {Integration of Non-Destructive Evaluation-based Ultrasonic Simulation: A means for simulation in structural health monitoring}, volume = {16}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1177/1475921717724614}} + bdsk-url-1 = {https://doi.org/10.1177/1475921717724614}} @article{BoHa77, author = {B. A. Bolt and R. A. Hansen}, @@ -2231,7 +2253,7 @@ @article{Bolz:2003:SMS title = {Sparse matrix solvers on the {GPU}: {C}onjugate Gradients and Multigrid}, volume = {22}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1145/882262.882364}} + bdsk-url-1 = {https://doi.org/10.1145/882262.882364}} @article{BoVi91, author = {O. Bonamassa and J. E. Vidale}, @@ -2346,7 +2368,7 @@ @article{BoCrKoAs16 title = {An axisymmetric time-domain spectral-element method for full-wave simulations: {A}pplication to ocean acoustics}, volume = {140}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.4965964}} + bdsk-url-1 = {https://doi.org/10.1121/1.4965964}} @article{Bou96, author = {M. Bouchon}, @@ -2490,7 +2512,7 @@ @article{BoPeLeKoTrHiPoPu16 title = {Global adjoint tomography: first-generation model}, volume = {207}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggw356}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggw356}} @article{BoTr11, author = {Bozda{\u{g}}, Ebru and Trampert, Jeannot and Tromp, Jeroen}, @@ -2510,7 +2532,7 @@ @article{brandvik_pullan_euler_2d title = {Acceleration of a two-dimensional {E}uler flow solver using commodity Graphics Hardware}, volume = {221}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1243/09544062JMES813FT}} + bdsk-url-1 = {https://doi.org/10.1243/09544062JMES813FT}} @book{Brekhovskikh1960, author = {L. M. Brekhovskikh}, @@ -2572,7 +2594,7 @@ @article{BrMaGaKo16 title = {Finite-difference numerical modelling of gravitoacoustic wave propagation in a windy and attenuating atmosphere}, volume = {206}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggw121}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggw121}} @article{BrVaRoVa17, author = {Filippo Broggini and Marlies Vasmel and Robertsson, Johan O. A. and van Manen, Dirk-Jan}, @@ -2583,7 +2605,7 @@ @article{BrVaRoVa17 title = {Immersive boundary conditions: {T}heory, implementation, and examples}, volume = {82}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2016-0458.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2016-0458.1}} @article{Brossier2013, address = {Beijing, China}, @@ -2613,7 +2635,7 @@ @article{Bube_1997_HL1 title = {Hybrid {$L^1/L^2$} minimization with applications to tomography}, volume = {62}, year = {1997}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1444219}} + bdsk-url-1 = {https://doi.org/10.1190/1.1444219}} @article{Buc61, author = {V. T. Buchwald}, @@ -2656,7 +2678,7 @@ @article{Buck:2004:BFG title = {Brook for {GPUs}: {S}tream computing on graphics hardware}, volume = {23}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1145/1015706.1015800}} + bdsk-url-1 = {https://doi.org/10.1145/1015706.1015800}} @article{Buc15, author = {Buckingham, Michael J.}, @@ -2667,7 +2689,7 @@ @article{Buc15 title = {Wave-speed dispersion associated with an attenuation obeying a frequency power law}, volume = {138}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.4932030}} + bdsk-url-1 = {https://doi.org/10.1121/1.4932030}} @article{Buckingham98, author = {Buckingham, Michael J}, @@ -2693,7 +2715,7 @@ @article{Buckingham1987 title = {Theory of three-dimensional acoustic propagation in a wedgelike ocean with a penetrable bottom}, volume = {82}, year = {1987}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.395546}} + bdsk-url-1 = {https://doi.org/10.1121/1.395546}} @article{BuSaZaCh95, author = {Bunks, Carey and Saleck, Fatimetou M. and Zaleski, S. and Chavent, G.}, @@ -2704,7 +2726,7 @@ @article{BuSaZaCh95 title = {Multiscale seismic waveform inversion}, volume = {60}, year = {1995}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1443880}} + bdsk-url-1 = {https://doi.org/10.1190/1.1443880}} @article{Bur71, author = {R. Burridge}, @@ -2819,7 +2841,7 @@ @article{CaTaBeLa00 title = {Analysis of the axial transmission technique for the assessment of skeletal status}, volume = {108}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.1290245}} + bdsk-url-1 = {https://doi.org/10.1121/1.1290245}} @incollection{CaDo99, address = {Nashville, Tennessee, USA}, @@ -2862,7 +2884,7 @@ @article{CaYi14 title = {Equivalence Relations of Generalized Rheological Models for Viscoelastic Seismic-Wave Modeling}, volume = {104}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120130158}} + bdsk-url-1 = {https://doi.org/10.1785/0120130158}} @phdthesis{Ca00, address = {Paris, France}, @@ -2911,7 +2933,7 @@ @article{CaZhCu15 title = {Fast {F}ourier homogenization for elastic wave propagation in complex media}, volume = {54}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.wavemoti.2014.12.006}} + bdsk-url-1 = {https://doi.org/10.1016/j.wavemoti.2014.12.006}} @article{Caputo67, author = {M. Caputo}, @@ -2987,7 +3009,7 @@ @article{Car93 title = {Seismic modeling in viscoelastic media}, volume = {58}, year = {1993}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1443340}} + bdsk-url-1 = {https://doi.org/10.1190/1.1443340}} @article{Car92, author = {J. M. Carcione}, @@ -3083,7 +3105,7 @@ @article{CaKoKo88d title = {Wave propagation simulation in a linear viscoacoustic medium}, volume = {93}, year = {1988}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.1988.tb02010.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.1988.tb02010.x}} @article{CaPoGe04, author = {J. M. Carcione and F. Poletto and D. Gei}, @@ -3110,7 +3132,7 @@ @article{CaBoIdSiDu13 title = {Including frequency-dependent attenuation for the deconvolution of ultrasonic signals}, volume = {19}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.4800850}} + bdsk-url-1 = {https://doi.org/10.1121/1.4800850}} @article{Cardoso1992, author = {Cardoso, J. B. and Arora, J. S.}, @@ -3130,7 +3152,7 @@ @article{CaDuRuBa17 title = {Study of ultrasonic attenuation on aging precipitation in a {Ti-6Al-4V} alloy}, volume = {1806}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1063/1.4974664}} + bdsk-url-1 = {https://doi.org/10.1063/1.4974664}} @inproceedings{CaKoLaTiMiLeSnTr08, address = {Austin, Texas, USA}, @@ -3143,7 +3165,7 @@ @inproceedings{CaKoLaTiMiLeSnTr08 publisher = {IEEE Press}, title = {High-frequency simulations of global seismic wave propagation using {SPECFEM3D\_GLOBE} on 62 thousand processor cores}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1145/1413370.1413432}} + bdsk-url-1 = {https://doi.org/10.1145/1413370.1413432}} @article{CaKiCrWoSpMu90, author = {D. L. Carver and K. W. King and E. Cranswick and D. W. Worley and P. Spudich and C. Mueller}, @@ -3169,7 +3191,7 @@ @article{CaHa09 title = {Binary spatial partitioning of the central-difference time integration scheme for explicit fast transient dynamics}, volume = {78}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.2533}} + bdsk-url-1 = {https://doi.org/10.1002/nme.2533}} @inproceedings{CaStLeKoPiTr08, author = {E. Casarotti and M. Stupazzini and S. Lee and D. Komatitsch and A. Piersanti and J. Tromp}, @@ -3255,7 +3277,7 @@ @article{CeLeDa11 title = {Assembly of finite element methods on graphics processors}, volume = {85}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.2989}} + bdsk-url-1 = {https://doi.org/10.1002/nme.2989}} @article{CeMcMcOwQuWr09, author = {Elena Celledoni and Robert I. McLachlan and David I. McLaren and Brynjulf Owren and G. Reinout W. Quispel and William M. Wright}, @@ -3265,7 +3287,7 @@ @article{CeMcMcOwQuWr09 title = {Energy-preserving {R}unge-{K}utta methods}, volume = {43}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1051/m2an/2009020}} + bdsk-url-1 = {https://doi.org/10.1051/m2an/2009020}} @article{CeKoKoRe85, author = {C. Cerjan and D. Kosloff and R. Kosloff and M. Reshef}, @@ -3291,7 +3313,7 @@ @article{CeNuMa10 title = {High performance conjugate gradient solver on multi-{GPU} clusters using hypergraph partitioning}, volume = {25}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1007/s00450-010-0112-6}} + bdsk-url-1 = {https://doi.org/10.1007/s00450-010-0112-6}} @article{ChSaHa96, author = {F. J. Ch\'avez-Garc\'{\i}a and L. S\'anchez and D. Hatzfeld}, @@ -3378,7 +3400,7 @@ @article{ChBoSe08 title = {A multi-level fast multipole {BEM} for {3-D} elastodynamics in the frequency domain}, volume = {197}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.cma.2008.04.024}} + bdsk-url-1 = {https://doi.org/10.1016/j.cma.2008.04.024}} @article{ChGo04, author = {Chakraborty, A. and Gopalakrishnan, S.}, @@ -3389,7 +3411,7 @@ @article{ChGo04 title = {A higher-order spectral element for wave propagation analysis in functionally graded materials}, volume = {172}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1007/s00707-004-0158-2}} + bdsk-url-1 = {https://doi.org/10.1007/s00707-004-0158-2}} @phdthesis{Ch00, address = {Paris, France}, @@ -3435,7 +3457,7 @@ @article{ChMaMoKr15 title = {3-{D} numerical simulations of earthquake ground motion in sedimentary basins: testing accuracy through stringent models}, volume = {201}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggu472}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggu472}} @article{ChMoTsBaKrKaStKr10, author = {E. Chaljub and P. Moczo and S. Tsuno and P.-Y. Bard and J. Kristek and M. K\"aser and M. Stupazzini and M. Kristekov\'a}, @@ -3512,7 +3534,7 @@ @article{Cha01 title = {Checkpointing Schemes for Adjoint Codes: {A}pplication to the Meteorological Model {Meso-NH}}, volume = {22}, year = {2001}, - Bdsk-Url-1 = {https://doi.org/10.1137/S1064827598343735}} + bdsk-url-1 = {https://doi.org/10.1137/S1064827598343735}} @article{ChDuPlGuEl09, author = {B. Chassignole and V. Duwig and M. A. Ploix and P. Guy and El Guerjouma, R.}, @@ -3523,7 +3545,7 @@ @article{ChDuPlGuEl09 title = {Modelling the attenuation in the {ATHENA} finite elements code for the ultrasonic testing of austenitic stainless steel welds}, volume = {49}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2009.04.001}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2009.04.001}} @incollection{Cha74, author = {Chavent, G.}, @@ -3559,7 +3581,7 @@ @article{ChWaLi10 title = {The {C}hebyshev spectral element method using staggered predictor and corrector for elastic wave simulations}, volume = {7}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1007/s11770-010-0242-9}} + bdsk-url-1 = {https://doi.org/10.1007/s11770-010-0242-9}} @article{Che:2008:APS, author = {Shuai Che and Michael Boyer and Jiayuan Meng and David Tarjan and Jeremy W. Sheaffer and Kevin Skadron}, @@ -3570,7 +3592,7 @@ @article{Che:2008:APS title = {A performance study of general-purpose applications on graphics processors using {CUDA}}, volume = {68}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jpdc.2008.05.014}} + bdsk-url-1 = {https://doi.org/10.1016/j.jpdc.2008.05.014}} @article{ChZh11, author = {Chen, J. and Zhao, J.}, @@ -3598,7 +3620,7 @@ @article{ChTr07 title = {Theoretical and numerical investigations of global and regional seismic wave propagation in weakly anisotropic earth models}, volume = {168}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03218.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03218.x}} @article{ChTrHeKa07, author = {M. Chen and J. Tromp and D. Helmberger and H. Kanamori}, @@ -3608,7 +3630,7 @@ @article{ChTrHeKa07 title = {Waveform modeling of the slab beneath {J}apan}, volume = {112}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1029/2006JB004394}} + bdsk-url-1 = {https://doi.org/10.1029/2006JB004394}} @article{ChJoZh07, author = {Chen, Po and Jordan, Thomas H. and Zhao, Li}, @@ -3619,7 +3641,7 @@ @article{ChJoZh07 title = {Full three-dimensional tomography: a comparison between the scattering-integral and adjoint-wavefield methods}, volume = {170}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2007.03429.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2007.03429.x}} @article{ChenBabu96, author = {Q. Chen and I. Babu\v{s}ka}, @@ -3673,7 +3695,7 @@ @article{Che06b title = {Finite-frequency vectorial tomography: a new method for high-resolution imaging of upper mantle anisotropy}, volume = {165}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2006.02982.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2006.02982.x}} @article{ChFaKo04, author = {S. Chevrot and N. Favier and D. Komatitsch}, @@ -3684,7 +3706,7 @@ @article{ChFaKo04 title = {Shear wave splitting in three-dimensional anisotropic media}, volume = {159}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2004.02432.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2004.02432.x}} @article{ChMaKo12, author = {S. Chevrot and R. Martin and D. Komatitsch}, @@ -3695,7 +3717,7 @@ @article{ChMaKo12 title = {Optimized discrete wavelet transforms in the cubed sphere with the lifting scheme, implications for global finite-frequency tomography}, volume = {191}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2012.05686.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2012.05686.x}} @article{ChSyDiRuPa15, author = {Chevrot, S. and Sylvander, M. and Diaz, J. and Ruiz, M. and Paul, A. and {the PYROPE Working group}}, @@ -3790,7 +3812,7 @@ @inproceedings{ChunmeiEtAl2016 pages = {1-6}, title = {Three-dimensional analytical solution and numerical solution in a penetrable wedge-shaped waveguide}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1109/COA.2016.7535827}} + bdsk-url-1 = {https://doi.org/10.1109/COA.2016.7535827}} @book{Cia89, address = {Cambridge}, @@ -3930,7 +3952,7 @@ @article{CoFa05 title = {Mixed Spectral Finite Elements for the Linear Elasticity System in Unbounded Domains}, volume = {26}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1137/S1064827502407457}} + bdsk-url-1 = {https://doi.org/10.1137/S1064827502407457}} @article{CoFa00, author = {G. Cohen and S. Fauqueux}, @@ -3941,7 +3963,7 @@ @article{CoFa00 title = {Mixed finite elements with mass lumping for the transient wave equation}, volume = {8}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1142/S0218396X0000011X}} + bdsk-url-1 = {https://doi.org/10.1142/S0218396X0000011X}} @article{CoIm12, author = {Cohen, G. and Imperiale, S.}, @@ -3969,7 +3991,7 @@ @article{CoJoRoTo01 title = {Higher-Order Triangular Finite Elements with Mass Lumping for the Wave Equation}, volume = {38}, year = {2001}, - Bdsk-Url-1 = {https://doi.org/10.1137/S0036142997329554}} + bdsk-url-1 = {https://doi.org/10.1137/S0036142997329554}} @inproceedings{CoJoTo93, author = {G. Cohen and P. Joly and N. Tordjman}, @@ -4056,7 +4078,7 @@ @article{CollinsEtAl1993 title = {An energy-conserving parabolic equation for elastic media}, volume = {94}, year = {1993}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.408199}} + bdsk-url-1 = {https://doi.org/10.1121/1.408199}} @article{Col89, author = {Collins, Michael D}, @@ -4100,7 +4122,7 @@ @article{CoSiZaCo09 title = {Extension of the Rotated Elastic Parabolic Equation to Beach and Island Propagation}, volume = {34}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1109/JOE.2009.2031060}} + bdsk-url-1 = {https://doi.org/10.1109/JOE.2009.2031060}} @manual{Comsol2015, author = {COMSOL}, @@ -4128,7 +4150,7 @@ @article{CoRoCaDu12 title = {Instantaneous phase variation for seismic velocity monitoring from ambient noise at the exploration scale}, volume = {77}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2011-0363.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2011-0363.1}} @article{cormier1999, author = {V. F. Cormier}, @@ -4280,7 +4302,7 @@ @article{CrKo12 title = {Some illustrative examples of the use of a spectral-element method in ocean acoustics}, volume = {131}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.3682459}} + bdsk-url-1 = {https://doi.org/10.1121/1.3682459}} @article{CrKo11, author = {Cristini, Paul and Komatitsch, Dimitri}, @@ -4333,7 +4355,7 @@ @article{CyShWi15 title = {Towards efficient backward-in-time adjoint computations using data compression techniques}, volume = {288}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.cma.2014.12.001}} + bdsk-url-1 = {https://doi.org/10.1016/j.cma.2014.12.001}} @article{Dab86, author = {M. A. Dablain}, @@ -4353,7 +4375,7 @@ @article{DaPeDeMoBe99 title = {Efficiency of quantitative ultrasound measurements as compared with dual-energy {X}-ray absorptiometry in the assessment of corticosteroid-induced bone impairment}, volume = {10}, year = {1999}, - Bdsk-Url-1 = {https://doi.org/10.1007/s001980050227}} + bdsk-url-1 = {https://doi.org/10.1007/s001980050227}} @article{DaYe06, author = {Daher, N. M. and Yen, J. T.}, @@ -4381,7 +4403,7 @@ @article{DaHuNo00 title = {Fr{\'e}chet kernels for finite-frequency traveltimes - {I. T}heory}, volume = {141}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1046/j.1365-246X.2000.00070.x}} + bdsk-url-1 = {https://doi.org/10.1046/j.1365-246X.2000.00070.x}} @book{DaTr98, address = {Princeton, New-Jersey, USA}, @@ -4407,7 +4429,7 @@ @article{DaEkDz08 title = {The global attenuation structure of the upper mantle}, volume = {113}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1029/2006JB004394}} + bdsk-url-1 = {https://doi.org/10.1029/2006JB004394}} @article{ED99, author = {E. Danicki}, @@ -4560,7 +4582,7 @@ @article{DaMi84 title = {Numerical simulation of attenuated wavefields using a {P}ad\'e approximant method}, volume = {78}, year = {1984}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.1984.tb06474.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.1984.tb06474.x}} @article{DeSe15, author = {De Basabe, Jon\'as D. and Sen, Mrinal K.}, @@ -4571,7 +4593,7 @@ @article{DeSe15 title = {A comparison of finite-difference and spectral-element methods for elastic wave propagation in media with a fluid-solid interface}, volume = {200}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggu389}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggu389}} @article{DeSe10, author = {Jon{\'a}s D. {De Basabe} and Mrinal K. Sen}, @@ -4582,7 +4604,7 @@ @article{DeSe10 title = {Stability of the high-order finite elements for acoustic or elastic wave propagation with high-order time stepping}, volume = {181}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04536.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04536.x}} @article{DeSe07, author = {Jon{\'a}s D. {De Basabe} and Mrinal K. Sen}, @@ -4593,7 +4615,7 @@ @article{DeSe07 title = {Grid dispersion and stability criteria of some common finite-element methods for acoustic and elastic wave equations}, volume = {72}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.2785046}} + bdsk-url-1 = {https://doi.org/10.1190/1.2785046}} @article{DeSeWh08, author = {De Basabe, J. D. and Sen, M. K. and Wheeler, M. F.}, @@ -4604,7 +4626,7 @@ @article{DeSeWh08 title = {The interior penalty discontinuous {G}alerkin method for elastic wave propagation: grid dispersion}, volume = {175}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2008.03915.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2008.03915.x}} @book{Boo78, address = {New York}, @@ -4641,7 +4663,7 @@ @article{Deffieux2011 title = {On the effects of reflected waves in transient shear wave elastography}, volume = {58}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2011.2052}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2011.2052}} @phdthesis{Del07, address = {Paris, France}, @@ -4700,7 +4722,7 @@ @article{DePa03 title = {Combined traveltime and frequency-domain seismic waveform inversion: a case study on multi-offset ultrasonic data}, volume = {154}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1046/j.1365-246X.2003.01956.x}} + bdsk-url-1 = {https://doi.org/10.1046/j.1365-246X.2003.01956.x}} @article{Des03, author = {M. Destrade}, @@ -4755,7 +4777,7 @@ @article{DeMaGr05 title = {Time-reversal-based imaging and inverse scattering of multiply-scattering point targets}, volume = {118}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.2042987}} + bdsk-url-1 = {https://doi.org/10.1121/1.2042987}} @book{DeFiMu02, address = {Cambridge, United Kingdom}, @@ -4789,7 +4811,7 @@ @article{DhReCaBoGu11 title = {Seismic-Wave Propagation Modeling in Viscoelastic Media Using the {A}uxiliary {D}ifferential {E}quation Method}, volume = {101}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120100064}} + bdsk-url-1 = {https://doi.org/10.1785/0120100064}} @article{DiEz08, author = {Julien Diaz and Abdela\^aziz Ezziani}, @@ -4819,7 +4841,7 @@ @article{DiJo06 title = {A time-domain analysis of {PML} models in acoustics}, volume = {195}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.cma.2005.02.031}} + bdsk-url-1 = {https://doi.org/10.1016/j.cma.2005.02.031}} @article{DiJo05, author = {J. Diaz and P. Joly}, @@ -4845,7 +4867,7 @@ @article{Diligent2005reflection title = {Reflection of the $s_0$ {L}amb mode from a flat bottom circular hole}, volume = {118}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.2074947}} + bdsk-url-1 = {https://doi.org/10.1121/1.2074947}} @article{Ditri97, author = {J. J. Ditri and K. Rajana}, @@ -4856,7 +4878,7 @@ @article{Ditri97 title = {An experimental study of the angular dependence of {L}amb wave excitation amplitudes}, volume = {204}, year = {1997}, - Bdsk-Url-1 = {https://doi.org/10.1006/jsvi.1997.0976}} + bdsk-url-1 = {https://doi.org/10.1006/jsvi.1997.0976}} @inproceedings{Ditri92, author = {Ditri, J. J. and Rose, J. L. and Chen, G.}, @@ -4916,7 +4938,7 @@ @article{DoShGuMa05 title = {An eigenvalue decomposition method to construct absorbing boundary conditions for acoustic and elastic wave equations}, volume = {2}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1088/1742-2132/2/3/003}} + bdsk-url-1 = {https://doi.org/10.1088/1742-2132/2/3/003}} @article{Dongarra_BLAS_1988, address = {New York, NY, USA}, @@ -4929,7 +4951,7 @@ @article{Dongarra_BLAS_1988 title = {An extended set of {FORTRAN} basic linear algebra subprograms}, volume = {14}, year = {1988}, - Bdsk-Url-1 = {https://doi.org/10.1145/42288.42291}} + bdsk-url-1 = {https://doi.org/10.1145/42288.42291}} @article{Donnelly2011, author = {Donnelly, Eve}, @@ -5022,7 +5044,7 @@ @article{VaNi14 title = {Optimized viscoelastic wave propagation for weakly dissipative media}, volume = {199}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggu314}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggu314}} @article{DrGi07a, author = {Francis H. Drossaert and Antonios Giannopoulos}, @@ -5033,7 +5055,7 @@ @article{DrGi07a title = {A nonsplit complex frequency-shifted {PML} based on recursive integration for {FDTD} modeling of elastic waves}, volume = {72}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.2424888}} + bdsk-url-1 = {https://doi.org/10.1190/1.2424888}} @article{DrGi07b, author = {F. H. Drossaert and A. Giannopoulos}, @@ -5044,7 +5066,7 @@ @article{DrGi07b title = {Complex frequency shifted convolution {PML} for {FDTD} modelling of elastic waves}, volume = {44}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.wavemoti.2007.03.003}} + bdsk-url-1 = {https://doi.org/10.1016/j.wavemoti.2007.03.003}} @article{Dro93, author = {Jean-Jacques Droux}, @@ -5055,7 +5077,7 @@ @article{Dro93 title = {An algorithm to optimally color a mesh}, volume = {104}, year = {1993}, - Bdsk-Url-1 = {https://doi.org/10.1016/0045-7825(93)90199-8}} + bdsk-url-1 = {https://doi.org/10.1016/0045-7825(93)90199-8}} @article{DuZh10, author = {Du, X. and Zhao, M.}, @@ -5082,7 +5104,7 @@ @article{DuFeKoArSi08 title = {Three-dimensional mechanical models for the {J}une 2000 earthquake sequence in the south {I}celand seismic zone}, volume = {457}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.tecto.2008.05.020}} + bdsk-url-1 = {https://doi.org/10.1016/j.tecto.2008.05.020}} @article{Dubosetal2003, author = {N. Dubos and A. Souriau and C. Ponsolles and J. F. Fels and G. S\'en\'echal}, @@ -5109,7 +5131,7 @@ @article{Duf08 title = {Some recent advances in understanding the mineralogy of {E}arth's deep mantle}, volume = {366}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10-1098/rsta.2008.0172}} + bdsk-url-1 = {https://doi.org/10-1098/rsta.2008.0172}} @article{DuKa06, author = {M. Dumbser and M. K\"aser}, @@ -5120,7 +5142,7 @@ @article{DuKa06 title = {An arbitrary high-order discontinuous {G}alerkin method for elastic waves on unstructured meshes-{II}. {T}he three-dimensional isotropic case}, volume = {167}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03120.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03120.x}} @article{DuKaTo07, author = {Michael Dumbser and Martin K\"aser and Eleuterio Toro}, @@ -5131,7 +5153,7 @@ @article{DuKaTo07 title = {An arbitrary high-order discontinuous {G}alerkin method for elastic waves on unstructured meshes, {P}art {V}: Local time stepping and $p$-adaptivity}, volume = {171}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2007.03427.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2007.03427.x}} @article{Dup73, author = {T. Dupond}, @@ -5150,7 +5172,7 @@ @article{DuDeFoKoRo10 title = {High-performance finite-element simulations of seismic wave propagation in three-dimensional non linear inelastic geological media}, volume = {36}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.parco.2009.12.011}} + bdsk-url-1 = {https://doi.org/10.1016/j.parco.2009.12.011}} @article{DuJoGuKeKo10, author = {Guilhem Dupuy and Bruno Jobard and Sebastien Guillon and Noomane Keskes and Dimitri Komatitsch}, @@ -5161,7 +5183,7 @@ @article{DuJoGuKeKo10 title = {Parallel extraction and simplification of large isosurfaces using an extended tandem algorithm}, volume = {42}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.cad.2009.04.016}} + bdsk-url-1 = {https://doi.org/10.1016/j.cad.2009.04.016}} @inproceedings{DuLaPr, author = {B. Duquet and B. Lavaud and F. Prat}, @@ -5212,7 +5234,7 @@ @article{DuKoKr15 title = {Boundary conditions and stability of a perfectly matched layer for the elastic wave equation in first order form}, volume = {303}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2015.09.048}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2015.09.048}} @article{Duru13, author = {Kenneth Duru and Gunilla Kreiss}, @@ -5239,7 +5261,7 @@ @article{DuGrJo09 title = {Influence of {G}auss and {Ga}uss-{L}obatto quadrature rules on the accuracy of a quadrilateral finite element method in the time domain}, volume = {25}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1002/num.20353}} + bdsk-url-1 = {https://doi.org/10.1002/num.20353}} @article{JGRC:JGRC11250, author = {Dushaw, B. D. and Worcester, P. F. and Munk, W. H. and Spindel, R. C. and Mercer, J. A. and Howe, B. M. and Metzger, K. and Birdsall, T. G. and Andrew, R. K. and Dzieciuch, M. A. and Cornuelle, B. D. and Menemenlis, D.}, @@ -5250,7 +5272,7 @@ @article{JGRC:JGRC11250 title = {A decade of acoustic thermometry in the {N}orth {P}acific Ocean}, volume = {114}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1029/2008JC005124}} + bdsk-url-1 = {https://doi.org/10.1029/2008JC005124}} @book{Duv90, address = {Paris}, @@ -5319,7 +5341,7 @@ @article{EgPeBoGlPuTeGu17 note = {in press.}, title = {Time-lapse Full Waveform Inversion of Vertical Seismic Profile Data: {W}orkflow and application to the {CO2CRC} {O}tway Project}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1002/2017GL074122}} + bdsk-url-1 = {https://doi.org/10.1002/2017GL074122}} @article{EiCl02, author = {L. Eisner and R. W. Clayton}, @@ -5355,7 +5377,7 @@ @article{ElYoAc09 title = {Solving the advection-diffusion equation on unstructured meshes with discontinuous/mixed finite elements and a local time stepping procedure}, volume = {79}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.2609}} + bdsk-url-1 = {https://doi.org/10.1002/nme.2609}} @article{ElLeDa08, author = {Erich Elsen and Patrick LeGresley and Eric Darve}, @@ -5366,7 +5388,7 @@ @article{ElLeDa08 title = {Large calculation of the flow over a hypersonic vehicle using a {GPU}}, volume = {227}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2008.08.023}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2008.08.023}} @article{EmMaNa99, author = {V. Emery and V. Maupin and H. C. Nataf}, @@ -5418,7 +5440,7 @@ @article{epanomeritakis2008newton title = {A {N}ewton-{CG} method for large-scale three-dimensional elastic full-waveform seismic inversion}, volume = {24}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1088/0266-5611/24/3/034015}} + bdsk-url-1 = {https://doi.org/10.1088/0266-5611/24/3/034015}} @article{ErMaNi00, author = {A. S. Eriksson and J. Mattsson and A. J. Niklasson}, @@ -5429,7 +5451,7 @@ @article{ErMaNi00 title = {Modelling of ultrasonic crack detection in anisotropic materials}, volume = {33}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1016/S0963-8695(00)00016-5}} + bdsk-url-1 = {https://doi.org/10.1016/S0963-8695(00)00016-5}} @article{Err97, author = {Errico, Ronald M}, @@ -5469,7 +5491,7 @@ @article{Evans1983 title = {A coupled mode solution for acoustic propagation in a waveguide with stepwise depth variations of a penetrable bottom}, volume = {74}, year = {1983}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.389707}} + bdsk-url-1 = {https://doi.org/10.1121/1.389707}} @article{Eve97, author = {Everstine, G. C.}, @@ -5539,7 +5561,7 @@ @article{Eyh00 title = {An object-oriented hybrid symbolic/numerical approach for the development of finite element codes}, volume = {36}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1016/S0168-874X(00)00038-X}} + bdsk-url-1 = {https://doi.org/10.1016/S0168-874X(00)00038-X}} @inproceedings{EyOu08, address = {Athens, Greece}, @@ -5575,7 +5597,7 @@ @article{FaGlGi17 title = {Time-domain seismic modeling in viscoelastic media for full waveform inversion on heterogeneous computing platforms with {OpenCL}}, volume = {100}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.cageo.2016.12.004}} + bdsk-url-1 = {https://doi.org/10.1016/j.cageo.2016.12.004}} @article{FaMaPaQu97, author = {E. Faccioli and F. Maggio and R. Paolucci and A. Quarteroni}, @@ -5603,7 +5625,7 @@ @article{FaRi99 title = {Explicit Finite Element Methods for Symmetric Hyperbolic Equations}, volume = {36}, year = {1999}, - Bdsk-Url-1 = {https://doi.org/10.1137/S0036142997329463}} + bdsk-url-1 = {https://doi.org/10.1137/S0036142997329463}} @article{FaMo14, author = {Falletta, Silvia and Monegato, Giovanni}, @@ -5623,7 +5645,7 @@ @article{FaCaPaDr14 title = {A comparison between ultrasonic array beamforming and super resolution imaging algorithms for non-destructive evaluation}, volume = {54}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2013.12.012}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2013.12.012}} @article{FaLiHe02, author = {G. X. Fan and Q. H. Liu and J. S. Hesthaven}, @@ -5652,7 +5674,7 @@ @inproceedings{Fan:2004:GCF pages = {47}, title = {{GPU} Cluster for High Performance Computing}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1109/SC.2004.26}} + bdsk-url-1 = {https://doi.org/10.1109/SC.2004.26}} @article{FaCr89, author = {C. Farhat and L. Crivelli}, @@ -5747,7 +5769,7 @@ @article{Fatahalian:2008:ACL title = {A Closer Look at {GPUs}}, volume = {51}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1145/1400181.1400197}} + bdsk-url-1 = {https://doi.org/10.1145/1400181.1400197}} @article{FaKaPo15, author = {Arash Fathi and Loukas F. Kallivokas and Babak Poursartip}, @@ -5757,7 +5779,7 @@ @article{FaKaPo15 title = {Full-waveform inversion in three-dimensional {PML}-truncated elastic media}, volume = {296}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.cma.2015.07.008}} + bdsk-url-1 = {https://doi.org/10.1016/j.cma.2015.07.008}} @article{FaPoKa15, author = {Fathi, Arash and Poursartip, Babak and Kallivokas, Loukas F.}, @@ -5768,7 +5790,7 @@ @article{FaPoKa15 title = {Time-domain hybrid formulations for wave simulations in three-dimensional {PML}-truncated heterogeneous media}, volume = {101}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.4780}} + bdsk-url-1 = {https://doi.org/10.1002/nme.4780}} @article{FaPoStKa16, author = {Arash Fathi and Babak Poursartip and Stokoe II, Kenneth H. and Loukas F. Kallivokas}, @@ -5778,7 +5800,7 @@ @article{FaPoStKa16 title = {Three-dimensional {P}- and {S}-wave velocity profiling of geotechnical sites using full-waveform inversion driven by field data}, volume = {87}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.soildyn.2016.04.010}} + bdsk-url-1 = {https://doi.org/10.1016/j.soildyn.2016.04.010}} @inproceedings{Fatica:2009:ALW, author = {Massimiliano Fatica}, @@ -5791,7 +5813,7 @@ @inproceedings{Fatica:2009:ALW series = {ACM International Conference Proceeding Series}, title = {Accelerating {L}inpack with {CUDA} on heterogenous clusters}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1145/1513895.1513901}} + bdsk-url-1 = {https://doi.org/10.1145/1513895.1513901}} @phdthesis{Fau03, address = {Paris, France}, @@ -5818,7 +5840,7 @@ @article{FaChKo04 title = {Near-field influences on shear wave splitting and traveltime sensitivity kernels}, volume = {156}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2004.02178.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2004.02178.x}} @article{gp03, author = {N. Favretto-Cristini and E. de Bazelaire}, @@ -5837,7 +5859,7 @@ @article{FaKoCaCa11 title = {Elastic surface waves in crystals: {P}art {I}: Review of the physics}, volume = {51}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2011.02.007}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2011.02.007}} @article{FaTaCrUrKoAi14, author = {Favretto-Cristini, Nathalie and Tantsereva, Anastasiya and Cristini, Paul and Ursin, Bjorn and Komatitsch, Dimitri and Aizenberg, Arkady M.}, @@ -5848,7 +5870,7 @@ @article{FaTaCrUrKoAi14 title = {Numerical modeling of zero-offset laboratory data in a strong topographic environment: results for a spectral-element method and a discretized Kirchhoff integral method}, volume = {27}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1007/s11589-014-0061-4}} + bdsk-url-1 = {https://doi.org/10.1007/s11589-014-0061-4}} @article{FaLoPa15, author = {Nicolas Favrie and Bruno Lombard and C\'edric Payan}, @@ -5876,7 +5898,7 @@ @incollection{Fel92 publisher = {Physica-Verlag}, title = {Quasi-{N}ewton Descent Methods with Inexact Gradients}, year = {1992}, - Bdsk-Url-1 = {https://doi.org/10.1007/978-3-642-48417-9_23}} + bdsk-url-1 = {https://doi.org/10.1007/978-3-642-48417-9_23}} @article{FeFa18, author = {Maria V. Felice and Zheng Fan}, @@ -5886,7 +5908,7 @@ @article{FeFa18 title = {Sizing of flaws using ultrasonic bulk wave testing: {A} review}, volume = {88}, year = {2018}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2018.03.003}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2018.03.003}} @article{FeDe84, author = {C. A. Felippa and J. A. Deruntz}, @@ -5905,7 +5927,7 @@ @article{FeSeFeMiOgLaDe08 title = {Application of the {B}iot model to ultrasound in bone: {D}irect problem}, volume = {55}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2008.826}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2008.826}} @article{fellinger1995, author = {Fellinger, P. and Marklein, R. and Langenberg, K. J. and Klaholz, S.}, @@ -5932,7 +5954,7 @@ @article{FeYuZhWaLi15 title = {Second-order {PML}: {O}ptimal choice of $n$th-order {PML} for truncating {FDTD} domains}, volume = {285}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2015.01.015}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2015.01.015}} @article{FeBo06, author = {Clark H. Fenton and Julian J. Bommer}, @@ -5952,7 +5974,7 @@ @article{FeDeVi05 title = {Interaction between surface waves and absorbing boundaries for wave propagation in geological basins: {2D} numerical simulations}, volume = {32}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1029/2005GL024091}} + bdsk-url-1 = {https://doi.org/10.1029/2005GL024091}} @article{FeNi03, author = {Gaetano Festa and Stefan Nielsen}, @@ -5970,7 +5992,7 @@ @article{FeVi05 title = {The {N}ewmark scheme as velocity-stress time-staggering: an efficient {PML} implementation for spectral-element simulations of elastodynamics}, volume = {161}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2005.02601.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2005.02601.x}} @book{Fic10, address = {Berlin, Germany}, @@ -5990,7 +6012,7 @@ @article{FiBuIg06 title = {The adjoint method in seismology: {I. T}heory}, volume = {157}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.pepi.2006.03.016}} + bdsk-url-1 = {https://doi.org/10.1016/j.pepi.2006.03.016}} @article{FiVa14, author = {Fichtner, Andreas and van Driel, Martin}, @@ -6001,7 +6023,7 @@ @article{FiVa14 title = {Models and {F}r\'echet kernels for frequency-(in)dependent {$Q$}}, volume = {198}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggu228}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggu228}} @article{FiIgBuKe09, author = {Andreas Fichtner and Heiner Igel and Hans-Peter Bunge and Brian L. N. Kennett}, @@ -6030,7 +6052,7 @@ @article{FiTr11a title = {Hessian kernels of seismic data functionals based upon adjoint techniques}, volume = {185}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2011.04966.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2011.04966.x}} @article{FiTr11b, author = {Fichtner, Andreas and Trampert, Jeannot}, @@ -6041,7 +6063,7 @@ @article{FiTr11b title = {Resolution analysis in full waveform inversion}, volume = {187}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2011.05218.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2011.05218.x}} @article{FiCaDePrRoTaThWu00, author = {Mathias Fink and Didier Cassereau and Arnaud Derode and Claire Prada and Philippe Roux and Mickael Tanter and Jean-Louis Thomas and F. Wu}, @@ -6052,7 +6074,7 @@ @article{FiCaDePrRoTaThWu00 title = {Time-reversed acoutics}, volume = {63}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1088/0034-4885/63/12/202}} + bdsk-url-1 = {https://doi.org/10.1088/0034-4885/63/12/202}} @article{Fink2001, author = {Fink, Mathias and Prada, Claire}, @@ -6063,7 +6085,7 @@ @article{Fink2001 title = {Acoustic time-reversal mirrors}, volume = {17}, year = {2001}, - Bdsk-Url-1 = {https://doi.org/10.1088/0266-5611/17/1/201}} + bdsk-url-1 = {https://doi.org/10.1088/0266-5611/17/1/201}} @inproceedings{FiPrWuCa89, author = {M. Fink and C. Prada and F. Wu and D. Cassereau}, @@ -6073,7 +6095,7 @@ @inproceedings{FiPrWuCa89 title = {Self-focusing in inhomogeneous media with time reversal acoustic mirrors}, volume = {2}, year = {1989}, - Bdsk-Url-1 = {https://doi.org/10.1109/ULTSYM.1989.67072}} + bdsk-url-1 = {https://doi.org/10.1109/ULTSYM.1989.67072}} @article{Fis90, author = {P. F. Fischer}, @@ -6186,7 +6208,7 @@ @article{FoGeNoQu01 title = {On the coupling of {3D} and {1D} {N}avier-{S}tokes equations for flow problems in compliant vessels}, volume = {191}, year = {2001}, - Bdsk-Url-1 = {https://doi.org/10.1016/S0045-7825(01)00302-4}} + bdsk-url-1 = {https://doi.org/10.1016/S0045-7825(01)00302-4}} @article{For88, author = {B. Fornberg}, @@ -6239,7 +6261,7 @@ @article{FrCoOd15 title = {Elastic parabolic equation solutions for oceanic {T}-wave generation and propagation from deep seismic sources}, volume = {137}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.4921029}} + bdsk-url-1 = {https://doi.org/10.1121/1.4921029}} @article{FrOdCo13, author = {Frank, Scott D. and Odom, Robert I. and Collis, Jon M.}, @@ -6290,7 +6312,7 @@ @article{Freedman82 title = {On the `overlapping resonances' concept of acoustic transmission through an elastic plate, {I}: {A}n examination of properties}, volume = {82}, year = {1982}, - Bdsk-Url-1 = {https://doi.org/10.1016/0022-460X(82)90528-4}} + bdsk-url-1 = {https://doi.org/10.1016/0022-460X(82)90528-4}} @article{FrDa95, author = {Wolfgang Friederich and J\"org Dalkolmo}, @@ -6301,7 +6323,7 @@ @article{FrDa95 title = {Complete synthetic seismograms for a spherically-symmetric {E}arth by a numerical computation of the {G}reen's function in the frequency domain}, volume = {122}, year = {1995}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.1995.tb07012.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.1995.tb07012.x}} @article{fuchsmuller1971, author = {K. Fuchs and G. Muller}, @@ -6337,7 +6359,7 @@ @article{FuKeFu99 title = {Seismic wavefield calculation for laterally heterogeneous {E}arth models-{II}. The influence of upper mantle heterogeneity}, volume = {139}, year = {1999}, - Bdsk-Url-1 = {https://doi.org/10.1046/j.1365-246x.1999.00962.x}} + bdsk-url-1 = {https://doi.org/10.1046/j.1365-246x.1999.00962.x}} @article{FuKeFu98, author = {T. Furumura and B. L. N. Kennett and M. Furumura}, @@ -6348,7 +6370,7 @@ @article{FuKeFu98 title = {Seismic wavefield calculation for laterally heterogeneous whole {E}arth models using the pseudospectral method}, volume = {135}, year = {1998}, - Bdsk-Url-1 = {https://doi.org/10.1046/j.1365-246X.1998.00682.x}} + bdsk-url-1 = {https://doi.org/10.1046/j.1365-246X.1998.00682.x}} @phdthesis{Goeddeke:2010:FAA, author = {Dominik G{\"o}ddeke}, @@ -6377,7 +6399,7 @@ @incollection{GoKoMo14 publisher = {Springer-Verlag}, title = {Finite and Spectral Element Methods on Unstructured Grids for Flow and Wave Propagation Methods}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1007/978-3-319-06548-9_9}} + bdsk-url-1 = {https://doi.org/10.1007/978-3-319-06548-9_9}} @article{Goeddeke:2009:CPA, author = {Dominik G{\"o}ddeke and Hilmar Wobker and Robert Strzodka and Jamaludin Mohd-Yusof and Patrick S. McCormick and Stefan Turek}, @@ -6405,7 +6427,7 @@ @article{GoKoGeRiRaPuRa13 title = {Energy efficiency vs. performance of the numerical solution of {PDE}s: {A}n application study on a low-power {ARM}-based cluster}, volume = {237}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2012.11.031}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2012.11.031}} @article{GoStMoMcBuGrTu07, author = {Dominik G\"oddeke and Robert Strzodka and Jamaludin Mohd-Yusof and Patrick McCormick and Sven H. M. Buijssen and Matthias Grajewski and Stefan Turek}, @@ -6491,7 +6513,7 @@ @article{Garcia2013 title = {Stolt's {F-K} migration for plane wave ultrasound imaging}, volume = {60}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2013.2771}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2013.2771}} @article{Gar02, author = {R. Garcia}, @@ -6509,7 +6531,7 @@ @article{GaChWe04 title = {Non-linear waveform and delay time analysis of triplicated core phases}, volume = {109}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1029/2003JB002429}} + bdsk-url-1 = {https://doi.org/10.1029/2003JB002429}} @article{GaSo00, author = {R. Garcia and A. Souriau}, @@ -6536,7 +6558,7 @@ @article{Garland:2008:PCE title = {Parallel Computing Experiences with {CUDA}}, volume = {28}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1109/MM.2008.57}} + bdsk-url-1 = {https://doi.org/10.1109/MM.2008.57}} @article{GaLa97, author = {E. Garnero and T. Lay}, @@ -6576,7 +6598,7 @@ @article{GaElGaPrLeIz17 title = {Lamb waves characterization of adhesion levels in aluminum/epoxy bi-layers with different cohesive and adhesive properties}, volume = {74}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ijadhadh.2016.12.002}} + bdsk-url-1 = {https://doi.org/10.1016/j.ijadhadh.2016.12.002}} @article{GoViTa86, author = {O. Gauthier and J. Virieux and A. Tarantola}, @@ -6595,7 +6617,7 @@ @article{Gavric95 title = {Computation of propagative waves in free rail using a finite element technique}, volume = {185}, year = {1995}, - Bdsk-Url-1 = {https://doi.org/10.1006/jsvi.1995.0398}} + bdsk-url-1 = {https://doi.org/10.1006/jsvi.1995.0398}} @article{Gaz81, author = {J. Gazdag}, @@ -6667,7 +6689,7 @@ @article{Ged96 title = {An anisotropic perfectly matched layer-absorbing medium for the truncation of {FDTD} lattices}, volume = {44}, year = {1996}, - Bdsk-Url-1 = {https://doi.org/10.1109/8.546249}} + bdsk-url-1 = {https://doi.org/10.1109/8.546249}} @article{GeZh10, author = {S. D. Gedney and B. Zhao}, @@ -6678,7 +6700,7 @@ @article{GeZh10 title = {An Auxiliary Differential Equation Formulation for the Complex-Frequency Shifted {PML}}, volume = {58}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1109/TAP.2009.2037765}} + bdsk-url-1 = {https://doi.org/10.1109/TAP.2009.2037765}} @article{GeJo92, author = {L. S. Gee and T. H. Jordan}, @@ -6704,7 +6726,7 @@ @article{GeHoZaKaRu17 title = {{3D} ultrasound computer tomography: {H}ardware setup, reconstruction methods and first clinical results}, volume = {873}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.nima.2017.07.019}} + bdsk-url-1 = {https://doi.org/10.1016/j.nima.2017.07.019}} @article{GeLh00, author = {Nicolas Gengembre and Alain Lh\'emery}, @@ -6715,7 +6737,7 @@ @article{GeLh00 title = {Pencil method in elastodynamics: application to ultrasonic field computation}, volume = {38}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1016/S0041-624X(99)00068-2}} + bdsk-url-1 = {https://doi.org/10.1016/S0041-624X(99)00068-2}} @incollection{GeLhOmFoSc04, author = {N. Gengembre and A. Lh\'emery and R. Omote and T. Fouquet and A. Schumm}, @@ -6736,7 +6758,7 @@ @article{GeDeFiTa13 title = {Ultrasound elastography: {P}rinciples and techniques}, volume = {94}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.diii.2013.01.022}} + bdsk-url-1 = {https://doi.org/10.1016/j.diii.2013.01.022}} @article{GeOsDeMeNeGo09, author = {Luigi Genovese and Matthieu Ospici and Thierry Deutsch and Jean-Fran\c{c}ois M\'{e}haut and Alexey Neelov and Stefan Goedecker}, @@ -6747,7 +6769,7 @@ @article{GeOsDeMeNeGo09 title = {Density functional theory calculation on many-cores hybrid central processing unit-graphic processing unit architectures}, volume = {131}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1063/1.3166140}} + bdsk-url-1 = {https://doi.org/10.1063/1.3166140}} @book{GeMu94, address = {Paris}, @@ -6766,7 +6788,7 @@ @article{GePh00 title = {Spectral Element Methods for Axisymmetric {S}tokes Problems}, volume = {164}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1006/jcph.2000.6574}} + bdsk-url-1 = {https://doi.org/10.1006/jcph.2000.6574}} @article{GeRe09, author = {C. Geuzaine and J. F. Remacle}, @@ -6785,7 +6807,7 @@ @article{GiGuJoKo13 title = {Seismic Image Restoration Using Nonlinear Least Squares Shape Optimization}, volume = {18}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.procs.2013.05.237}} + bdsk-url-1 = {https://doi.org/10.1016/j.procs.2013.05.237}} @article{gilbert1970, author = {F. Gilbert}, @@ -6844,7 +6866,7 @@ @article{GiHeWa02 title = {Nodal High-Order Discontinuous {G}alerkin Methods for the Spherical Shallow Water Equations}, volume = {181}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1006/jcph.2002.7139}} + bdsk-url-1 = {https://doi.org/10.1006/jcph.2002.7139}} @article{GiWa05, author = {F. X. Giraldo and T. Warburton}, @@ -6855,7 +6877,7 @@ @article{GiWa05 title = {A nodal triangle-based spectral element method for the shallow water equations on the sphere}, volume = {207}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2005.01.004}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2005.01.004}} @article{GiLaSy06, author = {L. Giraud and J. Langou and G. Sylvand}, @@ -6984,7 +7006,7 @@ @inproceedings{God11 pages = {1-5}, title = {An exact wave equation for sound in inhomogeneous, moving, and non-stationary fluids}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.23919/OCEANS.2011.6106920}} + bdsk-url-1 = {https://doi.org/10.23919/OCEANS.2011.6106920}} @article{Godin2007, author = {Godin, O. A.}, @@ -6995,7 +7017,7 @@ @article{Godin2007 title = {Surface-to-volume wave conversion in shallow water with a gently sloping bottom}, volume = {53}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1134/S1063771007060097}} + bdsk-url-1 = {https://doi.org/10.1134/S1063771007060097}} @article{GoCh01, author = {Godin, Oleg A. and Chapman, David M. F.}, @@ -7014,7 +7036,7 @@ @article{GoAmTaCaSmSaMaKo09 title = {Numerical simulation of ground rotations along {2D} topographical profiles under the incidence of elastic plane waves}, volume = {99}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120080096}} + bdsk-url-1 = {https://doi.org/10.1785/0120080096}} @article{Gol56, author = {L. Gold}, @@ -7034,7 +7056,7 @@ @article{GoOs09 title = {The Split {B}regman Method for {$L^1$}-Regularized Problems}, volume = {2}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1137/080725891}} + bdsk-url-1 = {https://doi.org/10.1137/080725891}} @article{GoRoSe16, author = {A. V. Goncharsky and S. Y. Romanov and S. Y. Seryozhnikov}, @@ -7044,7 +7066,7 @@ @article{GoRoSe16 title = {A computer simulation study of soft tissue characterization using low-frequency ultrasonic tomography}, volume = {67}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2016.01.008}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2016.01.008}} @inproceedings{Goodnight:2003:AMS, author = {Nolan Goodnight and Cliff Woolley and Gregory Lewin and David P. Luebke and Greg Humphreys}, @@ -7079,7 +7101,7 @@ @article{Got2008 title = {An efficient algorithm for double-difference tomography and location in heterogeneous media, with an application to the {K}ilauea volcano}, volume = {451}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1038/nature06481}} + bdsk-url-1 = {https://doi.org/10.1038/nature06481}} @article{Got81, author = {D. Gottlieb}, @@ -7133,7 +7155,7 @@ @article{GoKo00 title = {Surface fitting of rapidly varying data using rank coding: application to geophysical surfaces}, volume = {32}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1023/A:1007500624487}} + bdsk-url-1 = {https://doi.org/10.1023/A:1007500624487}} @article{GoVi03, author = {C. Gout and S. Vieira-Test\'e}, @@ -7169,7 +7191,7 @@ @article{Gra18 title = {Efficient simulation of elastic guided waves interacting with notches, adhesive joints, delaminations and inclined edges in plate structures}, volume = {82}, year = {2018}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2017.07.019}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2017.07.019}} @incollection{Gra99, address = {Rotterdam, The Netherlands}, @@ -7220,7 +7242,7 @@ @inproceedings{Greve2005 title = {Use of {L}amb waves to monitor plates: experiments and simulations}, volume = {5765}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1117/12.599038}} + bdsk-url-1 = {https://doi.org/10.1117/12.599038}} @article{GrZa10, author = {Michael Griebel and Peter Zaspel}, @@ -7231,7 +7253,7 @@ @article{GrZa10 title = {A multi-{GPU} accelerated solver for the three-dimensional two-phase incompressible {N}avier-{S}tokes equations}, volume = {25}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1007/s00450-010-0111-7}} + bdsk-url-1 = {https://doi.org/10.1007/s00450-010-0111-7}} @article{GrWa00, author = {Andreas Griewank and Andrea Walther}, @@ -7242,7 +7264,7 @@ @article{GrWa00 title = {Algorithm 799: {R}evolve, an implementation of checkpointing for the reverse or adjoint mode of computational differentiation}, volume = {26}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1145/347837.347846}} + bdsk-url-1 = {https://doi.org/10.1145/347837.347846}} @article{GrBo79, author = {D. W. Griffiths and G. A. Bollinger}, @@ -7270,7 +7292,7 @@ @article{GrScFoBo14 title = {The role of attenuation in {2D} full-waveform inversion of shallow-seismic body and {R}ayleigh waves}, volume = {79}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2013-0462.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2013-0462.1}} @article{GrLuDoSk96, author = {W. Gropp and E. Lusk and N. Doss and A. Skjellum}, @@ -7323,7 +7345,7 @@ @article{GrScSc06 title = {Discontinuous {G}alerkin Finite Element Method for the Wave Equation}, volume = {44}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1137/05063194X}} + bdsk-url-1 = {https://doi.org/10.1137/05063194X}} @article{GrSi11, author = {Grote, M. J. and Sim, I.}, @@ -7343,7 +7365,7 @@ @article{GuLi06 title = {Continued fraction absorbing boundary conditions for convex polygonal domains}, volume = {66}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.1574}} + bdsk-url-1 = {https://doi.org/10.1002/nme.1574}} @article{GuTa00, author = {Guddati, Murthy N and Tassoulas, John L}, @@ -7397,7 +7419,7 @@ @article{GuDu08 title = {Fast multipole methods on graphics processors}, volume = {227}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2008.05.023}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2008.05.023}} @article{GunWanLot91, author = {S. A. Gundersen and L. Wang and J. Lothe}, @@ -7449,7 +7471,7 @@ @incollection{hubscher2014reflection publisher = {Springer Netherlands}, title = {Reflection/refraction seismology}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1007/978-94-007-6644-0%5C_128-1}} + bdsk-url-1 = {https://doi.org/10.1007/978-94-007-6644-0%5C_128-1}} @article{Hor2, author = {L. H\o{}rmander}, @@ -7485,7 +7507,7 @@ @article{Ha_2009_WIU title = {Waveform inversion using a back-propagation algorithm and a {H}uber function norm}, volume = {74}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.3112572}} + bdsk-url-1 = {https://doi.org/10.1190/1.3112572}} @booklet{Haa09, address = {G\"ottingen}, @@ -7607,7 +7629,7 @@ @article{HaKiKa14 title = {Wave propagation modeling of fluid-filled pipes using hybrid analytical/two-dimensional finite element method}, volume = {51}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.wavemoti.2014.07.006}} + bdsk-url-1 = {https://doi.org/10.1016/j.wavemoti.2014.07.006}} @article{HaKoGi10, author = {Shravan M. Hanasoge and Dimitri Komatitsch and Laurent Gizon}, @@ -7618,7 +7640,7 @@ @article{HaKoGi10 title = {An absorbing boundary formulation for the stratified, linearized, ideal {MHD} equations based on an unsplit, convolutional perfectly matched layer}, volume = {522}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1051/0004-6361/201014345}} + bdsk-url-1 = {https://doi.org/10.1051/0004-6361/201014345}} @article{HaSe93, author = {B. Hanouzet and M. Sesques}, @@ -7697,7 +7719,7 @@ @article{HaAmBaChMoSoWh2015 title = {Transient gravity perturbations induced by earthquake rupture}, volume = {201}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggv090}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggv090}} @phdthesis{Harris:2003:RTC, author = {Mark J. Harris}, @@ -7748,7 +7770,7 @@ @article{HaCh96 title = {Anelasticity explains topography associated with basin and range normal faulting}, volume = {24}, year = {1996}, - Bdsk-Url-1 = {https://doi.org/10.1130/0091-7613(1996)024%3C1095:AETAWB%3E2.3.CO;2}} + bdsk-url-1 = {https://doi.org/10.1130/0091-7613(1996)024%3C1095:AETAWB%3E2.3.CO;2}} @article{HaScBr96, author = {F. D. Hastings and J. B. Schneider and S. L. Broschat}, @@ -7825,7 +7847,7 @@ @article{HeBeMoAs18 title = {Semi-analytical discontinuous {G}alerkin finite element method for the calculation of dispersion properties of guided waves in plates}, volume = {143}, year = {2018}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.5021588}} + bdsk-url-1 = {https://doi.org/10.1121/1.5021588}} @incollection{Hel94, address = {Oxford, England}, @@ -7946,7 +7968,7 @@ @article{Hic02 title = {Arbitrary source and receiver positioning in finite-difference schemes using {K}aiser windowed \textit{sinc} functions}, volume = {67}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1451454}} + bdsk-url-1 = {https://doi.org/10.1190/1.1451454}} @article{Hig91, author = {R. L. Higdon}, @@ -7996,7 +8018,7 @@ @article{HiWaSt06 title = {An optimal memory-reduced procedure for calculating adjoints of the instationary {N}avier-{S}tokes equations}, volume = {27}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1002/oca.771}} + bdsk-url-1 = {https://doi.org/10.1002/oca.771}} @article{HoRo94, author = {L. W. Ho and E. M. R{\o}nquist}, @@ -8023,7 +8045,7 @@ @article{HoDrWi04 title = {The post-processing of ultrasonic array data using the total focusing method}, volume = {46}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1784/insi.46.11.677.52285}} + bdsk-url-1 = {https://doi.org/10.1784/insi.46.11.677.52285}} @article{Holzer2009, author = {Holzer, Gerold and von Skrbensky, Gobert and Holzer, Lukas A. and Pichl, Wolfgang}, @@ -8133,7 +8155,7 @@ @article{Hu01 title = {A Stable Perfectly Matched Layer for Linearized {E}uler Equations in Unsplit Physical Variables}, volume = {173}, year = {2001}, - Bdsk-Url-1 = {https://doi.org/10.1006/jcph.2001.6887}} + bdsk-url-1 = {https://doi.org/10.1006/jcph.2001.6887}} @article{Hu96absorbing, author = {Hu, F. Q.}, @@ -8153,7 +8175,7 @@ @article{Hu96 title = {Low-dissipation and low-dispersion {R}unge-{K}utta schemes for computational acoustics}, volume = {124}, year = {1996}, - Bdsk-Url-1 = {https://doi.org/10.1006/jcph.1996.0052}} + bdsk-url-1 = {https://doi.org/10.1006/jcph.1996.0052}} @article{HuHuRa99, author = {Hu, Fang Q. and Hussaini, M. Y. and Rasetarinera, Patrick}, @@ -8164,7 +8186,7 @@ @article{HuHuRa99 title = {An analysis of the discontinuous {G}alerkin method for wave propagation problems}, volume = {151}, year = {1999}, - Bdsk-Url-1 = {https://doi.org/10.1006/jcph.1999.6227}} + bdsk-url-1 = {https://doi.org/10.1006/jcph.1999.6227}} @article{HuAb07, author = {Hu, W. and Abubakar, A. and Habashy, T. M.}, @@ -8201,7 +8223,7 @@ @article{HuLiWa10 title = {A parallel {3-D} staggered grid pseudospectral time domain method for ground-penetrating radar wave simulation}, volume = {115}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1029/2010JB007711}} + bdsk-url-1 = {https://doi.org/10.1029/2010JB007711}} @article{HuYaToZh16, author = {Huang, Xueyuan and Yang, Dinghui and Tong, Ping and Zhou, Yanjie}, @@ -8212,7 +8234,7 @@ @article{HuYaToZh16 title = {{3D} nearly analytic central difference method for computation of sensitivity kernels of wave-equation-based seismic tomography}, volume = {106}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120150309}} + bdsk-url-1 = {https://doi.org/10.1785/0120150309}} @article{Hud77, author = {Hudson, J. A.}, @@ -8355,7 +8377,7 @@ @article{HuDaNo00 title = {Fr\'echet kernels for finite-frequency traveltimes - {II. E}xamples}, volume = {141}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1046/j.1365-246X.2000.00072.x}} + bdsk-url-1 = {https://doi.org/10.1046/j.1365-246X.2000.00072.x}} @article{HurTewRic01, author = {D. C. Hurley and V. K. Tewary and A. J. Richards}, @@ -8498,7 +8520,7 @@ @article{ImJo12 title = {Mathematical and numerical modelling of piezoelectric sensors}, volume = {46}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1051/m2an/2011070}} + bdsk-url-1 = {https://doi.org/10.1051/m2an/2011070}} @inproceedings{ImMaLeCh12, address = {Nantes, France}, @@ -8526,7 +8548,7 @@ @inproceedings{InEl08 pages = {149-152}, title = {Optimization and parameter exploration using {GPU} based {FDTD} solvers}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1109/MWSYM.2008.4633125}} + bdsk-url-1 = {https://doi.org/10.1109/MWSYM.2008.4633125}} @inproceedings{InElMaBa07, address = {Honolulu, Hawaii, USA}, @@ -8537,7 +8559,7 @@ @inproceedings{InElMaBa07 pages = {5255-5258}, title = {{GPU} based {FDTD} solver with {CPML} boundaries}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1109/APS.2007.4396732}} + bdsk-url-1 = {https://doi.org/10.1109/APS.2007.4396732}} @article{IsCh15, author = {Isakson, Marcia J. and Chotiros, Nicholas P.}, @@ -8573,7 +8595,7 @@ @article{IsBlMu16 note = {in press}, title = {The impact of surface-wave attenuation on 3-{D} seismic survey design}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1111/1365-2478.12370}} + bdsk-url-1 = {https://doi.org/10.1111/1365-2478.12370}} @article{Ismaili09, author = {N. A. Ismaili and D. Chenouni and Z. Lakhliai and M. E. C. El-Kettani and B. Morvan and J.-L. Izbicki}, @@ -8584,7 +8606,7 @@ @article{Ismaili09 title = {Determination of epoxy film parameters in a three-layer metal/adhesive/metal structure}, volume = {56}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2009.1271}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2009.1271}} @article{IsrOrs81, author = {Israeli, M. and Orszag, S. A.}, @@ -8635,7 +8657,7 @@ @article{JaJiGeLo06 title = {Conservative load transfer along curved fluid-solid interface with non-matching meshes}, volume = {218}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2006.02.016}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2006.02.016}} @article{JaGuGuMaRo13, author = {Jamet, Guillaume and Guennou, Claude and Guillon, Laurent and Mazoyer, Camille and Royer, Jean-Yves}, @@ -8735,7 +8757,7 @@ @article{JeNiGaPe06 title = {Synthetic aperture ultrasound imaging}, volume = {44, Supplement}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2006.07.017}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2006.07.017}} @article{Jeong_2015, author = {Jeong, Woodon and Kang, Minji and Kim, Shinwoong and Min, Dong-Joo and Kim, Won-Ki}, @@ -8746,7 +8768,7 @@ @article{Jeong_2015 title = {Full Waveform Inversion Using {S}tudent's $t$ Distribution: a Numerical Study for Elastic Waveform Inversion and Simultaneous-Source Method}, volume = {172}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1007/s00024-014-1020-7}} + bdsk-url-1 = {https://doi.org/10.1007/s00024-014-1020-7}} @article{JiHeWa04, author = {Chen Ji and Don V. Helmberger and David J. Wald}, @@ -8774,7 +8796,7 @@ @article{JiTsKoTr05 title = {Rayleigh-Wave Multipathing along the West Coast of {N}orth {A}merica}, volume = {95}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120040180}} + bdsk-url-1 = {https://doi.org/10.1785/0120040180}} @article{Ji2002a, author = {C. Ji and D. J. Wald and D. V. Helmberger}, @@ -8793,7 +8815,7 @@ @article{Ji2003 title = {Interior elastodynamics inverse problems: shear wave speed reconstruction in transient elastography}, volume = {19}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1088/0266-5611/19/6/051}} + bdsk-url-1 = {https://doi.org/10.1088/0266-5611/19/6/051}} @article{Jia99, author = {Zhang Jianfeng}, @@ -8812,7 +8834,7 @@ @article{JiZh16 title = {First-arrival traveltime tomography with modified total-variation regularization}, volume = {65}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1111/1365-2478.12477}} + bdsk-url-1 = {https://doi.org/10.1111/1365-2478.12477}} @article{JiaoJin02, author = {Jiao, D. and Jin, J. M.}, @@ -8898,7 +8920,7 @@ @article{JoPi86 title = {An analysis of the discontinuous {G}alerkin method for a scalar hyperbolic equation}, volume = {46}, year = {1986}, - Bdsk-Url-1 = {https://doi.org/10.1090/S0025-5718-1986-0815828-4}} + bdsk-url-1 = {https://doi.org/10.1090/S0025-5718-1986-0815828-4}} @article{Johnson1970, author = {R. H. Johnson}, @@ -8969,7 +8991,7 @@ @inproceedings{JoJiLaGiCa03 pages = {80.2}, title = {Performance Analysis of Multilevel Parallel Applications on Shared Memory Architectures}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1109/IPDPS.2003.1213183}} + bdsk-url-1 = {https://doi.org/10.1109/IPDPS.2003.1213183}} @article{JoCh75, author = {W. B. Joyner and T. F. Chen}, @@ -8988,7 +9010,7 @@ @article{KaDu08 title = {A Highly Accurate Discontinuous {G}alerkin Method for Complex Interfaces Between Solids and Moving Fluids}, volume = {73}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.2870081}} + bdsk-url-1 = {https://doi.org/10.1190/1.2870081}} @article{KaDu06, author = {M. K\"aser and M. Dumbser}, @@ -8999,7 +9021,7 @@ @article{KaDu06 title = {An arbitrary high-order discontinuous {G}alerkin method for elastic waves on unstructured meshes-{I}. {T}he two-dimensional isotropic case with external source terms}, volume = {166}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03051.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03051.x}} @article{KaDuDeIg07, author = {K\"aser, Martin and Dumbser, Michael and De La Puente, Josep and Igel, Heiner}, @@ -9010,7 +9032,7 @@ @article{KaDuDeIg07 title = {An arbitrary high-order discontinuous {G}alerkin method for elastic waves on unstructured meshes - {III. V}iscoelastic attenuation}, volume = {168}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03193.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03193.x}} @article{KoWeMa12, author = {K\"ohler, Andreas and Weidle, Christian and Maupin, Val\'erie}, @@ -9021,7 +9043,7 @@ @article{KoWeMa12 title = {On the effect of topography on surface wave propagation in the ambient noise frequency range}, volume = {16}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1007/s10950-011-9264-5}} + bdsk-url-1 = {https://doi.org/10.1007/s10950-011-9264-5}} @article{KaGu2006, author = {Bruno Kaelin and Antoine Guitton}, @@ -9053,7 +9075,7 @@ @article{KaFaKuStBiGh13 title = {Site characterization using full waveform inversion}, volume = {47}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.soildyn.2012.12.012}} + bdsk-url-1 = {https://doi.org/10.1016/j.soildyn.2012.12.012}} @article{KaKaMaIm13, author = {Barbara Kaltenbacher and Manfred Kaltenbacher and Imbo Sim}, @@ -9081,7 +9103,7 @@ @article{KaDo99 title = {A finite element code for the numerical solution of the {H}elmholtz equation in axially symmetric waveguides with interfaces}, volume = {7}, year = {1999}, - Bdsk-Url-1 = {https://doi.org/10.1142/S0218396X99000084}} + bdsk-url-1 = {https://doi.org/10.1142/S0218396X99000084}} @article{KaMaOrWe03, author = {C. Kane and J. E. Marsden and M. Ortiz and M. West}, @@ -9119,7 +9141,7 @@ @article{KaBa04 title = {Finite-Difference Seismic Simulation Combining Discontinuous Grids with Locally Variable Timesteps}, volume = {94}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120030080}} + bdsk-url-1 = {https://doi.org/10.1785/0120030080}} @article{Kappel00, author = {F. Kappel and A. Kuntsevich}, @@ -9227,7 +9249,7 @@ @article{KaTaGe06 title = {Complete synthetic seismograms up to 2~{H}z for transversely-isotropic spherically-symmetric media}, volume = {164}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2005.02829.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2005.02829.x}} @article{Kaw88, author = {H. Kawase}, @@ -9327,7 +9349,7 @@ @article{KhBoEn12 title = {Energy-efficient high-performance parallel and distributed computing}, volume = {60}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1007/s11227-010-0485-0}} + bdsk-url-1 = {https://doi.org/10.1007/s11227-010-0485-0}} @article{Kho91, author = {Khorrami, Mehdi R.}, @@ -9338,7 +9360,7 @@ @article{Kho91 title = {A {C}hebyshev spectral collocation method using a staggered grid for the stability of cylindrical flows}, volume = {12}, year = {1991}, - Bdsk-Url-1 = {https://doi.org/10.1002/fld.1650120903}} + bdsk-url-1 = {https://doi.org/10.1002/fld.1650120903}} @unpublished{Khronos:2008:TOS, author = {{Khronos OpenCL Working Group}}, @@ -9380,7 +9402,7 @@ @article{KiSoSc04 title = {Modeling Ultrasonic Pulse-Echo Signals from a Flat-Bottom Hole in Immersion Testing Using a Multi-{G}aussian Beam}, volume = {23}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1023/B:JONE.0000045217.48147.f6}} + bdsk-url-1 = {https://doi.org/10.1023/B:JONE.0000045217.48147.f6}} @article{KiPa93, author = {J. Kim and A. Papageorgiou}, @@ -9397,7 +9419,7 @@ @inproceedings{Kim08 pages = {99-106}, title = {Hardware-Aware Analysis and Optimization of `{S}table {F}luids'}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1145/1342250.1342265}} + bdsk-url-1 = {https://doi.org/10.1145/1342250.1342265}} @article{Kim2008time, author = {Y. Kim and S. Ha and F.-K. Chang}, @@ -9408,7 +9430,7 @@ @article{Kim2008time title = {Time-domain spectral element method for built-in piezoelectric-actuator-induced {L}amb wave propagation analysis}, volume = {46}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.2514/1.27046}} + bdsk-url-1 = {https://doi.org/10.2514/1.27046}} @article{KiSeSg89, author = {M. Kindelan and G. Seriani and P. Sguazzero}, @@ -9455,7 +9477,7 @@ @article{KlWaBrHe09 title = {Nodal discontinuous {G}alerkin methods on graphics processors}, volume = {228}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2009.06.041}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2009.06.041}} @techreport{KlVi02, author = {E. M. C. Klien and J. P. Vilotte}, @@ -9533,7 +9555,7 @@ @article{Kom11 title = {Fluid-solid coupling on a cluster of {GPU} graphics cards for seismic wave propagation}, volume = {339}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.crme.2010.11.007}} + bdsk-url-1 = {https://doi.org/10.1016/j.crme.2010.11.007}} @article{Kom08, author = {Dimitri Komatitsch}, @@ -9569,7 +9591,7 @@ @article{KoBaTr00 title = {Wave propagation near a fluid-solid interface: a spectral element approach}, volume = {65}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1444758}} + bdsk-url-1 = {https://doi.org/10.1190/1.1444758}} @article{KoBaTr00b, author = {D. Komatitsch and C. Barnes and J. Tromp}, @@ -9580,7 +9602,7 @@ @article{KoBaTr00b title = {Simulation of anisotropic wave propagation based upon a spectral element method}, volume = {65}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1444816}} + bdsk-url-1 = {https://doi.org/10.1190/1.1444816}} @article{KoCaCaFa11, author = {Dimitri Komatitsch and Jos\'e Carcione and Fabio Cavallini and Nathalie Favretto-Cristini}, @@ -9591,7 +9613,7 @@ @article{KoCaCaFa11 title = {Elastic surface waves in crystals: {P}art {II}: Cross-check of two full-wave numerical modeling methods}, volume = {51}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2011.05.001}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2011.05.001}} @article{KoCoMo96, author = {D. Komatitsch and F. Coutel and P. Mora}, @@ -9602,7 +9624,7 @@ @article{KoCoMo96 title = {Tensorial formulation of the wave equation for modelling curved interfaces}, volume = {127}, year = {1996}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.1996.tb01541.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.1996.tb01541.x}} @article{KoErGoMi10, author = {Dimitri Komatitsch and Gordon Erlebacher and Dominik G\"oddeke and David Mich\'ea}, @@ -9613,7 +9635,7 @@ @article{KoErGoMi10 title = {High-order finite-element seismic wave propagation modeling with {MPI} on a large {GPU} cluster}, volume = {229}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2010.06.024}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2010.06.024}} @article{KoGoErMi10, author = {Dimitri Komatitsch and Dominik G\"oddeke and Gordon Erlebacher and David Mich\'ea}, @@ -9624,7 +9646,7 @@ @article{KoGoErMi10 title = {Modeling the propagation of elastic waves using spectral elements on a cluster of 192 {GPU}s}, volume = {25}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1007/s00450-010-0109-1}} + bdsk-url-1 = {https://doi.org/10.1007/s00450-010-0109-1}} @article{KoLaMi08a, author = {Dimitri Komatitsch and Jes\'us Labarta and David Mich\'ea}, @@ -9650,7 +9672,7 @@ @article{KoLiTrSuStSh04 title = {Simulations of Ground Motion in the {L}os {A}ngeles Basin based upon the Spectral-Element Method}, volume = {94}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120030077}} + bdsk-url-1 = {https://doi.org/10.1785/0120030077}} @article{KoMa07, author = {Dimitri Komatitsch and Roland Martin}, @@ -9661,7 +9683,7 @@ @article{KoMa07 title = {An unsplit convolutional {P}erfectly {M}atched {L}ayer improved at grazing incidence for the seismic wave equation}, volume = {72}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.2757586}} + bdsk-url-1 = {https://doi.org/10.1190/1.2757586}} @article{KoMaTrTaWi01, author = {D. Komatitsch and R. Martin and J. Tromp and M. A. Taylor and B. A. Wingate}, @@ -9672,7 +9694,7 @@ @article{KoMaTrTaWi01 title = {Wave propagation in 2-{D} elastic media using a spectral element method with triangles and quadrangles}, volume = {9}, year = {2001}, - Bdsk-Url-1 = {https://doi.org/10.1142/S0218396X01000796}} + bdsk-url-1 = {https://doi.org/10.1142/S0218396X01000796}} @article{KoMiEr09, author = {Dimitri Komatitsch and David Mich\'ea and Gordon Erlebacher}, @@ -9683,7 +9705,7 @@ @article{KoMiEr09 title = {Porting a high-order finite-element earthquake modeling application to {NVIDIA} graphics cards using {CUDA}}, volume = {69}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jpdc.2009.01.006}} + bdsk-url-1 = {https://doi.org/10.1016/j.jpdc.2009.01.006}} @article{KoRiTr02, author = {D. Komatitsch and J. Ritsema and J. Tromp}, @@ -9694,7 +9716,7 @@ @article{KoRiTr02 title = {The Spectral-Element Method, {B}eowulf Computing, and Global Seismology}, volume = {298}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1126/science.1076024}} + bdsk-url-1 = {https://doi.org/10.1126/science.1076024}} @incollection{KoTr02c, address = {Barcelona, Espa{\~{n}}a}, @@ -9715,7 +9737,7 @@ @article{KoTr03 title = {A {P}erfectly {M}atched {L}ayer absorbing boundary condition for the second-order seismic wave equation}, volume = {154}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1046/j.1365-246X.2003.01950.x}} + bdsk-url-1 = {https://doi.org/10.1046/j.1365-246X.2003.01950.x}} @article{KoTr02a, author = {D. Komatitsch and J. Tromp}, @@ -9726,7 +9748,7 @@ @article{KoTr02a title = {Spectral-element simulations of global seismic wave propagation{-I. V}alidation}, volume = {149}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1046/j.1365-246X.2002.01653.x}} + bdsk-url-1 = {https://doi.org/10.1046/j.1365-246X.2002.01653.x}} @article{KoTr02b, author = {D. Komatitsch and J. Tromp}, @@ -9737,7 +9759,7 @@ @article{KoTr02b title = {Spectral-element simulations of global seismic wave propagation{-II. 3-D} models, oceans, rotation, and self-gravitation}, volume = {150}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1046/j.1365-246X.2002.01716.x}} + bdsk-url-1 = {https://doi.org/10.1046/j.1365-246X.2002.01716.x}} @inproceedings{KoTr01c, address = {Denver, Colorado, USA}, @@ -9750,7 +9772,7 @@ @inproceedings{KoTr01c series = {Supercomputing '01}, title = {Modeling of seismic wave propagation at the scale of the {E}arth on a large {B}eowulf}, year = {2001}, - Bdsk-Url-1 = {https://doi.org/10.1145/582034.582076}} + bdsk-url-1 = {https://doi.org/10.1145/582034.582076}} @article{KoTr01d, author = {D. Komatitsch and J. Tromp}, @@ -9769,7 +9791,7 @@ @article{KoTr99 title = {Introduction to the spectral-element method for 3-{D} seismic wave propagation}, volume = {139}, year = {1999}, - Bdsk-Url-1 = {https://doi.org/10.1046/j.1365-246x.1999.00967.x}} + bdsk-url-1 = {https://doi.org/10.1046/j.1365-246x.1999.00967.x}} @inproceedings{KoTsChTr03, address = {Phoenix, Arizona, USA}, @@ -9782,7 +9804,7 @@ @inproceedings{KoTsChTr03 publisher = {ACM}, title = {A 14.6~billion degrees of freedom, 5~teraflops, 2.5~terabyte earthquake simulation on the {E}arth~{S}imulator}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1145/1048935.1050155}} + bdsk-url-1 = {https://doi.org/10.1145/1048935.1050155}} @incollection{KoTsTr05, author = {D. Komatitsch and S. Tsuboi and J. Tromp}, @@ -9813,7 +9835,7 @@ @article{KoViVaCaSa99 title = {The spectral-element method for elastic wave equations: application to 2{D} and 3{D} seismic problems}, volume = {45}, year = {1999}, - Bdsk-Url-1 = {https://doi.org/10.1002/(SICI)1097-0207(19990730)45:9%3C1139::AID-NME617%3E3.0.CO;2-T}} + bdsk-url-1 = {https://doi.org/10.1002/(SICI)1097-0207(19990730)45:9%3C1139::AID-NME617%3E3.0.CO;2-T}} @article{KoViCh10, author = {D. Komatitsch and L. P. Vinnik and S. Chevrot}, @@ -9824,7 +9846,7 @@ @article{KoViCh10 title = {{SH}diff/{SV}diff splitting in an isotropic {E}arth}, volume = {115}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1029/2009JB006795}} + bdsk-url-1 = {https://doi.org/10.1029/2009JB006795}} @article{KoXiBoPeSaLiTr16, author = {Komatitsch, Dimitri and Xie, Zhinan and Bozda{\u{g}}, Ebru and Sales de Andrade, Elliott and Peter, Daniel and Liu, Qinya and Tromp, Jeroen}, @@ -9835,7 +9857,7 @@ @article{KoXiBoPeSaLiTr16 title = {Anelastic sensitivity kernels with parsimonious storage for adjoint tomography and full waveform inversion}, volume = {206}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggw224}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggw224}} @article{Komornik, author = {V. Komornik}, @@ -9854,7 +9876,7 @@ @article{Kop06 title = {Metric identities and the discontinuous spectral element method on curvilinear meshes}, volume = {26}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1007/s10915-005-9070-8}} + bdsk-url-1 = {https://doi.org/10.1007/s10915-005-9070-8}} @article{Kop96, author = {D. A. Kopriva}, @@ -9873,7 +9895,7 @@ @article{Kop89 title = {Computation of Hyperbolic Equations on Complicated Domains with Patched and Overset {C}hebyshev Grids}, volume = {10}, year = {1989}, - Bdsk-Url-1 = {https://doi.org/10.1137/0910010}} + bdsk-url-1 = {https://doi.org/10.1137/0910010}} @article{Kop86, author = {David A. Kopriva}, @@ -9884,7 +9906,7 @@ @article{Kop86 title = {A spectral multidomain method for the solution of hyperbolic systems}, volume = {2}, year = {1986}, - Bdsk-Url-1 = {https://doi.org/10.1016/0168-9274(86)90030-9}} + bdsk-url-1 = {https://doi.org/10.1016/0168-9274(86)90030-9}} @article{KoKo96, author = {David A. Kopriva and John H. Kolias}, @@ -9895,7 +9917,7 @@ @article{KoKo96 title = {A conservative staggered-grid {C}hebyshev multidomain method for compressible flows}, volume = {125}, year = {1996}, - Bdsk-Url-1 = {https://doi.org/10.1006/jcph.1996.0091}} + bdsk-url-1 = {https://doi.org/10.1006/jcph.1996.0091}} @article{KoWoHu02, author = {D. A. Kopriva and S. L. Woodruff and M. Y. Hussaini}, @@ -9906,7 +9928,7 @@ @article{KoWoHu02 title = {Computation of electromagnetic scattering with a non-conforming discontinuous spectral element method}, volume = {53}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.394}} + bdsk-url-1 = {https://doi.org/10.1002/nme.394}} @article{KoCoPr08, author = {J. Kormann and P. Cordo and A. Prieto}, @@ -9958,7 +9980,7 @@ @article{KoKeFiTeBeSt90 title = {Solution of the equations of dynamic elasticity by a {C}hebychev spectral method}, volume = {55}, year = {1990}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1442885}} + bdsk-url-1 = {https://doi.org/10.1190/1.1442885}} @article{KoReLo84, author = {D. Kosloff and M. Reshef and D. Loewenthal}, @@ -10030,7 +10052,7 @@ @article{Krueger:2003:LAO title = {Linear algebra operators for {GPU} implementation of numerical algorithms}, volume = {22}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1145/882262.882363}} + bdsk-url-1 = {https://doi.org/10.1145/882262.882363}} @inproceedings{KrTuOk04a, address = {Vancouver, British Columbia, Canada}, @@ -10048,7 +10070,7 @@ @article{KrTuOk04b title = {Acceleration of finite-difference time-domain ({FDTD}) using graphics processor units ({GPU})}, volume = {2}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1109/MWSYM.2004.1339160}} + bdsk-url-1 = {https://doi.org/10.1109/MWSYM.2004.1339160}} @article{Kra76, author = {E. Kraut}, @@ -10083,7 +10105,7 @@ @article{KrDu13 title = {Discrete stability of perfectly matched layers for anisotropic wave equations in first and second order formulation}, volume = {53}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1007/s10543-013-0426-4}} + bdsk-url-1 = {https://doi.org/10.1007/s10543-013-0426-4}} @article{KrPe02, author = {Kreiss, Heinz-Otto and Petersson, N Anders and Ystr{\"o}m, Jacob}, @@ -10103,7 +10125,7 @@ @article{Kre06 title = {Energy conservation in {N}ewmark based time integration algorithms}, volume = {195}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.cma.2005.12.001}} + bdsk-url-1 = {https://doi.org/10.1016/j.cma.2005.12.001}} @article{KrJiKoTr06a, author = {Swaminathan Krishnan and Chen Ji and Dimitri Komatitsch and Jeroen Tromp}, @@ -10114,7 +10136,7 @@ @article{KrJiKoTr06a title = {Case Studies of Damage to Tall Steel Moment-Frame Buildings in {S}outhern {C}alifornia during Large {S}an {A}ndreas Earthquakes}, volume = {96}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120050145}} + bdsk-url-1 = {https://doi.org/10.1785/0120050145}} @article{KrJiKoTr06b, author = {Swaminathan Krishnan and Chen Ji and Dimitri Komatitsch and Jeroen Tromp}, @@ -10125,7 +10147,7 @@ @article{KrJiKoTr06b title = {Performance of two 18-story steel moment-frame buildings in {S}outhern {C}alifornia during two large simulated {S}an {A}ndreas Earthquakes}, volume = {22}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1193/1.2360698}} + bdsk-url-1 = {https://doi.org/10.1193/1.2360698}} @inproceedings{KrJiKoTr06c, author = {Swaminathan Krishnan and Chen Ji and Dimitri Komatitsch and Jeroen Tromp}, @@ -10154,7 +10176,7 @@ @article{KrMoGa09 title = {A brief summary of some {PML} formulations and discretizations for the velocity-stress equation of seismic motion}, volume = {53}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1007/s11200-009-0034-6}} + bdsk-url-1 = {https://doi.org/10.1007/s11200-009-0034-6}} @incollection{KrMoIrIwSe99, address = {Rotterdam, The Netherlands}, @@ -10176,7 +10198,7 @@ @article{Kristekova_2009 title = {Time-frequency misfit and goodness-of-fit criteria for quantitative comparison of time signals}, volume = {178}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2009.04177.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2009.04177.x}} @article{KrWeScSc95, author = {F. Krueger and M. Weber and F. Scherbaum and J. Schlittenhardt}, @@ -10232,7 +10254,7 @@ @article{Kudela07 title = {Modelling of wave propagation in composite plates using the time domain spectral element method}, volume = {302}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jsv.2006.12.016}} + bdsk-url-1 = {https://doi.org/10.1016/j.jsv.2006.12.016}} @article{Kudela09, author = {Kudela, P. and Ostachowicz, W.}, @@ -10293,7 +10315,7 @@ @article{KuPrKoBo13 title = {Acoustic full waveform tomography in the presence of attenuation: a sensitivity analysis}, volume = {195}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggt305}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggt305}} @article{KuDzEk06, author = {B. Kustowski and A. M. Dziewo\'nski and G. Ekstrom}, @@ -10314,7 +10336,7 @@ @article{KuEkDz08 title = {Anisotropic shear-wave velocity structure of the {E}arth's mantle: {A} global model}, volume = {113}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1029/2007JB005169}} + bdsk-url-1 = {https://doi.org/10.1029/2007JB005169}} @article{Kuz02, author = {S. V. Kuznetsov}, @@ -10342,7 +10364,7 @@ @article{LaHu10 title = {A non-uniform basis order for the discontinuous {G}alerkin method of the {3D} dissipative wave equation with perfectly matched layer}, volume = {229}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2010.03.030}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2010.03.030}} @phdthesis{lu2011modelisation, author = {L\"u, Bo}, @@ -10452,7 +10474,7 @@ @article{LaMoFiCaToCl06 title = {Time-reversal imaging of seismic sources and application to the great {S}umatra earthquake}, volume = {33}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1029/2006GL026336}} + bdsk-url-1 = {https://doi.org/10.1029/2006GL026336}} @article{LaAnDrStScLoRo97, author = {S. Larsen and M. Antolik and D. Dreger and C. Stidham and C. Schultz and A. Lomax and B. Romanowicz}, @@ -10480,7 +10502,7 @@ @article{LaGuLe06 title = {Distorted {B}orn diffraction tomography applied to inverting ultrasonic field scattered by noncircular infinite elastic tube}, volume = {28}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1177/016173460602800402}} + bdsk-url-1 = {https://doi.org/10.1177/016173460602800402}} @inproceedings{LaMeGuRoFr12, author = {Philippe Lasaygues and Serge Mensah and R\'egine Guillermin and Julien Rouyer and Emilie Franceschini}, @@ -10491,7 +10513,7 @@ @inproceedings{LaMeGuRoFr12 title = {Nonlinear inversion modeling for Ultrasound Computer Tomography: transition from soft to hard tissues imaging}, volume = {8320}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1117/12.911012}} + bdsk-url-1 = {https://doi.org/10.1117/12.911012}} @article{LaQuLeGiTaLa05, author = {Philippe Lasaygues and Edgard Ouedraogo and Jean-Pierre Lefebvre and Marcel Gindre and Marilyne Talmant and Pascal Laugier}, @@ -10502,7 +10524,7 @@ @article{LaQuLeGiTaLa05 title = {Progress towards in vitro quantitative imaging of human femur using compound quantitative ultrasonic tomography}, volume = {50}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1088/0031-9155/50/11/013}} + bdsk-url-1 = {https://doi.org/10.1088/0031-9155/50/11/013}} @article{LaPi02, author = {P. Lasaygues and M. Pithioux}, @@ -10513,7 +10535,7 @@ @article{LaPi02 title = {Ultrasonic characterization of orthotropic elastic bovine bones}, volume = {39}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1016/S0041-624X(02)00261-5}} + bdsk-url-1 = {https://doi.org/10.1016/S0041-624X(02)00261-5}} @article{LaMiTrTaKoCh05, author = {Konstantin Latychev and Jerry X. Mitrovica and Jeroen Tromp and Mark E. Tamisiea and Dimitri Komatitsch and Christina C. Christara}, @@ -10524,7 +10546,7 @@ @article{LaMiTrTaKoCh05 title = {Glacial isostatic adjustment on 3-{D} {E}arth models: a finite-volume formulation}, volume = {161}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2005.02536.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2005.02536.x}} @article{Laugier2008, author = {Laugier, Pascal}, @@ -10541,7 +10563,7 @@ @book{Laugier2011 publisher = {Springer Netherlands}, title = {Bone Quantitative Ultrasound}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1007/978-94-007-0017-8}} + bdsk-url-1 = {https://doi.org/10.1007/978-94-007-0017-8}} @article{Laurent2012, author = {Louis St. Laurent and Matthew H. Alford and Terri Paluszkiewicz}, @@ -10552,7 +10574,7 @@ @article{Laurent2012 title = {An introduction to the special issue on internal waves}, volume = {2}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.5670/oceanog.2012.37}} + bdsk-url-1 = {https://doi.org/10.5670/oceanog.2012.37}} @incollection{Lavarello2013, author = {Lavarello, Roberto J. and Hesford, Andrew J.}, @@ -10604,7 +10626,7 @@ @incollection{ledbetter1983 publisher = {Springer}, title = {Austenitic-steel elastic constants}, year = {1983}, - Bdsk-Url-1 = {https://doi.org/10.1007/978-1-4613-3730-0_5}} + bdsk-url-1 = {https://doi.org/10.1007/978-1-4613-3730-0_5}} @article{LeLi07, author = {Joon Ho Lee and Qing Huo Liu}, @@ -10615,7 +10637,7 @@ @article{LeLi07 title = {A {3-D} Spectral-Element Time-Domain Method for Electromagnetic Simulation}, volume = {55}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1109/TMTT.2007.895398}} + bdsk-url-1 = {https://doi.org/10.1109/TMTT.2007.895398}} @article{LeLi05, author = {Joon Ho Lee and Qing Huo Liu}, @@ -10635,7 +10657,7 @@ @article{LeChKoHuTr09 title = {Effects of realistic surface topography on seismic ground motion in the {Y}angminshan region of {T}aiwan based upon the spectral-element method and {LiDAR DTM}}, volume = {99}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120080264}} + bdsk-url-1 = {https://doi.org/10.1785/0120080264}} @article{LeChLiKoHuTr08, author = {Shiann Jong Lee and How Wei Chen and Qinya Liu and Dimitri Komatitsch and Bor Shouh Huang and Jeroen Tromp}, @@ -10646,7 +10668,7 @@ @article{LeChLiKoHuTr08 title = {Three-Dimensional Simulations of Seismic Wave Propagation in the {T}aipei Basin with Realistic Topography Based upon the Spectral-Element Method}, volume = {98}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120070033}} + bdsk-url-1 = {https://doi.org/10.1785/0120070033}} @article{LeKoHuTr09, author = {Shiann Jong Lee and Dimitri Komatitsch and Bor Shouh Huang and Jeroen Tromp}, @@ -10657,7 +10679,7 @@ @article{LeKoHuTr09 title = {Effects of topography on seismic wave propagation: An example from northern {T}aiwan}, volume = {99}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120080020}} + bdsk-url-1 = {https://doi.org/10.1785/0120080020}} @article{LeLiTrKoLiHu14, author = {Lee, Shiann Jong and Qinya Liu and Jeroen Tromp and Dimitri Komatitsch and Liang, Wen Tzong and Huang, Bor Shouh}, @@ -10667,7 +10689,7 @@ @article{LeLiTrKoLiHu14 title = {Toward real-time regional earthquake simulation II: {R}eal-time {O}nline earthquake {S}imulation ({ROS}) of {T}aiwan earthquakes}, volume = {87}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jseaes.2014.02.009}} + bdsk-url-1 = {https://doi.org/10.1016/j.jseaes.2014.02.009}} @article{lee1998, author = {Lee, Seung Seok and Min, Un-Sig and Ahn, Bongyoung and Yoo, Seung Hyun}, @@ -10695,7 +10717,7 @@ @article{LaWaBe05 title = {Strong and weak arbitrary discontinuities in spectral finite elements}, volume = {64}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.1388}} + bdsk-url-1 = {https://doi.org/10.1002/nme.1388}} @book{LeCh85, address = {Paris}, @@ -10721,7 +10743,7 @@ @article{LeNiVa16 title = {Efficient global wave propagation adapted to 3-{D} structural complexity: a pseudospectral/spectral-element approach}, volume = {207}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggw363}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggw363}} @article{Lenoir97, author = {O. Lenoir and J.-L. Izbicki and M. Rousseau and F. Coulouvrat}, @@ -10759,7 +10781,7 @@ @article{LeNiLeCh06 title = {Imag(in)ing the continental lithosphere}, volume = {416}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.tecto.2005.11.018}} + bdsk-url-1 = {https://doi.org/10.1016/j.tecto.2005.11.018}} @incollection{LeNiSy05, address = {Washington DC, USA}, @@ -10782,7 +10804,7 @@ @article{Lev88 title = {Fourth-order finite-difference {{\it P-SV}} seismograms}, volume = {53}, year = {1988}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1442422}} + bdsk-url-1 = {https://doi.org/10.1190/1.1442422}} @article{Leveque2007, author = {G. Leveque and E. Rosenkrantz and D. Laux}, @@ -10810,7 +10832,7 @@ @article{LiDuLiHu09 title = {In vivo breast sound-speed imaging with ultrasound tomography}, volume = {10}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2009.05.011}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2009.05.011}} @article{LiHeClSu14, author = {Li, Dunzhu and Helmberger, Don and Clayton, Robert W. and Sun, Daoyuan}, @@ -10821,7 +10843,7 @@ @article{LiHeClSu14 title = {Global synthetic seismograms using a {2-D} finite-difference method}, volume = {197}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggu050}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggu050}} @inproceedings{LiBiGa92, author = {X. Li and J. Bielak and O. Ghattas}, @@ -10840,7 +10862,7 @@ @article{Li02 title = {Frequency-dependent seismic attenuation in the inner core 1. {A} viscoelastic interpretation}, volume = {107}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1029/2002JB001795}} + bdsk-url-1 = {https://doi.org/10.1029/2002JB001795}} @article{LiRo95, author = {X. D. Li and B. Romanowicz}, @@ -10937,7 +10959,7 @@ @article{LiHu15 title = {Acoustic and elastic waveform inversion using a modified total-variation regularization scheme}, volume = {200}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggu393}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggu393}} @article{LiHu15b, author = {Lin, Youzuo and Huang, Lianjie}, @@ -10948,7 +10970,7 @@ @article{LiHu15b title = {Quantifying subsurface geophysical properties changes using double-difference seismic-waveform inversion with a modified total-variation regularization scheme}, volume = {203}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggv429}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggv429}} @article{Lindholm:2008:NTA, author = {Erik Lindholm and John Nickolls and Stuart Oberman and John Montrym}, @@ -10960,7 +10982,7 @@ @article{Lindholm:2008:NTA title = {{NVIDIA} {T}esla: {A} Unified Graphics and Computing Architecture}, volume = {28}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1109/MM.2008.31}} + bdsk-url-1 = {https://doi.org/10.1109/MM.2008.31}} @article{LiNeGi10, author = {Joseph M. Lindquist and Beny Neta and Francis X. Giraldo}, @@ -10979,7 +11001,7 @@ @article{LiChLe16 title = {Reducing disk storage of full-3{D} seismic waveform tomography ({F3DT}) through lossy online compression}, volume = {93}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.cageo.2016.04.009}} + bdsk-url-1 = {https://doi.org/10.1016/j.cageo.2016.04.009}} @article{LiCoMiEv02, author = {Lingevitch, Joseph F and Collins, Michael D and Mills, Michael J and Evans, Richard B}, @@ -11024,7 +11046,7 @@ @inproceedings{liu_wang_zhang_2006 pages = {1-4}, title = {Acceleration of Time-Domain Finite Element Method ({TD-FEM}) Using {Graphics Processor Units (GPU)}}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1109/ISAPE.2006.353223}} + bdsk-url-1 = {https://doi.org/10.1109/ISAPE.2006.353223}} @article{LiAr06, author = {Liu, Pengcheng and Archuleta, Ralph J.}, @@ -11035,7 +11057,7 @@ @article{LiAr06 title = {Efficient Modeling of {$Q$} for {3D} Numerical Simulation of Wave Propagation}, volume = {96}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120050173}} + bdsk-url-1 = {https://doi.org/10.1785/0120050173}} @article{Liu2012, author = {Q. Liu and Y. J. Gu}, @@ -11045,7 +11067,7 @@ @article{Liu2012 title = {Seismic imaging: {F}rom classical to adjoint tomography}, volume = {566-567}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.tecto.2012.07.006}} + bdsk-url-1 = {https://doi.org/10.1016/j.tecto.2012.07.006}} @article{Liu2013, author = {Liu, Qing and Logan, Jeremy and Tian, Yuan and Abbasi, Hasan and Podhorszki, Norbert and Choi, Jong Youl and Klasky, Scott and Tchoua, Roselyne and Lofstead, Jay and Oldfield, Ron and Parashar, Manish and Samatova, Nagiza and Schwan, Karsten and Shoshani, Arie and Wolf, Matthew and Wu, Kesheng and Yu, Weikuan}, @@ -11054,7 +11076,7 @@ @article{Liu2013 pages = {n/a-n/a}, title = {{Hello ADIOS: the challenges and lessons of developing leadership class I/O frameworks}}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1002/cpe.3125}} + bdsk-url-1 = {https://doi.org/10.1002/cpe.3125}} @article{liu2014Areceiver, author = {Liu, Qingwei and Persson, Gert and Wirdelius, H{\aa}kan}, @@ -11074,7 +11096,7 @@ @article{LiPoKoTr04 title = {Spectral-element moment tensor inversions for earthquakes in {S}outhern {C}alifornia}, volume = {94}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1785/012004038}} + bdsk-url-1 = {https://doi.org/10.1785/012004038}} @article{LiTa97, author = {Q. Liu and J. Tao}, @@ -11094,7 +11116,7 @@ @article{LiTr08 title = {Finite-frequency sensitivity kernels for global seismic wave propagation based upon adjoint methods}, volume = {174}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2008.03798.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2008.03798.x}} @article{LiTr06, author = {Qinya Liu and Jeroen Tromp}, @@ -11105,7 +11127,7 @@ @article{LiTr06 title = {Finite-Frequency Kernels Based on Adjoint Methods}, volume = {96}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120060041}} + bdsk-url-1 = {https://doi.org/10.1785/0120060041}} @article{Liu11, author = {Liu, Y. and Sen, M. K.}, @@ -11123,7 +11145,7 @@ @article{LiTeXuBa17 note = {in press.}, title = {Higher-order triangular spectral element method with optimized cubature points for seismic wavefield modeling}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2017.01.069}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2017.01.069}} @article{liu2014, author = {Liu, Zenghua and Yu, Hongtao and He, Cunfu and Wu, Bin}, @@ -11168,7 +11190,7 @@ @article{LoPi11 title = {Numerical modeling of transient two-dimensional viscoelastic waves}, volume = {230}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2011.04.015}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2011.04.015}} @article{LoPi04, author = {B. Lombard and J. Piraux}, @@ -11179,7 +11201,7 @@ @article{LoPi04 title = {Numerical treatment of two-dimensional interfaces for acoustic and elastic waves}, volume = {195}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2003.09.024}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2003.09.024}} @article{LoPiGeVi08, author = {B. Lombard and J. Piraux and C. G\'elis and J. Virieux}, @@ -11190,7 +11212,7 @@ @article{LoPiGeVi08 title = {Free and smooth boundaries in 2-{D} finite-difference schemes for transient elastic waves}, volume = {172}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2007.03620.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2007.03620.x}} @article{LoCh14, author = {Kuldeep Lonkar and Fu-Kuo Chang}, @@ -11201,7 +11223,7 @@ @article{LoCh14 title = {Modeling of piezo-induced ultrasonic wave propagation in composite structures using layered solid spectral element}, volume = {13}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1177/1475921713500514}} + bdsk-url-1 = {https://doi.org/10.1177/1475921713500514}} @article{loperlay1995, author = {D. E. Loper and T. Lay}, @@ -11220,7 +11242,7 @@ @article{LoDoNoDaRe10 title = {Nonlinear regularization techniques for seismic tomography}, volume = {229}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2009.10.020}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2009.10.020}} @article{LotAls09, author = {J. Lothe and V.I. Alshits}, @@ -11271,7 +11293,7 @@ @article{Loupas1995 title = {Experimental evaluation of velocity and power estimation for ultrasound blood flow imaging, by means of a two-dimensional autocorrelation approach}, volume = {42}, year = {1995}, - Bdsk-Url-1 = {https://doi.org/10.1109/58.393111}} + bdsk-url-1 = {https://doi.org/10.1109/58.393111}} @book{Lov11, address = {Cambridge}, @@ -11323,7 +11345,7 @@ @article{LuPaXu05 title = {Time-domain calculation of acoustical wave propagation in discontinuous media using acoustical wave propagator with mapped pseudospectral method}, volume = {118}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.2114627}} + bdsk-url-1 = {https://doi.org/10.1121/1.2114627}} @article{beam, author = {Lu, Jian-Yu}, @@ -11334,7 +11356,7 @@ @article{beam title = {Biomedical ultrasound beam forming}, volume = {20}, year = {1994}, - Bdsk-Url-1 = {https://doi.org/10.1002/andp.19053221004}} + bdsk-url-1 = {https://doi.org/10.1002/andp.19053221004}} @article{LuZh07, author = {Y. Y. Lu and J. Zhu}, @@ -11345,7 +11367,7 @@ @article{LuZh07 title = {Perfectly matched layer for acoustic waveguide modeling - {B}enchmark calculations and perturbation analysis}, volume = {22}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.3970/cmes.2007.022.235}} + bdsk-url-1 = {https://doi.org/10.3970/cmes.2007.022.235}} @article{Lubich2002, author = {Lubich, C. and Sch{\"a}dle, A.}, @@ -11507,7 +11529,7 @@ @article{MeBr16 title = {The {SEISCOPE} optimization toolbox: {A} large-scale nonlinear optimization library based on reverse communication}, volume = {81}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2015-0031.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2015-0031.1}} @article{MeBrLaOpVi14, author = {L. M\'etivier and R. Brossier and S. Labb\'e and S. Operto and J. Virieux}, @@ -11534,7 +11556,7 @@ @article{MaLi06 title = {Modeling of the Perfectly Matched Layer Absorbing Boundaries and Intrinsic Attenuation in Explicit Finite-Element Methods}, volume = {96}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120050219}} + bdsk-url-1 = {https://doi.org/10.1785/0120050219}} @incollection{Mad83, address = {Amsterdam}, @@ -11721,7 +11743,7 @@ @article{VaRoCu07 title = {Exact wave field simulation for finite-volume scattering problems}, volume = {122}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.2771371}} + bdsk-url-1 = {https://doi.org/10.1121/1.2771371}} @book{MaBe88, address = {London}, @@ -11748,7 +11770,7 @@ @article{MaOl03 title = {On the implementation of perfectly matched layers in a three-dimensional fourth-order velocity-stress finite-difference scheme}, volume = {108}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1029/2002JB002235}} + bdsk-url-1 = {https://doi.org/10.1029/2002JB002235}} @article{Mar84, author = {K. J. Marfurt}, @@ -11768,7 +11790,7 @@ @article{MaLeAu15 title = {A least-squares coupling method between a finite element code and a discrete element code}, volume = {101}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.4822}} + bdsk-url-1 = {https://doi.org/10.1002/nme.4822}} @inproceedings{marklein2006inverse, author = {Marklein, Ren{\'e} and Miao, Jinghong and Rahman, Mehbub-ur and Langenberg, Karl J{\"o}rg}, @@ -11786,7 +11808,7 @@ @article{Marq99 title = {Three-dimensional sensitivity kernels for finite-frequency traveltimes: the banana-doughnut paradox}, volume = {137}, year = {1999}, - Bdsk-Url-1 = {https://doi.org/10.1046/j.1365-246x.1999.00837.x}} + bdsk-url-1 = {https://doi.org/10.1046/j.1365-246x.1999.00837.x}} @article{MaGu69, author = {L. Martel and S. K. Gupta}, @@ -11806,7 +11828,7 @@ @article{MaKo09 title = {An unsplit convolutional perfectly matched layer technique improved at grazing incidence for the viscoelastic wave equation}, volume = {179}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2009.04278.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2009.04278.x}} @article{MaKo06, author = {Roland Martin and Dimitri Komatitsch}, @@ -11846,7 +11868,7 @@ @article{MaKoEz08 title = {An unsplit convolutional perfectly matched layer improved at grazing incidence for seismic wave equation in poroelastic media}, volume = {73}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.2939484}} + bdsk-url-1 = {https://doi.org/10.1190/1.2939484}} @article{MaKoGe08, author = {Roland Martin and Dimitri Komatitsch and Stephen D. Gedney}, @@ -11857,7 +11879,7 @@ @article{MaKoGe08 title = {A variational formulation of a stabilized unsplit convolutional perfectly matched layer for the isotropic or anisotropic seismic wave equation}, volume = {37}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.3970/cmes.2008.037.274}} + bdsk-url-1 = {https://doi.org/10.3970/cmes.2008.037.274}} @article{MaKoGeBr10, author = {Roland Martin and Dimitri Komatitsch and Stephen D. Gedney and \'Emilien Bruthiaux}, @@ -11868,7 +11890,7 @@ @article{MaKoGeBr10 title = {A high-order time and space formulation of the unsplit perfectly matched layer for the seismic wave equation using {Auxiliary Differential Equations (ADE-PML)}}, volume = {56}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.3970/cmes.2010.056.017}} + bdsk-url-1 = {https://doi.org/10.3970/cmes.2010.056.017}} @article{MaMaTuMoFl14, author = {Masini, E. and Manatschal, G. and Tugend, J. and Mohn, G. and Flament, J. M.}, @@ -11896,7 +11918,7 @@ @article{MaPr07 title = {Poroelastic finite-difference modeling of seismic attenuation and dispersion due to mesoscopic-scale heterogeneity}, volume = {112}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1029/2006JB004592}} + bdsk-url-1 = {https://doi.org/10.1029/2006JB004592}} @article{Masson2006, author = {Y. J. Masson and S. R. Pride and K. T. Nihei}, @@ -11906,7 +11928,7 @@ @article{Masson2006 title = {Finite-difference modelling of {B}iot's poroelastic equations at seismic frequencies}, volume = {111}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1029/2006JB004366}} + bdsk-url-1 = {https://doi.org/10.1029/2006JB004366}} @article{MaFe98, author = {D. Massonnet and Kurt L. Feigl}, @@ -11925,7 +11947,7 @@ @article{MaWaLiDuAn17 title = {Regularized dual averaging image reconstruction for full-wave ultrasound computed tomography}, volume = {64}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2017.2682061}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2017.2682061}} @article{MaNiEr97, author = {J. Mattsson and A. J. Niklasson and A. Eriksson}, @@ -11936,7 +11958,7 @@ @article{MaNiEr97 title = {Three-Dimensional Ultrasonic Crack Detection in Anisotropic Materials}, volume = {9}, year = {1997}, - Bdsk-Url-1 = {https://doi.org/10.1080/09349849709409608}} + bdsk-url-1 = {https://doi.org/10.1080/09349849709409608}} @article{mattsson1997, author = {Mattsson, J. and Niklasson, A. J. and Eriksson, A.}, @@ -11956,7 +11978,7 @@ @article{MaDe12 title = {Parametric finite elements, exact sequences and perfectly matched layers}, volume = {51}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1007/s00466-012-0702-1}} + bdsk-url-1 = {https://doi.org/10.1007/s00466-012-0702-1}} @article{MaDeTo12, author = {Matuszyk, Pawel J. and Demkowicz, Leszek F. and C. Torres-Verdin}, @@ -11984,7 +12006,7 @@ @article{Mat11 title = {An efficient finite-element time-domain formulation for the elastic second-order wave equation: {A} non-split complex frequency-shifted convolutional {PML}}, volume = {88}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.3205}} + bdsk-url-1 = {https://doi.org/10.1002/nme.3205}} @article{Mau94, author = {V. Maupin}, @@ -12052,7 +12074,7 @@ @article{McCool:2004:SA title = {Shader Algebra}, volume = {23}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1145/1015706.1015801}} + bdsk-url-1 = {https://doi.org/10.1145/1015706.1015801}} @article{McInAhMoRoCu07, author = {Patrick McCormick and Jeff Inman and James Ahrens and Jamaludin Mohd-Yusof and Greg Roth and Sharen Cummins}, @@ -12079,7 +12101,7 @@ @article{McAnMiSeVaWh58 title = {Attenuation of shear and compressional waves in {P}ierre shale}, volume = {6}, year = {1958}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-2478.1958.tb01663.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-2478.1958.tb01663.x}} @article{McDonald1996, author = {McDonald, B. Edward}, @@ -12107,7 +12129,7 @@ @article{McLaughlin2006 title = {Shear wave speed recovery in transient elastography and supersonic imaging using propagating fronts}, volume = {22}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1088/0266-5611/22/2/018}} + bdsk-url-1 = {https://doi.org/10.1088/0266-5611/22/2/018}} @article{McBaDaShSt92, author = {K. L. McLaughlin and T. G. Barker and S. M. Day and B. Shkoller and J. L. Stevens}, @@ -12161,7 +12183,7 @@ @article{MeStTh12 title = {Dispersion analysis of the spectral-element method}, volume = {138}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1002/qj.1906}} + bdsk-url-1 = {https://doi.org/10.1002/qj.1906}} @article{MeViSa06, author = {E. D. Mercerat and J. P. Vilotte and F. J. S\'anchez-Sesma}, @@ -12189,7 +12211,7 @@ @article{MeMuGr08 title = {{GPULib: GPU} Computing in High-Level Languages}, volume = {10}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1109/MCSE.2008.135}} + bdsk-url-1 = {https://doi.org/10.1109/MCSE.2008.135}} @incollection{MeHe06, author = {Meyer, Matthias and Hermand, Jean-Pierre}, @@ -12230,7 +12252,7 @@ @article{MePa08 title = {A nonconvolutional, split-field, perfectly matched layer for wave propagation in isotropic and anisotropic elastic media: Stability analysis}, volume = {98}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120070223}} + bdsk-url-1 = {https://doi.org/10.1785/0120070223}} @article{MiKo10, author = {David Mich\'{e}a and Dimitri Komatitsch}, @@ -12241,7 +12263,7 @@ @article{MiKo10 title = {Accelerating a 3{D} finite-difference wave propagation code using {GPU} graphics cards}, volume = {182}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04616.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04616.x}} @article{Michaleris1994, author = {Michaleris, P. and Tortorelli, D. A. and Vidal, C. A.}, @@ -12261,7 +12283,7 @@ @inproceedings{Mic09 pages = {79-84}, title = {{3D} finite-difference computation on {GPUs} using {CUDA}}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1145/1513895.1513905}} + bdsk-url-1 = {https://doi.org/10.1145/1513895.1513905}} @article{MieFu04, author = {A. Mielke and Y. B. Fu}, @@ -12297,7 +12319,7 @@ @article{Min02 title = {Spatial Parallelism of a 3{D} Finite-Difference Velocity-Stress Elastic Wave Propagation Code}, volume = {24}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1137/S1064827501390960}} + bdsk-url-1 = {https://doi.org/10.1137/S1064827501390960}} @incollection{Mi96, author = {S. Mitchell}, @@ -12327,7 +12349,7 @@ @article{Mit17 title = {On the internal interfaces in finite-difference schemes}, volume = {82}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2016-0477.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2016-0477.1}} @article{Moc89, author = {P. Moczo}, @@ -12353,7 +12375,7 @@ @article{MoKr05 title = {On the rheological models used for time-domain methods of seismic wave propagation}, volume = {32}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1029/2004GL021598}} + bdsk-url-1 = {https://doi.org/10.1029/2004GL021598}} @article{MoKrBy01, author = {P. Moczo and J. Kristek and E. Bystrick{\'y}}, @@ -12373,7 +12395,7 @@ @article{MoKrHa2000 title = {3-{D} fourth-order staggered-grid finite-difference schemes: stability and grid dispersion}, volume = {90}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1785/0119990119}} + bdsk-url-1 = {https://doi.org/10.1785/0119990119}} @article{MoKr02, author = {Moczo, P. and Kristek, J. and Vavry{\v{c}}uk, V. and Archuleta, R. J. and Halada, L.}, @@ -12430,7 +12452,7 @@ @article{MoStMuWa15 title = {A nodal discontinuous {G}alerkin method for reverse-time migration on {GPU} clusters}, volume = {203}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggv380}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggv380}} @phdthesis{Moh14, author = {Ramy Mohamed}, @@ -12447,7 +12469,7 @@ @article{MoKiNiTiCh04 title = {Thickness sensitivity of ultrasound velocity in long bone phantoms}, volume = {30}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2004.08.017}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2004.08.017}} @article{MoGr79, author = {Molnar, P. and Gray, D.}, @@ -12466,7 +12488,7 @@ @article{MoRi05 title = {A Discontinuous {G}alerkin Method for Linear Symmetric Hyperbolic Systems in Inhomogeneous Media}, volume = {22-23}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1007/s10915-004-4132-5}} + bdsk-url-1 = {https://doi.org/10.1007/s10915-004-4132-5}} @article{montagner2002, author = {J. P. Montagner}, @@ -12501,7 +12523,7 @@ @article{Montaldo2009 title = {Coherent plane-wave compounding for very high frame rate ultrasonography and transient elastography}, volume = {56}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2009.1067}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2009.1067}} @article{Monteiller11, author = {Monteiller, Vadim and Chevrot, S\'ebastien}, @@ -12512,7 +12534,7 @@ @article{Monteiller11 title = {High-resolution imaging of the deep anisotropic structure of the {S}an {A}ndreas fault system beneath southern {C}alifornia}, volume = {186}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2011.05082.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2011.05082.x}} @article{MoChKoFu13, author = {Vadim Monteiller and S\'ebastien Chevrot and Dimitri Komatitsch and Nobuaki Fuji}, @@ -12523,7 +12545,7 @@ @article{MoChKoFu13 title = {A hybrid method to compute short period synthetic seismograms of teleseismic body waves in a 3-{D} regional model}, volume = {192}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggs006}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggs006}} @article{MoChKoWa15, author = {Vadim Monteiller and S\'ebastien Chevrot and Dimitri Komatitsch and Yi Wang}, @@ -12534,7 +12556,7 @@ @article{MoChKoWa15 title = {Three-dimensional full waveform inversion of short-period teleseismic wavefields based upon the {SEM-DSM} hybrid method}, volume = {202}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggv189}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggv189}} @article{Monteiller2005, author = {Monteiller, Vadim and Got, Jean-Luc and Virieux, Jean and Okubo, Paul}, @@ -12545,7 +12567,7 @@ @article{Monteiller2005 title = {An efficient algorithm for double-difference tomography and location in heterogeneous media, with an application to the {K}ilauea volcano}, volume = {110}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1029/2004JB003466}} + bdsk-url-1 = {https://doi.org/10.1029/2004JB003466}} @article{boutet, author = {L. Boutet de Monvel and P. Kr\'ee}, @@ -12571,7 +12593,7 @@ @article{MoGaLaWi04 title = {Shear wave splitting and waveform complexity for lowermost mantle structures with low-velocity lamellae and transverse isotropy}, volume = {109}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1029/2003JB002546}} + bdsk-url-1 = {https://doi.org/10.1029/2003JB002546}} @article{Mor89, author = {Peter Mora}, @@ -12582,7 +12604,7 @@ @article{Mor89 title = {Inversion = migration + tomography}, volume = {54}, year = {1989}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1442625}} + bdsk-url-1 = {https://doi.org/10.1190/1.1442625}} @article{Morelli86, author = {A. Morelli and A. Dziewo\'nski and J. Woodhouse}, @@ -12600,7 +12622,7 @@ @article{MoLuTr09 title = {Finite-frequency kernels for wave propagation in porous media based upon adjoint methods}, volume = {179}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2009.04332}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2009.04332}} @article{MoTr08, author = {C. Morency and J. Tromp}, @@ -12627,7 +12649,7 @@ @article{Moser99 title = {Modeling elastic wave propagation in waveguides with the finite element method}, volume = {32}, year = {1999}, - Bdsk-Url-1 = {https://doi.org/10.1016/S0963-8695(98)00045-0}} + bdsk-url-1 = {https://doi.org/10.1016/S0963-8695(98)00045-0}} @article{MoDr89, author = {T. K. Mossessian and M. Dravinski}, @@ -12671,7 +12693,7 @@ @article{MoFiVaPiLaFeCaChMa14 title = {Placing limits to shortening evolution in the {P}yrenees: {R}ole of margin architecture and implications for the {I}beria/{E}urope convergence}, volume = {33}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1002/2014TC003663}} + bdsk-url-1 = {https://doi.org/10.1002/2014TC003663}} @article{MuDeEtNi92, author = {F. Muir and J. Dellinger and J. Etgen and D. Nichols}, @@ -12691,7 +12713,7 @@ @article{MuBe82 title = {Dispersion analysis of finite element semidiscretizations of the two-dimensional wave equation}, volume = {18}, year = {1982}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.1620180103}} + bdsk-url-1 = {https://doi.org/10.1002/nme.1620180103}} @article{MuMoBoNiKiTiTaChLa05, author = {Muller, M. and Moilanen, P. and Bossy, E. and Nicholson, P. and Kilappa, V. and Timonen, J. and Talmant, M. and Cheng, S. and Laugier, P.}, @@ -12702,7 +12724,7 @@ @article{MuMoBoNiKiTiTaChLa05 title = {Comparison of three ultrasonic axial transmission methods for bone assessment}, volume = {31}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2005.02.001}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2005.02.001}} @book{MuWoWu09, author = {Munk, Walter and Worcester, Peter and Wunsch, Carl}, @@ -12738,7 +12760,7 @@ @article{Munk2011 title = {The sound of climate change}, volume = {63}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1600-0870.2010.00494.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1600-0870.2010.00494.x}} @article{Munk1994, author = {Munk, Walter H. and Spindel, Robert C. and Baggeroer, Arthur and Birdsall, Theodore G.}, @@ -12789,7 +12811,7 @@ @article{NaMoBeMaPlKoLh16 title = {Ultrasonic thermometry simulation in a random fluctuating medium: {E}vidence of the acoustic signature of a one-percent temperature difference}, volume = {68}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2016.02.011}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2016.02.011}} @techreport{NaDa92, address = {Valencia, California, USA}, @@ -12855,7 +12877,7 @@ @article{NgMo18 title = {Ultrasonic wavefield inversion and migration in complex heterogeneous structures: {2D} numerical imaging and nondestructive testing experiments}, volume = {82}, year = {2018}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2017.09.011}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2017.09.011}} @article{nietal2000, author = {S. D. Ni and X. M. Ding and D. V. Helmberger}, @@ -12882,7 +12904,7 @@ @article{NiStClBo00 title = {Scattering of ultrasound in cancellous bone: predictions from a theoretical model}, volume = {33}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1016/S0021-9290(99)00208-0}} + bdsk-url-1 = {https://doi.org/10.1016/S0021-9290(99)00208-0}} @article{Nickolls:2008:SPP, author = {John Nickolls and Ian Buck and Michael Garland and Kevin Skadron}, @@ -12894,7 +12916,7 @@ @article{Nickolls:2008:SPP title = {Scalable Parallel Programming with {CUDA}}, volume = {6}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1145/1365490.1365500}} + bdsk-url-1 = {https://doi.org/10.1145/1365490.1365500}} @article{Nicetal2002, author = {G. Nicoud and G. Royer and J.-C. Corbin and F. Lemeille and A. Paillet}, @@ -12929,7 +12951,7 @@ @article{Nightingale2003 title = {Shear-wave generation using acoustic radiation force: in vivo and ex vivo results}, volume = {29}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2003.08.008}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2003.08.008}} @article{NiPaNiTr01, author = {Kathryn R. Nightingale and Mark L. Palmeri and Roger W. Nightingale and Gregg E. Trahey}, @@ -12940,7 +12962,7 @@ @article{NiPaNiTr01 title = {On the feasibility of remote palpation using acoustic radiation force}, volume = {110}, year = {2001}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.1378344}} + bdsk-url-1 = {https://doi.org/10.1121/1.1378344}} @article{Nik98, author = {A. Jonas Niklasson}, @@ -12951,7 +12973,7 @@ @article{Nik98 title = {Ultrasonic three-dimensional probe modeling in anisotropic solids}, volume = {103}, year = {1998}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.422763}} + bdsk-url-1 = {https://doi.org/10.1121/1.422763}} @incollection{nirenberg72, author = {L. Nirenberg}, @@ -12969,7 +12991,7 @@ @article{NiDaFo07 title = {Spherical-earth {F}r\'echet sensitivity kernels}, volume = {168}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03123.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03123.x}} @article{NiFoDa08, author = {Tarje Nissen-Meyer and Alexandre Fournier and F. A. Dahlen}, @@ -12979,7 +13001,7 @@ @article{NiFoDa08 title = {A 2-{D} spectral-element method for computing spherical-earth seismograms - {II. W}aves in solid-fluid media}, volume = {174}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2008.03813.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2008.03813.x}} @article{NiFoDa07, author = {Tarje Nissen-Meyer and Alexandre Fournier and F. A. Dahlen}, @@ -12990,7 +13012,7 @@ @article{NiFoDa07 title = {A two-dimensional spectral-element method for computing spherical-earth seismograms - {I. M}oment-tensor source}, volume = {168}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03121.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03121.x}} @article{NiVaStHoHeAuCoFo14, author = {Nissen-Meyer, T. and M. {van Driel} and St\"ahler, S. C. and Hosseini, K. and Hempel, S. and Auer, L. and Colombi, A. and Fournier, A.}, @@ -13001,7 +13023,7 @@ @article{NiVaStHoHeAuCoFo14 title = {{AxiSEM: B}roadband {3-D} seismic wavefields in axisymmetric media}, volume = {5}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.5194/se-5-425-2014}} + bdsk-url-1 = {https://doi.org/10.5194/se-5-425-2014}} @article{Niu01, author = {F. Niu and L. Wen}, @@ -13045,7 +13067,7 @@ @article{NoDa00 title = {Wave front healing and the evolution of seismic delay times}, volume = {105}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1029/2000JB900161}} + bdsk-url-1 = {https://doi.org/10.1029/2000JB900161}} @article{noletdahlen2000, author = {G. Nolet and F. A. Dahlen}, @@ -13130,7 +13152,7 @@ @article{ObBe04 title = {A discrete numerical method for modeling volcanic earthquake source mechanisms}, volume = {109}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1029/2004JB003023}} + bdsk-url-1 = {https://doi.org/10.1029/2004JB003023}} @article{OgOn04, author = {A. R. Oganov and S. Ono}, @@ -13200,7 +13222,7 @@ @article{Okal2003 title = {{T} Waves from the 1998 {P}apua {N}ew {G}uinea Earthquake and its Aftershocks: {T}iming the Tsunamigenic Slump}, volume = {160}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1007/s00024-003-2409-x}} + bdsk-url-1 = {https://doi.org/10.1007/s00024-003-2409-x}} @article{Okal2001b, author = {Okal, E. A.}, @@ -13236,7 +13258,7 @@ @article{OlAkRoMaMa06 title = {3{D} Ground-Motion Estimation in {R}ome, {I}taly}, volume = {96}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120030243}} + bdsk-url-1 = {https://doi.org/10.1785/0120030243}} @article{OlAr96, author = {K. B. Olsen and R. J. Archuleta}, @@ -13264,7 +13286,7 @@ @article{OlDaMiCuChFaMoMaJo06 title = {Strong shaking in {L}os {A}ngeles expected from southern {S}an {A}ndreas earthquake}, volume = {33}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1029/2005GL025472}} + bdsk-url-1 = {https://doi.org/10.1029/2005GL025472}} @article{OlMaAr97, author = {K. B. Olsen and R. Madariaga and R. J. Archuleta}, @@ -13300,7 +13322,7 @@ @article{OpBrCoMeRiVi14 title = {Computationally-efficient three-dimensional acoustic finite-difference frequency-domain seismic modeling in vertical transversely isotropic media with sparse direct solver}, volume = {79}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2013-0478.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2013-0478.1}} @article{OpGhPrRiBrMeVi2013, author = {S. Operto and Y. Gholami and V. Prieux and A. Ribodetti}, @@ -13343,7 +13365,7 @@ @article{OsKu10 title = {Wave propagation numerical models in damage detection based on the time domain spectral element method}, volume = {10}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1088/1757-899X/10/1/012068}} + bdsk-url-1 = {https://doi.org/10.1088/1757-899X/10/1/012068}} @article{Ott71, author = {M. Ottaviani}, @@ -13372,7 +13394,7 @@ @article{Owens:2008:GC title = {{GPU} Computing}, volume = {96}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1109/JPROC.2008.917757}} + bdsk-url-1 = {https://doi.org/10.1109/JPROC.2008.917757}} @inproceedings{Owens:2005:ASO, author = {John D. Owens and David P. Luebke and Naga K. Govindaraju and Mark J. Harris and Jens Kr{\"{u}}ger and Aaron E. Lefohn and Timothy J. Purcell}, @@ -13392,7 +13414,7 @@ @article{owens_luebke_govindaraju_2007 title = {A Survey of General-Purpose Computation on Graphics Hardware}, volume = {26}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1467-8659.2007.01012.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1467-8659.2007.01012.x}} @article{Ozgun09, author = {Ozgun, Ozlem}, @@ -13422,7 +13444,7 @@ @article{PeHeUdMiCoTr17 title = {Time domain reconstruction of sound speed and attenuation in ultrasound computed tomography using full wave inversion}, volume = {141}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.4976688}} + bdsk-url-1 = {https://doi.org/10.1121/1.4976688}} @book{Pac97, address = {San Francisco, USA}, @@ -13448,7 +13470,7 @@ @article{PaOpVaBrVi13 title = {A parametric analysis of two-dimensional elastic full waveform inversion of teleseismic data for lithospheric imaging}, volume = {193}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggs132}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggs132}} @article{PaKaNe16, author = {A. Pakravan and J. W. Kang and C. M. Newtson}, @@ -13459,7 +13481,7 @@ @article{PaKaNe16 title = {A {G}auss-{N}ewton full-waveform inversion for material profile reconstruction in viscoelastic semi-infinite solid media}, volume = {24}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1080/17415977.2015.1046861}} + bdsk-url-1 = {https://doi.org/10.1080/17415977.2015.1046861}} @inproceedings{Palmeri2014, author = {Palmeri, M. L. and Deng, Yufeng and Rouze, N. C. and Nightingale, K. R.}, @@ -13468,7 +13490,7 @@ @inproceedings{Palmeri2014 pages = {1105-1108}, title = {Dependence of shear wave spectral content on acoustic radiation force excitation duration and spatial beamwidth}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1109/ULTSYM.2014.0271}} + bdsk-url-1 = {https://doi.org/10.1109/ULTSYM.2014.0271}} @article{Palmeri2008, author = {Palmeri, M. L. and Wang, M. H. and Dahl, J. J. and Frinkley, K. D. and Nightingale, K. R.}, @@ -13479,7 +13501,7 @@ @article{Palmeri2008 title = {Quantifying hepatic shear modulus in vivo using acoustic radiation force}, volume = {34}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2007.10.009}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2007.10.009}} @article{PaAbHa12, author = {Pan, Guangdong and Abubakar, Aria and Habashy, Tarek M}, @@ -13574,7 +13596,7 @@ @article{PaRa04 title = {Spectral element methods on triangles and quadrilaterals: comparisons and applications}, volume = {198}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2004.01.010}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2004.01.010}} @book{Pat80, author = {Patankar, Suhas V}, @@ -13592,7 +13614,7 @@ @article{Pat84 title = {A spectral element method for fluid dynamics: {L}aminar flow in a channel expansion}, volume = {54}, year = {1984}, - Bdsk-Url-1 = {https://doi.org/10.1016/0021-9991(84)90128-1}} + bdsk-url-1 = {https://doi.org/10.1016/0021-9991(84)90128-1}} @incollection{Pavlakovic1997, address = {Boston, Massachusetts, USA}, @@ -13605,7 +13627,7 @@ @incollection{Pavlakovic1997 title = {Disperse: {A} general purpose program for creating dispersion curves}, volume = {16A}, year = {1997}, - Bdsk-Url-1 = {https://doi.org/10.1007/978-1-4615-5947-4%5C_24}} + bdsk-url-1 = {https://doi.org/10.1007/978-1-4615-5947-4%5C_24}} @incollection{Pav05, address = {Washington DC, USA}, @@ -13643,7 +13665,7 @@ @article{PeSa18 title = {Dispersion curves for {L}amb wave propagation in prestressed plates using a semi-analytical finite element analysis}, volume = {143}, year = {2018}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.5023335}} + bdsk-url-1 = {https://doi.org/10.1121/1.5023335}} @phdthesis{Ped94, address = {Grenoble}, @@ -13694,7 +13716,7 @@ @article{PeEsKh18 title = {Frequency domain damage detection of plate and shell structures by finite element model updating}, volume = {26}, year = {2018}, - Bdsk-Url-1 = {https://doi.org/10.1080/17415977.2017.1309398}} + bdsk-url-1 = {https://doi.org/10.1080/17415977.2017.1309398}} @article{PeFi14, author = {Y. T. Peet and P. F. Fischer}, @@ -13704,7 +13726,7 @@ @article{PeFi14 title = {Legendre spectral element method with nearly incompressible materials}, volume = {44}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.euromechsol.2013.10.004}} + bdsk-url-1 = {https://doi.org/10.1016/j.euromechsol.2013.10.004}} @article{Pek48, author = {C. L. Pekeris}, @@ -13763,7 +13785,7 @@ @article{PeMeLi09 title = {Modeling of wave propagation in plate structures using three-dimensional spectral element method for damage detection}, volume = {320}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jsv.2008.09.005}} + bdsk-url-1 = {https://doi.org/10.1016/j.jsv.2008.09.005}} @article{PeYe10, author = {Peng, H. and Ye, L. and Meng, G. and Mustapha, S. and Li, F.}, @@ -13791,7 +13813,7 @@ @article{PeKoLuMaLeCaLeMaLiBlNiBaTr11 title = {Forward and adjoint simulations of seismic wave propagation on fully unstructured hexahedral meshes}, volume = {186}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2011.05044.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2011.05044.x}} @article{PeSj12, author = {N. Anders Petersson and Bjorn Sj\"ogreen}, @@ -13801,7 +13823,7 @@ @article{PeSj12 title = {Stable and Efficient Modeling of Anelastic Attenuation in Seismic Wave Propagation}, volume = {12}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.4208/cicp.201010.090611a}} + bdsk-url-1 = {https://doi.org/10.4208/cicp.201010.090611a}} @article{PeSj09, author = {N. Anders Petersson and Bjorn Sj\"ogreen}, @@ -13829,7 +13851,7 @@ @article{PeSaHeDaPaBoChDe01 title = {Rate of abnormal osteoarticular radiographic findings in pediatric patients}, volume = {176}, year = {2001}, - Bdsk-Url-1 = {https://doi.org/10.2214/ajr.176.4.1760987}} + bdsk-url-1 = {https://doi.org/10.2214/ajr.176.4.1760987}} @article{Petropoulos98, author = {Petropoulos, Peter G.}, @@ -13856,7 +13878,7 @@ @article{PeGlGeLa14 title = {A nodal discontinuous {G}alerkin method for site effects assessment in viscoelastic media: {V}erification and validation in the {N}ice basin}, volume = {199}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggu256}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggu256}} @inproceedings{Phillips:2009:RAP, author = {Everett H. Phillips and Yao Zhang and Roger L. Davis and John D. Owens}, @@ -13875,7 +13897,7 @@ @inproceedings{PhStSc08 pages = {1-9}, title = {Adapting a message-driven parallel application to {GPU}-accelerated clusters}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1145/1413370.1413379}} + bdsk-url-1 = {https://doi.org/10.1145/1413370.1413379}} @article{Phinney66, author = {Phinney, R. A and Alexander, S. S.}, @@ -13910,7 +13932,7 @@ @article{Pie90 title = {Wave equation for sound in fluids with unsteady inhomogeneous flow}, volume = {87}, year = {1990}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.399073}} + bdsk-url-1 = {https://doi.org/10.1121/1.399073}} @article{Pierce1983, author = {Pierce, Allan D.}, @@ -13930,7 +13952,7 @@ @article{Pierce1982 title = {Guided mode disappearance during upslope propagation in variable depth shallow water overlying a fluid bottom}, volume = {72}, year = {1982}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.388033}} + bdsk-url-1 = {https://doi.org/10.1121/1.388033}} @book{Pil79, address = {Amsterdam, The Netherlands}, @@ -14009,7 +14031,7 @@ @article{PlBaAyLa09 title = {Hierarchical Task-Based Programming With {StarSs}}, volume = {23}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1177/1094342009106195}} + bdsk-url-1 = {https://doi.org/10.1177/1094342009106195}} @article{Plessix2009, author = {R. E. Plessix}, @@ -14127,7 +14149,7 @@ @article{PrFi94 title = {Eigenmodes of the time reversal operator: {A} solution to selective focusing in multiple-target media}, volume = {20}, year = {1994}, - Bdsk-Url-1 = {https://doi.org/10.1016/0165-2125(94)90039-6}} + bdsk-url-1 = {https://doi.org/10.1016/0165-2125(94)90039-6}} @phdthesis{prat2005, author = {F. Prat}, @@ -14161,7 +14183,7 @@ @article{PrShHi98 title = {Gauss-{N}ewton and full {N}ewton methods in frequency-space seismic waveform inversion}, volume = {133}, year = {1998}, - Bdsk-Url-1 = {https://doi.org/10.1046/j.1365-246X.1998.00498.x}} + bdsk-url-1 = {https://doi.org/10.1046/j.1365-246X.1998.00498.x}} @article{PrSh99, author = {R. Gerhard Pratt and Richard M. Shipp}, @@ -14180,7 +14202,7 @@ @article{PrViPaSc09 title = {{GPU} accelerated {M}onte {C}arlo simulation of the {2D} and {3D} {I}sing model}, volume = {228}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2009.03.018}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2009.03.018}} @article{PressEwing50, author = {F. Press and M. Ewing}, @@ -14207,7 +14229,7 @@ @incollection{PrHuKe07 title = {{GPU}-based accelerated {2D} and {3D FDTD} solvers}, volume = {6468}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1117/12.715044}} + bdsk-url-1 = {https://doi.org/10.1117/12.715044}} @article{Pride2004, author = {S. R. Pride and J. G. Berryman and J. M. Harris}, @@ -14252,7 +14274,7 @@ @article{PuAmKa09 title = {Dynamic rupture modeling on unstructured meshes using a discontinuous {G}alerkin method}, volume = {114}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1029/2008JB006271}} + bdsk-url-1 = {https://doi.org/10.1029/2008JB006271}} @article{PuSe98, author = {Jay Pulliam and Mrinal K. Sen}, @@ -14272,7 +14294,7 @@ @article{PyWiMc92 title = {Adaptive time gain compensation for ultrasonic imaging}, volume = {18}, year = {1992}, - Bdsk-Url-1 = {https://doi.org/10.1016/0301-5629(92)90131-S}} + bdsk-url-1 = {https://doi.org/10.1016/0301-5629(92)90131-S}} @article{QaTs08, author = {Qasimov, H. and Tsynkov, S.}, @@ -14326,7 +14348,7 @@ @article{QuLe18 title = {Lebedev scheme for ultrasound simulation in composites}, volume = {86}, year = {2018}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2018.01.013}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2018.01.013}} @article{Quiroga2005, author = {G. Quiroga-Goode and S. Jim\'enez-Hern\'andez and M. A. P\'erez-Flores and R. Padilla-Hern\'andez}, @@ -14336,7 +14358,7 @@ @article{Quiroga2005 title = {Computational study of seismic waves in homogeneous dynamic-porosity media with thermal and fluid relaxation: {G}auging {B}iot theory}, volume = {110}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1029/2004JB003347}} + bdsk-url-1 = {https://doi.org/10.1029/2004JB003347}} @article{Qui97, author = {J. U. Quistgaard}, @@ -14347,7 +14369,7 @@ @article{Qui97 title = {Signal acquisition and processing in medical diagnostic ultrasound}, volume = {14}, year = {1997}, - Bdsk-Url-1 = {https://doi.org/10.1109/79.560325}} + bdsk-url-1 = {https://doi.org/10.1109/79.560325}} @article{Ron96, author = {E. M. R{\o}nquist}, @@ -14416,7 +14438,7 @@ @article{RaGiHaBi13 title = {Stress-velocity complete radiation boundary conditions}, volume = {21}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1142/S0218396X13500033}} + bdsk-url-1 = {https://doi.org/10.1142/S0218396X13500033}} @article{RaNaLi09, author = {Nikunj Raghuvanshi and Rahul Narain and Ming C. Lin}, @@ -14427,7 +14449,7 @@ @article{RaNaLi09 title = {Efficient and Accurate Sound Propagation Using Adaptive Rectangular Decomposition}, volume = {15}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1109/TVCG.2009.28}} + bdsk-url-1 = {https://doi.org/10.1109/TVCG.2009.28}} @article{Rago2007, author = {Rago, T. and Santini, F. and Scutari, M. and Pinchera, A. and Vitti, P.}, @@ -14438,7 +14460,7 @@ @article{Rago2007 title = {Elastography: new developments in ultrasound for predicting malignancy in thyroid nodules}, volume = {92}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1210/jc.2007-0641}} + bdsk-url-1 = {https://doi.org/10.1210/jc.2007-0641}} @article{Rah04, author = {A. N. Rahmouni}, @@ -14481,7 +14503,7 @@ @article{RaRaFa16 title = {Guided Wave Tomography Based on Full Waveform Inversion}, volume = {63}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2016.2536144}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2016.2536144}} @article{Rappaport1996Interpreting, author = {Rappaport, C. M.}, @@ -14501,7 +14523,7 @@ @article{RaSc01 title = {Changes in bone density during childhood and adolescence: an approach based on bone's biological organization}, volume = {16}, year = {2001}, - Bdsk-Url-1 = {https://doi.org/10.1359/jbmr.2001.16.4.597}} + bdsk-url-1 = {https://doi.org/10.1359/jbmr.2001.16.4.597}} @article{Raum2014, author = {Raum, Kay and Grimal, Quentin and Varga, Peter and Barkmann, Reinhard and Gl\"uer, Claus C. and Laugier, Pascal}, @@ -14561,7 +14583,7 @@ @article{Rekik11 title = {Optimization of the collocation inversion method for the linear viscoelastic homogenization}, volume = {38}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.mechrescom.2011.04.003}} + bdsk-url-1 = {https://doi.org/10.1016/j.mechrescom.2011.04.003}} @article{ReKoEdHs88, author = {M. Reshef and D. Kosloff and M. Edwards and C. Hsiung}, @@ -14580,7 +14602,7 @@ @article{ReLeGr98 title = {Circumventing storage limitations in variational data assimilation studies}, volume = {19}, year = {1998}, - Bdsk-Url-1 = {https://doi.org/10.1137/S1064827595285500}} + bdsk-url-1 = {https://doi.org/10.1137/S1064827595285500}} @article{Rho1996, author = {Rho, J. Y.}, @@ -14675,7 +14697,7 @@ @incollection{Rit05 title = {Global seismic structure maps}, volume = {388}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1130/2005.2388}} + bdsk-url-1 = {https://doi.org/10.1130/2005.2388}} @article{RiDeVaWo11, author = {J. Ritsema and A. Deuss and H. J. {Van Heijst} and J. H. Woodhouse}, @@ -14686,7 +14708,7 @@ @article{RiDeVaWo11 title = {{S40RTS}: a degree-40 shear-velocity model for the mantle from new Rayleigh wave dispersion, teleseismic traveltime and normal-mode splitting function measurements}, volume = {184}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04884.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04884.x}} @article{ritsemavanheijst2002, author = {J. Ritsema and H. J. van Heijst}, @@ -14713,7 +14735,7 @@ @article{RiRiKoTrHe02 title = {The effects of crust and mantle heterogeneity on {PP/P} and {SS/S} amplitude ratios}, volume = {29}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1029/2001GL013831}} + bdsk-url-1 = {https://doi.org/10.1029/2001GL013831}} @article{RiVa00, author = {J. Ritsema and H. J. {Van Heijst}}, @@ -14756,7 +14778,7 @@ @article{Rob13 title = {Micro-crack ultrasound scattering in anisotropic composite laminates}, volume = {1511}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1063/1.4789149}} + bdsk-url-1 = {https://doi.org/10.1063/1.4789149}} @article{Rob96, author = {J. O. A. Robertsson}, @@ -14793,7 +14815,7 @@ @article{RoGe00 title = {Convolution {PML} ({CPML}): {A}n Efficient {FDTD} Implementation of the {CFS}-{PML} for Arbitrary Media}, volume = {27}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1002/1098-2760(20001205)27:5%3C334::AID-MOP14%3E3.0.CO;2-A}} + bdsk-url-1 = {https://doi.org/10.1002/1098-2760(20001205)27:5%3C334::AID-MOP14%3E3.0.CO;2-A}} @phdthesis{Rod04, address = {Paris, France}, @@ -14861,7 +14883,7 @@ @article{Rokhlin2002 title = {Stable recursive algorithm for elastic wave propagation in layered anisotropic media: {S}tiffness matrix method}, volume = {112}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.1497365}} + bdsk-url-1 = {https://doi.org/10.1121/1.1497365}} @article{RoLaGaRu04, author = {J. M. Rokosky and T. Lay and E. J. Garnero and S. A. Russel}, @@ -14871,7 +14893,7 @@ @article{RoLaGaRu04 title = {High-resolution investigation of shear wave anisotropy in {D}'' beneath the {C}ocos plate}, volume = {31}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1029/2003GL018902}} + bdsk-url-1 = {https://doi.org/10.1029/2003GL018902}} @article{Rol68, author = {F. R. {Rollins Jr}}, @@ -14953,7 +14975,7 @@ @article{RoHiRi03 title = {First observation of ${}_2{S}_1$ and study of the splitting of the football mode ${}_0{S}_2$ after the {J}une 2001 {P}eru earthquake of magnitude 8.4}, volume = {30}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1029/2003GL018304}} + bdsk-url-1 = {https://doi.org/10.1029/2003GL018304}} @book{Ros14, author = {Rose, J. L.}, @@ -14970,7 +14992,7 @@ @article{RoBeCoKo10 title = {{GPU} accelerated simulations of bluff body flows using vortex particle methods}, volume = {229}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2010.01.004}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2010.01.004}} @article{Roux2010, author = {Roux, Jean-Paul and Wegrzyn, Julien and Arlot, Monique E. and Guyen, Olivier and Delmas, Pierre D. and Chapurlat, Roland and Bouxsein, Mary L.}, @@ -15025,7 +15047,7 @@ @article{Rouze2012 title = {Parameters affecting the resolution and accuracy of {2D} quantitative shear wave images}, volume = {59}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2012.2377}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2012.2377}} @article{RoKa84, author = {Royden, L. and Karner, G. D.}, @@ -15070,7 +15092,7 @@ @article{RuZh12 title = {The effects of 3-{D} anelasticity ({$Q$}) structure on surface wave amplitudes}, volume = {189}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2011.05356.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2011.05356.x}} @article{RuZh10, author = {Ruan, Youyi and Zhou, Ying}, @@ -15081,7 +15103,7 @@ @article{RuZh10 title = {The effects of 3-{D} anelasticity ({$Q$}) structure on surface wave phase delays}, volume = {181}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04514.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04514.x}} @inproceedings{RuHaPuGu14, address = {Chania, Crete, Greece}, @@ -15091,7 +15113,7 @@ @inproceedings{RuHaPuGu14 pages = {HPC30}, title = {Lossy Data Compression with {DCT} Transforms}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.3997/2214-4609.20141939}} + bdsk-url-1 = {https://doi.org/10.3997/2214-4609.20141939}} @article{Rul69, author = {B. Rulf}, @@ -15163,7 +15185,7 @@ @article{RyJi04 title = {Perfectly matched layer for the time domain finite element method}, volume = {200}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2004.03.016}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2004.03.016}} @article{RyLe83, author = {G. Ryskin and L. G. Leal}, @@ -15257,7 +15279,7 @@ @article{SuSh03 title = {P wave seismic velocity structure derived from sonic logs and industry reflection data in the {L}os {A}ngeles basin, {C}alifornia}, volume = {108}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1029/2001JB001628}} + bdsk-url-1 = {https://doi.org/10.1029/2001JB001628}} @article{SaKiLeLe95, author = {Z. S. Sacks and D. M. Kingsland and R. Lee and J. F. Lee}, @@ -15285,7 +15307,7 @@ @article{SaBo04 title = {Finite-difference modeling of viscoelastic and anisotropic wave propagation using the rotated staggered grid}, volume = {69}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1707078}} + bdsk-url-1 = {https://doi.org/10.1190/1.1707078}} @article{SaGoSh00, author = {E. H. Saenger and N. Gold and S. A. Shapiro}, @@ -15330,7 +15352,7 @@ @article{SaFoLaCa17 title = {Leveraging the accelerated processing units for seismic imaging: {A} performance and power efficiency comparison against {CPU}s and {GPU}s}, volume = {YYYYYYYYYYYYYY}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1177/1094342017696562}} + bdsk-url-1 = {https://doi.org/10.1177/1094342017696562}} @article{ks, author = {K. Salkauskas}, @@ -15349,7 +15371,7 @@ @article{SaLiRoScDu15 title = {Frequency domain ultrasound waveform tomography: breast imaging using a ring transducer}, volume = {60}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1088/0031-9155/60/14/5381}} + bdsk-url-1 = {https://doi.org/10.1088/0031-9155/60/14/5381}} @article{SaTaCaFi02, author = {L. Sandrin and M. Tanter and S. Catheline and M. Fink}, @@ -15360,7 +15382,7 @@ @article{SaTaCaFi02 title = {Shear modulus imaging with 2-{D} transient elastography}, volume = {49}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1109/58.996560}} + bdsk-url-1 = {https://doi.org/10.1109/58.996560}} @article{SaCoKu11, author = {Sarkar, Jit and Cornuelle, Bruce D. and Kuperman, W. A.}, @@ -15405,7 +15427,7 @@ @article{SaRuSwFoEm98 title = {Shear wave elasticity imaging: a new ultrasonic technology of medical diagnostics}, volume = {24}, year = {1998}, - Bdsk-Url-1 = {https://doi.org/10.1016/S0301-5629(98)00110-0}} + bdsk-url-1 = {https://doi.org/10.1016/S0301-5629(98)00110-0}} @article{SaKaSaPi01, author = {Toshimi Satoh and Hiroshi Kawase and Toshiaki Sato and Arben Pitarka}, @@ -15424,7 +15446,7 @@ @article{SaKoTr10 title = {Effects of {3D} attenuation on seismic wave amplitude and phase measurements}, volume = {100}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120090263}} + bdsk-url-1 = {https://doi.org/10.1785/0120090263}} @inproceedings{SavWiTr05, author = {Savage, B. and D. A. Wiens and J. Tromp}, @@ -15479,7 +15501,7 @@ @inproceedings{Schroeder:2009:DEI pages = {193-204}, title = {{DRAM} errors in the wild: {A} large-scale field study}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1145/1555349.1555372}} + bdsk-url-1 = {https://doi.org/10.1145/1555349.1555372}} @techreport{Sch03, address = {Germany}, @@ -15507,7 +15529,7 @@ @article{Schuit2004 title = {Fracture incidence and association with bone mineral density in elderly men and women: the {R}otterdam Study}, volume = {1}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.bone.2003.10.001}} + bdsk-url-1 = {https://doi.org/10.1016/j.bone.2003.10.001}} @article{ScFrMo10, author = {R. T. Schulte and C.-P. Fritzen and J. Moll}, @@ -15518,7 +15540,7 @@ @article{ScFrMo10 title = {Spectral element modelling of wave propagation in isotropic and anisotropic shell-structures including different types of damage}, volume = {10}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1088/1757-899X/10/1/012065}} + bdsk-url-1 = {https://doi.org/10.1088/1757-899X/10/1/012065}} @article{ScFrLa16, author = {Schumacher, Florian and Friederich, Wolfgang and Lamara, Samir}, @@ -15537,7 +15559,7 @@ @article{ScBlGa17 title = {Weakly nonlinear propagation of small-wavelength, impulsive acoustic waves in a general atmosphere}, volume = {72}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.wavemoti.2016.12.005}} + bdsk-url-1 = {https://doi.org/10.1016/j.wavemoti.2016.12.005}} @article{SeDe06, author = {Seeman, Ego and Delmas, Pierre D.}, @@ -15548,7 +15570,7 @@ @article{SeDe06 title = {Bone Quality - {T}he Material and Structural Basis of Bone Strength and Fragility}, volume = {354}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1056/NEJMra053077}} + bdsk-url-1 = {https://doi.org/10.1056/NEJMra053077}} @article{Semblat11, author = {Semblat, J. F. and Lenti, L. and Gandomzadeh, A.}, @@ -15567,7 +15589,7 @@ @article{SeMaCa09 title = {Lateral heterogeneous scattering explains {$L_g$} blockage in the {P}yrenees}, volume = {114}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1029/2008JB006107}} + bdsk-url-1 = {https://doi.org/10.1029/2008JB006107}} @article{Ser04, author = {G. Seriani}, @@ -15601,7 +15623,7 @@ @article{SeOl08 title = {Dispersion analysis of spectral-element methods for elastic wave propagation}, volume = {45}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.wavemoti.2007.11.007}} + bdsk-url-1 = {https://doi.org/10.1016/j.wavemoti.2007.11.007}} @article{SePr94, author = {G. Seriani and E. Priolo}, @@ -15647,7 +15669,7 @@ @article{SeOl07 title = {Optimal blended spectral-element operators for acoustic wave modeling}, volume = {72}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.2750715}} + bdsk-url-1 = {https://doi.org/10.1190/1.2750715}} @article{Shang89, author = {Shang, E. C.}, @@ -15722,7 +15744,7 @@ @article{ShTuBaOr06 title = {Parallel implementation of a velocity-stress staggered-grid finite-difference method for 2-{D} poroelastic wave propagation}, volume = {32}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.cageo.2005.11.001}} + bdsk-url-1 = {https://doi.org/10.1016/j.cageo.2005.11.001}} @article{ShJo06, author = {J. F. Shepherd and Ch. R. Johnson}, @@ -15733,7 +15755,7 @@ @article{ShJo06 title = {Hexahedral mesh generation constraints}, volume = {24}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1007/s00366-008-0091-4}} + bdsk-url-1 = {https://doi.org/10.1007/s00366-008-0091-4}} @article{sherafat2016, author = {Sherafat, Mohammad H. and Quaegebeur, Nicolas and Hubert, Pascal and Lessard, Larry and Masson, Patrice}, @@ -15753,7 +15775,7 @@ @article{ShUl90 title = {Conjugate gradient methods using quasi-{N}ewton updates with inexact line searches}, volume = {150}, year = {1990}, - Bdsk-Url-1 = {https://doi.org/10.1016/0022-247X(90)90109-S}} + bdsk-url-1 = {https://doi.org/10.1016/0022-247X(90)90109-S}} @book{ShGe82, address = {Cambridge}, @@ -15779,7 +15801,7 @@ @article{Shi06 title = {Convergence of quasi-{N}ewton method with new inexact line search}, volume = {315}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jmaa.2005.05.077}} + bdsk-url-1 = {https://doi.org/10.1016/j.jmaa.2005.05.077}} @inproceedings{Shinguetal2002, author = {Satoru Shingu and Hiroshi Takahara and Hiromitsu Fuchigami and Masayuki Yamada and Yoshinori Tsuda and Wataru Ohfuchi and Yuji Sasaki and Kazuo Kobayashi and Takashi Hagiwara and Shin-Ichi Habata and Mitsuo Yokokawa and Hiroyuki Itoh and Kiyoshi Otsuka}, @@ -15853,7 +15875,7 @@ @article{SiLiTrTr07a title = {Finite-frequency sensitivity of surface waves to anisotropy based upon adjoint methods}, volume = {168}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03261.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03261.x}} @article{SiLiTrTr07b, author = {Anne Sieminski and Qinya Liu and Jeannot Trampert and Jeroen Tromp}, @@ -15863,7 +15885,7 @@ @article{SiLiTrTr07b title = {Finite-frequency sensitivity of body waves to anisotropy based upon adjoint methods}, volume = {171}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2007.03528.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2007.03528.x}} @article{silver1996, author = {P. G. Silver}, @@ -15907,7 +15929,7 @@ @article{SiHuDu07 title = {On the spatial sampling of wave fields with circular ring apertures}, volume = {101}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1063/1.2717086}} + bdsk-url-1 = {https://doi.org/10.1063/1.2717086}} @article{simonsetal2002, author = {F. J. Simons and R. D. van der Hilst and J. P. Montagner and A. Zielhuis}, @@ -16025,7 +16047,7 @@ @article{Slo16 title = {Green's Function Retrieval and {M}archenko Imaging in a Dissipative Acoustic Medium}, volume = {116}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1103/PhysRevLett.116.164301}} + bdsk-url-1 = {https://doi.org/10.1103/PhysRevLett.116.164301}} @article{SmBrTa92, author = {Smith, Kevin B and Brown, Michael G and Tappert, Frederick D}, @@ -16054,7 +16076,7 @@ @article{SmCoObOvSch10 title = {Elastic Wave Propagation in Variable Media using a Discontinuous {G}alerkin Method}, volume = {29}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.3513466}} + bdsk-url-1 = {https://doi.org/10.1190/1.3513466}} @article{Smi74, author = {Warwick D. Smith}, @@ -16073,7 +16095,7 @@ @article{Soa09 title = {Acoustic modelling by {BEM-FEM} coupling procedures taking into account explicit and implicit multi-domain decomposition techniques}, volume = {78}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.2522}} + bdsk-url-1 = {https://doi.org/10.1002/nme.2522}} @article{SoMa05, author = {Soares Jr., D. and W. J. Mansur}, @@ -16111,7 +16133,7 @@ @article{Song2014 title = {Fast shear compounding using robust 2-{D} shear wave speed calculation and multi-directional filtering}, volume = {40}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2013.12.026}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2013.12.026}} @article{Song2012, author = {Song, P. and Zhao, H. and Manduca, A. and Urban, M. W. and Greenleaf, J. F. and Chen, S.}, @@ -16122,7 +16144,7 @@ @article{Song2012 title = {Comb-push ultrasound shear elastography ({CUSE}): a novel method for two-dimensional shear elasticity imaging of soft tissues}, volume = {31}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1109/TMI.2012.2205586}} + bdsk-url-1 = {https://doi.org/10.1109/TMI.2012.2205586}} @article{Song95, author = {X. Song and D. V. Helmberger}, @@ -16174,7 +16196,7 @@ @inproceedings{SpCoKa14 title = {Checkpointing Methods for Adjoint-Based Supersonic Jet Noise Reduction}, volume = {1}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.2514/6.2014-2472}} + bdsk-url-1 = {https://doi.org/10.2514/6.2014-2472}} @article{spetzleretal2001, author = {J. Spetzler and J. Trampert and R. Snieder}, @@ -16193,7 +16215,7 @@ @article{Spi07 title = {Ultrasonic field modeling for immersed components using {G}aussian beam superposition}, volume = {46}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2007.01.004}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2007.01.004}} @article{Spi10, author = {Spiesberger, John L.}, @@ -16204,7 +16226,7 @@ @article{Spi10 title = {Comparison of two and three spatial dimensional solutions of a parabolic approximation of the wave equation at ocean-basin scales in the presence of internal waves: 100-150 {H}z}, volume = {18}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1142/S0218396X10004115}} + bdsk-url-1 = {https://doi.org/10.1142/S0218396X10004115}} @article{SpGe08, author = {Sprague, M A and Geers, T L}, @@ -16331,7 +16353,7 @@ @article{Stone:2007:AMM title = {Accelerating molecular modeling applications with graphics processors}, volume = {28}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1002/jcc.20829}} + bdsk-url-1 = {https://doi.org/10.1002/jcc.20829}} @article{StHaTsHwSuLi08, author = {S. S. Stone and J. P. Haldar and S. C. Tsao and Wen{-}mei W. Hwu and B. P. Sutton and Z.-P. Liang}, @@ -16342,7 +16364,7 @@ @article{StHaTsHwSuLi08 title = {Accelerating advanced {MRI} reconstructions on {GPU}s}, volume = {68}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jpdc.2008.05.013}} + bdsk-url-1 = {https://doi.org/10.1016/j.jpdc.2008.05.013}} @article{Sto55, author = {R. Stoneley}, @@ -16369,7 +16391,7 @@ @article{StTo17 title = {Fast Simulation of Dynamic Ultrasound Images Using the {GPU}}, volume = {64}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2017.2731944}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2017.2731944}} @article{Stroem2011, author = {Str{\"o}m, O. and Borgstr{\"o}m, F. and Kanis, John A. and Compston, Juliet and Cooper, Cyrus and McCloskey, Eugene V. and J{\"o}nsson, Bengt}, @@ -16413,7 +16435,7 @@ @inproceedings{Stuart:2009:MPO pages = {1-12}, title = {Message Passing on Data-Parallel Architectures}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1109/IPDPS.2009.5161065}} + bdsk-url-1 = {https://doi.org/10.1109/IPDPS.2009.5161065}} @article{StPaIg09, author = {M. Stupazzini and R. Paolucci and H. Igel}, @@ -16467,7 +16489,7 @@ @article{SuEtAl2006 title = {Guided {L}amb waves for identification of damage in composite structures: {A} review}, volume = {295}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jsv.2006.01.020}} + bdsk-url-1 = {https://doi.org/10.1016/j.jsv.2006.01.020}} @article{Sukum00, author = {N. Sukumar and N. Mo\"es and B. Moran and T. Belytschko}, @@ -16487,7 +16509,7 @@ @article{Sul97 title = {An unsplit step 3-{D} {PML} for use with the {FDTD} method}, volume = {7}, year = {1997}, - Bdsk-Url-1 = {https://doi.org/10.1109/75.594858}} + bdsk-url-1 = {https://doi.org/10.1109/75.594858}} @article{SuFu13, author = {Weijia Sun and Li-Yun Fu}, @@ -16506,7 +16528,7 @@ @article{SuTsCh10 title = {{GPU}-accelerated molecular dynamics simulation for study of liquid crystalline flows}, volume = {229}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2010.03.047}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2010.03.047}} @article{Sym07, author = {Symes, William W.}, @@ -16517,7 +16539,7 @@ @article{Sym07 title = {Reverse time migration with optimal checkpointing}, volume = {72}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.2742686}} + bdsk-url-1 = {https://doi.org/10.1190/1.2742686}} @article{SyVd09, author = {Symes, William W. and Vdovina, Tetyana}, @@ -16528,7 +16550,7 @@ @article{SyVd09 title = {Interface error analysis for numerical wave propagation}, volume = {13}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1007/s10596-008-9124-8}} + bdsk-url-1 = {https://doi.org/10.1007/s10596-008-9124-8}} @article{Syn57, author = {J. L. Synge}, @@ -16554,7 +16576,7 @@ @article{Sza95 title = {Causal theories and data for acoustic attenuation obeying a frequency power law}, volume = {97}, year = {1995}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.412332}} + bdsk-url-1 = {https://doi.org/10.1121/1.412332}} @article{Sza94, author = {Szabo, Thomas L.}, @@ -16565,7 +16587,7 @@ @article{Sza94 title = {Time domain wave equations for lossy media obeying a frequency power law}, volume = {96}, year = {1994}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.410434}} + bdsk-url-1 = {https://doi.org/10.1121/1.410434}} @inproceedings{TaCrEtViBeSa10, address = {San Francisco, California, USA}, @@ -16585,7 +16607,7 @@ @article{TaMeVi14 title = {{SMART} layers: a simple and robust alternative to {PML} approaches for elastodynamics}, volume = {199}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggu298}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggu298}} @article{TaTaOkKe03, author = {Takenaka, Hiroshi and Tanaka, Hiroki and Okamoto, Taro and Kennett, Brian L. N.}, @@ -16596,7 +16618,7 @@ @article{TaTaOkKe03 title = {Quasi-cylindrical 2.5{D} wave modeling for large-scale seismic surveys}, volume = {30}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1029/2003GL018068}} + bdsk-url-1 = {https://doi.org/10.1029/2003GL018068}} @article{Taetal00, author = {N. Takeuchi and R. J. Geller and P. R. Cummins}, @@ -16641,7 +16663,7 @@ @article{Tanter2008 title = {Quantitative assessment of breast lesion viscoelasticity: initial clinical results using supersonic shear Imaging}, volume = {34}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2008.02.002}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2008.02.002}} @article{TaFi14, author = {Tanter, M. and Fink, M.}, @@ -16652,7 +16674,7 @@ @article{TaFi14 title = {Ultrafast imaging in biomedical ultrasound}, volume = {61}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2014.2882}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2014.2882}} @article{TaLiMaTr2010, author = {Carl Tape and Qinya Liu and Alessia Maggi and Jeroen Tromp}, @@ -16679,7 +16701,7 @@ @article{TaLiTr07 title = {Finite-frequency tomography using adjoint methods - {M}ethodology and examples using membrane surface waves}, volume = {168}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03191.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2006.03191.x}} @article{TaTa96, author = {Tappert, FD and Tang, Xin}, @@ -16771,7 +16793,7 @@ @article{TaShDe08 title = {Advanced interactive medical visualization on the {GPU}}, volume = {68}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jpdc.2008.06.011}} + bdsk-url-1 = {https://doi.org/10.1016/j.jpdc.2008.06.011}} @article{Tau96, author = {G. Taubes}, @@ -16790,7 +16812,7 @@ @article{Tau04 title = {{MOAB-SD}: integrated structured and unstructured mesh representation}, volume = {20}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1007/s00366-004-0296-0}} + bdsk-url-1 = {https://doi.org/10.1007/s00366-004-0296-0}} @article{TaBoDePeRe16, author = {Benoit Tauzin and Thomas Bodin and Eric Debayle and Jean-Philippe Perrillat and Bruno Reynard}, @@ -16800,7 +16822,7 @@ @article{TaBoDePeRe16 title = {Multi-mode conversion imaging of the subducted {G}orda and {J}uan de {F}uca plates below the {N}orth {A}merican continent}, volume = {440}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.epsl.2016.01.036}} + bdsk-url-1 = {https://doi.org/10.1016/j.epsl.2016.01.036}} @article{TaHiWiRi13, author = {Tauzin, B. and van der Hilst, R. D. and Wittlinger, G. and Ricard, Y.}, @@ -16811,7 +16833,7 @@ @article{TaHiWiRi13 title = {Multiple transition zone seismic discontinuities and low velocity layers below western {U}nited {S}tates}, volume = {118}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1002/jgrb.50182}} + bdsk-url-1 = {https://doi.org/10.1002/jgrb.50182}} @article{TayCur81, author = {D. B. Taylor and P. K. Currie}, @@ -16870,7 +16892,7 @@ @article{taylor_cheng_ourselin_2008 title = {High-Speed Nonlinear Finite Element Analysis for Surgical Simulation Using {Graphics Processing Units}}, volume = {27}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1109/TMI.2007.913112}} + bdsk-url-1 = {https://doi.org/10.1109/TMI.2007.913112}} @article{TeCh99, author = {F. L. Teixeira and W. C. Chew}, @@ -16917,7 +16939,7 @@ @article{TeThSaVeTiHoKu17 title = {A double-difference method for high-resolution acoustic tracking using a deep-water vertical array}, volume = {142}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.5014050}} + bdsk-url-1 = {https://doi.org/10.1121/1.5014050}} @article{Terrien2007, author = {N. Terrien and D. Osmont and D. Royer and F. Lepoutre and A. D\'eom}, @@ -16928,7 +16950,7 @@ @article{Terrien2007 title = {A combined finite element and modal decomposition method to study the interaction of {L}amb modes with micro-defects}, volume = {46}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2006.11.001}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2006.11.001}} @article{EUCrust07, author = {M. Tesauro and M. K. Kaban and S. A. P. L. Cloetingh}, @@ -16939,7 +16961,7 @@ @article{EUCrust07 title = {{EuCrust-07}: A new reference model for the {European} crust}, volume = {35}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1029/2007GL032244}} + bdsk-url-1 = {https://doi.org/10.1029/2007GL032244}} @article{Tes00, author = {Ekkehart Tessmer}, @@ -16950,7 +16972,7 @@ @article{Tes00 title = {Seismic finite-difference modeling with spatially varying time steps}, volume = {65}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1444820}} + bdsk-url-1 = {https://doi.org/10.1190/1.1444820}} @article{Tes95, author = {E. Tessmer}, @@ -16993,7 +17015,7 @@ @article{Teu15 title = {Short note on the mass matrix for {G}auss-{L}obatto grid points}, volume = {283}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2014.12.012}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2014.12.012}} @article{Tew04, author = {V. K. Tewary}, @@ -17126,7 +17148,7 @@ @article{Tho67 title = {Analytic description of the low-frequency attenuation coefficient}, volume = {42}, year = {1967}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.1910566}} + bdsk-url-1 = {https://doi.org/10.1121/1.1910566}} @article{Thouvetal03, author = {Fran\c{c}ois Thouvenot and Julien Fr\'echet and Liliane Jenatton and Jean-Fran\c{c}ois Gamond}, @@ -17145,7 +17167,7 @@ @article{TiZhZh17 pages = {YYYYYYYYYY-YYYYYYYYYY}, title = {Cross double-difference inversion for simultaneous velocity model update and microseismic event location}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1111/1365-2478.12556}} + bdsk-url-1 = {https://doi.org/10.1111/1365-2478.12556}} @article{Ting86, author = {Ting, L. and Miksis, M. J.}, @@ -17261,7 +17283,7 @@ @article{ToJe04 title = {Compact implementation of dynamic receive apodization in ultrasound scanners}, volume = {5373}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1117/12.532957}} + bdsk-url-1 = {https://doi.org/10.1117/12.532957}} @article{ToChKoBaLi14, author = {Ping Tong and Chen, Chin-Wu and Dimitri Komatitsch and Piero Basini and Qinya Liu}, @@ -17272,7 +17294,7 @@ @article{ToChKoBaLi14 title = {High-resolution seismic array imaging based on a {SEM-FK} hybrid method}, volume = {197}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggt508}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggt508}} @article{ToKoTsHuChBaLi14, author = {Tong, Ping and Komatitsch, Dimitri and Tseng, Tai-Lin and Hung, Shu-Huei and Chen, Chin-Wu and Basini, Piero and Liu, Qinya}, @@ -17283,7 +17305,7 @@ @article{ToKoTsHuChBaLi14 title = {A 3-{D} spectral-element and frequency-wave number hybrid method for high-resolution seismic array imaging}, volume = {41}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1002/2014GL061644}} + bdsk-url-1 = {https://doi.org/10.1002/2014GL061644}} @phdthesis{Tor95, address = {Paris, France}, @@ -17356,7 +17378,7 @@ @incollection{ToTaKa12 publisher = {InTech}, title = {Quasi-Axisymmetric Finite-Difference Method for Realistic Modeling of Regional and Global Seismic Wavefield - Review and Application}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.5772/32422}} + bdsk-url-1 = {https://doi.org/10.5772/32422}} @book{treves80, address = {New York, USA}, @@ -17401,7 +17423,7 @@ @article{TrBrMeViWe17 title = {Bessel smoothing filter for spectral-element mesh}, volume = {209}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggx103}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggx103}} @article{Tro01, author = {J. Tromp}, @@ -17438,7 +17460,7 @@ @article{TrKoHjLiZhPeBoMcFrTrHu10 title = {Near real-time simulations of global {CMT} earthquakes}, volume = {183}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04734.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04734.x}} @article{TrKoLi08, author = {Jeroen Tromp and Dimitri Komatitsch and Qinya Liu}, @@ -17457,7 +17479,7 @@ @article{trompetal2010 title = {Noise Cross-Correlation Sensitivity Kernels}, volume = {183}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04721.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2010.04721.x}} @article{TrMi99, author = {J. Tromp and J. X. Mitrovica}, @@ -17476,7 +17498,7 @@ @article{TrTaLi05 title = {Seismic tomography, adjoint methods, time reversal and banana-doughnut kernels}, volume = {160}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2004.02453.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2004.02453.x}} @article{TrRoFl02, author = {A. Tryggvason and S. T. R\"ognvaldsson and O. G. Fl\'ovenz}, @@ -17512,7 +17534,7 @@ @article{TsKoJiTr08 title = {Computations of global seismic wave propagation in three-dimensional earth models}, volume = {4759}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1007/978-3-540-77704-5}} + bdsk-url-1 = {https://doi.org/10.1007/978-3-540-77704-5}} @article{TsKoChTr03, author = {Seiji Tsuboi and Dimitri Komatitsch and Chen Ji and Jeroen Tromp}, @@ -17523,7 +17545,7 @@ @article{TsKoChTr03 title = {Broadband modeling of the 2002 {D}enali fault earthquake on the {E}arth {S}imulator}, volume = {139}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.pepi.2003.09.012}} + bdsk-url-1 = {https://doi.org/10.1016/j.pepi.2003.09.012}} @incollection{Tur98, author = {E. Turkel}, @@ -17556,7 +17578,7 @@ @article{VaMoPiBeGaMaLeTiLa14 title = {Thermal imprint of rift-related processes in orogens as recorded in the {P}yrenees}, volume = {408}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.epsl.2014.10.014}} + bdsk-url-1 = {https://doi.org/10.1016/j.epsl.2014.10.014}} @article{VaCaSaKoVi99, author = {R. Vai and J. M. Castillo-Covarrubias and F. J. S\'anchez-Sesma and D. Komatitsch and J. P. Vilotte}, @@ -17567,7 +17589,7 @@ @article{VaCaSaKoVi99 title = {Elastic wave propagation in an irregularly layered medium}, volume = {18}, year = {1999}, - Bdsk-Url-1 = {https://doi.org/10.1016/S0267-7261(98)00027-X}} + bdsk-url-1 = {https://doi.org/10.1016/S0267-7261(98)00027-X}} @inproceedings{VaDeZh08, address = {Guangzhou, China}, @@ -17578,7 +17600,7 @@ @inproceedings{VaDeZh08 pages = {1585-1590}, title = {A {GPU} approach to {FDTD} for radio coverage prediction}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1109/ICCS.2008.4737450}} + bdsk-url-1 = {https://doi.org/10.1109/ICCS.2008.4737450}} @article{Val89, author = {B. Valette}, @@ -17637,7 +17659,7 @@ @article{VaRoUl93 title = {Modeling of attenuation and dispersion}, volume = {58}, year = {1993}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1443500}} + bdsk-url-1 = {https://doi.org/10.1190/1.1443500}} @article{VaRo16, author = {Marlies Vasmel and Robertsson, Johan O. A.}, @@ -17648,7 +17670,7 @@ @article{VaRo16 title = {Exact wavefield reconstruction on finite-difference grids with minimal memory requirements}, volume = {81}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2016-0060.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2016-0060.1}} @article{VeMi96, author = {J. C. Veihl and R. Mittra}, @@ -17659,7 +17681,7 @@ @article{VeMi96 title = {An efficient implementation of {B}\'erenger's perfectly matched layer ({PML}) for finite-difference time-domain mesh truncation}, volume = {6}, year = {1996}, - Bdsk-Url-1 = {https://doi.org/10.1109/75.482000}} + bdsk-url-1 = {https://doi.org/10.1109/75.482000}} @article{VeDiBh10, author = {Vendhan, Chiruvai P and Diwan, Ganesh C and Bhattacharyya, Subrata K}, @@ -17685,7 +17707,7 @@ @article{ViPoGeDeKoDeMe18 title = {{BOAST: A} metaprogramming framework to produce portable and efficient computing kernels for {HPC} applications}, volume = {32}, year = {2018}, - Bdsk-Url-1 = {https://doi.org/10.1177/1094342017718068}} + bdsk-url-1 = {https://doi.org/10.1177/1094342017718068}} @article{Vie73, author = {J. A. Viecelli}, @@ -17778,7 +17800,7 @@ @article{ViOp09 title = {An overview of full-waveform inversion in exploration geophysics}, volume = {74}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.3238367}} + bdsk-url-1 = {https://doi.org/10.1190/1.3238367}} @article{VlLiMaLi03, author = {S. Vlastos and E. Liu and I. G. Main and X. Y. Li}, @@ -17797,7 +17819,7 @@ @inproceedings{Volkov:2008:BGT pages = {1-11}, title = {Benchmarking {GPUs} to tune dense linear algebra}, year = {2008}, - Bdsk-Url-1 = {https://doi.org/10.1145/1413370.1413402}} + bdsk-url-1 = {https://doi.org/10.1145/1413370.1413402}} @article{VoShKi10, author = {Peter E. J. Vos and Spencer J. Sherwin and Robert M. Kirby}, @@ -17807,7 +17829,7 @@ @article{VoShKi10 title = {From $h$ to $p$ efficiently: Implementing finite and spectral/$hp$ element methods to achieve optimal performance for low- and high-order discretisations}, volume = {229}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2010.03.031}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2010.03.031}} @article{VaRoCh02, author = {van Vossen, Robbert and Johan O. A. Robertsson and Chris H. Chapman}, @@ -17818,7 +17840,7 @@ @article{VaRoCh02 title = {Finite-difference modeling of wave propagation in a fluid-solid configuration}, volume = {67}, year = {2002}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1468623}} + bdsk-url-1 = {https://doi.org/10.1190/1.1468623}} @article{WadatiInouye1953, author = {Wadati, K. and Inouye, W.}, @@ -17935,7 +17957,7 @@ @article{WaMaAnLiDuAn15 title = {Waveform inversion with source encoding for breast sound speed reconstruction in ultrasound computed tomography}, volume = {62}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1109/TUFFC.2014.006788}} + bdsk-url-1 = {https://doi.org/10.1109/TUFFC.2014.006788}} @article{Wan08a, author = {L. Wang}, @@ -18011,7 +18033,7 @@ @article{WaMoIa09 title = {Minimal Repetition Dynamic Checkpointing Algorithm for Unsteady Adjoint Calculation}, volume = {31}, year = {2009}, - Bdsk-Url-1 = {https://doi.org/10.1137/080727890}} + bdsk-url-1 = {https://doi.org/10.1137/080727890}} @article{WaLeTe06, author = {Shumin Wang and Robert Lee and Fernando L. Teixeira}, @@ -18022,7 +18044,7 @@ @article{WaLeTe06 title = {Anisotropic-medium {PML} for vector {FETD} with modified basis functions}, volume = {54}, year = {2006}, - Bdsk-Url-1 = {https://doi.org/10.1109/TAP.2005.861523}} + bdsk-url-1 = {https://doi.org/10.1109/TAP.2005.861523}} @article{WaTa03, author = {Tsili Wang and Xiaoming Tang}, @@ -18033,7 +18055,7 @@ @article{WaTa03 title = {Finite-difference modeling of elastic wave propagation: A nonsplitting perfectly matched layer approach}, volume = {68}, year = {2003}, - Bdsk-Url-1 = {https://doi.org/10.1190/1.1620648}} + bdsk-url-1 = {https://doi.org/10.1190/1.1620648}} @article{WaChMoKoMo16, author = {Wang, Yi and Chevrot, S\'ebastien and Monteiller, Vadim and Komatitsch, Dimitri and Mouthereau, Fr\'ed\'eric and Manatschal, Gianreto and Sylvander, Matthieu and Diaz, Jordi and Ruiz, Mario and Grimaud, Franck and Benahmed, S\'ebastien and Pauchet, H\'el\`ene and Martin, Roland}, @@ -18044,7 +18066,7 @@ @article{WaChMoKoMo16 title = {The deep roots of the western {P}yrenees revealed by full waveform inversion of teleseismic {$P$} waves}, volume = {44}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1130/G37812.1}} + bdsk-url-1 = {https://doi.org/10.1130/G37812.1}} @article{WaTaFu01, author = {Y. Wang and H. Takenaka and T. Furumura}, @@ -18135,7 +18157,7 @@ @article{WiKoScTr04 title = {Analysis of strong scattering at the micro-scale}, volume = {115}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.1647480}} + bdsk-url-1 = {https://doi.org/10.1121/1.1647480}} @article{WiStAnOd14, author = {Wilcock, William S. D. and Stafford, Kathleen M. and Andrew, Rex K. and Odom, Robert I.}, @@ -18162,7 +18184,7 @@ @article{WiStBuGh10 title = {A high-order discontinuous {G}alerkin method for wave propagation through coupled elastic-acoustic media}, volume = {229}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2010.09.008}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2010.09.008}} @article{Willberg2015, author = {Willberg, C. C. and Duczek, S. S. and Vivar-Perez J. M. and Ahmad Z. B.}, @@ -18174,7 +18196,7 @@ @article{Willberg2015 title = {Simulation Methods for Guided Wave-Based Structural Health Monitoring: {A} Review}, volume = {67}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1115/1.4029539}} + bdsk-url-1 = {https://doi.org/10.1115/1.4029539}} @article{Williams2006, author = {C. M. Williams and R. A. Stephen and D. K. Smith}, @@ -18252,7 +18274,7 @@ @article{WiOlDa15 title = {Memory-Efficient Simulation of Frequency-Dependent {$Q$}}, volume = {105}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1785/0120150020}} + bdsk-url-1 = {https://doi.org/10.1785/0120150020}} @article{Wol69, author = {Wolfe, P.}, @@ -18318,7 +18340,7 @@ @inproceedings{woolsey_hutchcraft_gordon2007 pages = {5925-5928}, title = {High-Level programming of graphics hardware to increase performance of electromagnetics simulation}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1109/APS.2007.4396901}} + bdsk-url-1 = {https://doi.org/10.1109/APS.2007.4396901}} @incollection{Wri91, author = {T. L. Wright}, @@ -18357,7 +18379,7 @@ @article{wu_heng_2004 title = {A hybrid condensed finite element model with {GPU} acceleration for interactive {3D} soft tissue cutting: Research Articles}, volume = {15}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1002/cav.v15:3/4}} + bdsk-url-1 = {https://doi.org/10.1002/cav.v15:3/4}} @article{WuRo90, author = {W. J. Wu and M. G. Rochester}, @@ -18395,7 +18417,7 @@ @article{XiKoMaMa14 title = {Improved forward wave propagation and adjoint-based sensitivity kernel calculations using a numerically stable finite-element {PML}}, volume = {198}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggu219}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggu219}} @article{XiMaCrKoMa16, author = {Xie, Zhinan and Matzen, Ren\'e and Cristini, Paul and Komatitsch, Dimitri and Martin, Roland}, @@ -18406,7 +18428,7 @@ @article{XiMaCrKoMa16 title = {A perfectly matched layer for fluid-solid problems: {A}pplication to ocean-acoustics simulations with solid ocean bottoms}, volume = {140}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.4954736}} + bdsk-url-1 = {https://doi.org/10.1121/1.4954736}} @article{XiLi09, author = {Xing, Y. and Liu, B.}, @@ -18426,7 +18448,7 @@ @article{XuYu17 title = {Numerical simulation of elastic wave propagation in functionally graded cylinders using time-domain spectral finite element method}, volume = {9}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1177/1687814017734457}} + bdsk-url-1 = {https://doi.org/10.1177/1687814017734457}} @article{XuBiGhWa03, author = {Jifeng Xu and Jacobo Bielak and Omar Ghattas and Jianlin Wang}, @@ -18446,7 +18468,7 @@ @article{XuMuOsNo10 title = {Direct {V}lasov Solvers with High-Order Spectral Element Method}, volume = {8}, year = {2010}, - Bdsk-Url-1 = {https://doi.org/10.4208/cicp.080409.051009a}} + bdsk-url-1 = {https://doi.org/10.4208/cicp.080409.051009a}} @article{XuMc98, author = {Xu, Tong and McMechan, George A.}, @@ -18465,7 +18487,7 @@ @article{YaWaCh07 title = {{GPU} accelerated molecular dynamics simulation of thermal conductivities}, volume = {221}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.jcp.2006.06.039}} + bdsk-url-1 = {https://doi.org/10.1016/j.jcp.2006.06.039}} @article{YaBrMeVi16, author = {Pengliang Yang and Romain Brossier and Ludovic M\'etivier and Jean Virieux}, @@ -18476,7 +18498,7 @@ @article{YaBrMeVi16 title = {Wavefield reconstruction in attenuating media: {A} checkpointing-assisted reverse-forward simulation method}, volume = {81}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2016-0082.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2016-0082.1}} @article{YaUrMc18, author = {Yiqun Yang and Matthew W. Urban and Robert J. McGough}, @@ -18496,7 +18518,7 @@ @article{YaTe05 title = {Frequency dispersion compensation in time reversal techniques for {UWB} electromagnetic waves}, volume = {2}, year = {2005}, - Bdsk-Url-1 = {https://doi.org/10.1109/LGRS.2005.846835}} + bdsk-url-1 = {https://doi.org/10.1109/LGRS.2005.846835}} @article{YeBeCaRoCo17, author = {Ye, W. and Bel-Brunon, A. and Catheline, S. and Rochette, M. and Combescure, A.}, @@ -18507,7 +18529,7 @@ @article{YeBeCaRoCo17 title = {A selective mass scaling method for shear wave propagation analyses in nearly incompressible materials}, volume = {109}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1002/nme.5276}} + bdsk-url-1 = {https://doi.org/10.1002/nme.5276}} @article{YeHuSt94, author = {R. S. Yeats and G. J. Huftile and L. T. Stitt}, @@ -18559,7 +18581,7 @@ @article{YuWeLiZhLi14 title = {An optimization framework for adjoint-based climate simulations: {A} case study of the {Z}ebiak-{C}ane model}, volume = {28}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1177/1094342013495096}} + bdsk-url-1 = {https://doi.org/10.1177/1094342013495096}} @article{YuBo97, author = {Yuan, Xiaojuen and Borup, David and Wiskin, James W and Berggren, M and Eidens, R and Johnson, SA}, @@ -18579,7 +18601,7 @@ @article{YuSiTr16 title = {Double-difference adjoint seismic tomography}, volume = {206}, year = {2016}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggw233}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggw233}} @article{ZaMoHr93, author = {J. Zahradn{\'\i}k and P. Moczo and F. Hron}, @@ -18605,7 +18627,7 @@ @article{ZaNiJoAiJaQu13 title = {Validation of finite-element computations for the quantitative prediction of underwater noise from impact pile driving}, volume = {133}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.4768886}} + bdsk-url-1 = {https://doi.org/10.1121/1.4768886}} @article{ZaTeJeMaBl07, author = {Zampolli, Mario and Tesei, Alessandra and Jensen, Finn B. and Malm, Nils and Blottman III, John B.}, @@ -18650,7 +18672,7 @@ @article{ZeLi01 title = {A staggered-grid finite-difference method with perfectly matched layers for poroelastic wave equations}, volume = {109}, year = {2001}, - Bdsk-Url-1 = {https://doi.org/10.1121/1.1369783}} + bdsk-url-1 = {https://doi.org/10.1121/1.1369783}} @article{ZeLi01b, author = {Y. Q. Zeng and Q. H. Liu}, @@ -18661,7 +18683,7 @@ @article{ZeLi01b title = {Acoustic detection of buried objects in 3{D} fluid-saturated porous media: numerical modeling}, volume = {6}, year = {2001}, - Bdsk-Url-1 = {https://doi.org/10.1109/36.927434}} + bdsk-url-1 = {https://doi.org/10.1109/36.927434}} @article{ZeLiZh04, author = {Y. Q. Zeng and Q. H. Liu and G. Zhao}, @@ -18681,7 +18703,7 @@ @article{Zha04 title = {Wave propagation across fluid-solid interfaces: a grid method approach}, volume = {159}, year = {2004}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2004.02372.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2004.02372.x}} @article{ZhCh91, author = {L. Zhang and A. K. Chopra}, @@ -18717,7 +18739,7 @@ @article{ZhWaZh12 title = {Total variation based gradient descent algorithm for sparse-view photoacoustic image reconstruction}, volume = {52}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultras.2012.08.012}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultras.2012.08.012}} @article{zhang2003, author = {Y. Zhang and G. Zhang and N. Bleistein}, @@ -18745,7 +18767,7 @@ @article{ZhCa96 title = {{GT-PML}: generalized theory of {P}erfectly {M}atched {L}ayers and its application to the reflectionless truncation of {F}inite-{D}ifference {T}ime-{D}omain grids}, volume = {44}, year = {1996}, - Bdsk-Url-1 = {https://doi.org/10.1109/22.554601}} + bdsk-url-1 = {https://doi.org/10.1109/22.554601}} @article{zhaoetal2000, author = {L. Zhao and T. H. Jordan and C. H. Chapman}, @@ -18773,7 +18795,7 @@ @article{ZhLeSaLo15 title = {Imaging internal structure of long bones using wave scattering theory}, volume = {41}, year = {2015}, - Bdsk-Url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2015.06.016}} + bdsk-url-1 = {https://doi.org/10.1016/j.ultrasmedbio.2015.06.016}} @article{ZhLeSaTaLo07, author = {Rui Zheng and Lawrence H. Le and Mauricio D. Sacchi and Dean Ta and Edmond Lou}, @@ -18784,7 +18806,7 @@ @article{ZhLeSaTaLo07 title = {Spectral ratio method to estimate broadband ultrasound attenuation of cortical bones in vitro using multiple reflections}, volume = {52}, year = {2007}, - Bdsk-Url-1 = {https://doi.org/10.1088/0031-9155/52/19/008}} + bdsk-url-1 = {https://doi.org/10.1088/0031-9155/52/19/008}} @techreport{ZhHu02, address = {Cambridge, Massachusetts, USA}, @@ -18802,7 +18824,7 @@ @article{ZhLiTr11 title = {Surface wave sensitivity: mode summation versus adjoint {SEM}}, volume = {187}, year = {2011}, - Bdsk-Url-1 = {https://doi.org/10.1111/j.1365-246X.2011.05212.x}} + bdsk-url-1 = {https://doi.org/10.1111/j.1365-246X.2011.05212.x}} @article{ZhBoPeTr12, author = {Hejun Zhu and Ebru Bozda{\u{g}} and Daniel Peter and Jeroen Tromp}, @@ -18813,7 +18835,7 @@ @article{ZhBoPeTr12 title = {Structure of the {E}uropean upper mantle revealed by adjoint tomography}, volume = {5}, year = {2012}, - Bdsk-Url-1 = {https://doi.org/10.1038/ngeo1501}} + bdsk-url-1 = {https://doi.org/10.1038/ngeo1501}} @article{zhu2009, author = {H. Zhu and Y. Luo and T. Nissen-Meyer and C. Morency and J. Tromp}, @@ -18832,7 +18854,7 @@ @article{ZhTr13 title = {Mapping Tectonic Deformation in the Crust and Upper Mantle Beneath {E}urope and the {N}orth {A}tlantic Ocean}, volume = {341}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.1126/science.1241335}} + bdsk-url-1 = {https://doi.org/10.1126/science.1241335}} @article{ZhuChen2013, author = {J. Zhu and Z. Chen}, @@ -18842,7 +18864,7 @@ @article{ZhuChen2013 title = {On the validity of modal expansion in {P}ekeris waveguide with {PML}}, volume = {2}, year = {2013}, - Bdsk-Url-1 = {https://doi.org/10.4172/2168-9679.10001}} + bdsk-url-1 = {https://doi.org/10.4172/2168-9679.10001}} @article{ZhuLu2008, author = {J. Zhu and Y. Y. Lu}, @@ -18870,7 +18892,7 @@ @article{Zhu14 title = {Time-reverse modelling of acoustic wave propagation in attenuating media}, volume = {197}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggt519}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggt519}} @article{ZhCa14, author = {Zhu, Tieyuan and Carcione, Jos\'e M.}, @@ -18881,7 +18903,7 @@ @article{ZhCa14 title = {Theory and modelling of constant-{$Q$} {P}- and {S}-waves using fractional spatial derivatives}, volume = {196}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1093/gji/ggt483}} + bdsk-url-1 = {https://doi.org/10.1093/gji/ggt483}} @article{ZhHaBi14, author = {Zhu, Tieyuan and Harris, Jerry M. and Biondi, Biondo}, @@ -18892,7 +18914,7 @@ @article{ZhHaBi14 title = {{$Q$}-compensated reverse-time migration}, volume = {79}, year = {2014}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2013-0344.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2013-0344.1}} @article{ZhSu17, author = {Tieyuan Zhu and Junzhe Sun}, @@ -18903,7 +18925,7 @@ @article{ZhSu17 title = {Viscoelastic reverse time migration with attenuation compensation}, volume = {82}, year = {2017}, - Bdsk-Url-1 = {https://doi.org/10.1190/geo2016-0239.1}} + bdsk-url-1 = {https://doi.org/10.1190/geo2016-0239.1}} @article{zhumcmechan91, author = {X. Zhu and G. A. McMechan}, @@ -18954,7 +18976,7 @@ @article{Zin00 title = {Comparison of High-Accuracy Finite-Difference Methods for Linear Wave Propagation}, volume = {22}, year = {2000}, - Bdsk-Url-1 = {https://doi.org/10.1137/S1064827599350320}} + bdsk-url-1 = {https://doi.org/10.1137/S1064827599350320}} @article{ZiLoJu96, author = {David W. Zingg and Harvard Lomax and Henry Jurgens}, @@ -18965,7 +18987,7 @@ @article{ZiLoJu96 title = {High-Accuracy Finite-Difference Schemes for Linear Wave Propagation}, volume = {17}, year = {1996}, - Bdsk-Url-1 = {https://doi.org/10.1137/S1064827594267173}} + bdsk-url-1 = {https://doi.org/10.1137/S1064827594267173}} @misc{notedegreesfreedom, note = {The cost of calculation is due to the fact that the mesh contains 498 million degrees of freedom.}} diff --git a/doc/USER_MANUAL/features.tex b/doc/USER_MANUAL/features.tex index f8d0292cf..0502c1d78 100644 --- a/doc/USER_MANUAL/features.tex +++ b/doc/USER_MANUAL/features.tex @@ -1,7 +1,7 @@ -\chapter*{Simulation features supported in SPECFEM3D\_GLOBE} -\addcontentsline{toc}{chapter}{Simulation features supported in SPECFEM3D\_GLOBE} +\chapter*{Simulation features supported in SPECFEM3D Globe} +\addcontentsline{toc}{chapter}{Simulation features supported in SPECFEM3D Globe} -The following lists all available features for a SPECFEM3D\_GLOBE simulation, +The following lists all available features for a SPECFEM3D Globe simulation, where {\it CPU}, {\it CUDA}, {\it HIP} and {\it OpenCL} denote the code versions for CPU-only simulations, CUDA, HIP and OpenCL hardware support, respectively. % diff --git a/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.pdf b/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.pdf index 40efab80e..3c1491229 100644 Binary files a/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.pdf and b/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.pdf differ diff --git a/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex b/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex index c3467973d..880861212 100644 --- a/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex +++ b/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex @@ -134,11 +134,10 @@ \noindent\makebox[\textwidth]{\noindent\includegraphics[width=0.83\paperwidth]{figures/specfem_3d_globe-cover.pdf}} \end{center} % -\title{\thispagestyle{empty}\textbf{SPECFEM3D\_GLOBE}\\ +\title{\thispagestyle{empty}\textbf{SPECFEM3D Globe}\\ \textbf{User Manual}} % -\author{$\copyright$ Princeton University (USA) and CNRS / University of Marseille (France),\\ -ETH Z\"urich (Switzerland),\\ +\author{$\copyright$ Princeton University (USA) and CNRS / University of Marseille (France)\\ Version 8.1 } diff --git a/setup/config.h.in b/setup/config.h.in index 12a1f0ffa..33d76b3cb 100644 --- a/setup/config.h.in +++ b/setup/config.h.in @@ -114,7 +114,7 @@ /* Set to 0 if source is from GIT, 1 otherwise. */ #undef SPECFEM3D_GLOBE_RELEASE_VERSION -/* Define SPECFEM3D_GLOBE version */ +/* Define SPECFEM3D Globe version */ #undef SPECFEM3D_GLOBE_VERSION /* Define to 1 if all of the C89 standard headers exist (not just the ones diff --git a/src/shared/fft.f90 b/src/shared/fft.f90 index 8106b1407..306e1d721 100644 --- a/src/shared/fft.f90 +++ b/src/shared/fft.f90 @@ -53,8 +53,8 @@ subroutine FFT(npow,xi,zign,dtt,mpow) integer :: l,iblock,nblock,i,lbhalf,j,lx complex(kind=CUSTOM_CMPLX) :: wk, hold, q real(kind=CUSTOM_REAL) :: flx,inv_of_flx,v - - real(kind=CUSTOM_REAL), parameter :: PI = acos(-1.0) + ! PI = acos(-1.0) + real(kind=CUSTOM_REAL), parameter :: TWO_PI = real(2.d0 * acos(-1.d0),kind=CUSTOM_REAL) ! added this sanity check if (npow > 30) stop 'Error: FTT routine has an hardwired maximum of 30 levels' @@ -77,7 +77,7 @@ subroutine FFT(npow,xi,zign,dtt,mpow) FK = k flx = lx - v = zign * 2.0_CUSTOM_REAL * PI * FK / flx ! Fourier convention + v = zign * TWO_PI * FK / flx ! Fourier convention ! - sign: MATLAB convention: forward e^{-i om t} ! + sign: engineering convention: forward e^{i om t} @@ -126,10 +126,12 @@ subroutine FFT(npow,xi,zign,dtt,mpow) if (zign > 0.0_CUSTOM_REAL) then ! FORWARD FFT xi(1:lx) = xi(1:lx) * dtt ! multiplication by dt + else ! REVERSE FFT flx = flx*dtt inv_of_flx = 1._CUSTOM_REAL / flx + ! Aug 2016: changed to multiplication by the precomputed inverse to make the routine faster ! xi(1:lx) = xi(1:lx) / flx ! division by dt xi(1:lx) = xi(1:lx) * inv_of_flx ! division by dt @@ -145,7 +147,7 @@ subroutine FFTinv(npow,s,zign,dtt,r,mpow) ! inverse Fourier transform -- calls FFT - use constants + use constants, only: CUSTOM_REAL implicit none @@ -204,9 +206,11 @@ subroutine rspec(s,np2) end subroutine rspec -! !------------------------------------------------------------------------------------------------- ! +! 3D FFT +! +!------------------------------------------------------------------------------------------------- subroutine fft_apply_3D_symmetry(array,N) @@ -354,7 +358,7 @@ subroutine FFT_3D(N,npower_of_2,array,zign,dk,mpow) integer :: i,j,k ! checks - if (npower_of_2 > 30) stop 'Error: the FTTinv_3D routine has an hardwired maximum of 30 levels' + if (npower_of_2 > 30) stop 'Error: the FTTinv_3D routine has a hardwired maximum of 30 levels' ! openmp solver !$OMP PARALLEL DEFAULT(NONE) & diff --git a/src/shared/get_timestep_and_layers.f90 b/src/shared/get_timestep_and_layers.f90 index 8b003d48b..d7c8aa036 100644 --- a/src/shared/get_timestep_and_layers.f90 +++ b/src/shared/get_timestep_and_layers.f90 @@ -1092,28 +1092,38 @@ end subroutine get_minimum_period_estimate !------------------------------------------------------------------------------------------------- ! - subroutine band_instrument_code(DT,bic) + subroutine band_instrument_code(sampling_rate,bic) ! This subroutine is to choose the appropriate band and instrument codes for channel names of seismograms -! based on the IRIS convention (first two letters of channel codes which were LH(Z/E/N) previously). -! For consistency with observed data, we now use the IRIS convention for band codes (first letter in channel codes)of +! based on the IRIS convention (first two letters of channel codes, respectively, +! which were LH(Z/E/N) previously). +! For consistency with observed data, we now use the IRIS convention for band codes (first letter in channel codes) of ! SEM seismograms governed by their sampling rate. ! Instrument code (second letter in channel codes) is fixed to "X" which is assigned by IRIS for synthetic seismograms. ! See the manual for further explanations! -! Ebru, November 2010 +! Ebru Bozdag, November 2010 implicit none - double precision,intent(in) :: DT + double precision,intent(in) :: sampling_rate character(len=2),intent(out) :: bic + ! local parameter + logical,parameter :: SUPPRESS_IRIS_CONVENTION = .false. + bic = '' - if (1.0d0 <= DT) bic = 'LX' - if (0.1d0 < DT .and. DT < 1.0d0) bic = 'MX' - if (0.0125d0 < DT .and. DT <= 0.1d0) bic = 'BX' - if (0.004d0 < DT .and. DT <= 0.0125d0) bic = 'HX' - if (0.001d0 < DT .and. DT <= 0.004d0) bic = 'CX' - if (DT <= 0.001d0) bic = 'FX' + ! see manual for ranges + if (sampling_rate >= 1.0d0) bic = 'LX' + if (sampling_rate < 1.0d0 .and. sampling_rate > 0.1d0) bic = 'MX' + if (sampling_rate <= 0.1d0 .and. sampling_rate > 0.0125d0) bic = 'BX' + if (sampling_rate <= 0.0125d0 .and. sampling_rate > 0.004d0) bic = 'HX' + if (sampling_rate <= 0.004d0 .and. sampling_rate > 0.001d0) bic = 'CX' + if (sampling_rate <= 0.001d0) bic = 'FX' + + ! ignores IRIS convention, uses previous, constant band and instrument code + if (SUPPRESS_IRIS_CONVENTION) then + bic = 'BH' + endif end subroutine band_instrument_code diff --git a/src/specfem3D/compute_arrays_source.f90 b/src/specfem3D/compute_arrays_source.f90 index 434cf2c47..41a51c3dd 100644 --- a/src/specfem3D/compute_arrays_source.f90 +++ b/src/specfem3D/compute_arrays_source.f90 @@ -225,9 +225,15 @@ subroutine compute_arrays_source_adjoint(adj_source_file,nu,source_adjoint, & character(len=3),dimension(NDIM) :: comp character(len=MAX_STRING_LEN) :: filename, path_to_add character(len=MAX_STRING_LEN) :: adj_source_name + ! band code character(len=2) :: bic + double precision :: sampling_rate - call band_instrument_code(DT,bic) + ! get band code + sampling_rate = DT ! requires sampling rate == DT, not DT * NTSTEP_BETWEEN_OUTPUT_SAMPLE, since we won't interpolate + call band_instrument_code(sampling_rate,bic) + + ! component names comp(1) = bic(1:2)//'N' comp(2) = bic(1:2)//'E' comp(3) = bic(1:2)//'Z' diff --git a/src/specfem3D/locate_receivers.f90 b/src/specfem3D/locate_receivers.f90 index ee1d82a98..676abcc0f 100644 --- a/src/specfem3D/locate_receivers.f90 +++ b/src/specfem3D/locate_receivers.f90 @@ -42,7 +42,7 @@ subroutine locate_receivers(yr,jda,ho,mi,sec) use shared_parameters, only: OUTPUT_FILES,R_PLANET use specfem_par, only: & - myrank,DT,NSTEP, & + myrank,DT,NSTEP,NTSTEP_BETWEEN_OUTPUT_SAMPLE, & nrec,islice_selected_rec,ispec_selected_rec, & xi_receiver,eta_receiver,gamma_receiver,station_name,network_name, & stlat,stlon,stele,stbur,nu_rec,receiver_final_distance_max, & @@ -109,7 +109,9 @@ subroutine locate_receivers(yr,jda,ho,mi,sec) character(len=MAX_LENGTH_STATION_NAME), dimension(nrec) :: station_name_found character(len=MAX_LENGTH_NETWORK_NAME), dimension(nrec) :: network_name_found + ! band code character(len=2) :: bic + double precision :: sampling_rate ! sorting order integer, allocatable, dimension(:) :: irec_dist_ordered @@ -280,9 +282,9 @@ subroutine locate_receivers(yr,jda,ho,mi,sec) ! create RECORDHEADERS file with usual format for normal-mode codes if (myrank == 0) then - - ! get the base pathname for output files - call band_instrument_code(DT,bic) + ! get band code + sampling_rate = DT * NTSTEP_BETWEEN_OUTPUT_SAMPLE + call band_instrument_code(sampling_rate,bic) ! create file for QmX Harvard ! Harvard format does not support the network name diff --git a/src/specfem3D/read_adjoint_sources.f90 b/src/specfem3D/read_adjoint_sources.f90 index 930237940..87dc6c781 100644 --- a/src/specfem3D/read_adjoint_sources.f90 +++ b/src/specfem3D/read_adjoint_sources.f90 @@ -216,14 +216,19 @@ subroutine check_adjoint_sources(irec,nadj_files_found) integer :: ier character(len=MAX_STRING_LEN) :: filename,adj_source_file,path_to_add character(len=3),dimension(NDIM) :: comp + ! band code character(len=2) :: bic + double precision :: sampling_rate ! checks **net**.**sta**.**MX**.adj files for correct number of time steps adj_source_file = trim(network_name(irec))//'.'//trim(station_name(irec)) ! adjoint source file name **net**.**sta** - ! bandwidth code - call band_instrument_code(DT,bic) + ! get band code + sampling_rate = DT ! requires sampling rate == DT, not DT * NTSTEP_BETWEEN_OUTPUT_SAMPLE, since we won't interpolate + call band_instrument_code(sampling_rate,bic) + + ! component names comp(1) = bic(1:2)//'N' comp(2) = bic(1:2)//'E' comp(3) = bic(1:2)//'Z' diff --git a/src/specfem3D/read_adjoint_sources_ASDF.f90 b/src/specfem3D/read_adjoint_sources_ASDF.f90 index 7f0367df7..f4ac5bb99 100644 --- a/src/specfem3D/read_adjoint_sources_ASDF.f90 +++ b/src/specfem3D/read_adjoint_sources_ASDF.f90 @@ -90,12 +90,17 @@ subroutine check_adjoint_sources_ASDF(irec, nadj_sources_found) integer :: adjoint_source_exists character(len=MAX_STRING_LEN) :: adj_filename,adj_source_file character(len=3),dimension(NDIM) :: comp + ! band code character(len=2) :: bic + double precision :: sampling_rate adj_source_file = trim(network_name(irec))//'_'//trim(station_name(irec)) - ! bandwidth code - call band_instrument_code(DT,bic) + ! get band code + sampling_rate = DT ! requires sampling rate == DT, not DT * NTSTEP_BETWEEN_OUTPUT_SAMPLE, since we won't interpolate + call band_instrument_code(sampling_rate,bic) + + ! component names comp(1) = bic(1:2)//'N' comp(2) = bic(1:2)//'E' comp(3) = bic(1:2)//'Z' diff --git a/src/specfem3D/setup_sources_receivers.f90 b/src/specfem3D/setup_sources_receivers.f90 index aa8579dee..307bb3e8d 100644 --- a/src/specfem3D/setup_sources_receivers.f90 +++ b/src/specfem3D/setup_sources_receivers.f90 @@ -768,25 +768,23 @@ subroutine setup_stf_constants() select case(force_stf(isource)) case (0) ! Gaussian source time function - t0 = min(t0,1.5d0 * (tshift_src(isource) - hdur(isource))) + t0 = min(t0,(tshift_src(isource) - 1.5d0 * hdur(isource))) case (1) ! Ricker source time function - t0 = min(t0,1.2d0 * (tshift_src(isource) - 1.0d0/hdur(isource))) + t0 = min(t0,(tshift_src(isource) - 1.2d0 * 1.0d0/hdur(isource))) case (2) ! Heaviside - t0 = min(t0,1.5d0 * (tshift_src(isource) - hdur(isource))) + t0 = min(t0,(tshift_src(isource) - 1.5d0 * hdur(isource))) case (3) ! Monochromatic t0 = 0.d0 case (4) ! Gaussian source time function by Meschede et al. (2011) - t0 = min(t0,1.5d0 * (tshift_src(isource) - hdur(isource))) + t0 = min(t0,(tshift_src(isource) - 1.5d0 * hdur(isource))) case default stop 'unsupported force_stf value!' end select enddo - ! start time defined as positive value, will be subtracted - t0 = - t0 else ! moment tensors if (USE_MONOCHROMATIC_CMT_SOURCE) then @@ -794,10 +792,13 @@ subroutine setup_stf_constants() t0 = 0.d0 else ! (based on Heaviside functions) - t0 = - 1.5d0 * minval( tshift_src(:) - hdur(:) ) + t0 = minval( tshift_src(:) - 1.5d0 * hdur(:) ) endif endif + ! start time defined as positive value, will be subtracted + t0 = - t0 + ! uses an external file for source time function, which starts at time 0.0 if (EXTERNAL_SOURCE_TIME_FUNCTION) then hdur(:) = 0.d0 diff --git a/src/specfem3D/write_seismograms.f90 b/src/specfem3D/write_seismograms.f90 index f5930dacd..fbac05cc1 100644 --- a/src/specfem3D/write_seismograms.f90 +++ b/src/specfem3D/write_seismograms.f90 @@ -653,7 +653,7 @@ subroutine write_one_seismogram(one_seismogram,irec,irec_local,ftype_flag,compon use specfem_par, only: & myrank, & station_name,network_name,stlat,stlon, & - DT, & + DT,NTSTEP_BETWEEN_OUTPUT_SAMPLE, & seismo_current, & OUTPUT_SEISMOS_ASCII_TEXT,OUTPUT_SEISMOS_SAC_ALPHANUM,OUTPUT_SEISMOS_ASDF, & OUTPUT_SEISMOS_SAC_BINARY,ROTATE_SEISMOGRAMS_RT, & @@ -687,6 +687,7 @@ subroutine write_one_seismogram(one_seismogram,irec,irec_local,ftype_flag,compon double precision :: phi real(kind=CUSTOM_REAL) :: cphi,sphi integer :: isample + double precision :: sampling_rate ! initializes seismogram_tmp(:,:) = 0.0_CUSTOM_REAL @@ -711,7 +712,8 @@ subroutine write_one_seismogram(one_seismogram,irec,irec_local,ftype_flag,compon endif ! get band code - call band_instrument_code(DT,bic) + sampling_rate = DT * NTSTEP_BETWEEN_OUTPUT_SAMPLE + call band_instrument_code(sampling_rate,bic) if (ROTATE_SEISMOGRAMS_RT) then ! iorientation 1 = N,2 = E,3 = Z,4 = R,5 = T ior_start = 3 ! starting from Z diff --git a/utils/Roland_Sylvain_gravity/Par_file b/utils/Roland_Sylvain_gravity/Par_file index 3c227f379..102bf1ff6 100644 --- a/utils/Roland_Sylvain_gravity/Par_file +++ b/utils/Roland_Sylvain_gravity/Par_file @@ -35,7 +35,7 @@ NPROC_ETA = 10 #----------------------------------------------------------- # 1D models with real structure: -# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99 +# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135f_no_mud, 1D_ref, 1D_ref_iso, 1D_jp3d, 1D_sea99, 1D_Berkeley # # 1D models with only one fictitious averaged crustal layer: # 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135f_no_mud_onecrust @@ -43,7 +43,9 @@ NPROC_ETA = 10 # fully 3D models: # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation, # s20rts, s40rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ, -# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso +# s29ea, sea99_jp3d1994, sea99, jp3d1994, heterogen, full_sh, sgloberani_aniso, sgloberani_iso, +# spiral, emc_model, emc_model_qmu, emc_model_tiso, emc_model_tiso_qmu, semucb_A3d, semucb_A3d_3dQ +# (see manual for more...) # # 3D crustal models: # crust1.0, crust2.0, EPcrust, EuCRUST, crustmaps, crustSH @@ -297,6 +299,7 @@ OUTPUT_SEISMOS_SAC_ALPHANUM = .false. OUTPUT_SEISMOS_SAC_BINARY = .false. OUTPUT_SEISMOS_ASDF = .false. OUTPUT_SEISMOS_3D_ARRAY = .false. +OUTPUT_SEISMOS_HDF5 = .false. # rotate seismograms to Radial-Transverse-Z or use default North-East-Z reference frame ROTATE_SEISMOGRAMS_RT = .false. @@ -430,3 +433,7 @@ ADIOS_FOR_KERNELS = .true. ADIOS_FOR_MODELS = .true. ADIOS_FOR_UNDO_ATTENUATION = .true. +# HDF5 Database I/O +# (note the flags for HDF5 and ADIOS are mutually exclusive, only one can be used) +HDF5_ENABLED = .false. +