Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added USE_OTHER_TIME_FUNCTION in Par_file to add the Brune and Smooth Brune functions for CMTSOLUTION #1658

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading