aboutsummaryrefslogtreecommitdiff
path: root/test/checkpoint.parfile
blob: dcf1c7d7c9fab1cbdff170c9723651a6b8d0709b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# checkpoint.par - Checkpoint WaveToy ID into an IEEEIO checkpoint file
# $Id$
#
# /*@@
#   @file      checkpoint.par
#   @date      Thu Oct 12 2000
#   @author    Thomas Radke
#   @desc
#              Wavetoy parameter file
#              demonstrating checkpointing with IOFlexIO.
#
#              Run this parfile in conjunction with recover.par.
#   @enddesc
#   @history
#              Created from wavetoyc_none.par
#   @endhistory
# @@*/          

!DESC "Checkpoint Wavetoy ID in IEEEIO file format"

ActiveThorns = "Time PUGHSlab WavetoyC IDScalarWaveC PUGH CartGrid3D IOUtil IOBasic IOASCII IOFlexIO"

# 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     = "."

# Give some verbose output while checkpointing
IO::verbose = "yes"

# Say that the checkpoint file should be created by the IOFlexIO method
IOFlexIO::checkpoint  = "yes"

############################################################################
# Down from here the original parameter settings from the
# CactusWave/WaveToyC/test/test_wavetoyc.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 "