[cig-commits] [commit] devel, master: cleaned the code for 3D attenuation and better topo/bathy model (etopo-4) in order to release version 3.5 in a few days (still need to fix the code for any chunk size) (2d185ac)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:00:30 PST 2014


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

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

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

commit 2d185ac96b73814ee3c46457b679e20a3064de04
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Jul 19 22:16:40 2004 +0000

    cleaned the code for 3D attenuation and better topo/bathy model (etopo-4)
    in order to release version 3.5 in a few days (still need to fix the code for any chunk size)


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

2d185ac96b73814ee3c46457b679e20a3064de04
 Par_file | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/Par_file b/Par_file
index 8fbb200..9a3bc03 100644
--- a/Par_file
+++ b/Par_file
@@ -16,12 +16,20 @@ NEX_ETA                  = 160
 NPROC_XI                 = 5
 NPROC_ETA                = 5
 
+! angular size of the first chunk (not used if full sphere with six chunks)
+ANGULAR_SIZE_CHUNK_DEG_1 = 90.d0
+ANGULAR_SIZE_CHUNK_DEG_2 = 90.d0
+
 ! time step in seconds
 DT                       = 0.26
 
 ! total number of time steps
 NSTEP                    = 14000
 
+! restart files (number of runs can be 1, 2 or 3, choose 1 for no restart files)
+NUMBER_OF_RUNS           = 1
+NUMBER_OF_THIS_RUN       = 1
+
 ! parameters describing the Earth model
 OCEANS                   = .true.
 ELLIPTICITY              = .true.
@@ -72,6 +80,19 @@ MOVIE_VOLUME             = .false.
 NMOVIE                   = 100
 HDUR_MIN_MOVIES          = 20.0d0
 
+! flag to impose receivers at the surface or allow them to be buried
+RECEIVERS_CAN_BE_BURIED  = .false.
+
+! interval at which we output time step info and max of norm of displacement
+ITAFF_TIME_STEPS         = 200
+
+! save AVS or OpenDX mesh files
+SAVE_AVS_DX_MESH_FILES   = .false.
+
+! print source time function
+PRINT_SOURCE_TIME_FUNCT  = .false.
+
+
  !
  ! mesh statistics:
  ! ---------------



More information about the CIG-COMMITS mailing list