[cig-commits] [commit] devel: change back the simulation type to 1 and the SAVE_FORWORD to .true (ab5b24f)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Jan 1 07:16:14 PST 2015


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/a7ad0d4491b67c622ec71c8e6297e93ff3bf4807...ab07bc52af96700aac5633340aecf9ec9b8a1058

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

commit ab5b24fc2ea757d531dffd2e0b5b7264ba9eb890
Author: Xie Zhinan <xiezhinan1984 at gmail.com>
Date:   Thu Jan 1 13:18:01 2015 +0800

    change back the simulation type to 1 and the SAVE_FORWORD to .true


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

ab5b24fc2ea757d531dffd2e0b5b7264ba9eb890
 EXAMPLES/LuoYang_fluid_solid_kernel/Par_file | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/EXAMPLES/LuoYang_fluid_solid_kernel/Par_file b/EXAMPLES/LuoYang_fluid_solid_kernel/Par_file
index 7d4a0c3..68a9637 100644
--- a/EXAMPLES/LuoYang_fluid_solid_kernel/Par_file
+++ b/EXAMPLES/LuoYang_fluid_solid_kernel/Par_file
@@ -5,9 +5,9 @@ title                           = Test
 AXISYM                          = .false.
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 3  # 1 = forward, 3 = adjoint + kernels; 2 is purposely UNUSED (for compatibility with the numbering of our 3D codes)
+SIMULATION_TYPE                 = 1  # 1 = forward, 3 = adjoint + kernels; 2 is purposely UNUSED (for compatibility with the numbering of our 3D codes)
 NOISE_TOMOGRAPHY                = 0  # 0 = earthquake simulation, 1/2/3 = noise simulation
-SAVE_FORWARD                    = .false. # save the last frame, needed for adjoint simulation
+SAVE_FORWARD                    = .true. # save the last frame, needed for adjoint simulation
 
 # parameters concerning partitioning
 nproc                           = 1              # number of processes



More information about the CIG-COMMITS mailing list