[cig-commits] r9260 - doc/cigma/manual/figures/scripts

luis at geodynamics.org luis at geodynamics.org
Wed Feb 6 13:22:24 PST 2008


Author: luis
Date: 2008-02-06 13:22:24 -0800 (Wed, 06 Feb 2008)
New Revision: 9260

Modified:
   doc/cigma/manual/figures/scripts/ssng-p0500-g0500.sh
Log:
Updated strike-slip comparison script


Modified: doc/cigma/manual/figures/scripts/ssng-p0500-g0500.sh
===================================================================
--- doc/cigma/manual/figures/scripts/ssng-p0500-g0500.sh	2008-02-06 21:16:01 UTC (rev 9259)
+++ doc/cigma/manual/figures/scripts/ssng-p0500-g0500.sh	2008-02-06 21:22:24 UTC (rev 9260)
@@ -1,33 +1,45 @@
 #!/bin/bash
 
 bm=bmssnog
-bmfile=$bm.h5
+bmfile=$HOME/benchmarks/$bm.h5
 prefix=ssng-p0500-g0500
 
 #########
 
 echo "---------------------------------------------"
 var=variables/displacement/step00000
-cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var    \
+cigma compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var    \
               --second=$bmfile:/geofest/${bm}_tet4_0500m/$var         \
+              --first-mesh=$bmfile:/mesh/${bm}_tet4_0500m             \
+              --second-mesh=$bmfile:/mesh/${bm}_tet4_0500m            \
+              --verbose --output-frequency=10000                      \
               --output=$prefix.disp-000.vtk 
 
 echo "---------------------------------------------" 
 var=variables/displacement/step00010
-cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var    \
+cigma compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var    \
               --second=$bmfile:/geofest/${bm}_tet4_0500m/$var         \
+              --first-mesh=$bmfile:/mesh/${bm}_tet4_0500m             \
+              --second-mesh=$bmfile:/mesh/${bm}_tet4_0500m            \
+              --verbose --output-frequency=10000                      \
               --output=$prefix.disp-010.vtk 
 
 echo "---------------------------------------------" 
 var=variables/displacement/step00050
-cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var    \
+cigma compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var    \
               --second=$bmfile:/geofest/${bm}_tet4_0500m/$var         \
+              --first-mesh=$bmfile:/mesh/${bm}_tet4_0500m             \
+              --second-mesh=$bmfile:/mesh/${bm}_tet4_0500m            \
+              --verbose --output-frequency=10000                      \
               --output=$prefix.disp-050.vtk 
 
 echo "---------------------------------------------" 
 var=variables/displacement/step00100
-cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var    \
+cigma compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var    \
               --second=$bmfile:/geofest/${bm}_tet4_0500m/$var         \
+              --first-mesh=$bmfile:/mesh/${bm}_tet4_0500m             \
+              --second-mesh=$bmfile:/mesh/${bm}_tet4_0500m            \
+              --verbose --output-frequency=10000                      \
               --output=$prefix.disp-100.vtk 
 
 #########
@@ -36,31 +48,43 @@
 t=step00000
 var1=variables/velocity/$t
 var2=variables/del_displacement/$t
-cigma-compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var1   \
+cigma compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var1   \
               --second=$bmfile:/geofest/${bm}_tet4_0500m/$var2        \
+              --first-mesh=$bmfile:/mesh/${bm}_tet4_0500m             \
+              --second-mesh=$bmfile:/mesh/${bm}_tet4_0500m            \
+              --verbose --output-frequency=10000                      \
               --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   \
+cigma compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var1   \
               --second=$bmfile:/geofest/${bm}_tet4_0500m/$var2        \
+              --first-mesh=$bmfile:/mesh/${bm}_tet4_0500m             \
+              --second-mesh=$bmfile:/mesh/${bm}_tet4_0500m            \
+              --verbose --output-frequency=10000                      \
               --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   \
+cigma compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var1   \
               --second=$bmfile:/geofest/${bm}_tet4_0500m/$var2        \
+              --first-mesh=$bmfile:/mesh/${bm}_tet4_0500m             \
+              --second-mesh=$bmfile:/mesh/${bm}_tet4_0500m            \
+              --verbose --output-frequency=10000                      \
               --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   \
+cigma compare --first=$bmfile:/pylith/${bm}_tet4_0500m_new_bc/$var1   \
               --second=$bmfile:/geofest/${bm}_tet4_0500m/$var2        \
+              --first-mesh=$bmfile:/mesh/${bm}_tet4_0500m             \
+              --second-mesh=$bmfile:/mesh/${bm}_tet4_0500m            \
+              --verbose --output-frequency=10000                      \
               --output=$prefix.velo-100.vtk 
 



More information about the cig-commits mailing list