aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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"