[cig-commits] [commit] devel, master: Fixing that I added a Par_file with non-standard options in last commit (aea3d5c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:01:36 PST 2014


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

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

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

commit aea3d5cc2d97445ff44021c1c2251d2bb60679f0
Author: Vala Hjörleifsdóttir <vala at gps.caltech.edu>
Date:   Wed Jul 19 04:19:47 2006 +0000

    Fixing that I added a Par_file with non-standard options in last commit


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

aea3d5cc2d97445ff44021c1c2251d2bb60679f0
 Par_file | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Par_file b/Par_file
index a415f81..51b67f6 100644
--- a/Par_file
+++ b/Par_file
@@ -1,6 +1,6 @@
 
 # forward or adjoint simulation
-SIMULATION_TYPE                 = 2
+SIMULATION_TYPE                 = 1 
 SAVE_FORWARD                    = .false.  # save last frame of forward simulation or not
 
 # number of chunks (1,2,3 or 6)
@@ -24,21 +24,21 @@ NPROC_ETA                       = 5
 
 # model (isotropic_prem, transversely_isotropic_prem,
 # iasp91, 1066a, ak135, s20rts, Brian_Savage, Min_Chen)
-MODEL                           = s20rts 
+MODEL                           = isotropic_prem 
 
 # parameters describing the Earth model
-OCEANS                          = .true.
-ELLIPTICITY                     = .true.
-TOPOGRAPHY                      = .true.
-GRAVITY                         = .true.
-ROTATION                        = .true.
-ATTENUATION                     = .true.
+OCEANS                          = .false.
+ELLIPTICITY                     = .false.
+TOPOGRAPHY                      = .false.
+GRAVITY                         = .false.
+ROTATION                        = .false.
+ATTENUATION                     = .false.
 
 # absorbing boundary conditions for a regional simulation
 ABSORBING_CONDITIONS            = .false.
 
 # record length in minutes
-RECORD_LENGTH_IN_MINUTES        = 100.0d0
+RECORD_LENGTH_IN_MINUTES        = 40.0d0
 
 # save AVS or OpenDX movies
 MOVIE_SURFACE                   = .false.
@@ -60,7 +60,7 @@ LOCAL_PATH                      = /scratch/komatits/DATABASES_MPI
 NTSTEP_BETWEEN_OUTPUT_INFO      = 100
 
 # interval in time steps for temporary writing of seismograms
-NTSTEP_BETWEEN_OUTPUT_SEISMOS   = 1000
+NTSTEP_BETWEEN_OUTPUT_SEISMOS   = 5000000
 NTSTEP_BETWEEN_READ_ADJSRC      = 1000
 
 # flag to impose receivers at the surface or allow them to be buried



More information about the CIG-COMMITS mailing list