[cig-commits] [commit] devel, master: further changes to move towards the new version 'Tiger': (4ba5014)

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


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

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

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

commit 4ba5014315214f7e93ebeda6f498ec37b57706db
Author: Daniel Peter <peterda at ethz.ch>
Date:   Sat Feb 20 20:40:52 2010 +0000

    further changes to move towards the new version 'Tiger':
    
    the files DATA/Par_file, DATA/CMTSOLUTION, DATA/STATIONS are
    renamed:
    DATA/Par_file       -> DATA/Par_file.default
    DATA/CMTSOLUTION    -> DATA/CMTSOLUTION.default
    DATA/STATIONS       -> DATA/STATIONS.default
    
    to avoid having the user changes in his own files being overwritten
    when updating with SVN to the new version.
    
    the new default simulation has slightly changed:
    it will run on 150 CPUs, using a higher NEX resolution and a
    more realistic 3D reference model run.
    
    a step-by-step tutorial describing how to run this default simulation,
    is added in:
    README_SPECFEM3D_GLOBE
    
    similar with the installation process, described now in a new file:
    INSTALL
    
    these procedures repeat in short what is already described in the user manual.


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

4ba5014315214f7e93ebeda6f498ec37b57706db
 CMTSOLUTION => CMTSOLUTION.default |  0
 Par_file => Par_file.default       | 26 +++++++++++++-------------
 STATIONS => STATIONS.default       |  0
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/CMTSOLUTION b/CMTSOLUTION.default
similarity index 100%
rename from CMTSOLUTION
rename to CMTSOLUTION.default
diff --git a/Par_file b/Par_file.default
similarity index 88%
rename from Par_file
rename to Par_file.default
index 14b42f3..56d46b8 100644
--- a/Par_file
+++ b/Par_file.default
@@ -15,12 +15,12 @@ GAMMA_ROTATION_AZIMUTH        = 20.d0
 
 # number of elements at the surface along the two sides of the first chunk
 # (must be multiple of 16 and 8 * multiple of NPROC below)
-NEX_XI                          = 96
-NEX_ETA                         = 96
+NEX_XI                          = 240
+NEX_ETA                         = 240
 
 # number of MPI processors along the two sides of the first chunk
-NPROC_XI                        = 6
-NPROC_ETA                       = 6
+NPROC_XI                        = 5
+NPROC_ETA                       = 5
 
 # 1D models with real structure:
 # 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135, 1D_ref, 1D_ref_iso, 1D_jp3d,1D_sea99
@@ -32,21 +32,21 @@ NPROC_ETA                       = 6
 # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation,
 # s20rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ,
 # s29ea, s29ea,sea99_jp3d1994,sea99,jp3d1994,heterogen
-MODEL                           = 1D_isotropic_prem
+MODEL                           = s362ani
 
 # parameters describing the Earth model
-OCEANS                          = .false.
-ELLIPTICITY                     = .false.
-TOPOGRAPHY                      = .false.
-GRAVITY                         = .false.
-ROTATION                        = .false.
-ATTENUATION                     = .false.
+OCEANS                          = .true.
+ELLIPTICITY                     = .true.
+TOPOGRAPHY                      = .true.
+GRAVITY                         = .true.
+ROTATION                        = .true.
+ATTENUATION                     = .true.
 
 # absorbing boundary conditions for a regional simulation
 ABSORBING_CONDITIONS            = .false.
 
 # record length in minutes
-RECORD_LENGTH_IN_MINUTES        = 75.0d0
+RECORD_LENGTH_IN_MINUTES        = 15.0d0
 
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME) 
@@ -81,7 +81,7 @@ NUMBER_OF_RUNS                  = 1
 NUMBER_OF_THIS_RUN              = 1
 
 # path to store the local database files on each node
-LOCAL_PATH                      = /scratch/
+LOCAL_PATH                      = ./DATABASES_MPI
 
 # interval at which we output time step info and max of norm of displacement
 NTSTEP_BETWEEN_OUTPUT_INFO      = 1000
diff --git a/STATIONS b/STATIONS.default
similarity index 100%
rename from STATIONS
rename to STATIONS.default



More information about the CIG-COMMITS mailing list