[cig-commits] r21545 - seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/DATA

lefebvre at geodynamics.org lefebvre at geodynamics.org
Fri Mar 15 05:12:00 PDT 2013


Author: lefebvre
Date: 2013-03-15 05:11:59 -0700 (Fri, 15 Mar 2013)
New Revision: 21545

Modified:
   seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/DATA/Par_file
Log:
ADIOS_ENABLED flag in the Par_file

Modified: seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/DATA/Par_file
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/DATA/Par_file	2013-03-15 12:11:51 UTC (rev 21544)
+++ seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/DATA/Par_file	2013-03-15 12:11:59 UTC (rev 21545)
@@ -8,16 +8,16 @@
 NCHUNKS                         = 1 
 
 # angular width of the first chunk (not used if full sphere with six chunks)
-ANGULAR_WIDTH_XI_IN_DEGREES   = 20.d0      # angular size of a chunk
-ANGULAR_WIDTH_ETA_IN_DEGREES  = 20.d0
+ANGULAR_WIDTH_XI_IN_DEGREES   = 90.d0      # angular size of a chunk
+ANGULAR_WIDTH_ETA_IN_DEGREES  = 90.d0
 CENTER_LATITUDE_IN_DEGREES    = 40.d0
 CENTER_LONGITUDE_IN_DEGREES   = 25.d0
 GAMMA_ROTATION_AZIMUTH        = 0.d0
 
 # number of elements at the surface along the two sides of the first chunk
 # (must be multiple of 16 and 8 * multiple of NPROC below)
-NEX_XI                          = 64 
-NEX_ETA                         = 64
+NEX_XI                          = 48 
+NEX_ETA                         = 48
 
 # number of MPI processors along the two sides of the first chunk
 NPROC_XI                        = 2 
@@ -33,22 +33,22 @@
 # transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation,
 # s20rts, s362ani, s362iso, s362wmani, s362ani_prem, s362ani_3DQ, s362iso_3DQ,
 # s29ea, s29ea,sea99_jp3d1994,sea99,jp3d1994,heterogen
-MODEL                           = s362ani
+MODEL                           = 1D_transversely_isotropic_prem 
 
 # parameters describing the Earth model
-OCEANS                          = .false.
-ELLIPTICITY                     = .false.
-TOPOGRAPHY                      = .false.
-GRAVITY                         = .false.
-ROTATION                        = .false.
-ATTENUATION                     = .false.
+OCEANS                          = .true.
+ELLIPTICITY                     = .true.
+TOPOGRAPHY                      = .true.
+GRAVITY                         = .true.
+ROTATION                        = .true.
+ATTENUATION                     = .true.
 ATTENUATION_NEW                 = .false.
 
 # absorbing boundary conditions for a regional simulation
 ABSORBING_CONDITIONS            = .true.
 
 # record length in minutes
-RECORD_LENGTH_IN_MINUTES        = 2.5d0
+RECORD_LENGTH_IN_MINUTES        = 15.0d0
 
 # save AVS or OpenDX movies
 MOVIE_SURFACE                   = .false.
@@ -88,7 +88,7 @@
 LOCAL_TMP_PATH                  = ./DATABASES_MPI
 
 # interval at which we output time step info and max of norm of displacement
-NTSTEP_BETWEEN_OUTPUT_INFO      = 50
+NTSTEP_BETWEEN_OUTPUT_INFO      = 500
 
 # interval in time steps for temporary writing of seismograms
 NTSTEP_BETWEEN_OUTPUT_SEISMOS   = 5000000
@@ -119,3 +119,6 @@
 # set to true to use GPUs 
 GPU_MODE                        = .false.
 
+# set to true to use GPUs 
+ADIOS_ENABLED                   = .true.
+



More information about the CIG-COMMITS mailing list