Skip to content

Commit 5161a4b

Browse files
authored
Merge pull request #867 from williameaton/devel
SIEM documentation + PETSC compilation updates
2 parents 11af3c6 + 8165cf7 commit 5161a4b

File tree

81 files changed

+1408
-96
lines changed

Some content is hidden

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

81 files changed

+1408
-96
lines changed

DATA/Par_file

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ USE_FORCE_POINT_SOURCE = .false.
268268
# default is .false. which uses Heaviside function
269269
USE_MONOCHROMATIC_CMT_SOURCE = .false.
270270

271+
# uses a sin-squared STF useful for PEGS calculations
272+
# see https://doi.org/10.1016/j.epsl.2020.116150 for definition
273+
USE_SINSQ_STF = .false.
274+
271275
# print source time function
272276
PRINT_SOURCE_TIME_FUNCTION = .false.
273277

EXAMPLES/benchmarks/attenuation_benchmark_GJI_2002_versus_normal_modes/DATA/Par_file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ USE_FORCE_POINT_SOURCE = .false.
267267
# half duration is interpreted as a PERIOD just to avoid changing CMTSOLUTION file format
268268
# default is .false. which uses Heaviside function
269269
USE_MONOCHROMATIC_CMT_SOURCE = .false.
270+
USE_SINSQ_STF = .false.
270271

271272
# print source time function
272273
PRINT_SOURCE_TIME_FUNCTION = .false.

EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ USE_FORCE_POINT_SOURCE = .true.
267267
# half duration is interpreted as a PERIOD just to avoid changing CMTSOLUTION file format
268268
# default is .false. which uses Heaviside function
269269
USE_MONOCHROMATIC_CMT_SOURCE = .false.
270+
USE_SINSQ_STF = .false.
270271

271272
# print source time function
272273
PRINT_SOURCE_TIME_FUNCTION = .false.

EXAMPLES/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ USE_FORCE_POINT_SOURCE = .false.
267267
# half duration is interpreted as a PERIOD just to avoid changing CMTSOLUTION file format
268268
# default is .false. which uses Heaviside function
269269
USE_MONOCHROMATIC_CMT_SOURCE = .false.
270+
USE_SINSQ_STF = .false.
270271

271272
# print source time function
272273
PRINT_SOURCE_TIME_FUNCTION = .false.

EXAMPLES/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ USE_FORCE_POINT_SOURCE = .false.
267267
# half duration is interpreted as a PERIOD just to avoid changing CMTSOLUTION file format
268268
# default is .false. which uses Heaviside function
269269
USE_MONOCHROMATIC_CMT_SOURCE = .false.
270+
USE_SINSQ_STF = .false.
270271

271272
# print source time function
272273
PRINT_SOURCE_TIME_FUNCTION = .false.

EXAMPLES/benchmarks/undo_attenuation_benchmark_GJI_2016/DATA/Par_file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ USE_FORCE_POINT_SOURCE = .false.
267267
# half duration is interpreted as a PERIOD just to avoid changing CMTSOLUTION file format
268268
# default is .false. which uses Heaviside function
269269
USE_MONOCHROMATIC_CMT_SOURCE = .false.
270+
USE_SINSQ_STF = .false.
270271

271272
# print source time function
272273
PRINT_SOURCE_TIME_FUNCTION = .false.

EXAMPLES/global_PREM_kernels/amplitude/DATA/Par_file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ USE_FORCE_POINT_SOURCE = .false.
267267
# half duration is interpreted as a PERIOD just to avoid changing CMTSOLUTION file format
268268
# default is .false. which uses Heaviside function
269269
USE_MONOCHROMATIC_CMT_SOURCE = .false.
270+
USE_SINSQ_STF = .false.
270271

271272
# print source time function
272273
PRINT_SOURCE_TIME_FUNCTION = .false.

EXAMPLES/global_PREM_kernels/traveltime/DATA/Par_file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ USE_FORCE_POINT_SOURCE = .false.
267267
# half duration is interpreted as a PERIOD just to avoid changing CMTSOLUTION file format
268268
# default is .false. which uses Heaviside function
269269
USE_MONOCHROMATIC_CMT_SOURCE = .false.
270+
USE_SINSQ_STF = .false.
270271

271272
# print source time function
272273
PRINT_SOURCE_TIME_FUNCTION = .false.

EXAMPLES/global_s362ani_shakemovie/DATA/Par_file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ USE_FORCE_POINT_SOURCE = .false.
267267
# half duration is interpreted as a PERIOD just to avoid changing CMTSOLUTION file format
268268
# default is .false. which uses Heaviside function
269269
USE_MONOCHROMATIC_CMT_SOURCE = .false.
270+
USE_SINSQ_STF = .false.
270271

271272
# print source time function
272273
PRINT_SOURCE_TIME_FUNCTION = .false.

EXAMPLES/global_small/DATA/Par_file

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ USE_FORCE_POINT_SOURCE = .false.
267267
# half duration is interpreted as a PERIOD just to avoid changing CMTSOLUTION file format
268268
# default is .false. which uses Heaviside function
269269
USE_MONOCHROMATIC_CMT_SOURCE = .false.
270+
USE_SINSQ_STF = .false.
270271

271272
# print source time function
272273
PRINT_SOURCE_TIME_FUNCTION = .false.

0 commit comments

Comments
 (0)