@@ -22,20 +22,20 @@ case "$TESTDIR" in
22221) dir=EXAMPLES/simple_topography_and_also_a_simple_fluid_layer/ ;;
23232) dir=EXAMPLES/semi_infinite_homogeneous/ ;;
24243) dir=EXAMPLES/Gmsh_example_Stacey_MPI/ ;;
25- 4) dir=EXAMPLES/Tromp2005_kernel/ ;;
26- 5) dir=EXAMPLES/poroelastic_acoustic / ;;
27- 6) dir=EXAMPLES/noise_uniform / ;;
25+ 4) dir=EXAMPLES/reproducible_study/ Tromp2005_kernel/ ;;
26+ 5) dir=EXAMPLES/reproducible_study/Morency2008_poroelastic_acoustic / ;;
27+ 6) dir=EXAMPLES/reproducible_study/Tromp2010_noise_uniform / ;;
28287) dir=EXAMPLES/axisymmetric_case_AXISYM_option/ ;;
29298) dir=EXAMPLES/simple_topography_and_also_a_simple_fluid_layer/ ;;
30309) dir=EXAMPLES/Industrial_Format_SEP/ ;;
313110) dir=EXAMPLES/Rayleigh_wave_no_crack/ ;;
323211) dir=EXAMPLES/Rayleigh_wave_with_crack/ ;;
33- 12) dir=EXAMPLES/Tape2007/ ;;
33+ 12) dir=EXAMPLES/reproducible_study/ Tape2007/ ;;
343413) dir=EXAMPLES/check_absolute_amplitude_of_pressure_source_seismograms_acoustic/ ;;
353514) dir=EXAMPLES/check_absolute_amplitude_of_force_source_seismograms_elastic/ ;;
363615) dir=EXAMPLES/check_absolute_amplitude_of_force_source_seismograms_viscoelastic/ ;;
37- 16) dir=EXAMPLES/fluid_solid /fluid_solid_external_mesh/ ;;
38- 17) dir=EXAMPLES/poroelastic_semi_infinite_homogeneous / ;;
37+ 16) dir=EXAMPLES/reproducible_study/Komatitsch2000_fluid_solid /fluid_solid_external_mesh/ ;;
38+ 17) dir=EXAMPLES/reproducible_study/Morency2008_poroelastic_semi_infinite_homogeneous / ;;
393918) dir=EXAMPLES/initial_mode_LDDRK/ ;;
404019) dir=EXAMPLES/moving_sources_acoustic/ ;;
414120) dir=EXAMPLES/anisotropic_isotropic_model/ ;;
@@ -207,9 +207,9 @@ if [ "$TESTCOV" == "1" ] && [ "$TESTID" == "0" ]; then
207207 # # testing noise example
208208 # #
209209 echo " ##################################################################"
210- echo " EXAMPLES/noise_uniform /"
210+ echo " EXAMPLES/reproducible_study/Tromp2010_noise_uniform /"
211211 echo
212- cd EXAMPLES/noise_uniform /
212+ cd EXAMPLES/reproducible_study/Tromp2010_noise_uniform /
213213 sed -i " s:^NSTEP .*:NSTEP = 10:" DATA/Par_file
214214 ./run_this_example.sh
215215 if [[ $? -ne 0 ]]; then exit 1; fi
@@ -224,9 +224,9 @@ if [ "$TESTCOV" == "1" ] && [ "$TESTID" == "0" ]; then
224224 # # testing Tape2007 example
225225 # #
226226 echo " ##################################################################"
227- echo " EXAMPLES/Tape2007/"
227+ echo " EXAMPLES/reproducible_study/ Tape2007/"
228228 echo
229- cd EXAMPLES/Tape2007/
229+ cd EXAMPLES/reproducible_study/ Tape2007/
230230 sed -i " s:^NSTEP .*:NSTEP = 10:" DATA/Par_file
231231 ./run_this_example.sh
232232 if [[ $? -ne 0 ]]; then exit 1; fi
@@ -297,9 +297,9 @@ if [ "$TESTCOV" == "1" ] && [ "$TESTID" == "1" ]; then
297297 # # testing kernel example
298298 # #
299299 echo " ##################################################################"
300- echo " EXAMPLES/Tromp2005_kernel/"
300+ echo " EXAMPLES/reproducible_study/ Tromp2005_kernel/"
301301 echo
302- cd EXAMPLES/Tromp2005_kernel/
302+ cd EXAMPLES/reproducible_study/ Tromp2005_kernel/
303303 sed -i " s:^NSTEP .*:NSTEP = 500:" DATA/Par_file
304304 ./run_this_example_kernel.sh
305305 if [[ $? -ne 0 ]]; then exit 1; fi
@@ -315,9 +315,9 @@ if [ "$TESTCOV" == "1" ] && [ "$TESTID" == "1" ]; then
315315 # # testing poroelastic example
316316 # #
317317 echo " ##################################################################"
318- echo " EXAMPLES/poroelastic_acoustic /"
318+ echo " EXAMPLES/reproducible_study/Morency2008_poroelastic_acoustic /"
319319 echo
320- cd EXAMPLES/poroelastic_acoustic /
320+ cd EXAMPLES/reproducible_study/Morency2008_poroelastic_acoustic /
321321 sed -i " s:^NSTEP .*:NSTEP = 10:" DATA/Par_file
322322 ./run_this_example.sh
323323 if [[ $? -ne 0 ]]; then exit 1; fi
@@ -354,9 +354,9 @@ if [ "$TESTCOV" == "1" ] && [ "$TESTID" == "1" ]; then
354354 # # testing fluid solid w/ external mesh
355355 # #
356356 echo " ##################################################################"
357- echo " EXAMPLES/fluid_solid /fluid_solid_external_mesh/"
357+ echo " EXAMPLES/reproducible_study/Komatitsch2000_fluid_solid /fluid_solid_external_mesh/"
358358 echo
359- cd EXAMPLES/fluid_solid /fluid_solid_external_mesh/
359+ cd EXAMPLES/reproducible_study/Komatitsch2000_fluid_solid /fluid_solid_external_mesh/
360360 sed -i " s:^NPROC .*:NPROC = 2:" DATA/Par_file
361361 sed -i " s:^NSTEP .*:NSTEP = 10:" DATA/Par_file
362362 ./run_this_example.sh
@@ -391,7 +391,7 @@ if [ "$TESTCOV" == "1" ] && [ "$TESTID" == "1" ]; then
391391 echo " ##################################################################"
392392 echo " EXAMPLES/Tromp2005_kernel"
393393 echo
394- cd EXAMPLES/Tromp2005_kernel
394+ cd EXAMPLES/reproducible_study/ Tromp2005_kernel
395395 sed -i " s:^NSTEP .*:NSTEP = 500:" DATA/Par_file
396396 sed -i " s:^NO_BACKWARD_RECONSTRUCTION .*:NO_BACKWARD_RECONSTRUCTION = .true.:" DATA/Par_file
397397 sed -i " s:^NTSTEP_BETWEEN_COMPUTE_KERNELS .*:NTSTEP_BETWEEN_COMPUTE_KERNELS = 12:" DATA/Par_file
0 commit comments