[cig-commits] [commit] devel, master: Moved all movie-related parameters to the read_parameters file and updated all related calls. (801780e)

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


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

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

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

commit 801780e0686ff1c8390be67a0fb3210b384c5cf4
Author: Jeroen Tromp <jtromp at princeton.edu>
Date:   Fri Jul 11 21:13:06 2003 +0000

    Moved all movie-related parameters to the read_parameters file and updated all related calls.


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

801780e0686ff1c8390be67a0fb3210b384c5cf4
 Par_file                  | 12 +++++++++---
 Par_file_144_ES           |  7 +++++++
 Par_file_240              |  6 ++++++
 Par_file_ES_1152_4sec     |  7 +++++++
 Par_file_ES_48nodes_NGLL9 |  7 +++++++
 Par_file_ES_512_8.5sec    |  7 +++++++
 Par_file_ES_640_6.75sec   |  7 +++++++
 Par_file_ES_864_5sec      |  7 +++++++
 Par_file_sebastien        |  7 +++++++
 9 files changed, 64 insertions(+), 3 deletions(-)

diff --git a/Par_file b/Par_file
index d9f7169..33a18fd 100644
--- a/Par_file
+++ b/Par_file
@@ -17,7 +17,7 @@ NPROC_XI                 = 5
 NPROC_ETA                = 5
 
 ! time step in seconds
-DT                       = 0.28
+DT                       = 0.26
 
 ! total number of time steps
 NSTEP                    = 14000
@@ -54,10 +54,10 @@ NER_ICB_BOTTOMDBL        = 6
 NER_TOP_CENTRAL_CUBE_ICB = 3
 
 ! path to store the local database files on each node
-LOCAL_PATH               = /scratch/DATABASES_MPI_DIMITRI
+LOCAL_PATH               = /scratch/DATABASES_MPI_JEROEN
 
 ! machine file for MPI
-MACHINE_FILE             = mymachines_gurnis
+MACHINE_FILE             = mymachines
 
 ! interval in time steps for temporary writing of seismograms
 NSEIS                    = 50000
@@ -65,6 +65,12 @@ NSEIS                    = 50000
 ! number of point sources
 NSOURCES                 = 1
 
+! movies
+MOVIE_SURFACE            = .true.
+MOVIE_VOLUME             = .true.
+NMOVIE                   = 100
+HDUR_MIN_MOVIES          = 20.0d0
+
  !
  ! mesh statistics:
  ! ---------------
diff --git a/Par_file_144_ES b/Par_file_144_ES
index 9ada978..a14c912 100644
--- a/Par_file_144_ES
+++ b/Par_file_144_ES
@@ -65,6 +65,13 @@ NSEIS                    = 500000
 ! number of point sources
 NSOURCES                 = 1
 
+! movies
+MOVIE_SURFACE            = .false.
+MOVIE_VOLUME             = .false.
+NMOVIE                   = 100
+HDUR_MIN_MOVIES          = 20.0d0
+
+
  !
  ! mesh statistics:
  ! ---------------
diff --git a/Par_file_240 b/Par_file_240
index 5c79ae9..050f734 100644
--- a/Par_file_240
+++ b/Par_file_240
@@ -65,6 +65,12 @@ NSEIS                    = 5000
 ! number of point sources
 NSOURCES                 = 1
 
+! movies
+MOVIE_SURFACE            = .false.
+MOVIE_VOLUME             = .false.
+NMOVIE                   = 100
+HDUR_MIN_MOVIES          = 20.0d0
+
  !
  ! mesh statistics:
  ! ---------------
diff --git a/Par_file_ES_1152_4sec b/Par_file_ES_1152_4sec
index acf3836..61bbed8 100644
--- a/Par_file_ES_1152_4sec
+++ b/Par_file_ES_1152_4sec
@@ -65,6 +65,13 @@ NSEIS                    = 500000
 ! number of point sources
 NSOURCES                 = 1
 
+! movies
+MOVIE_SURFACE            = .false.
+MOVIE_VOLUME             = .false.
+NMOVIE                   = 100
+HDUR_MIN_MOVIES          = 20.0d0
+
+
 
 ! comments only below here
  -----------------------------------------------------------
diff --git a/Par_file_ES_48nodes_NGLL9 b/Par_file_ES_48nodes_NGLL9
index d39d07d..e0256c4 100644
--- a/Par_file_ES_48nodes_NGLL9
+++ b/Par_file_ES_48nodes_NGLL9
@@ -65,6 +65,13 @@ NSEIS                    = 500000
 ! number of point sources
 NSOURCES                 = 1
 
+! movies
+MOVIE_SURFACE            = .false.
+MOVIE_VOLUME             = .false.
+NMOVIE                   = 100
+HDUR_MIN_MOVIES          = 20.0d0
+
+
  !
  ! mesh statistics:
  ! ---------------
diff --git a/Par_file_ES_512_8.5sec b/Par_file_ES_512_8.5sec
index 25da61b..835f350 100644
--- a/Par_file_ES_512_8.5sec
+++ b/Par_file_ES_512_8.5sec
@@ -65,6 +65,13 @@ NSEIS                    = 500000
 ! number of point sources
 NSOURCES                 = 1
 
+! movies
+MOVIE_SURFACE            = .false.
+MOVIE_VOLUME             = .false.
+NMOVIE                   = 100
+HDUR_MIN_MOVIES          = 20.0d0
+
+
 
 ! comments only below here
  -----------------------------------------------------------
diff --git a/Par_file_ES_640_6.75sec b/Par_file_ES_640_6.75sec
index f11664a..d3f9bce 100644
--- a/Par_file_ES_640_6.75sec
+++ b/Par_file_ES_640_6.75sec
@@ -65,6 +65,13 @@ NSEIS                    = 500000
 ! number of point sources
 NSOURCES                 = 1
 
+! movies
+MOVIE_SURFACE            = .false.
+MOVIE_VOLUME             = .false.
+NMOVIE                   = 100
+HDUR_MIN_MOVIES          = 20.0d0
+
+
 
 ! comments only below here
  -----------------------------------------------------------
diff --git a/Par_file_ES_864_5sec b/Par_file_ES_864_5sec
index 03d8731..0e6fa9c 100644
--- a/Par_file_ES_864_5sec
+++ b/Par_file_ES_864_5sec
@@ -65,6 +65,13 @@ NSEIS                    = 500000
 ! number of point sources
 NSOURCES                 = 1
 
+! movies
+MOVIE_SURFACE            = .false.
+MOVIE_VOLUME             = .false.
+NMOVIE                   = 100
+HDUR_MIN_MOVIES          = 20.0d0
+
+
 
 ! comments only below here
  -----------------------------------------------------------
diff --git a/Par_file_sebastien b/Par_file_sebastien
index afffbe6..b81a5b7 100755
--- a/Par_file_sebastien
+++ b/Par_file_sebastien
@@ -65,3 +65,10 @@ NSEIS                    = 50000
 ! number of point sources
 NSOURCES                 = 1
 
+! movies
+MOVIE_SURFACE            = .false.
+MOVIE_VOLUME             = .false.
+NMOVIE                   = 100
+HDUR_MIN_MOVIES          = 20.0d0
+
+



More information about the CIG-COMMITS mailing list