[MOAB-dev] commit/MOAB: danwu: Two minor changes. For __<var_name>_DIMS conventional tag, data type should be H=entity handle instead of C=character. For partition method, TRIVIAL_PARTITION is renamed to TRIVIAL to be consistent with latest code.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Aug 27 16:03:41 CDT 2013


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/b84568015828/
Changeset:   b84568015828
Branch:      master
User:        danwu
Date:        2013-08-27 23:03:29
Summary:     Two minor changes. For __<var_name>_DIMS conventional tag, data type should be H=entity handle instead of C=character. For partition method, TRIVIAL_PARTITION is renamed to TRIVIAL to be consistent with latest code.

Affected #:  1 file

diff --git a/doc/MetaData/metadata.h b/doc/MetaData/metadata.h
index 8f81cff..3e822b9 100644
--- a/doc/MetaData/metadata.h
+++ b/doc/MetaData/metadata.h
@@ -619,7 +619,7 @@ various tags representing information read from the file. These tags are describ
 Reading unstructured NC files in the HOMME format is also supported. Currently a trivial
 element-based partition is the only option for parallel reading. As the data is unstructured, it is necessary to have a connectivity file to define the vertex adjacencies. The default convention is to have a file called HommeMapping.nc in the same directory as the the variable data file. If this convention is not followed, the connectivity file can be specified with the option -O CONN=”/path/to/connectivity.nc”. An example of mbconvert using the parallel read capability is shown below:
 
-<B>  mpiexec -np 2 tools/mbconvert -O TRIVIAL_PARTITION -O DEBUG_IO=1 -o DEBUG_IO=9 -o PARALLEL=WRITE_PART /nfs2/hayes6/meshlab/homme_data/camrun.cam2.h0.0000-01-01-16200.nc output.h5m </B>
+<B>  mpiexec -np 2 tools/mbconvert -O TRIVIAL -O DEBUG_IO=1 -o DEBUG_IO=9 -o PARALLEL=WRITE_PART /nfs2/hayes6/meshlab/homme_data/camrun.cam2.h0.0000-01-01-16200.nc output.h5m </B>
 
 Several other things to note about reading climate data files into MOAB:
 - Time-dependent variables: MOAB currently has no mechanism for time-dependent tags. Therefore, time-dependent variables are represented using one tag per timestep, with the tag name set as the variable name plus the timestep index. Thus, the first few timesteps for the variable TEMPERATURE would be represented in tags named TEMPERATURE0, TEMPERATURE1, etc.
@@ -699,7 +699,7 @@ dimension.
 <tr><td>__<var_name>_DIMS 
 </td>
-<td>C*n 
+<td>H*n 
 </td><td>S</td><td>For each variable, the tag handles for the

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