[cig-commits] [commit] devel, master: replaced SIMULATION_TYPE == 2 with SIMULATION_TYPE == 3 in the whole code, to remain consistent with the numbering convention used in our 3D codes (efb71be)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 15:22:51 PDT 2014


Repository : https://github.com/geodynamics/specfem2d

On branches: devel,master
Link       : https://github.com/geodynamics/specfem2d/compare/fc67e6fd7ad890705b2b72b4b3c509accb22249e...e9ca46c40131588d89d7b0883250bc6584ce6b4c

>---------------------------------------------------------------

commit efb71be05bf7140566d69cb2c77567bf81789d5d
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Wed Mar 13 17:43:42 2013 +0000

    replaced SIMULATION_TYPE == 2 with SIMULATION_TYPE == 3 in the whole code, to remain consistent with the numbering convention used in our 3D codes


>---------------------------------------------------------------

efb71be05bf7140566d69cb2c77567bf81789d5d
 Abel_Brest/Par_file_Abel_Balanche_bathy_source_solid                    | 2 +-
 Gmsh_example_MPI/Par_file_Gmsh_SqrCircles.in                            | 2 +-
 Gmsh_example_serial/Par_file_Gmsh_SqrCircles.in                         | 2 +-
 INDUSTRIAL_FORMAT/Par_file                                              | 2 +-
 M2_UPPA/Par_file_M2_UPPA                                                | 2 +-
 Rayleigh_wave_no_crack/Par_file_Rayleigh_2D                             | 2 +-
 Rayleigh_wave_with_crack/Par_file_Rayleigh_2D                           | 2 +-
 Tape2007/Par_file_Tape2007_132rec_checker                               | 2 +-
 Tape2007/Par_file_Tape2007_onerec                                       | 2 +-
 Tape2007_kernel/Par_file_Tape2007_onerec                                | 2 +-
 Tromp2005/Par_file_Tromp2005                                            | 2 +-
 Tromp2005/Par_file_Tromp2005_s100                                       | 2 +-
 Tromp2005_kernel/Par_file_Tromp2005                                     | 2 +-
 acoustic_poroelastic/Par_file_acoustic_poroelastic                      | 2 +-
 attenuation/Par_file_attenuation_2D                                     | 2 +-
 canyon/Par_file_canyon                                                  | 2 +-
 fluid_solid/fluid_solid_external_mesh/Par_file_fluid_solid              | 2 +-
 .../from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid   | 2 +-
 .../Par_file_fluid_solid                                                | 2 +-
 global_Earth_ak135f/Par_file                                            | 2 +-
 init_plane/Par_file_Slave                                               | 2 +-
 init_plane/Par_file_Slave_for                                           | 2 +-
 init_plane/Par_file_Slave_kernel                                        | 2 +-
 noise_uniform/Par_file_noise_3                                          | 2 +-
 salt_dome/CPML_homogeneous/Par_file                                     | 2 +-
 salt_dome/CPML_normal/Par_file                                          | 2 +-
 salt_dome/Stacey_homogeneous/Par_file                                   | 2 +-
 salt_dome/Stacey_normal/Par_file                                        | 2 +-
 semi_infinite_homo/Par_file_elastic_2D                                  | 2 +-
 29 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/Abel_Brest/Par_file_Abel_Balanche_bathy_source_solid b/Abel_Brest/Par_file_Abel_Balanche_bathy_source_solid
index 00ced53..50ed1dd 100644
--- a/Abel_Brest/Par_file_Abel_Balanche_bathy_source_solid
+++ b/Abel_Brest/Par_file_Abel_Balanche_bathy_source_solid
@@ -2,7 +2,7 @@
 title                           = Test for Abel Balanche UMR 6538 Brest
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/Gmsh_example_MPI/Par_file_Gmsh_SqrCircles.in b/Gmsh_example_MPI/Par_file_Gmsh_SqrCircles.in
index a77824c..2f4742f 100644
--- a/Gmsh_example_MPI/Par_file_Gmsh_SqrCircles.in
+++ b/Gmsh_example_MPI/Par_file_Gmsh_SqrCircles.in
@@ -2,7 +2,7 @@
 title                           = Shallow water 30 Hz Source middle 4 receiver sets
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/Gmsh_example_serial/Par_file_Gmsh_SqrCircles.in b/Gmsh_example_serial/Par_file_Gmsh_SqrCircles.in
index 01eadbb..d9cb2be 100644
--- a/Gmsh_example_serial/Par_file_Gmsh_SqrCircles.in
+++ b/Gmsh_example_serial/Par_file_Gmsh_SqrCircles.in
@@ -2,7 +2,7 @@
 title                           = Shallow water 30 Hz Source middle 4 receiver sets
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/INDUSTRIAL_FORMAT/Par_file b/INDUSTRIAL_FORMAT/Par_file
index e549a74..e0b18bd 100644
--- a/INDUSTRIAL_FORMAT/Par_file
+++ b/INDUSTRIAL_FORMAT/Par_file
@@ -2,7 +2,7 @@
 title                           = Test Adjoint Pure Acoustic
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .true.  # save the last frame, needed for adjoint simulation
 
