aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/param.ccl
blob: 726a09b0d4f125610ce5894a693f405c1ae0136b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Parameter definitions for thorn CarpetIOF5

STRING out_dir "Output directory, overrides 'IO::out_dir'" STEERABLE = ALWAYS
{
  "^$" :: "Empty: use IO::out_dir"
  ".+" :: "Not empty: directory name"
} ""

STRING out_extension "File extension for CarpetIOF5 output" STEERABLE = ALWAYS
{
  ".*" :: "File extension (including a leading dot, if desired)"
} ".f5"

STRING out_vars "Variables and groups which should be output in the F5 file format" STEERABLE = ALWAYS
{
  .* :: "List of group or variable names"
} ""