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

ActiveThorns = "CartGrid3D IOUtil IDScalarWave WavetoyF77 PUGH IOPanda"

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_nx = 10
driver::global_ny = 10
driver::global_nz = 10


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

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

# say how often to output
IO::out_every       = 1
IO::out3D_mode      = "onefile"
IO::out3D_unchunked = "yes"

# say what GF to output
IOPanda::out3D_vars = "wavetoy::phi"
IOPanda::outdir3D   = "./panda"