[cig-commits] [commit] devel, master: main commit of modifications done during our stay at the BSC to optimize the code. (45c66b5)

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


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

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

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

commit 45c66b5053fde588c346709f7e2d68c2912b0de8
Author: David Michea <dmichea at univ-pau.fr>
Date:   Fri Jul 20 15:20:06 2007 +0000

    main commit of modifications done during our stay at the BSC to optimize the code.
    
    - implementation of Cuthill-McKee algorithm for a better permutation of the elements.
    - elements from aniso layers are not permutted
    - inner core can be permuted on demand (flag in constants.h)
    - layers are now considered from the bottom of the region to the top
    - flag PERFORM_CUTHILL_MCKEE = .false. by default in the file constants.h.in while the fixing of a bug involving the permutation of the arrays concerned by the flag TRANSVERSE_ISOTROPY is not achieved (ie : while the solution is not validated)
    - fixed a problem of compilation for 3D_attenuation model, but it remains a problem with this model (i tried with all flags on) : simulation exit with this message : 'incorrect correction factor in attenuation model'


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

45c66b5053fde588c346709f7e2d68c2912b0de8
 Par_file | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Par_file b/Par_file
index 1e5f687..4214dda 100644
--- a/Par_file
+++ b/Par_file
@@ -30,15 +30,15 @@ NPROC_ETA                       = 1
 #
 # fully 3D models:
 # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_s20rts, 3D_anisotropic, 3D_attenuation
-MODEL                           = 1D_isotropic_prem 
+MODEL                           = 3D_s20rts
 
 # 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.



More information about the CIG-COMMITS mailing list