[cig-commits] [commit] devel, master: merged regional and global codes (53a104b)

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


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

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

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

commit 53a104b172ef9b031f5423d3783437fafefeb51a
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Wed Aug 6 15:54:44 2003 +0000

    merged regional and global codes


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

53a104b172ef9b031f5423d3783437fafefeb51a
 Par_file_ES_regional_2.4s_242nodes_1936procs       | 145 +++++++++++++++++++++
 ...n => Par_file_ES_regional_4.4s_72nodes_576procs |  53 ++++----
 STATIONS_JAPAN_REGIONAL                            |  11 ++
 3 files changed, 185 insertions(+), 24 deletions(-)

diff --git a/Par_file_ES_regional_2.4s_242nodes_1936procs b/Par_file_ES_regional_2.4s_242nodes_1936procs
new file mode 100644
index 0000000..3364fb3
--- /dev/null
+++ b/Par_file_ES_regional_2.4s_242nodes_1936procs
@@ -0,0 +1,145 @@
+# ----------------------------------------------------------------
+#
+#    This is the parameter file
+#    Put variable names first and actual value after 27th column
+#
+# ----------------------------------------------------------------
+#
+<-                       ->
+#
+
+! number of elements along chunk edge at surface (16 * multiple of NPROC below)
+NEX_XI                   = 704
+NEX_ETA                  = 704
+
+! number of MPI processors along xi and eta in each of the six chunks
+NPROC_XI                 = 44
+NPROC_ETA                = 44
+
+! time step in seconds
+DT                       = 0.03
+
+! total number of time steps
+NSTEP                    = 30000
+
+! parameters describing the Earth model
+OCEANS                   = .true.
+ELLIPTICITY              = .true.
+TOPOGRAPHY               = .true.
+THREE_D                  = .true.
+GRAVITY                  = .false.
+ROTATION                 = .false.
+TRANSVERSE_ISOTROPY      = .true.
+ANISOTROPIC_MANTLE       = .false.
+ANISOTROPIC_INNER_CORE   = .false.
+CRUSTAL                  = .true.
+ONE_CRUST                = .false.
+ATTENUATION              = .true.
+MIN_ATTENUATION_PERIOD   = 1
+MAX_ATTENUATION_PERIOD   = 200
+
+! number of radial elements in mesh for full Earth
+NER_CRUST                = 8
+NER_220_MOHO             = 24
+NER_400_220              = 16
+NER_600_400              = 16
+NER_670_600              = 8
+NER_771_670              = 8
+NER_TOPDDOUBLEPRIME_771  = 96
+NER_CMB_TOPDDOUBLEPRIME  = 8
+RATIO_TOP_DBL_OC         = 0.48
+RATIO_BOTTOM_DBL_OC      = 0.43
+NER_TOPDBL_CMB           = 38
+NER_ICB_BOTTOMDBL        = 30
+NER_TOP_CENTRAL_CUBE_ICB = 6
+
+! path to store the local database files on each node
+LOCAL_PATH               = /scratch/DATABASES_MPI_DIMITRI
+
+! machine file for MPI
+MACHINE_FILE             = mymachines
+
+! interval in time steps for temporary writing of seismograms
+NSEIS                    = 500000
+
+! number of point sources
+NSOURCES                 = 1
+
+! movies
+MOVIE_SURFACE            = .false.
+MOVIE_VOLUME             = .false.
+NMOVIE                   = 100
+HDUR_MIN_MOVIES          = 20.0d0
+
+
+ !
+ ! mesh statistics:
+ ! ---------------
+ !
+
+ ! 
+ ! this is the parameter file for static compilation of the solver
+ ! 
+ ! mesh statistics:
+ ! ---------------
+ !
+ ! 
+ ! number of processors =          1936
+ ! 
+ ! number of ES nodes =     242.0000      
+ ! percentage of total 640 ES nodes =     37.81250      %
+ ! total memory available on these ES nodes (Gb) =     3872.000
+ ! 
+ ! max points in largest region =        582513
+ ! max vector length =       1747539
+ ! min vector length =            25
+ ! min critical vector length =            75
+ ! 
+ ! on ES and SX-5, make sure "loopcnt=" parameter
+ ! in Makefile is greater than       1747539
+ ! 
+ ! total elements per slice =          8496
+ ! total points per slice =        582513
+ ! 
+ ! total for full mesh:
+ ! -------------------
+ ! 
+ ! exact total number of spectral elements in entire mesh =
+ !      16448256
+ ! approximate total number of points in entire mesh =
+ !     1127745168.000000     
+ ! approximate total number of degrees of freedom in entire mesh =
+ !     3383235504.000000
+ ! 
+ ! position of the mesh chunk at the surface:
+ ! -----------------------------------------
+ ! 
+ ! angular size in each direction in degrees =     35.00000
+ ! 
+ ! longitude of center in degrees =     137.0000
+ ! latitude of center in degrees =     38.00000
+ !
+ ! corner             1
+ ! longitude in degrees =     116.5343340874293
+ ! latitude in degrees =     21.78012112377398
+ !
+ ! corner             2
+ ! longitude in degrees =     151.9402799454901
+ ! latitude in degrees =     17.94332999184860
+ !
+ ! corner             3
+ ! longitude in degrees =     111.7176688666681
+ ! latitude in degrees =     55.10498665640314
+ !
+ ! corner             4
+ ! longitude in degrees =     166.7501896842190
+ ! latitude in degrees =     49.27707984542808
+ !
+ ! resolution of the mesh at the surface:
+ ! -------------------------------------
+ !
+ ! spectral elements in each direction =           704
+ ! GLL points in each direction =          2816
+ ! average distance between points in degrees =    1.2428978E-02
+ ! average distance between points in km =     1.382039
+ !
diff --git a/Par_file_sebastien b/Par_file_ES_regional_4.4s_72nodes_576procs
old mode 100755
new mode 100644
similarity index 63%
copy from Par_file_sebastien
copy to Par_file_ES_regional_4.4s_72nodes_576procs
index b81a5b7..08b9e90
--- a/Par_file_sebastien
+++ b/Par_file_ES_regional_4.4s_72nodes_576procs
@@ -9,15 +9,15 @@
 #
 
 ! number of elements along chunk edge at surface (16 * multiple of NPROC below)
