aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 4 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index a22931d..4febced 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,4 +1,4 @@
-# Parameter definitions for thorn IOUtil
+# Parameter definitione for thorn IOUtil
# $Header$
#############################################################################
@@ -154,7 +154,9 @@ STRING filereader_ID_files "List of files to read in as initial data" STEERABLE
} ""
STRING filereader_ID_vars "List of variables to read in from the given initial data files" STEERABLE = RECOVER
{
- ".+" :: "Space-separated list of fully qualified variable/group names"
+ "all" :: "Read all variables contained in the initial data files"
+ ".+" :: "Space-separated list of fully qualified variable/group names"
+ "^$" :: "An empty string for not recovering initial data"
} "all"
BOOLEAN recover_and_remove "Remove checkpoint file after successful recovery ?" STEERABLE = RECOVER
{