aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 443efb9..e6b90fd 100644
--- a/param.ccl
+++ b/param.ccl
@@ -179,9 +179,9 @@ STRING filereader_ID_dir "Directory to look for input files" STEERABLE = RECOVER
{
".+" :: "A valid directory name"
} "."
-STRING filereader_ID_files "List of files to read in as initial data" STEERABLE = RECOVER
+STRING filereader_ID_files "List of basenames of files to read in as initial data (e.g. obmit the filename extention here)" STEERABLE = RECOVER
{
- ".+" :: "Space-separated list of initial data filenames"
+ ".+" :: "Space-separated list of initial data filenames (basenames, e.g. excluding the file name extention)"
"^$" :: "An empty string for not recovering initial data"
} ""
STRING filereader_ID_vars "List of variables to read in from the given initial data files" STEERABLE = RECOVER