aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-02-20 10:59:54 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-02-20 10:59:54 +0000
commitb657cf6ee8758aea0f9825a40313b1ba91efdead (patch)
tree023d83a416df5da2fe536a737ae3149eb24ebe7d /doc
parent12d117a7eebd529dbf5ac0e41b70a261833de092 (diff)
Added some info about new utility programs.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@99 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index cb6b806..194c1ab 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -160,7 +160,7 @@ it would probably not make much sense to feed this datafile into Cactus for
initializing your x coordinate grid function :-)
%
%
-\subsection{Other utility programs in IOFlexIO}
+\subsection{Other utility programs in IOHDF5}
%
In addition to the HDF5 recombiner program, thorn IOHDF5 also provides
some other utilities which can be build the same way:
@@ -168,8 +168,24 @@ some other utilities which can be build the same way:
\begin{itemize}
\item {\tt hdf5\_convert\_from\_ieeeio.c}\\
Converts a datafile created by thorn IOFlexIO into an HDF5 datafile.
+ \item {\tt hdf5\_merge.c}\\
+ Merges a list of HDF5 input files into a single HDF5 output file.
+ This can be used to concatenate HDF5 output data created as one file per
+ timestep.
+ \item {\tt hdf5\_extract.c}\\
+ Extracts a given list of named objects (groups or datasets) from an HDF5
+ input file and writes them into a new HDF5 output file.
+ This is the reverse operation to what {\tt hdf5\_merge.c} does. Useful eg.
+ for extracting individual timesteps from a time series HDF5 datafile.
+ \item {\tt hdf5\_bitant\_to\_fullmode.c}\\
+ Converts all datasets in a given HDF5 file from bitant into full mode data.
+ This is accomplished by reflecting the data in z-direction with a given
+ stencil width.
\end{itemize}
%
+All utility programs are self-explaining -- just call them without arguments
+to get a short usage info.
+%
If any of these utility programs is called without arguments it will print
a usage message.
%