[cig-commits] [commit] devel,master: Added example parameter file and preferences file for the Pyrized version; they are derived from the traditional "Par_file". (56cf9e4)

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


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

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

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

commit 56cf9e4ace215f4bc18c6925a7ee0e36dd698f2a
Author: Leif Strand <leif at geodynamics.org>
Date:   Tue Dec 20 20:25:12 2005 +0000

    Added example parameter file and preferences file
    for the Pyrized version; they are derived from the
    traditional "Par_file".


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

56cf9e4ace215f4bc18c6925a7ee0e36dd698f2a
 Par_file.cfg       | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Specfem3DGlobe.cfg | 11 +++++++
 2 files changed, 95 insertions(+)

diff --git a/Par_file.cfg b/Par_file.cfg
new file mode 100644
index 0000000..e836881
--- /dev/null
+++ b/Par_file.cfg
@@ -0,0 +1,84 @@
+# example parameter file for the Pyrized verion of Specfem 3D Globe
+
+
+######################################################################
+[Specfem3DGlobe]                                  ; general parameters
+
+# model (isotropic_prem, transversly_isotropic_prem,
+# iaspei, s20rts, Brian_Savage, Min_Chen)
+model = isotropic_prem
+
+# absorbing boundary conditions for a regional simulation
+absorbing-conditions = False
+
+
+######################################################################
+[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
+
+# record length in minutes
+record-length = 40.0*minute
+
+# 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
+
+# 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
diff --git a/Specfem3DGlobe.cfg b/Specfem3DGlobe.cfg
new file mode 100644
index 0000000..a3bca1d
--- /dev/null
+++ b/Specfem3DGlobe.cfg
@@ -0,0 +1,11 @@
+# example preferences file for the Pyrized verion of Specfem 3D Globe
+# copy to ~/.pyre/Specfem3DGlobe/Specfem3DGlobe.cfg
+
+
+[Specfem3DGlobe]
+
+# path to store the local database files on each node
+local-path = /scratch/DATABASES_MPI_DIMITRI
+
+
+# end of file



More information about the CIG-COMMITS mailing list