aboutsummaryrefslogtreecommitdiff
path: root/test/checkpoint.parfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/checkpoint.parfile')
-rw-r--r--test/checkpoint.parfile46
1 files changed, 46 insertions, 0 deletions
diff --git a/test/checkpoint.parfile b/test/checkpoint.parfile
new file mode 100644
index 0000000..d337cdd
--- /dev/null
+++ b/test/checkpoint.parfile
@@ -0,0 +1,46 @@
+!DESC "Checkpoint Wavetoy ID in HDF5 file format"
+
+ActiveThorns = "Time WavetoyF77 IDScalarWave PUGH CartGrid3D IOUtil IOBasic IOASCII IOHDF5"
+
+# Output directory must be the basename of the recovery parameter file's
+# filename
+IO::outdir = "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::checkpoint_ID_file = "WavetoyID.chkpt"
+IO::checkpoint_dir = "."
+
+# Say that the checkpoint file should be created by the IOHDF5 method
+IOHDF5::checkpoint = "yes"
+
+############################################################################
+# Down from here the original parameter settings from the
+# CactusWave/WaveToyF77/test/test_wavetoyf77.par test suite follow
+
+grid::type = "box"
+
+time::dtfac = 0.5
+
+idscalarwave::initial_data = "gaussian"
+idscalarwave::sigma = 0.1
+idscalarwave::radius = 0
+
+driver::global_nx = 20
+driver::global_ny = 20
+driver::global_nz = 20
+
+cactus::cctk_itlast = 10
+
+IOASCII::out1D_every = 2
+IOASCII::out1D_vars = "wavetoy::phi "
+IOASCII::out1D_z = "no"
+
+IOBasic::outScalar_every = 2
+IOBasic::outScalar_vars = "wavetoy::phi "
+
+IOBasic::outInfo_every = 2
+IOBasic::outInfo_vars = "wavetoy::phi "