aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: ffcd6f361c1c79803b84907314f5ef0128924bdc (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Parameter definitions for thorn IOPanda


#############################################################################
### declare IOPanda parameters
#############################################################################
private:


########################
# How often to do output
########################
INT out_every "How often to do IOPanda output, overrides IO::out_every"      \
    STEERABLE = ALWAYS
{
  -1:* :: "Values <= 0 disable IOPanda output"
} -1


####################
# Output directories
####################
STRING outdir "Name of IOPanda output directory, overrides IO::outdir"
{
  .* :: A regex which matces everything
} "."


##########################
# What variables to output
##########################
STRING out_vars "Variables to output in IOPanda file format" STEERABLE = ALWAYS
{
  .* :: A regex which matches everything
} ""


#############################################################################
### import IOUtil parameters
#############################################################################
shares: IO

####################
# Output directories
####################
# FIXME: need USES AS
#USES STRING outdir 


########################
# How often to do output
########################
# FIXME: need USES AS
#USES INT out_every 


################
# various things
################
USES BOOLEAN verbose 
USES KEYWORD newverbose 
USES BOOLEAN out_fileinfo 
USES BOOLEAN out3D_parameters 


#######################
# Specific to 3D output
#######################
USES KEYWORD out3D_mode 

USES INT out3D_procs 
USES BOOLEAN out3D_septimefiles 
USES BOOLEAN out3D_unchunked 


##############################################
# Downsampling parameters (only for 3D output)
##############################################
USES BOOLEAN out3D_single