[cig-commits] [commit] devel, master: done merging all the easy changes in src/auxiliaries (896af09)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:06:28 PST 2014


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

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

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

commit 896af09229328bdd7fa7fb2b2d2b38e42be73d60
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Jul 1 15:41:04 2013 +0000

    done merging all the easy changes in src/auxiliaries


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

896af09229328bdd7fa7fb2b2d2b38e42be73d60
 Par_file | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Par_file b/Par_file
index 99558d5..cf03221 100644
--- a/Par_file
+++ b/Par_file
@@ -49,7 +49,7 @@ ROTATION                        = .true.
 ATTENUATION                     = .true.
 
 # absorbing boundary conditions for a regional simulation
-ABSORBING_CONDITIONS            = .false.
+ABSORBING_CONDITIONS            = .true.
 
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        = 15.0d0
@@ -62,8 +62,6 @@ UNDO_ATTENUATION                = .false.
 NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
 
 # save AVS or OpenDX movies
-#MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
-#MOVIE_COARSE does not work with create_movie_AVS_DX
 MOVIE_SURFACE                   = .false.
 MOVIE_VOLUME                    = .false.
 MOVIE_COARSE                    = .false.
@@ -94,6 +92,7 @@ NUMBER_OF_RUNS                  = 1
 NUMBER_OF_THIS_RUN              = 1
 
 # path to store the local database files on each node
+# mesh files
 LOCAL_PATH                      = ./DATABASES_MPI
 
 # interval at which we output time step info and max of norm of displacement



More information about the CIG-COMMITS mailing list