[cig-commits] [commit] devel, master: moved SIMULATION_TYPE and SAVE_FORWARD to Par_file. Also removed unused variables in several other routines. (06c9b13)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:01:03 PST 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

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

commit 06c9b1376e1f1c36d8fe633741424d0c45b732c1
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sat Mar 4 18:22:56 2006 +0000

    moved SIMULATION_TYPE and SAVE_FORWARD to Par_file.
    Also removed unused variables in several other routines.


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

06c9b1376e1f1c36d8fe633741424d0c45b732c1
 Par_file | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Par_file b/Par_file
index 2723590..9ce098a 100644
--- a/Par_file
+++ b/Par_file
@@ -1,4 +1,8 @@
 
+# forward or adjoint simulation
+SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint, 3 = both simultaneously
+SAVE_FORWARD                    = .false.  # save last frame of forward simulation or not
+
 # number of chunks (1,2,3 or 6)
 NCHUNKS                         = 6
 



More information about the CIG-COMMITS mailing list