aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetDev/CarpetIOF5/param.ccl')
-rw-r--r--CarpetDev/CarpetIOF5/param.ccl27
1 files changed, 27 insertions, 0 deletions
diff --git a/CarpetDev/CarpetIOF5/param.ccl b/CarpetDev/CarpetIOF5/param.ccl
index 6f1b1f9f5..ee44950de 100644
--- a/CarpetDev/CarpetIOF5/param.ccl
+++ b/CarpetDev/CarpetIOF5/param.ccl
@@ -2,19 +2,30 @@
SHARES: IO
+USES STRING filereader_ID_dir AS IO_filereader_ID_dir
+
USES STRING out_dir AS IO_out_dir
USES INT out_every AS IO_out_every
USES INT out_timesteps_per_file
+USES STRING recover_dir AS IO_recover_dir
+
USES BOOLEAN checkpoint_ID
USES INT checkpoint_every
USES BOOLEAN checkpoint_on_terminate
+USES STRING checkpoint_dir AS IO_checkpoint_dir
PRIVATE:
+STRING filereader_ID_dir "Input directory (overrides IO::filereader_ID_dir)" STEERABLE=always
+{
+ "^$" :: "Empty: use IO::filereader_ID_dir"
+ ".+" :: "Not empty: directory name"
+} ""
+
STRING out_dir "Output directory (overrides IO::out_dir)" STEERABLE=always
{
"^$" :: "Empty: use IO::out_dir"
@@ -77,6 +88,10 @@ BOOLEAN separate_single_component_tensors "Use a separated representation even f
{
} "no"
+BOOLEAN fragment_contiguous_components "Use a fragmented representation even for linear representations" STEERABLE=always
+{
+} "no"
+
BOOLEAN output_all_timelevels "Output all timelevels (instead of only the current)" STEERABLE=always
@@ -102,6 +117,12 @@ BOOLEAN output_boundary_points "Output outer boundary points" STEERABLE=always
+STRING recover_dir "Recover directory (overrides IO::recover_dir)" STEERABLE=always
+{
+ "^$" :: "Empty: use IO::recover_dir"
+ ".+" :: "Not empty: directory name"
+} ""
+
BOOLEAN checkpoint "Checkpoint" STEERABLE=always
{
} "no"
@@ -110,6 +131,12 @@ BOOLEAN checkpoint_next "Checkpoint at next iteration" STEERABLE=always
{
} "no"
+STRING checkpoint_dir "Checkpoint directory (overrides IO::checkpoint_dir)" STEERABLE=always
+{
+ "^$" :: "Empty: use IO::checkpoint_dir"
+ ".+" :: "Not empty: directory name"
+} ""
+
INT compression_level "Compression level" STEERABLE=always