aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2009-08-12 18:23:15 +0000
committerknarf <knarf@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2009-08-12 18:23:15 +0000
commit47aeeabf54e55d4fc8bf3a8841f5a8cd0ed7d433 (patch)
treea813d01ae335923399abadff90575c70acbcd937
parent18b3328ab8d565214a9a63bdac5e923045a5358c (diff)
Mention that you have to obmit file extensions in the filereader, because they are added in the filereader itself. Otherwise the filereader looks for "filename.h5.h5" when you specify "filename.h5" as "filereader_ID_files"
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@271 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-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