aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/LoopControl/param.ccl')
-rw-r--r--Carpet/LoopControl/param.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/Carpet/LoopControl/param.ccl b/Carpet/LoopControl/param.ccl
index 2a2ddefe8..42246a6af 100644
--- a/Carpet/LoopControl/param.ccl
+++ b/Carpet/LoopControl/param.ccl
@@ -12,6 +12,18 @@ BOOLEAN selftest "Run a self test with every loop (expensive)" STEERABLE=always
{
} "no"
+STRING statistics_filename "File name for LoopControl statistics" STEERABLE=always
+{
+ "" :: "disable statistics output"
+ ".+" :: "file name"
+} "LoopControl-statistics.txt"
+
+SHARES: IO
+
+USES STRING out_dir
+
+PRIVATE:
+
KEYWORD initial_setup "Initial configuration" STEERABLE=always