aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r--doc/documentation.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index f8fd6aa..413ee38 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -98,8 +98,8 @@ recombiner program.
If you have a lot of different variables to recombine you can use the following
Bourne shell commands to recombine them.
This assumes that the chunked output files for each variable are located in a
-subdirectory {\tt <varname>\_3d/}.
-The recombined output file {\tt <varname>\_3d.ieee} would then be placed into
+subdirectory {\tt <varname>\_<vardim>d/}.
+The recombined output file {\tt <varname>.ieee} would then be placed into
the current working directory:
\begin{verbatim}
@@ -251,7 +251,7 @@ template for building your own data converter program.\\
\end{enumerate}
The example C program goes through all of these steps and creates a datafile
-{\tt x\_3d.ieee} in IEEEIO file layout which contains a single dataset named
+{\tt x.ieee} in IEEEIO file layout which contains a single dataset named
{\tt "grid::x"}, with groupname {\tt "grid::coordinates"}, grouptype {\tt
CCTK\_GF} (thus identifying the variable as a grid function), the timelevel
to restore set to 0, and the total number of timelevels set to 1.\\
@@ -261,7 +261,7 @@ The global attributes are set to
Once you've built and ran the program you can easily verify if it worked
properly with
\begin{verbatim}
- ioinfo -showattrdata x_3d.ieee
+ ioinfo -showattrdata x.ieee
\end{verbatim}
which lists all objects in the datafile along with their values.
Since the single dataset in it only contains zeros