[cig-commits] r18226 - in seismo/3D/SPECFEM3D_GLOBE/trunk: UTILS/Visualization/GMT doc/USER_MANUAL

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon Apr 11 13:00:00 PDT 2011


Author: dkomati1
Date: 2011-04-11 13:00:00 -0700 (Mon, 11 Apr 2011)
New Revision: 18226

Added:
   seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Visualization/GMT/README.txt
Removed:
   seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Visualization/GMT/readme.txt
Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.pdf
   seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex
Log:
added a comment about how to generate movies using GMT.


Copied: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Visualization/GMT/README.txt (from rev 18219, seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Visualization/GMT/readme.txt)
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Visualization/GMT/README.txt	                        (rev 0)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Visualization/GMT/README.txt	2011-04-11 20:00:00 UTC (rev 18226)
@@ -0,0 +1,65 @@
+--------------------------------
+readme
+--------------------------------
+
+GMT, the Generic Mapping Tools 
+http://www.soest.hawaii.edu/GMT/ 
+
+
+
+- procedure to make a GMT image:
+
+1. run specfem with the movie options (see Par_file):
+
+   MOVIE_SURFACE = .true.
+   MOVIE_COARSE  = .false.
+   
+   and adjust the time steps NSTEP_BETWEEN_FRAMES   
+   
+   this creates binary files in directory OUTPUT_FILES/ like: moviedata000100,...
+
+
+now, you have basically two options:
+
+
+2.A) convert binary files to GMT-files:
+
+   in SPECFEM3D_GLOBE:  > make xcreate_movie_AVS_DX
+                          
+	         run it > ./xcreate_movie_AVS_DX
+
+                          choose option 4 for individual files
+                          
+   outputs file like: OUTPUT_FILES/gmt_movie_000100.xyz
+   
+
+  - render gif files using GMT:
+
+    > ./plot_gmt_movie_file.pl OUTPUT_FILES/gmt_movie*.xyz
+
+
+
+2.B) convert binary files to GMT-files:
+
+   in SPECFEM3D_GLOBE:  > make xcreate_movie_GMT_global
+   
+	         run it > ./xcreate_movie_GMT_global
+
+                          choose either option for ascii (F) or binary (T)
+                          to create individual files
+
+
+  - render ascii files to create ps files using GMT:
+
+    > ./plot_movie_GMT_ascii.pl OUTPUT_FILES/ascii_movie_00***.d
+
+
+  - render binary files to create PNG files using GMT:
+
+    > ./plot_movie_GMT_binary.pl OUTPUT_FILES/bin_movie_00***.d
+
+
+please, change the rendering scripts plot_movie_GMT_ascii.pl, etc.
+according to your needs.
+
+note: these scripts make use of commands from ImageMagick (http://www.imagemagick.org)
\ No newline at end of file

Deleted: seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Visualization/GMT/readme.txt
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Visualization/GMT/readme.txt	2011-04-11 19:50:33 UTC (rev 18225)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/UTILS/Visualization/GMT/readme.txt	2011-04-11 20:00:00 UTC (rev 18226)
@@ -1,65 +0,0 @@
---------------------------------
-readme
---------------------------------
-
-GMT, the Generic Mapping Tools 
-http://www.soest.hawaii.edu/GMT/ 
-
-
-
-- procedure to make a GMT image:
-
-1. run specfem with the movie options (see Par_file):
-
-   MOVIE_SURFACE = .true.
-   MOVIE_COARSE  = .false.
-   
-   and adjust the time steps NSTEP_BETWEEN_FRAMES   
-   
-   this creates binary files in directory OUTPUT_FILES/ like: moviedata000100,...
-
-
-now, you have basically two options:
-
-
-2.A) convert binary files to GMT-files:
-
-   in SPECFEM3D_GLOBE:  > make xcreate_movie_AVS_DX
-                          
-	         run it > ./xcreate_movie_AVS_DX
-
-                          choose option 4 for individual files
-                          
-   outputs file like: OUTPUT_FILES/gmt_movie_000100.xyz
-   
-
-  - render gif files using GMT:
-
-    > ./plot_gmt_movie_file.pl OUTPUT_FILES/gmt_movie*.xyz
-
-
-
-2.B) convert binary files to GMT-files:
-
-   in SPECFEM3D_GLOBE:  > make xcreate_movie_GMT_global
-   
-	         run it > ./xcreate_movie_GMT_global
-
-                          choose either option for ascii (F) or binary (T)
-                          to create individual files
-
-
-  - render ascii files to create ps files using GMT:
-
-    > ./plot_movie_GMT_ascii.pl OUTPUT_FILES/ascii_movie_00***.d
-
-
-  - render binary files to create PNG files using GMT:
-
-    > ./plot_movie_GMT_binary.pl OUTPUT_FILES/bin_movie_00***.d
-
-
-please, change the rendering scripts plot_movie_GMT_ascii.pl, etc.
-according to your needs.
-
-note: these scripts make use of commands from ImageMagick (http://www.imagemagick.org)
\ No newline at end of file

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.pdf
===================================================================
(Binary files differ)

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex	2011-04-11 19:50:33 UTC (rev 18225)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/doc/USER_MANUAL/manual_SPECFEM3D_GLOBE.tex	2011-04-11 20:00:00 UTC (rev 18226)
@@ -2188,6 +2188,8 @@
 outputs ASCII xyz files, convenient for use with GMT. This codes uses
 significantly less memory than \texttt{create\_movie\_AVS\_DX.f90}
 and is therefore useful for high resolution runs.
+A README file and sample Perl scripts to create movies using GMT are provided in directory
+\texttt{UTILS/Visualization/GMT}.
 
 %
 \begin{figure}[H]



More information about the CIG-COMMITS mailing list