aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl26
1 files changed, 24 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 21cd349..edea376 100644
--- a/param.ccl
+++ b/param.ccl
@@ -311,9 +311,9 @@ string HDF5_file_name_extension "extension for HDF5 data files"
# where
# - the first %s is the base file name,
# - the first %d is the global Cactus time iteration number cctk_iteration,
-# - the second %d is the apparent horizon number, ande
+# - the second %d is the apparent horizon number,
# - the optional third %d is the horizon finder iteration number
-# - the second %s is the file name extension as set by the
+# - the second %s is the file name extension
# {ASCII,HDF5}_data_file_name_extension
#
@@ -334,6 +334,28 @@ string Delta_h_base_file_name \
.+ :: "any nonempty string"
} "Delta_h"
+#
+# Thomas Radke has written a set of OpenDX macros to read AHFinderDirect
+# ASCII (gnuplot) format files. These macros require a "control file"
+# for each patch to specify some of the patch metadata.
+#
+# If we write them, the control file names are given by a printf() format
+# "%s.ah%d.%s", where
+# - the first %s is h_base_file_name
+# - the %d is the apparent horizon number
+# - the second %s is the file name extension OpenDX_control_file_name_extension
+#
+boolean output_OpenDX_control_files \
+ "should we output OpenDX control files to allow reading of AHFinderDirect \
+ 'ASCII (gnuplot)' format data files?"
+{
+} "true"
+string OpenDX_control_file_name_extension \
+ "file name extension for OpenDX control files"
+{
+.+ :: "any nonempty string"
+} "dx"
+
########################################
#