aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: b9e3052d9915a05ad6a15e455c94cc7870de3195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Parameter definitions for thorn IOHDF5Util
# $Header$

#####################
# Compression level
#####################
INT compression_level "Compression level to use for writing HDF5 data"
{
  0:9 :: "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 out_fileinfo
USES INT out3D_downsample_x
USES INT out3D_downsample_y
USES INT out3D_downsample_z