[cig-commits] [commit] devel, master: added Par_file for ES movies based on NEX=320 (dd7f674)

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


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

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

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

commit dd7f674f8278c47381012adc663de411be21d20f
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Thu Mar 18 23:26:17 2004 +0000

    added Par_file for ES movies based on NEX=320


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

dd7f674f8278c47381012adc663de411be21d20f
 ...file_vinnik_140x60 => Par_file_tsuboi_movie_320 | 34 +++++++++++-----------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/Par_file_vinnik_140x60 b/Par_file_tsuboi_movie_320
similarity index 75%
copy from Par_file_vinnik_140x60
copy to Par_file_tsuboi_movie_320
index 25b1b0a..f813252 100644
--- a/Par_file_vinnik_140x60
+++ b/Par_file_tsuboi_movie_320
@@ -9,32 +9,32 @@
 #
 
 ! number of elements along chunk edge at surface (16 * multiple of NPROC below)
-NEX_XI                   = 720
+NEX_XI                   = 320
 NEX_ETA                  = 320
 
 ! number of MPI processors along xi and eta in each of the six chunks
-NPROC_XI                 = 45
-NPROC_ETA                = 20
+NPROC_XI                 = 10
+NPROC_ETA                = 10
 
 ! time step in seconds
 DT                       = 0.10
 
 ! total number of time steps
-NSTEP                    = 10000
+NSTEP                    = 30000
 
 ! parameters describing the Earth model
-OCEANS                   = .false.
-ELLIPTICITY              = .false.
-TOPOGRAPHY               = .false.
-THREE_D                  = .false.
+OCEANS                   = .true.
+ELLIPTICITY              = .true.
+TOPOGRAPHY               = .true.
+THREE_D                  = .true.
 GRAVITY                  = .false.
 ROTATION                 = .false.
-TRANSVERSE_ISOTROPY      = .false.
+TRANSVERSE_ISOTROPY      = .true.
 ANISOTROPIC_MANTLE       = .false.
 ANISOTROPIC_INNER_CORE   = .false.
-CRUSTAL                  = .false.
-ONE_CRUST                = .false.
-ATTENUATION              = .false.
+CRUSTAL                  = .true.
+ONE_CRUST                = .true.
+ATTENUATION              = .true.
 MIN_ATTENUATION_PERIOD   = 20
 MAX_ATTENUATION_PERIOD   = 1000
 
@@ -51,25 +51,25 @@ RATIO_TOP_DBL_OC         = 0.40
 RATIO_BOTTOM_DBL_OC      = 0.27
 NER_TOPDBL_CMB           = 24
 NER_ICB_BOTTOMDBL        = 12
-NER_TOP_CENTRAL_CUBE_ICB = 3
+NER_TOP_CENTRAL_CUBE_ICB = 6
 
 ! path to store the local database files on each node
-LOCAL_PATH               = DATABASES_MPI_DIMITRI
+LOCAL_PATH               = /scratch/DATABASES_MPI_DIMITRI
 
 ! machine file for MPI
 MACHINE_FILE             = mymachines
 
 ! interval in time steps for temporary writing of seismograms
-NSEIS                    = 5000
+NSEIS                    = 50000
 
 ! number of point sources
 NSOURCES                 = 1
 
 ! movies
-MOVIE_SURFACE            = .false.
+MOVIE_SURFACE            = .true.
 MOVIE_VOLUME             = .false.
 NMOVIE                   = 100
-HDUR_MIN_MOVIES          = 20.0d0
+HDUR_MIN_MOVIES          = 10.0d0
 
  !
  ! mesh statistics:



More information about the CIG-COMMITS mailing list