aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-01-03 18:50:53 +0000
committerhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-01-03 18:50:53 +0000
commit484a45b907ffc45cb0d3f81bcb109fe3d07bede1 (patch)
tree9751c105738e6e7a440b5ea7a45a3c9d537f8d7c /param.ccl
parent8a261b82b40e89d433499fd8ac82a1050c02bbce (diff)
Add HDF5 output support
One HDF5 file per variable, and one extensible dataset per radius per mode. HDF5 is required only optionally, so this thorn can be compiled without it. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Multipole/trunk@74 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl13
1 files changed, 13 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 2f089dc..9af3650 100644
--- a/param.ccl
+++ b/param.ccl
@@ -137,3 +137,16 @@ CCTK_INT m_mode "all modes: Up to which m mode to calculate/ specific mode: whic
{
-100:* :: "Deprecated"
} -100
+
+CCTK_BOOLEAN output_ascii "Output a simple ASCII file for each mode at each radius"
+{
+} "yes"
+
+CCTK_BOOLEAN output_hdf5 "Output an HDF5 file for each variable containing one dataset per mode at each radius"
+{
+} "no"
+
+CCTK_INT hdf5_chunk_size "How many iterations to preallocate in extensible HDF5 datasets"
+{
+ 1:* :: "Any integer"
+} 200