[cig-commits] [commit] devel, master: Minor modifications to ensure that the define_model_* routines get called only when the appropriate REFERENCE_1D_MODEL is on. Also made the real(kind=4) in s362ani.f90 consistent with the type inthe calls to this routine. (a336d52)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:02:25 PST 2014


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

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

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

commit a336d5240591059c0a0b97324a20bca33d93b1d5
Author: Jeroen Tromp <jtromp at princeton.edu>
Date:   Thu Jul 26 08:37:53 2007 +0000

    Minor modifications to ensure that the define_model_* routines get called only when the appropriate
    REFERENCE_1D_MODEL is on. Also made the real(kind=4) in s362ani.f90 consistent with the type inthe calls to this routine.


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

a336d5240591059c0a0b97324a20bca33d93b1d5
 CMTSOLUTION |  2 +-
 Par_file    | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/CMTSOLUTION b/CMTSOLUTION
index 9872967..65ab6cb 100644
--- a/CMTSOLUTION
+++ b/CMTSOLUTION
@@ -1,7 +1,7 @@
 PDE 1999 11 26 13 21 15.60 -16.4200  168.2100  33.0 6.4 7.3 VANUATU ISLANDS  
 event name:     112699G
 time shift:      0.0000
-half duration:  35.0000
+half duration:  15.0000
 latitude:      -16.0800
 longitude:     168.3100
 depth:         515.0000
diff --git a/Par_file b/Par_file
index e377f31..c18a965 100644
--- a/Par_file
+++ b/Par_file
@@ -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 16 * multiple of NPROC below)
-NEX_XI                          = 256  
-NEX_ETA                         = 256 
+NEX_XI                          = 160  
+NEX_ETA                         = 160 
 
 # number of MPI processors along the two sides of the first chunk
-NPROC_XI                        = 8
-NPROC_ETA                       = 8
+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
@@ -31,7 +31,7 @@ NPROC_ETA                       = 8
 # fully 3D models:
 # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation,
 # s20rts, s362ani, s362wmani, s362ani_prem, s29ea
-MODEL                           = s362ani
+MODEL                           = s20rts
 
 # parameters describing the Earth model
 OCEANS                          = .true.
@@ -45,7 +45,7 @@ ATTENUATION                     = .true.
 ABSORBING_CONDITIONS            = .false.
 
 # record length in minutes
-RECORD_LENGTH_IN_MINUTES        =  60.0d0
+RECORD_LENGTH_IN_MINUTES        =  0.5d0
 
 # save AVS or OpenDX movies
 MOVIE_SURFACE                   = .false.



More information about the CIG-COMMITS mailing list