aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: b29999fff44c57dfc77ec6009b8f3cfc402da2ff (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
# Parameter definitions for thorn IOPanda


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


########################
# How often to do output
########################
INT out3D_every "How often to do 3D output, overrides out_every" STEERABLE = ALWAYS
{
  -1:* ::
} -1


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


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


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

####################
# Output directories
####################
USES STRING outdir 


########################
# How often to do output
########################
USES INT out_every 


################
# various things
################
USES BOOLEAN verbose 
USES BOOLEAN out3D_datestamp 
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