diff --git a/M2_UPPA/Par_file_M2_UPPA b/M2_UPPA/Par_file_M2_UPPA
index 0d2845f..00b695a 100644
--- a/M2_UPPA/Par_file_M2_UPPA
+++ b/M2_UPPA/Par_file_M2_UPPA
@@ -2,7 +2,7 @@
 title                           = Test for M2 UPPA
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/Rayleigh_wave_no_crack/Par_file_Rayleigh_2D b/Rayleigh_wave_no_crack/Par_file_Rayleigh_2D
index ae5cff6..b714ec3 100644
--- a/Rayleigh_wave_no_crack/Par_file_Rayleigh_2D
+++ b/Rayleigh_wave_no_crack/Par_file_Rayleigh_2D
@@ -2,7 +2,7 @@
 title                           = Rayleigh wave in a homogeneous 2D medium
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/Rayleigh_wave_with_crack/Par_file_Rayleigh_2D b/Rayleigh_wave_with_crack/Par_file_Rayleigh_2D
index 78f2987..ec54b4f 100644
--- a/Rayleigh_wave_with_crack/Par_file_Rayleigh_2D
+++ b/Rayleigh_wave_with_crack/Par_file_Rayleigh_2D
@@ -2,7 +2,7 @@
 title                           = Rayleigh wave in a homogeneous medium with crack
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/Tape2007/Par_file_Tape2007_132rec_checker b/Tape2007/Par_file_Tape2007_132rec_checker
index 0250e59..e2373d2 100644
--- a/Tape2007/Par_file_Tape2007_132rec_checker
+++ b/Tape2007/Par_file_Tape2007_132rec_checker
@@ -2,7 +2,7 @@
 title                           = Tape-Liu-Tromp (GJI 2007)
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/Tape2007/Par_file_Tape2007_onerec b/Tape2007/Par_file_Tape2007_onerec
index b086491..7f88b6f 100644
--- a/Tape2007/Par_file_Tape2007_onerec
+++ b/Tape2007/Par_file_Tape2007_onerec
@@ -2,7 +2,7 @@
 title                           = Tape-Liu-Tromp (GJI 2007)
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/Tape2007_kernel/Par_file_Tape2007_onerec b/Tape2007_kernel/Par_file_Tape2007_onerec
index 692572b..94db5c6 100644
--- a/Tape2007_kernel/Par_file_Tape2007_onerec
+++ b/Tape2007_kernel/Par_file_Tape2007_onerec
@@ -2,7 +2,7 @@
 title                           = Tape-Liu-Tromp (GJI 2007)
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .true.  # save the last frame, needed for adjoint simulation
 
diff --git a/Tromp2005/Par_file_Tromp2005 b/Tromp2005/Par_file_Tromp2005
index 02defac..1af37c4 100644
--- a/Tromp2005/Par_file_Tromp2005
+++ b/Tromp2005/Par_file_Tromp2005
@@ -2,7 +2,7 @@
 title                           = Tromp-Tape-Liu (GJI 2005)
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/Tromp2005/Par_file_Tromp2005_s100 b/Tromp2005/Par_file_Tromp2005_s100
index d943475..20728a1 100644
--- a/Tromp2005/Par_file_Tromp2005_s100
+++ b/Tromp2005/Par_file_Tromp2005_s100
@@ -2,7 +2,7 @@
 title                           = Tromp-Tape-Liu (GJI 2005)
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/Tromp2005_kernel/Par_file_Tromp2005 b/Tromp2005_kernel/Par_file_Tromp2005
index 571d99f..7deba80 100644
--- a/Tromp2005_kernel/Par_file_Tromp2005
+++ b/Tromp2005_kernel/Par_file_Tromp2005
@@ -2,7 +2,7 @@
 title                           = Tromp-Tape-Liu (GJI 2005)
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .true.  # save the last frame, needed for adjoint simulation
 
