aboutsummaryrefslogtreecommitdiff
path: root/par/panda.par
blob: 2039273a86831caaf54afa0cabf8a2645ea12479 (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
# panda.par: IOPanda's example parameter file producing IEEEIO output 

ActiveThorns = "SymBase CoordBase CartGrid3D Boundary IDScalarWaveC WavetoyC PUGH PUGHSlab IOUtil IOPanda FlexIO"

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

Cactus::cctk_itlast       = 10
Cactus::cctk_brief_output = "yes"

driver::global_nsize = 10


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

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

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

# say what variables to output
IOPanda::out_vars = "wavetoy::phi"
IOPanda::out_dir  = "./panda"