Skip to content

Commit 3589038

Browse files
committed
updates source time function calculations (defines all in comp_source_time_function.f90)
1 parent 66d3948 commit 3589038

7 files changed

Lines changed: 525 additions & 309 deletions

setup/constants.h.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,15 @@
9292
! was found by trial and error
9393
double precision, parameter :: SOURCE_DECAY_MIMIC_TRIANGLE = 1.628d0
9494

95+
! This parameter determines the taper length of monochromatic source time function in seconds
96+
double precision, parameter :: TAPER_MONOCHROMATIC_SOURCE = 0.d0
97+
9598
! Ormbsy wavelet dominant frequency
9699
! (for Marmousi2 modeling, dominant frequency must be 35 Hz)
97100
double precision, parameter :: F_ORMSBY = 35.0
98101

102+
! outputs source time function to file
103+
logical, parameter :: PRINT_SOURCE_TIME_FUNCTION = .true.
99104

100105
!!-----------------------------------------------------------
101106
!!

0 commit comments

Comments
 (0)