[MOAB-dev] commit/MOAB: danwu: Renamed existing mesh file camEul26x48x96.t3.nc to eul26x48x96.t.3.nc (the original file name in global attributes), and updated affected test cases. Added three new mesh files (each contains a single timestep of eul26x48x96.t.3.nc) to test reading variables whose timesteps spread across files later.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu May 15 15:06:10 CDT 2014


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/21110caac2ce/
Changeset:   21110caac2ce
Branch:      master
User:        danwu
Date:        2014-05-15 22:05:36
Summary:     Renamed existing mesh file camEul26x48x96.t3.nc to eul26x48x96.t.3.nc (the original file name in global attributes), and updated affected test cases. Added three new mesh files (each contains a single timestep of eul26x48x96.t.3.nc) to test reading variables whose timesteps spread across files later.

Affected #:  8 files

diff --git a/MeshFiles/unittest/io/camEul26x48x96.t3.nc b/MeshFiles/unittest/io/camEul26x48x96.t3.nc
deleted file mode 100644
index fafba2a..0000000
Binary files a/MeshFiles/unittest/io/camEul26x48x96.t3.nc and /dev/null differ

diff --git a/MeshFiles/unittest/io/eul26x48x96.t.3.nc b/MeshFiles/unittest/io/eul26x48x96.t.3.nc
new file mode 100644
index 0000000..fafba2a
Binary files /dev/null and b/MeshFiles/unittest/io/eul26x48x96.t.3.nc differ

diff --git a/MeshFiles/unittest/io/eul26x48x96.t0.nc b/MeshFiles/unittest/io/eul26x48x96.t0.nc
new file mode 100644
index 0000000..453105a
Binary files /dev/null and b/MeshFiles/unittest/io/eul26x48x96.t0.nc differ

diff --git a/MeshFiles/unittest/io/eul26x48x96.t1.nc b/MeshFiles/unittest/io/eul26x48x96.t1.nc
new file mode 100644
index 0000000..61a7c8f
Binary files /dev/null and b/MeshFiles/unittest/io/eul26x48x96.t1.nc differ

diff --git a/MeshFiles/unittest/io/eul26x48x96.t2.nc b/MeshFiles/unittest/io/eul26x48x96.t2.nc
new file mode 100644
index 0000000..239bd83
Binary files /dev/null and b/MeshFiles/unittest/io/eul26x48x96.t2.nc differ

diff --git a/test/io/read_nc.cpp b/test/io/read_nc.cpp
index 3c44083..369df83 100644
--- a/test/io/read_nc.cpp
+++ b/test/io/read_nc.cpp
@@ -4,10 +4,10 @@
 using namespace moab;
 
 #ifdef MESHDIR
-static const char example_eul[] = STRINGIFY(MESHDIR) "/io/camEul26x48x96.t3.nc";
+static const char example_eul[] = STRINGIFY(MESHDIR) "/io/eul26x48x96.t.3.nc";
 static const char example_fv[] = STRINGIFY(MESHDIR) "/io/fv26x46x72.t.3.nc";
 #else
-static const char example_eul[] = "/io/camEul26x48x96.t3.nc";
+static const char example_eul[] = "/io/eul26x48x96.t.3.nc";
 static const char example_fv[] = "/io/fv26x46x72.t.3.nc";
 #endif
 

diff --git a/test/io/write_nc.cpp b/test/io/write_nc.cpp
index 58e203e..b0dc3db 100644
--- a/test/io/write_nc.cpp
+++ b/test/io/write_nc.cpp
@@ -4,13 +4,13 @@
 using namespace moab;
 
 #ifdef MESHDIR
-static const char example_eul[] = STRINGIFY(MESHDIR) "/io/camEul26x48x96.t3.nc";
+static const char example_eul[] = STRINGIFY(MESHDIR) "/io/eul26x48x96.t.3.nc";
 static const char example_fv[] = STRINGIFY(MESHDIR) "/io/fv26x46x72.t.3.nc";
 static const char example_homme[] = STRINGIFY(MESHDIR) "/io/homme26x3458.t.3.nc";
 static const char example_mpas[] = STRINGIFY(MESHDIR) "/io/mpasx1.642.t.2.nc";
 static const char example_gcrm[] = STRINGIFY(MESHDIR) "/io/gcrm_r3.nc";
 #else
-static const char example_eul[] = "/io/camEul26x48x96.t3.nc";
+static const char example_eul[] = "/io/eul26x48x96.t.3.nc";
 static const char example_fv[] = "/io/fv26x46x72.t.3.nc";
 static const char example_homme[] = "/io/homme26x3458.t.3.nc";
 static const char example_mpas[] = "/io/mpasx1.642.t.2.nc";

diff --git a/test/parallel/scdpart.cpp b/test/parallel/scdpart.cpp
index 3719c15..87bdab5 100644
--- a/test/parallel/scdpart.cpp
+++ b/test/parallel/scdpart.cpp
@@ -8,9 +8,9 @@
 using namespace moab;
 
 #ifdef MESHDIR
-static const char example[] = STRINGIFY(MESHDIR) "/io/camEul26x48x96.t3.nc";
+static const char example[] = STRINGIFY(MESHDIR) "/io/eul26x48x96.t.3.nc";
 #else
-static const char example[] = "/io/camEul26x48x96.t3.nc";
+static const char example[] = "/io/eul26x48x96.t.3.nc";
 #endif
 
 void test_read_parallel(int nverts);

Repository URL: https://bitbucket.org/fathomteam/moab/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the moab-dev mailing list