Skip to content

Commit

Permalink
Merge pull request #1211 from mnagaso/devel
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Mar 30, 2024
2 parents 32c7839 + 9739716 commit 4e6f61b
Show file tree
Hide file tree
Showing 11 changed files with 89,921 additions and 90,012 deletions.
6 changes: 3 additions & 3 deletions EXAMPLES/Gmsh_example_CPML_MPI/DATA/Par_file
Expand Up @@ -21,10 +21,10 @@ NPROC = 4 # number of processes

# time step parameters
# total number of time steps
NSTEP = 5000
NSTEP = 10000

# duration of a time step (see section "How to choose the time step" of the manual for how to do this)
DT = 0.00598
DT = 0.003

# time stepping
# 1 = Newmark (2nd order), 2 = LDDRK4-6 (4th-order 6-stage low storage Runge-Kutta), 3 = classical RK4 4th-order 4-stage Runge-Kutta
Expand Down Expand Up @@ -358,7 +358,7 @@ cutsnaps = 1.

#### for JPEG color images ####
output_color_image = .true. # output JPEG color image of the results every NTSTEP_BETWEEN_OUTPUT_IMAGES time steps or not
imagetype_JPEG = 3 # display 1=displ_Ux 2=displ_Uz 3=displ_norm 4=veloc_Vx 5=veloc_Vz 6=veloc_norm 7=accel_Ax 8=accel_Az 9=accel_norm 10=pressure
imagetype_JPEG = 10 # display 1=displ_Ux 2=displ_Uz 3=displ_norm 4=veloc_Vx 5=veloc_Vz 6=veloc_norm 7=accel_Ax 8=accel_Az 9=accel_norm 10=pressure
factor_subsample_image = 1.0d0 # (double precision) factor to subsample or oversample (if set to e.g. 0.5) color images output by the code (useful for very large models, or to get nicer looking denser pictures)
USE_CONSTANT_MAX_AMPLITUDE = .false. # by default the code normalizes each image independently to its maximum; use this option to use the global maximum below instead
CONSTANT_MAX_AMPLITUDE_TO_USE = 1.17d4 # constant maximum amplitude to use for all color images if the above USE_CONSTANT_MAX_AMPLITUDE option is true
Expand Down
2 changes: 1 addition & 1 deletion EXAMPLES/Gmsh_example_CPML_MPI/DATA/SOURCE
Expand Up @@ -39,7 +39,7 @@ time_function_type = 1
# IMPORTANT: do NOT put quote signs around the file name, just put the file name itself otherwise the run will stop
name_of_source_file = DUMMY
burst_band_width = 0. # Only for option 9 : band width of the burst
f0 = 0.678
f0 = 1.0
tshift = 0.0 # time shift when multi sources (if one source, must be zero)
## Force source
# angle of the source (for a force only); for a plane wave, this is the incidence angle; for moment tensor sources this is unused
Expand Down

0 comments on commit 4e6f61b

Please sign in to comment.