[cig-commits] [commit] devel, master: Modified parameter MOVIE_VOLUME_COARSE to MOVIE_COARSE. This parameter will now work for both MOVIE_VOLUME and MOVIE_SURFACE to output only values at corners of elements. Note that this options so far only works for surface movies with create_movie_GMT_global, not with create_movie_AVS_DX. (85258a8)

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


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

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

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

commit 85258a8d9e3db699f2c5dfca27a1a5ab26062cb3
Author: Vala Hjörleifsdóttir <vala at gps.caltech.edu>
Date:   Fri Apr 18 05:54:56 2008 +0000

    Modified parameter MOVIE_VOLUME_COARSE to MOVIE_COARSE.  This parameter will now work for both MOVIE_VOLUME and MOVIE_SURFACE to output only values at corners of elements.  Note that this options so far only works for surface movies with create_movie_GMT_global, not with create_movie_AVS_DX.


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

85258a8d9e3db699f2c5dfca27a1a5ab26062cb3
 Par_file | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Par_file b/Par_file
index c790e14..749ca14 100644
--- a/Par_file
+++ b/Par_file
@@ -48,8 +48,11 @@ ABSORBING_CONDITIONS            = .false.
 RECORD_LENGTH_IN_MINUTES        = 75.0d0
 
 # save AVS or OpenDX movies
+#MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME) 
+#MOVIE_COARSE does not work with create_movie_AVS_DX
 MOVIE_SURFACE                   = .false.
 MOVIE_VOLUME                    = .false.
+MOVIE_COARSE                    = .false.
 NTSTEP_BETWEEN_FRAMES           = 100
 HDUR_MOVIE                      = 0.d0
 
@@ -59,9 +62,7 @@ HDUR_MOVIE                      = 0.d0
 # start/stop: frames will be stored at MOVIE_START + i*NSTEP_BETWEEN_FRAMES, where i=(0,1,2..) and iNSTEP_BETWEEN_FRAMES <= MOVIE_STOP
 # movie_volume_type: 1=strain, 2=time integral of strain, 3=\mu*time integral of strain
 # type 4 saves the trace and deviatoric stress in the whole volume, 5=displacement, 6=velocity
-#MOVIE_VOLUME_COARSE saves movie only at corners of elements
 MOVIE_VOLUME_TYPE               = 2
-MOVIE_VOLUME_COARSE             = .true.
 MOVIE_TOP_KM                    = -100.0
 MOVIE_BOTTOM_KM                 = 1000.0
 MOVIE_WEST_DEG                  = -90.0



More information about the CIG-COMMITS mailing list