aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>1999-10-05 01:24:27 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>1999-10-05 01:24:27 +0000
commit3aa41187b549ff9a792d673e86efe5220848d73f (patch)
tree0bdc27f2b94a7dfd29cf4d0c25c2cd819fd833a2 /par
parent8a113f1371d777ca62b6c690e2f44bbebebd79c0 (diff)
Added Jonghyun's IOPanda thorn.
Tested on O2K, needs porting/testing on other architectures. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@2 38c3d835-c875-442e-b0fe-21c19ce1d001
Diffstat (limited to 'par')
-rw-r--r--par/panda.par31
1 files changed, 31 insertions, 0 deletions
diff --git a/par/panda.par b/par/panda.par
new file mode 100644
index 0000000..855c099
--- /dev/null
+++ b/par/panda.par
@@ -0,0 +1,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"