[cig-commits] [commit] devel, master: fixed time step problem in some Par_files (f64a9a1)

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


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

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

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

commit f64a9a18b02ffccf5202796a30bc4651a0727698
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sun Feb 15 23:21:34 2004 +0000

    fixed time step problem in some Par_files


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

f64a9a18b02ffccf5202796a30bc4651a0727698
 Par_file => Par_file_160_25sec_90x90 | 0
 Par_file_240_20sec_90x90             | 2 +-
 Par_file_480_10sec_90x90             | 2 +-
 Par_file_vinnik_140x60               | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Par_file b/Par_file_160_25sec_90x90
similarity index 100%
copy from Par_file
copy to Par_file_160_25sec_90x90
diff --git a/Par_file_240_20sec_90x90 b/Par_file_240_20sec_90x90
index 0c6b94e..89f2d4f 100644
--- a/Par_file_240_20sec_90x90
+++ b/Par_file_240_20sec_90x90
@@ -17,7 +17,7 @@ NPROC_XI                 = 15
 NPROC_ETA                = 15
 
 ! time step in seconds
-DT                       = 0.26
+DT                       = 0.20
 
 ! total number of time steps
 NSTEP                    = 10000
diff --git a/Par_file_480_10sec_90x90 b/Par_file_480_10sec_90x90
index 99b46a8..a6918d6 100644
--- a/Par_file_480_10sec_90x90
+++ b/Par_file_480_10sec_90x90
@@ -17,7 +17,7 @@ NPROC_XI                 = 30
 NPROC_ETA                = 30
 
 ! time step in seconds
-DT                       = 0.26
+DT                       = 0.10
 
 ! total number of time steps
 NSTEP                    = 10000
diff --git a/Par_file_vinnik_140x60 b/Par_file_vinnik_140x60
index 4a2d108..25b1b0a 100644
--- a/Par_file_vinnik_140x60
+++ b/Par_file_vinnik_140x60
@@ -17,7 +17,7 @@ NPROC_XI                 = 45
 NPROC_ETA                = 20
 
 ! time step in seconds
-DT                       = 0.26
+DT                       = 0.10
 
 ! total number of time steps
 NSTEP                    = 10000



More information about the CIG-COMMITS mailing list