aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: baf413b6d58b01071479d566e9c0540b503bec80 (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
# 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 


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