[cig-commits] r9149 - doc/cigma/manual/figures

luis at geodynamics.org luis at geodynamics.org
Mon Jan 28 13:03:52 PST 2008


Author: luis
Date: 2008-01-28 13:03:52 -0800 (Mon, 28 Jan 2008)
New Revision: 9149

Added:
   doc/cigma/manual/figures/rsng-p0500-g0500.sh
   doc/cigma/manual/figures/ssng-p0250-g0500.sh
   doc/cigma/manual/figures/ssng-p0500-g0500.sh
Log:
Scripts to recreate data for figures in the user manual.


Added: doc/cigma/manual/figures/rsng-p0500-g0500.sh
===================================================================
--- doc/cigma/manual/figures/rsng-p0500-g0500.sh	                        (rev 0)
+++ doc/cigma/manual/figures/rsng-p0500-g0500.sh	2008-01-28 21:03:52 UTC (rev 9149)
@@ -0,0 +1,66 @@
+#!/bin/bash
+
+bm=bmrsnog
+bmfile=$bm.h5
+prefix=rsng-p0500-g0500
+
+#########
+
+echo "---------------------------------------------------------------"
+var=variables/displacement/step00000
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m/$var          \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m_A/$var      \
+              --output=$prefix.disp-000.vtk
+
+echo "---------------------------------------------------------------"
+var=variables/displacement/step00010
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m/$var          \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m_A/$var      \
+              --output=$prefix.disp-010.vtk
+
+echo "---------------------------------------------------------------"
+var=variables/displacement/step00050
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m/$var          \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m_A/$var      \
+              --output=$prefix.disp-050.vtk
+
+echo "---------------------------------------------------------------"
+var=variables/displacement/step00100
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m/$var          \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m_A/$var      \
+              --output=$prefix.disp-100.vtk
+
+#########
+
+echo "---------------------------------------------------------------"
+t=step00000
+var1=variables/velocity/$t
+var2=variables/del_displacement/$t
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m/$var1         \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m_A/$var2     \
+              --output=$prefix.velo-000.vtk
+
+echo "---------------------------------------------------------------"
+t=step00010
+var1=variables/velocity/$t
+var2=variables/del_displacement/$t
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m/$var1         \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m_A/$var2     \
+              --output=$prefix.velo-010.vtk
+
+echo "---------------------------------------------------------------"
+t=step00050
+var1=variables/velocity/$t
+var2=variables/del_displacement/$t
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m/$var1         \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m_A/$var2     \
+              --output=$prefix.velo-050.vtk
+
+echo "---------------------------------------------------------------"
+t=step00100
+var1=variables/velocity/$t
+var2=variables/del_displacement/$t
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m/$var1         \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m_A/$var2     \
+              --output=$prefix.velo-100.vtk
+


Property changes on: doc/cigma/manual/figures/rsng-p0500-g0500.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: doc/cigma/manual/figures/ssng-p0250-g0500.sh
===================================================================
--- doc/cigma/manual/figures/ssng-p0250-g0500.sh	                        (rev 0)
+++ doc/cigma/manual/figures/ssng-p0250-g0500.sh	2008-01-28 21:03:52 UTC (rev 9149)
@@ -0,0 +1,25 @@
+#!/bin/bash
+
+bm=bmssnog
+bmfile=$bm.h5
+prefix=ssng-p0250-g0500
+
+#########
+
+echo "---------------------------------------------"
+var=variables/displacement/step00000
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0250m/$var     \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m/$var   \
+              --output=$prefix.disp-000.vtk 
+
+
+#########
+
+echo "---------------------------------------------"
+t=step00000
+var1=variables/velocity/$t
+var2=variables/del_displacement/$t
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0250m/$var1    \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m/$var2  \
+              --output=$prefix.velo-000.vtk 
+


Property changes on: doc/cigma/manual/figures/ssng-p0250-g0500.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: doc/cigma/manual/figures/ssng-p0500-g0500.sh
===================================================================
--- doc/cigma/manual/figures/ssng-p0500-g0500.sh	                        (rev 0)
+++ doc/cigma/manual/figures/ssng-p0500-g0500.sh	2008-01-28 21:03:52 UTC (rev 9149)
@@ -0,0 +1,66 @@
+#!/bin/bash
+
+bm=bmssnog
+bmfile=$bm.h5
+prefix=ssng-p0500-g0500
+
+#########
+
+echo "---------------------------------------------"
+var=variables/displacement/step00000
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var    \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m/$var         \
+              --output=$prefix.disp-000.vtk 
+
+echo "---------------------------------------------" 
+var=variables/displacement/step00010
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var    \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m/$var         \
+              --output=$prefix.disp-010.vtk 
+
+echo "---------------------------------------------" 
+var=variables/displacement/step00050
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var    \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m/$var         \
+              --output=$prefix.disp-050.vtk 
+
+echo "---------------------------------------------" 
+var=variables/displacement/step00100
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var    \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m/$var         \
+              --output=$prefix.disp-100.vtk 
+
+#########
+
+echo "---------------------------------------------" 
+t=step00000
+var1=variables/velocity/$t
+var2=variables/del_displacement/$t
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var1   \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m/$var2        \
+              --output=$prefix.velo-000.vtk 
+
+echo "---------------------------------------------" 
+t=step00010
+var1=variables/velocity/$t
+var2=variables/del_displacement/$t
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var1   \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m/$var2        \
+              --output=$prefix.velo-010.vtk 
+
+echo "---------------------------------------------" 
+t=step00050
+var1=variables/velocity/$t
+var2=variables/del_displacement/$t
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var1   \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m/$var2        \
+              --output=$prefix.velo-050.vtk
+
+echo "---------------------------------------------" 
+t=step00100
+var1=variables/velocity/$t
+var2=variables/del_displacement/$t
+cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var1   \
+              --second=$bmfile:/geofest/${bm}_tet4_0500m/$var2        \
+              --output=$prefix.velo-100.vtk 
+


Property changes on: doc/cigma/manual/figures/ssng-p0500-g0500.sh
___________________________________________________________________
Name: svn:executable
   + *



More information about the cig-commits mailing list