Skip to content

Commit

Permalink
- added USE_OTHER_TIME_FUNCTION in Par_file to implement the Brune an…
Browse files Browse the repository at this point in the history
…d Smooth Brune functions for CMTSOLUTION
  • Loading branch information
homnath committed Dec 9, 2023
1 parent b3bf93e commit b95e76b
Show file tree
Hide file tree
Showing 130 changed files with 137,592 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .true.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .true.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .true.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .true.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .true.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .true.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .true.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .true.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .true.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .true.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .true.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .true.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/Gmsh_simple_box_hex27/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/Gmsh_simple_lddrk/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/Mount_StHelens/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/decompose_mesh_MPI/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/fault_examples/tpv102/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/fault_examples/tpv103/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/fault_examples/tpv15/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/fault_examples/tpv16/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/fault_examples/tpv5/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/homogeneous_acoustic/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/homogeneous_poroelastic/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/layered_halfspace/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .true.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .true.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
3 changes: 3 additions & 0 deletions EXAMPLES/applications/meshfem3D_examples/cavity/DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .true.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .true.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .true.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .true.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ USE_FORCE_POINT_SOURCE = .false.
# to represent a (tilted) FORCESOLUTION force point source or a CMTSOLUTION moment-tensor source.
USE_RICKER_TIME_FUNCTION = .false.

# If you want to use other CMT source time functions (Brune and Smooth Brune), set this to true, and add a line with "brune" or "smooth_brune" at the end of each CMTSOLUTION.
USE_OTHER_TIME_FUNCTION = .false.

# use an external source time function
# you must add a file with your source time function and the file name path
# relative to working directory at the end of CMTSOLUTION or FORCESOLUTION file
Expand Down
Loading

0 comments on commit b95e76b

Please sign in to comment.