aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl47
1 files changed, 9 insertions, 38 deletions
diff --git a/param.ccl b/param.ccl
index 6402d83..ee2b37e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,53 +1,24 @@
# Parameter definitions for thorn IOHDF5Util
# $Header$
-#####################
+#############################################################################
+### declare IOHDF5 parameters
+#############################################################################
+private:
+
+###################
# Compression level
-#####################
+###################
INT compression_level "Compression level to use for writing HDF5 data"
{
- 0:9 :: "A value of zero disables compression"
+ 0:9 :: "Higher numbers compress better, a value of zero disables compression"
} 0
-######################
-# Hyperslab parameters
-######################
-
-# TR: temporarily commented out hyperslab parameters
-# until parsing is fully implemented
-
-#STRING origin "Default origin"
-#{
-# .* :: "Comma separated list of positive integer values"
-#} "0,0,0"
-#STRING downsampling "Default downsampling"
-#{
-# .* :: "Comma separated list of positive integer values"
-#} "1,1,1"
-#STRING length "Default length of the hyperslab to stream"
-#{
-# .* :: "Comma separated list of integer values"
-#} "-1,-1,-1"
-#STRING direction "Default direction of hyperslab to stream"
-#{
-# .* :: "Comma separated list of positive integer values"
-#} "0,1,2"
-#
-#CCTK_INT slabdim "default dimension of slab"
-#{
-# 1:3 :: "dimension of slab (1,2,3)"
-#} 3
-
-
#############################################################################
### import IOUtil parameters
#############################################################################
shares: IO
-################
-# various things
-################
-USES BOOLEAN verbose
-USES BOOLEAN out3D_parameters
+USES KEYWORD verbose
USES KEYWORD out_fileinfo