@@ -10,7 +10,7 @@ NOISE_TOMOGRAPHY = 0 # flag of noise tomography, three steps (1
1010SAVE_FORWARD = .false. # save last frame of forward simulation or not
1111
1212# number of chunks (1,2,3 or 6)
13- NCHUNKS = 6
13+ NCHUNKS = 1
1414
1515# angular width of the first chunk (not used if full sphere with six chunks)
1616ANGULAR_WIDTH_XI_IN_DEGREES = 20.d0 # angular size of a chunk
@@ -21,8 +21,8 @@ GAMMA_ROTATION_AZIMUTH = 0.d0
2121
2222# number of elements at the surface along the two sides of the first chunk
2323# (must be multiple of 16 and 8 * multiple of NPROC below)
24- NEX_XI = 128
25- NEX_ETA = 128
24+ NEX_XI = 64
25+ NEX_ETA = 64
2626
2727# number of MPI processors along the two sides of the first chunk
2828NPROC_XI = 2
@@ -65,7 +65,7 @@ NPROC_ETA = 2
6565# associated reference model rather than the default 3D crustal model
6666# e.g. s20rts_1Dcrust, s362ani_1Dcrust, etc.
6767#
68- MODEL = GLL
68+ MODEL = 1D_isotropic_prem
6969
7070# parameters describing the Earth model
7171OCEANS = .true.
@@ -83,7 +83,7 @@ FULL_GRAVITY = .false.
8383POISSON_SOLVER = 0
8484
8585# record length in minutes
86- RECORD_LENGTH_IN_MINUTES = 30.0d0
86+ RECORD_LENGTH_IN_MINUTES = 2.5d0
8787
8888#-----------------------------------------------------------
8989#
@@ -112,7 +112,7 @@ REGIONAL_MESH_ADD_2ND_DOUBLING = .false.
112112#-----------------------------------------------------------
113113
114114# absorbing boundary conditions for a regional simulation
115- ABSORBING_CONDITIONS = .false .
115+ ABSORBING_CONDITIONS = .true .
116116
117117# run global simulation for a circular region and apply high attenuation for the rest of the model
118118# this creates an absorbing boundary with less reflection than stacey at a cost of 6x the computational cost
@@ -133,7 +133,7 @@ SPONGE_RADIUS_IN_DEGREES = 25.d0
133133# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
134134# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
135135# but requires a significant amount of disk space for temporary storage.
136- PARTIAL_PHYS_DISPERSION_ONLY = .false .
136+ PARTIAL_PHYS_DISPERSION_ONLY = .true .
137137UNDO_ATTENUATION = .false.
138138
139139## undo attenuation memory
@@ -206,11 +206,11 @@ RATIO_BY_WHICH_TO_INCREASE_IT = 1.5d0
206206# save AVS or OpenDX movies
207207#MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
208208#MOVIE_COARSE does not work with create_movie_AVS_DX
209- MOVIE_SURFACE = .true .
209+ MOVIE_SURFACE = .false .
210210MOVIE_VOLUME = .false.
211- MOVIE_COARSE = .false .
211+ MOVIE_COARSE = .true .
212212NTSTEP_BETWEEN_FRAMES = 50
213- HDUR_MOVIE = 25 .d0
213+ HDUR_MOVIE = 0 .d0
214214
215215# save movie in volume. Will save element if center of element is in prescribed volume
216216# top/bottom: depth in KM, use MOVIE_TOP = -100 to make sure the surface is stored.
@@ -298,9 +298,9 @@ SAVE_SEISMOGRAMS_STRAIN = .false.
298298SAVE_SEISMOGRAMS_IN_ADJOINT_RUN = .false.
299299
300300# output format for the seismograms (one can use either or all of the three formats)
301- OUTPUT_SEISMOS_ASCII_TEXT = .false .
301+ OUTPUT_SEISMOS_ASCII_TEXT = .true .
302302OUTPUT_SEISMOS_SAC_ALPHANUM = .false.
303- OUTPUT_SEISMOS_SAC_BINARY = .true .
303+ OUTPUT_SEISMOS_SAC_BINARY = .false .
304304OUTPUT_SEISMOS_ASDF = .false.
305305OUTPUT_SEISMOS_3D_ARRAY = .false.
306306OUTPUT_SEISMOS_HDF5 = .false.
@@ -419,15 +419,15 @@ BROADCAST_SAME_MESH_AND_MODEL = .false.
419419#-----------------------------------------------------------
420420
421421# set to true to use GPUs
422- GPU_MODE = .true .
422+ GPU_MODE = .false .
423423# Only used if GPU_MODE = .true. :
424424GPU_RUNTIME = 1
425425# 2 (OpenCL), 1 (Cuda) ou 0 (Compile-time -- does not work if configured with --with-cuda *AND* --with-opencl)
426426GPU_PLATFORM = NVIDIA
427- GPU_DEVICE = *
427+ GPU_DEVICE = Tesla
428428
429429# set to true to use the ADIOS library for I/Os
430- ADIOS_ENABLED = .true .
430+ ADIOS_ENABLED = .false .
431431ADIOS_FOR_FORWARD_ARRAYS = .true.
432432ADIOS_FOR_MPI_ARRAYS = .true.
433433ADIOS_FOR_ARRAYS_SOLVER = .true.
0 commit comments