[cig-commits] commit: Update par_file.txt for Specfem 5.1.1

Mercurial hg at geodynamics.org
Sun Jul 3 20:04:21 PDT 2011


changeset:   8:271fc32cad6f
user:        Walter Landry <wlandry at caltech.edu>
date:        Fri Jun 17 13:33:16 2011 -0700
files:       SeismoWebPortal/templates/SeismoWebPortal/par_file.txt
description:
Update par_file.txt for Specfem 5.1.1


diff -r 60044d8f7584 -r 271fc32cad6f SeismoWebPortal/templates/SeismoWebPortal/par_file.txt
--- a/SeismoWebPortal/templates/SeismoWebPortal/par_file.txt	Fri Jun 17 13:32:37 2011 -0700
+++ b/SeismoWebPortal/templates/SeismoWebPortal/par_file.txt	Fri Jun 17 13:33:16 2011 -0700
@@ -1,6 +1,7 @@
 
 # forward or adjoint simulation
 SIMULATION_TYPE                 = 1
+NOISE_TOMOGRAPHY                = 0        # flag of noise tomography, three steps (1,2,3). If earthquake simulation, set it to 0.
 SAVE_FORWARD                    = .false.  # save last frame of forward simulation or not
 
 # number of chunks (1,2,3 or 6)
@@ -22,6 +23,8 @@ NPROC_XI                        = {{ par
 NPROC_XI                        = {{ parameters.mesh.nproc_xi }}
 NPROC_ETA                       = {{ parameters.mesh.nproc_eta }}
 
+MODEL                           = {{ parameters.model }}
+
 # parameters describing the Earth model
 OCEANS                          = .{{ parameters.oceans }}.
 ELLIPTICITY                     = .{{ parameters.ellipticity }}.
@@ -39,6 +42,7 @@ RECORD_LENGTH_IN_MINUTES        = {{ par
 # save AVS or OpenDX movies
 MOVIE_SURFACE                   = .false.
 MOVIE_VOLUME                    = .false.
+MOVIE_COARSE                    = .false.
 NTSTEP_BETWEEN_FRAMES           = 100
 HDUR_MOVIE                      = 0.d0
 
@@ -68,7 +72,8 @@ NUMBER_OF_THIS_RUN              = 1
 NUMBER_OF_THIS_RUN              = 1
 
 # path to store the local database files on each node
-LOCAL_PATH                      = /scratch/
+LOCAL_PATH                      = ./DATABASES_MPI
+LOCAL_PATH_IS_ALSO_GLOBAL                      = .true.
 
 # interval at which we output time step info and max of norm of displacement
 NTSTEP_BETWEEN_OUTPUT_INFO      = 100



More information about the CIG-COMMITS mailing list