diff --git a/acoustic_poroelastic/Par_file_acoustic_poroelastic b/acoustic_poroelastic/Par_file_acoustic_poroelastic
index 94259d9..5fcb6c0 100644
--- a/acoustic_poroelastic/Par_file_acoustic_poroelastic
+++ b/acoustic_poroelastic/Par_file_acoustic_poroelastic
@@ -2,7 +2,7 @@
 title                           = Test for 2 layers: acoustic/poroelastic
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/attenuation/Par_file_attenuation_2D b/attenuation/Par_file_attenuation_2D
index f44e2e6..584c18a 100644
--- a/attenuation/Par_file_attenuation_2D
+++ b/attenuation/Par_file_attenuation_2D
@@ -2,7 +2,7 @@
 title                           = Test for 2D attenuation 1999 GJI paper
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/canyon/Par_file_canyon b/canyon/Par_file_canyon
index 597e857..ca78baf 100644
--- a/canyon/Par_file_canyon
+++ b/canyon/Par_file_canyon
@@ -2,7 +2,7 @@
 title                           = Canyon Mexico Paco P-SV
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/fluid_solid/fluid_solid_external_mesh/Par_file_fluid_solid b/fluid_solid/fluid_solid_external_mesh/Par_file_fluid_solid
index d2d4b3c..a370b71 100644
--- a/fluid_solid/fluid_solid_external_mesh/Par_file_fluid_solid
+++ b/fluid_solid/fluid_solid_external_mesh/Par_file_fluid_solid
@@ -2,7 +2,7 @@
 title                           = External mesh with fluid and solid
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid b/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid
index d3aef80..7b019a1 100644
--- a/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid
+++ b/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid
@@ -2,7 +2,7 @@
 title                           = Flat fluid/solid interface
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid b/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid
index 781c71d..38c31a8 100644
--- a/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid
+++ b/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid
@@ -2,7 +2,7 @@
 title                           = Sinusoidal fluid/solid interface
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/global_Earth_ak135f/Par_file b/global_Earth_ak135f/Par_file
index db3d02f..b0e485e 100644
--- a/global_Earth_ak135f/Par_file
+++ b/global_Earth_ak135f/Par_file
@@ -2,7 +2,7 @@
 title                           = AK135F for half a disk for axisymmetric runs
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/init_plane/Par_file_Slave b/init_plane/Par_file_Slave
index 2047de1..06d6c2b 100644
--- a/init_plane/Par_file_Slave
+++ b/init_plane/Par_file_Slave
@@ -2,7 +2,7 @@
 title                           = Slave Craton
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/init_plane/Par_file_Slave_for b/init_plane/Par_file_Slave_for
index 7a14834..3d720c8 100644
--- a/init_plane/Par_file_Slave_for
+++ b/init_plane/Par_file_Slave_for
@@ -2,7 +2,7 @@
 title                           = Slave Craton
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .true.  # save the last frame, needed for adjoint simulation
 
diff --git a/init_plane/Par_file_Slave_kernel b/init_plane/Par_file_Slave_kernel
index d436212..9756ee7 100644
--- a/init_plane/Par_file_Slave_kernel
+++ b/init_plane/Par_file_Slave_kernel
@@ -2,7 +2,7 @@
 title                           = Slave Craton
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 2   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 3   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/noise_uniform/Par_file_noise_3 b/noise_uniform/Par_file_noise_3
index 5a8f3ed..6d14e77 100644
--- a/noise_uniform/Par_file_noise_3
+++ b/noise_uniform/Par_file_noise_3
@@ -2,7 +2,7 @@
 title                           = Noise_2D
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 2
+SIMULATION_TYPE                 = 3
 NOISE_TOMOGRAPHY                = 3
 SAVE_FORWARD                    = .false.
 
diff --git a/salt_dome/CPML_homogeneous/Par_file b/salt_dome/CPML_homogeneous/Par_file
index 479039a..09ed36f 100644
--- a/salt_dome/CPML_homogeneous/Par_file
+++ b/salt_dome/CPML_homogeneous/Par_file
@@ -2,7 +2,7 @@
 title                           = Salt dome model
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/salt_dome/CPML_normal/Par_file b/salt_dome/CPML_normal/Par_file
index e9cd45f..e36eec5 100644
--- a/salt_dome/CPML_normal/Par_file
+++ b/salt_dome/CPML_normal/Par_file
@@ -2,7 +2,7 @@
 title                           = Salt dome model
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/salt_dome/Stacey_homogeneous/Par_file b/salt_dome/Stacey_homogeneous/Par_file
index 6b5ee5e..1dff082 100644
--- a/salt_dome/Stacey_homogeneous/Par_file
+++ b/salt_dome/Stacey_homogeneous/Par_file
@@ -2,7 +2,7 @@
 title                           = Salt dome model
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/salt_dome/Stacey_normal/Par_file b/salt_dome/Stacey_normal/Par_file
index 8e68f32..a877652 100644
--- a/salt_dome/Stacey_normal/Par_file
+++ b/salt_dome/Stacey_normal/Par_file
@@ -2,7 +2,7 @@
 title                           = Salt dome model
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 
diff --git a/semi_infinite_homo/Par_file_elastic_2D b/semi_infinite_homo/Par_file_elastic_2D
index 8a9a290..eeb389e 100644
--- a/semi_infinite_homo/Par_file_elastic_2D
+++ b/semi_infinite_homo/Par_file_elastic_2D
@@ -2,7 +2,7 @@
 title                           = Test for 2D P-SV elastic
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint + kernels
+SIMULATION_TYPE                 = 1   # 1 = forward, 3 = adjoint + kernels
 NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation, 1/2/3 = noise simulation
 SAVE_FORWARD                    = .false.  # save the last frame, needed for adjoint simulation
 



More information about the CIG-COMMITS mailing list