aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO/param.ccl
blob: 21adb4df9af4e4b7402d7381ca7c131637cfb5f9 (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
# Parameter definitions for thorn CarpetIOFlexIO
# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/param.ccl,v 1.1 2001/03/15 23:28:45 eschnett Exp $



shares: IO

USES STRING outdir

USES CCTK_INT out_every



restricted:



CCTK_STRING outdir3D "Name of 3D FlexIO output directory, overrides outdir" 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_INT out3D_every "How often to do 3D FlexIO output, overrides out_every" STEERABLE = ALWAYS
{
  -1:* :: "Values <= 0 disable 3D output"
} -1