-NEX_XI                   = 160
-NEX_ETA                  = 160
+NEX_XI                   = 384
+NEX_ETA                  = 384
 
 ! number of MPI processors along xi and eta in each of the six chunks
-NPROC_XI                 = 5
-NPROC_ETA                = 5
+NPROC_XI                 = 24
+NPROC_ETA                = 24
 
 ! time step in seconds
-DT                       = 0.28
+DT                       = 0.06
 
 ! total number of time steps
 NSTEP                    = 15000
@@ -27,31 +27,31 @@ OCEANS                   = .true.
 ELLIPTICITY              = .true.
 TOPOGRAPHY               = .true.
 THREE_D                  = .true.
-GRAVITY                  = .true.
-ROTATION                 = .true.
+GRAVITY                  = .false.
+ROTATION                 = .false.
 TRANSVERSE_ISOTROPY      = .true.
 ANISOTROPIC_MANTLE       = .false.
 ANISOTROPIC_INNER_CORE   = .false.
 CRUSTAL                  = .true.
-ONE_CRUST                = .true.
+ONE_CRUST                = .false.
 ATTENUATION              = .true.
-MIN_ATTENUATION_PERIOD   = 20
-MAX_ATTENUATION_PERIOD   = 1000
+MIN_ATTENUATION_PERIOD   = 1
+MAX_ATTENUATION_PERIOD   = 200
 
 ! number of radial elements in mesh for full Earth
-NER_CRUST                = 1
-NER_220_MOHO             = 3
-NER_400_220              = 2
-NER_600_400              = 2
-NER_670_600              = 1
-NER_771_670              = 1
-NER_TOPDDOUBLEPRIME_771  = 16
-NER_CMB_TOPDDOUBLEPRIME  = 1
-RATIO_TOP_DBL_OC         = 0.40
-RATIO_BOTTOM_DBL_OC      = 0.27
-NER_TOPDBL_CMB           = 12
-NER_ICB_BOTTOMDBL        = 6
-NER_TOP_CENTRAL_CUBE_ICB = 3
+NER_CRUST                = 4
+NER_220_MOHO             = 12
+NER_400_220              = 8
+NER_600_400              = 8
+NER_670_600              = 4
+NER_771_670              = 4
+NER_TOPDDOUBLEPRIME_771  = 48
+NER_CMB_TOPDDOUBLEPRIME  = 4
+RATIO_TOP_DBL_OC         = 0.48
+RATIO_BOTTOM_DBL_OC      = 0.43
+NER_TOPDBL_CMB           = 38
+NER_ICB_BOTTOMDBL        = 30
+NER_TOP_CENTRAL_CUBE_ICB = 6
 
 ! path to store the local database files on each node
 LOCAL_PATH               = /scratch/DATABASES_MPI_DIMITRI
@@ -60,7 +60,7 @@ LOCAL_PATH               = /scratch/DATABASES_MPI_DIMITRI
 MACHINE_FILE             = mymachines
 
 ! interval in time steps for temporary writing of seismograms
-NSEIS                    = 50000
+NSEIS                    = 500000
 
 ! number of point sources
 NSOURCES                 = 1
@@ -72,3 +72,8 @@ NMOVIE                   = 100
 HDUR_MIN_MOVIES          = 20.0d0
 
 
+ !
+ ! mesh statistics:
+ ! ---------------
+ !
+
diff --git a/STATIONS_JAPAN_REGIONAL b/STATIONS_JAPAN_REGIONAL
new file mode 100644
index 0000000..26a1dd7
--- /dev/null
+++ b/STATIONS_JAPAN_REGIONAL
@@ -0,0 +1,11 @@
+ 10
+MAJO     AS          36.54090         138.2083      0.  0.
+MDJ      CD          44.61640         129.5919      0.  0.
+INU      G           35.35000         137.0290      0.  0.
+MDJ      IC          44.61640         129.5919      0.  0.
+ERM      II          42.01500         143.1572      0.  0.
+YSS      IU          46.95830         142.7610      0.  0.
+INCN     IU          37.48330         126.6333      0.  0.
+MAJO     IU          36.54250         138.2073      0.  0.
+OGS      PS          27.05700         142.2030      0.  0.
+TSK      PS          36.21080         140.1097      0.  0.



More information about the CIG-COMMITS mailing list