aboutsummaryrefslogtreecommitdiff
path: root/test/checkpoint.parfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/checkpoint.parfile')
-rw-r--r--test/checkpoint.parfile11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/checkpoint.parfile b/test/checkpoint.parfile
index 370220e..99fe0fd 100644
--- a/test/checkpoint.parfile
+++ b/test/checkpoint.parfile
@@ -17,18 +17,18 @@ ActiveThorns = "Time PUGH PUGHReduce PUGHSlab WavetoyC IDScalarWaveC CartGrid3D
# Output directory must be the basename of the recovery parameter file's
# filename
-IO::outdir = "test_recover"
+IO::out_dir = "test_recover"
# Checkpoint initial data into a single unchunked checkpoint file
# with basename 'WavetoyID' and place it into the current directory
IO::checkpoint_ID = "yes"
-IO::out3D_unchunked = "yes"
-IO::out3D_mode = "onefile"
+IO::out_unchunked = "yes"
+IO::out_mode = "onefile"
IO::checkpoint_ID_file = "WavetoyID.chkpt"
IO::checkpoint_dir = "."
# Give some verbose output while checkpointing
-IO::verbose = "yes"
+IO::verbose = "standard"
# Say that the checkpoint file should be created by the IOFlexIO method
IOFlexIO::checkpoint = "yes"
@@ -62,3 +62,6 @@ IOASCII::out1D_d = "no"
IOASCII::out1D_vars = "wavetoy::phi"
IO::out_fileinfo = "none"
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no" \ No newline at end of file