From 51643738d6f24f963950615d2321dca5ebc86a28 Mon Sep 17 00:00:00 2001 From: diener Date: Fri, 1 Oct 2004 19:23:52 +0000 Subject: 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 --- param.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'param.ccl') 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" -- cgit v1.2.3