aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/doc
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2006-11-17 13:22:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2006-11-17 13:22:00 +0000
commit8efe00ed0b9af14b82e417c18940d489e90d09cd (patch)
tree71eee325331f80d4a968c9f0e7d5d9e2189abdfd /Carpet/CarpetIOHDF5/doc
parent20401366e370e7d440609b72e1af6f6243c8ae44 (diff)
CarpetIOHDF5: support per-variable output compression levels
Implement variable-specific output request option 'compression_level' so that users can specify eg. IOHDF5::compression_level = 1 IOHDF5::out_vars = "admbase::metric admconstraints::hamiltonian admbase::lapse{ compression_level = 0 }" to request HDF5 dataset compression for every output variable except for the lapse. This modification also requires an update of thorn CactusBase/IOUtil. darcs-hash:20061117132206-776a0-0e1d07a85cf206fa262a94fd0dd63c6f27e50fa2.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/doc')
-rw-r--r--Carpet/CarpetIOHDF5/doc/documentation.tex10
1 files changed, 7 insertions, 3 deletions
diff --git a/Carpet/CarpetIOHDF5/doc/documentation.tex b/Carpet/CarpetIOHDF5/doc/documentation.tex
index c0ca6b0d9..4f449c2fd 100644
--- a/Carpet/CarpetIOHDF5/doc/documentation.tex
+++ b/Carpet/CarpetIOHDF5/doc/documentation.tex
@@ -102,12 +102,13 @@ Parameters to control the \ThisThorn\ I/O method are:
Each group/variable name can have an option string attached in which you
can specify a different output frequency for that individual variable,
- a set of individual refinement levels to be output, or an individual
- output mode, e.g.
+ a set of individual refinement levels to be output, the compression
+ level, or an individual output mode, e.g.
\begin{verbatim}
IOHDF5::out_vars = "wavetoy::phi{ out_every = 4 refinement_levels = { 1 2 } }"
\end{verbatim}
- Option strings currently supported by \ThisThorn\ are: {\tt out\_every, out\_unchunked}, and {\tt refinement\_levels}.
+ Option strings currently supported by \ThisThorn\ are: {\tt out\_every,
+ out\_unchunked}, {\tt refinement\_levels}, and {\tt compression\_level}.
\item {\tt IOHDF5::out\_dir}\\
The directory in which to place the \ThisThorn\ output files.
@@ -125,6 +126,9 @@ Parameters to control the \ThisThorn\ I/O method are:
with increasing values requesting higher compression rates (at the cost
of additional runtime for outputting HDF5 data); a value of zero
(which is the default setting for this parameter) disables compression.
+ The output compression level can also be set
+ for individual variables using the {\tt compression\_level} option in
+ an option string appended to the {\tt IOHDF5::out\_vars} parameter.
\item {\tt IO::out\_single\_precision (steerable)}\\
whether to output double-precision data in single precision