aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2004-10-01 19:23:52 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2004-10-01 19:23:52 +0000
commit51643738d6f24f963950615d2321dca5ebc86a28 (patch)
treee3de8173dfae780ba98d5c4801794d97cc047276 /param.ccl
parent8933110ac8903c60c2551d29d92702bb07a66686 (diff)
Added a parameter and routine to read in data with timesteps saved in separate
files. For now the filenames has to be in a specific format (for example the filename for iteration 2 for gxx should be gxx_000002.h5 and the filename for iteration 142 should be gxx_000142.h5). This is the format used by the NASA Goddard group. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@187 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 0bb8e7e..bb2aff6 100644
--- a/param.ccl
+++ b/param.ccl
@@ -26,6 +26,12 @@ KEYWORD eh_shift_type "Do we use numerical or analytic metric information"
"analytic" :: "Use external analytic metric"
} "numerical"
+KEYWORD file_type "Are the timesteps in separate files or in one file?"
+{
+ "one_file" :: "All timesteps are in the same file"
+ "sep_time_files" :: "Timesteps are in separete files"
+} "one_file"
+
BOOLEAN read_conformal_factor_once "Should the conformal factor only be read once"
{
} "yes"