aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-05-26 15:55:33 -0400
committerErik Schnetter <schnetter@gmail.com>2013-05-26 15:55:33 -0400
commit84e390d73ab7148814b19d4758ff90564c3f1c5d (patch)
tree93cc0c4ef78338a6cf9879016a9a1e6518a237ac /Carpet/CarpetIOASCII/param.ccl
parent9748e3a83336a9ccae73a66481530f8049e8c78d (diff)
CarpetIO*: New parameter CarpetIO*::out_group_separator
out_group_separator chooses the string by which thorn name and group name are separated in file names. The default is "::" for backward compatibility. This parameter only affects output where CarpetIO*::one_file_per_group is set; otherwise, the thorn name does not appear in the file name.
Diffstat (limited to 'Carpet/CarpetIOASCII/param.ccl')
-rw-r--r--Carpet/CarpetIOASCII/param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Carpet/CarpetIOASCII/param.ccl b/Carpet/CarpetIOASCII/param.ccl
index 9cbdf0ca6..2d78d5374 100644
--- a/Carpet/CarpetIOASCII/param.ccl
+++ b/Carpet/CarpetIOASCII/param.ccl
@@ -53,6 +53,11 @@ BOOLEAN one_file_per_group "Write one file per group instead of per variable"
{
} "no"
+STRING out_group_separator "String to separate group from variable name in file name" STEERABLE = ALWAYS
+{
+ "" :: ""
+} "::"
+
BOOLEAN output_all_timelevels "Output all timelevels instead of only the current" STEERABLE = ALWAYS