aboutsummaryrefslogtreecommitdiff
path: root/par/hdf5.par
blob: 0a464b927a049fd3520f66121bfa0031f19a607a (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
# hdf5.par: HDF5 output

ActiveThorns = "Boundary CartGrid3D CoordBase SymBase IOUtil IDScalarWave WavetoyF77 PUGH PUGHSlab IOHDF5 IOHDF5Util"

Cactus::cctk_brief_output	= "yes"

IDScalarWave::radius = 0.0
IDScalarWave::amplitude = 1.0
IDScalarWave::initial_data = "gaussian"

cactus::cctk_itlast = 10

# PUGH parameters
driver::global_nsize = 10


####################### IO parameters ###################################

# flag to enable verbose output
IO::verbose = "full"

# say how often to output
IO::out_every     = 1
IO::out_mode      = "onefile"
IO::out_unchunked = "yes"

# say what GF to output
IOHDF5::out_vars = "wavetoy::phi"

IOHDF5::out_dir = "./hdf5"