aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIOCheckpoint/param.ccl
blob: 079ebb72c4cc1ce8afc6f4cf51297c15ee2e44c3 (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Parameter definitions for thorn CarpetIOFlexIO
# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/param.ccl,v 1.3 2003/10/02 11:34:03 cvs_anon Exp $



#shares: IO 
#shares: Carpet




private:

BOOLEAN verbose "verbose info output"
{
} "no"


CCTK_STRING out3D_dir "Name of 3D FlexIO output directory, overrides out_dir" STEERABLE = ALWAYS
{
  .* :: "A regex which matches everything"
} "."

CCTK_STRING out3D_vars "Variables to output in 3D FlexIO file format" STEERABLE = ALWAYS
{
  .* :: "A regex which matches everything"
} ""

KEYWORD out3D_format "File format to use for 3D FlexIO output" STEERABLE = ALWAYS
{
  "IEEE" :: "IEEE, readable by the FlexIO library"
  "HDF4" :: "The old HDF format"
  "HDF5" :: "The new HDF format"
} "HDF5"

CCTK_STRING out3D_extension "File extension to use for 3D FlexIO output" STEERABLE = ALWAYS
{
  .* :: "A regex which matches everything"
} ""

CCTK_INT out3D_every "How often to do 3D FlexIO output, overrides out_every" STEERABLE = ALWAYS
{
  -1:* :: "Values <= 0 disable 3D output"
} -1



CCTK_INT out3D_max_num_lower_ghosts "Maximum number of lower ghost zones that are output"
{
  -1  :: "output all ghost zones"
  0:* :: "output that many ghost zones"
} -1

CCTK_INT out3D_max_num_upper_ghosts "Maximum number of upper ghost zones that are output"
{
  -1  :: "output all ghost zones"
  0:* :: "output that many ghost zones"
} -1

BOOLEAN out3D_output_outer_boundary "Output all of the outer boundary ghost zones even if not all ghost zones are output"
{
} "yes"



CCTK_STRING indir3D "Name of 3D FlexIO input directory" STEERABLE = ALWAYS
{
  .* :: "A regex which matches everything"
} "."

CCTK_STRING in3D_vars "Variables to input in 3D FlexIO file format" STEERABLE = ALWAYS
{
  .* :: "A regex which matches everything"
} ""

KEYWORD in3D_format "File format to use for 3D FlexIO input" STEERABLE = ALWAYS
{
  "IEEE" :: "IEEE, readable by the FlexIO library"
  "HDF4" :: "The old HDF format"
  "HDF5" :: "The new HDF format"
} "HDF5"

CCTK_STRING in3D_extension "File extension to use for 3D FlexIO input" STEERABLE = ALWAYS
{
  .* :: "A regex which matches everything"
} ""

BOOLEAN checkpoint "Do checkpointing with IOFlexIO" STEERABLE = ALWAYS
{
} "no"

BOOLEAN checkpoint_next "Checkpoint at next iteration" STEERABLE = ALWAYS
{
} "no"

shares: IO

USES INT     checkpoint_every
USES INT     checkpoint_keep
USES BOOLEAN checkpoint_ID
USES BOOLEAN recover_and_remove
USES BOOLEAN checkpoint_on_terminate
USES KEYWORD recover
USES STRING  recover_file
USES STRING out_dir
USES CCTK_INT out_every