Skip to content

Commit bb9cd02

Browse files
authored
Merge pull request #1272 from danielpeter/devel
adds SAVE_KERNEL_WEIGHTS parameter to Par_files
2 parents 5d9c239 + 7921784 commit bb9cd02

95 files changed

Lines changed: 402 additions & 121 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DATA/Par_file

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,10 @@ record_at_surface_same_vertical = .false. # receivers inside the medium o
211211
#-----------------------------------------------------------
212212

213213
# save sensitivity kernels in ASCII format (much bigger files, but compatible with current GMT scripts) or in binary format
214-
save_ASCII_kernels = .true.
214+
SAVE_ASCII_KERNELS = .true.
215+
216+
# save GLL weights for kernel benchmarks
217+
SAVE_KERNEL_WEIGHTS = .false.
215218

216219
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
217220
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

EXAMPLES/applications/Rayleigh_wave_no_crack/DATA/Par_file

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ record_at_surface_same_vertical = .false. # receivers inside the medium o
203203
#-----------------------------------------------------------
204204

205205
# save sensitivity kernels in ASCII format (much bigger files, but compatible with current GMT scripts) or in binary format
206-
save_ASCII_kernels = .true.
206+
SAVE_ASCII_KERNELS = .true.
207+
208+
# save GLL weights for kernel benchmarks
209+
SAVE_KERNEL_WEIGHTS = .false.
207210

208211
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
209212
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

EXAMPLES/applications/Rayleigh_wave_no_crack_simpler_way_to_generate_the_wave/DATA/Par_file

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ record_at_surface_same_vertical = .true. # receivers inside the medium o
203203
#-----------------------------------------------------------
204204

205205
# save sensitivity kernels in ASCII format (much bigger files, but compatible with current GMT scripts) or in binary format
206-
save_ASCII_kernels = .true.
206+
SAVE_ASCII_KERNELS = .true.
207+
208+
# save GLL weights for kernel benchmarks
209+
SAVE_KERNEL_WEIGHTS = .false.
207210

208211
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
209212
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

EXAMPLES/applications/Rayleigh_wave_with_crack/DATA/Par_file

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ record_at_surface_same_vertical = .false. # receivers inside the medium o
203203
#-----------------------------------------------------------
204204

205205
# save sensitivity kernels in ASCII format (much bigger files, but compatible with current GMT scripts) or in binary format
206-
save_ASCII_kernels = .true.
206+
SAVE_ASCII_KERNELS = .true.
207+
208+
# save GLL weights for kernel benchmarks
209+
SAVE_KERNEL_WEIGHTS = .false.
207210

208211
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
209212
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

EXAMPLES/applications/anisotropy/anisotropic_isotropic_model/DATA/Par_file

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ record_at_surface_same_vertical = .false. # receivers inside the medium o
203203
#-----------------------------------------------------------
204204

205205
# save sensitivity kernels in ASCII format (much bigger files, but compatible with current GMT scripts) or in binary format
206-
save_ASCII_kernels = .true.
206+
SAVE_ASCII_KERNELS = .true.
207+
208+
# save GLL weights for kernel benchmarks
209+
SAVE_KERNEL_WEIGHTS = .false.
207210

208211
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
209212
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

EXAMPLES/applications/anisotropy/anisotropic_isotropic_model/DATA/Par_file_homogeneous_with_attenuation

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ record_at_surface_same_vertical = .false. # receivers inside the medium o
203203
#-----------------------------------------------------------
204204

205205
# save sensitivity kernels in ASCII format (much bigger files, but compatible with current GMT scripts) or in binary format
206-
save_ASCII_kernels = .true.
206+
SAVE_ASCII_KERNELS = .true.
207+
208+
# save GLL weights for kernel benchmarks
209+
SAVE_KERNEL_WEIGHTS = .false.
207210

208211
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
209212
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

EXAMPLES/applications/anisotropy/anisotropic_zinc_crystal/DATA/Par_file

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ record_at_surface_same_vertical = .false. # receivers inside the medium o
203203
#-----------------------------------------------------------
204204

205205
# save sensitivity kernels in ASCII format (much bigger files, but compatible with current GMT scripts) or in binary format
206-
save_ASCII_kernels = .true.
206+
SAVE_ASCII_KERNELS = .true.
207+
208+
# save GLL weights for kernel benchmarks
209+
SAVE_KERNEL_WEIGHTS = .false.
207210

208211
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
209212
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

EXAMPLES/applications/axisymmetric_examples/axisymmetric_case_AXISYM_option/DATA/Par_file

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,10 @@ record_at_surface_same_vertical = .false. # receivers inside the medium o
219219
#-----------------------------------------------------------
220220

221221
# save sensitivity kernels in ASCII format (much bigger files, but compatible with current GMT scripts) or in binary format
222-
save_ASCII_kernels = .true.
222+
SAVE_ASCII_KERNELS = .true.
223+
224+
# save GLL weights for kernel benchmarks
225+
SAVE_KERNEL_WEIGHTS = .false.
223226

224227
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
225228
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

EXAMPLES/applications/axisymmetric_examples/axisymmetric_case_AXISYM_option/REF_SEIS/Par_file

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,10 @@ record_at_surface_same_vertical = .false. # receivers inside the medium o
219219
#-----------------------------------------------------------
220220

221221
# save sensitivity kernels in ASCII format (much bigger files, but compatible with current GMT scripts) or in binary format
222-
save_ASCII_kernels = .true.
222+
SAVE_ASCII_KERNELS = .true.
223+
224+
# save GLL weights for kernel benchmarks
225+
SAVE_KERNEL_WEIGHTS = .false.
223226

224227
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
225228
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

EXAMPLES/applications/axisymmetric_examples/global_Earth_ak135f/DATA/Par_file

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ record_at_surface_same_vertical = .false. # receivers inside the medium o
203203
#-----------------------------------------------------------
204204

205205
# save sensitivity kernels in ASCII format (much bigger files, but compatible with current GMT scripts) or in binary format
206-
save_ASCII_kernels = .true.
206+
SAVE_ASCII_KERNELS = .true.
207+
208+
# save GLL weights for kernel benchmarks
209+
SAVE_KERNEL_WEIGHTS = .false.
207210

208211
# since the accuracy of kernel integration may not need to respect the CFL, this option permits to save computing time, and memory with UNDO_ATTENUATION_AND_OR_PML mode
209212
NTSTEP_BETWEEN_COMPUTE_KERNELS = 1

0 commit comments

Comments
 (0)