aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl49
1 files changed, 28 insertions, 21 deletions
diff --git a/param.ccl b/param.ccl
index f01a1c7..0d2e70b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -4,27 +4,31 @@
######################
# Hyperslab parameters
######################
-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
+# 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
#############################################################################
@@ -37,4 +41,7 @@ shares: IO
################
USES BOOLEAN verbose
USES BOOLEAN out3D_parameters
-USES KEYWORD out_fileinfo
+USES KEYWORD out_fileinfo
+USES INT out3D_downsample_x
+USES INT out3D_downsample_y
+USES INT out3D_downsample_z