aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-06-24 15:09:35 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 19:54:44 +0000
commite7d10428c101d9ed67b8da6d13bb3947704ebe41 (patch)
tree23e7295b4a4936bc3736c20df08d9adca1d8a60e /Carpet/CarpetIOHDF5/param.ccl
parent281a4698376ca6baa5195558f625197e820937d8 (diff)
CarpetIOHDF5: New parameter skip_recover_variables
Introduce a new parameter skip_recover_variables that skips recovery on a set of variables.
Diffstat (limited to 'Carpet/CarpetIOHDF5/param.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Carpet/CarpetIOHDF5/param.ccl b/Carpet/CarpetIOHDF5/param.ccl
index e25c993a4..83e8f8935 100644
--- a/Carpet/CarpetIOHDF5/param.ccl
+++ b/Carpet/CarpetIOHDF5/param.ccl
@@ -455,6 +455,11 @@ BOOLEAN open_one_input_file_at_a_time "Open only one HDF5 file at a time when re
"yes" :: "Process input files one after another (reduces memory requirements)"
} "no"
+STRING skip_recover_variables "Skip these variables while recovering" STEERABLE = RECOVER
+{
+ "" :: ""
+} ""
+
INT compression_level "Compression level to use for writing HDF5 data" STEERABLE = ALWAYS
{
0:9 :: "Higher numbers compress better, a value of zero disables compression"