[cig-commits] [commit] : updated notes for generating m16 socal model (f952107)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 14 20:16:56 PST 2013


Repository : ssh://geoshell/specfem3d

On branch  : 
Link       : https://github.com/geodynamics/specfem2d/compare/1e201257d91c794056b990a43329e05d04f77454...0000000000000000000000000000000000000000

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

commit f95210789092f884a628759c5d3ca8afdbfea371
Author: Carl Tape <carltape at gi.alaska.edu>
Date:   Wed Aug 17 00:22:05 2011 +0000

    updated notes for generating m16 socal model


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

f95210789092f884a628759c5d3ca8afdbfea371
 combine_vol_data.f90 | 34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

diff --git a/combine_vol_data.f90 b/combine_vol_data.f90
index c6a2921..cf77aa5 100644
--- a/combine_vol_data.f90
+++ b/combine_vol_data.f90
@@ -67,11 +67,13 @@
       print *, ' files have been collected in input_dir, output mesh file goes to output_dir '
       print *, ' give 0 for low resolution and 1 for high resolution'
       stop ' Reenter command line options'
+    else
+      print *, i, trim(arg(i))
     endif
   enddo
 
 ! get slice list
-  if (trim(arg(6)) == '') then
+!  if (trim(arg(6)) == '') then
     num_node = 0
     open(unit = 20, file = trim(arg(1)), status = 'unknown',iostat = ios)
     if (ios /= 0) then
@@ -91,18 +93,18 @@
     indir= arg(3)
     outdir = arg(4)
     read(arg(5),*) ires
-  else
-    read(arg(1),*) proc1
-    read(arg(2),*) proc2
-    do iproc = proc1, proc2
-      node_list(iproc - proc1 + 1) = iproc
-    enddo
-    num_node = proc2 - proc1 + 1
-    filename = arg(3)
-    indir = arg(4)
-    outdir = arg(5)
-    read(arg(6),*) ires
-  endif
+!  else
+!    read(arg(1),*) proc1
+!    read(arg(2),*) proc2
+!    do iproc = proc1, proc2
+!      node_list(iproc - proc1 + 1) = iproc
+!    enddo
+!    num_node = proc2 - proc1 + 1
+!    filename = arg(3)
+!    indir = arg(4)
+!    outdir = arg(5)
+!    read(arg(6),*) ires
+!  endif
 
   if (ires == 0) then
     HIGH_RESOLUTION_MESH = .false.
@@ -314,7 +316,11 @@
       enddo !ispec
     endif
 
-    if (numpoin /= npoint) stop 'Error: number of points are not consistent'
+    if (numpoin /= npoint) then
+       print *, 'numpoin = ',numpoin
+       print *, 'npoint = ',npoint
+       stop 'Error: number of points are not consistent'
+    endif
     np = np + npoint
 
   enddo  ! all slices for points



More information about the CIG-COMMITS mailing list