[cig-commits] [commit] devel, master: turned PostScript output off in EXAMPLES/Tromp2005/Par_file_Tromp2005 because PostScript vector plots cannot be drawn in the SH case (72950cc)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 15:21:13 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem2d/compare/fc67e6fd7ad890705b2b72b4b3c509accb22249e...e9ca46c40131588d89d7b0883250bc6584ce6b4c

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

commit 72950ccf71d885e9f14ab6637f09842eb2ee96c5
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Wed Jun 6 23:50:36 2012 +0000

    turned PostScript output off in EXAMPLES/Tromp2005/Par_file_Tromp2005 because PostScript vector plots cannot be drawn in the SH case


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

72950ccf71d885e9f14ab6637f09842eb2ee96c5
 Tromp2005/Par_file_Tromp2005 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tromp2005/Par_file_Tromp2005 b/Tromp2005/Par_file_Tromp2005
index 844f8b2..d677f14 100644
--- a/Tromp2005/Par_file_Tromp2005
+++ b/Tromp2005/Par_file_Tromp2005
@@ -20,7 +20,7 @@ ATTENUATION_VISCOELASTIC_SOLID  = .false.        # turn attenuation (viscoelasti
 ATTENUATION_PORO_FLUID_PART     = .false.        # turn viscous attenuation on or off for the fluid part of poroelastic parts of the model
 Q0                              =  1             # quality factor for viscous attenuation
 freq0                           =  10            # frequency for viscous attenuation
-p_sv                            = .false.         # set the type of calculation (P-SV or SH/membrane waves)
+p_sv                            = .false.        # set the type of calculation (P-SV or SH/membrane waves)
 
 # time step parameters
 nt                              = 3000           # total number of time steps
@@ -72,7 +72,7 @@ DRAW_WATER_IN_BLUE              = .true.         # display acoustic layers as co
 USE_SNAPSHOT_NUMBER_IN_FILENAME = .false.        # use snapshot number in the file name of JPEG color snapshots instead of the time step
 
 #### for PostScript snapshots ####
-output_postscript_snapshot      = .true.         # output Postscript snapshot of the results
+output_postscript_snapshot      = .false.        # output Postscript snapshot of the results
 imagetype_postscript            = 1              # display 1=displ vector 2=veloc vector 3=accel vector; small arrows are displayed for the vectors
 meshvect                        = .true.         # display mesh on vector plots or not
 modelvect                       = .false.        # display velocity model on vector plots



More information about the CIG-COMMITS mailing list