[cig-commits] r21226 - seismo/2D/SPECFEM2D/trunk/EXAMPLES/attenuation

xie.zhinan at geodynamics.org xie.zhinan at geodynamics.org
Mon Jan 14 02:04:46 PST 2013


Author: xie.zhinan
Date: 2013-01-14 02:04:45 -0800 (Mon, 14 Jan 2013)
New Revision: 21226

Modified:
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/attenuation/Par_file_attenuation_2D
Log:
change default time scheme to newmark


Modified: seismo/2D/SPECFEM2D/trunk/EXAMPLES/attenuation/Par_file_attenuation_2D
===================================================================
--- seismo/2D/SPECFEM2D/trunk/EXAMPLES/attenuation/Par_file_attenuation_2D	2013-01-14 09:14:40 UTC (rev 21225)
+++ seismo/2D/SPECFEM2D/trunk/EXAMPLES/attenuation/Par_file_attenuation_2D	2013-01-14 10:04:45 UTC (rev 21226)
@@ -24,9 +24,9 @@
 
 # time step parameters
 nt                              = 1400           # total number of time steps
-deltat                          = 1e-3         # duration of a time step (see section "How to choose the time step" of the manual for how to do this)
+deltat                          = 4e-4         # duration of a time step (see section "How to choose the time step" of the manual for how to do this)
 USER_T0                         = 0.0d0          # use this t0 as earliest starting time rather than the automatically calculated one
-time_stepping_scheme            = 2              # 1 = Newmark (2nd order), 2 = LDDRK4-6 (4th-order 6-stage low storage Runge-Kutta), 3 = classical 4th-order 4-stage Runge-Kutta
+time_stepping_scheme            = 1              # 1 = Newmark (2nd order), 2 = LDDRK4-6 (4th-order 6-stage low storage Runge-Kutta), 3 = classical 4th-order 4-stage Runge-Kutta
 
 # source parameters
 NSOURCES                        = 1              # number of sources [source info read in CMTSOLUTION file]



More information about the CIG-COMMITS mailing list