[cig-commits] [commit] devel, master: Removed the Pyrized version of the code. (c9c4b19)

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


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

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

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

commit c9c4b19bb06271aabb6a19f71bb192f94e2721a7
Author: Leif Strand <leif at geodynamics.org>
Date:   Tue Feb 19 22:49:49 2008 +0000

    Removed the Pyrized version of the code.


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

c9c4b19bb06271aabb6a19f71bb192f94e2721a7
 Par_file.cfg | 112 -----------------------------------------------------------
 1 file changed, 112 deletions(-)

diff --git a/Par_file.cfg b/Par_file.cfg
deleted file mode 100644
index 5ac056c..0000000
--- a/Par_file.cfg
+++ /dev/null
@@ -1,112 +0,0 @@
-# example parameter file for the Pyrized verion of Specfem 3D Globe
-
-
-######################################################################
-[Specfem3DGlobe]                                  ; general parameters
-
-# 1D models with real structure:
-# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135
-#
-# 1D models with only one fictitious averaged crustal layer:
-# 1D_isotropic_prem_onecrust, 1D_transversely_isotropic_prem_onecrust, 1D_iasp91_onecrust, 1D_1066a_onecrust, 1D_ak135_onecrust
-#
-# fully 3D models:
-# 3D_crust_2.0_plus_transversely_isotropic_prem, 3D_s20rts, 3D_anisotropic, 3D_attenuation
-model = 1D_isotropic_prem
-
-
-######################################################################
-[Specfem3DGlobe.mesher]                            ; mesher parameters
-
-# number of chunks (1,2,3 or 6)
-nchunks = 6
-
-# angular width of the first chunk (not used if full sphere with six chunks)
-angular-width-xi        = 90.0*deg      ; angular size of a chunk
-angular-width-eta       = 90.0*deg
-
-center-latitude         = 40.0*deg
-center-longitude        = 10.0*deg
-
-gamma-rotation-azimuth  = 20.0*deg
-
-# number of elements at the surface along the two sides of the first chunk
-# (must be 16 * multiple of 'nproc' below)
-nex-xi     = 160
-nex-eta    = 160
-
-# number of MPI processors along the two sides of the first chunk
-nproc-xi   = 5
-nproc-eta  = 5
-
-# save mesh files to check the mesh
-save-files = False
-
-
-######################################################################
-[Specfem3DGlobe.model]                              ; model parameters
-
-# parameters describing the Earth model
-oceans       = False
-ellipticity  = False
-topography   = False
-gravity      = False
-rotation     = False
-attenuation  = False
-
-
-######################################################################
-[Specfem3DGlobe.solver]                            ; solver parameters
-
-# 'forward', 'adjoint', or 'both'
-simulation-type = forward
-
-# save last frame of forward simulation or not
-save-forward = False
-
-# record length in minutes
-record-length = 40.0*minute
-
-# absorbing boundary conditions for a regional simulation
-absorbing-conditions = False
-
-# save AVS or OpenDX movies
-movie-surface          = False
-movie-volume           = False
-ntstep-between-frames  = 100
-hdur-movie             = 0.0
-
-# restart files (number of runs can be 1, 2 or 3, choose 1 for no restart files)
-number-of-runs      = 1
-number-of-this-run  = 1
-
-# interval at which we output time step info and max of norm of displacement
-ntstep-between-output-info = 200
-
-# interval in time steps for temporary writing of seismograms
-ntstep-between-output-seismos = 5000000
-
-# output format for the seismograms (one can use either or all of the three formats)
-output-seismos-ascii-text       = .true.
-output-seismos-sac-alphanum     = .false.
-output-seismos-sac-binary       = .false.
-
-# rotate seismograms to Radial-Transverse-Z or use default North-East-Z reference frame
-rotate-seimograms-rt           = .false.
-
-# decide wheter master process writes all the seismograms or if all processes do it in parallel
-write-seismograms-by-master    = .true.
-
-# save all seismograms in one large combined file instead of one file per seismogram
-# to avoid overloading shared non-local file systems such as GPFS for instance
-save-all-seismos-in-one-file    = .false.
-use-binary-for-large-file       = .false.
-
-# flag to impose receivers at the surface or allow them to be buried
-receivers-can-be-buried = False
-
-# print source time function
-print-source-time-function = False
-
-
-# end of file



More information about the CIG-COMMITS mailing list