aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authorlanfer <lanfer@4825ed28-b72c-4eae-9704-e50c059e567d>2000-08-22 16:46:15 +0000
committerlanfer <lanfer@4825ed28-b72c-4eae-9704-e50c059e567d>2000-08-22 16:46:15 +0000
commit75d91a8760dc343715be4faeb8f2ffeab4cf4144 (patch)
tree39cb628a07a7da5442c01c2bcc238eee89486616 /par
parent3a141c4a390c403e35c3b6453567028b63b3ee1e (diff)
extended IOHDF5 which can do n dimensional output plus n-1 dimensional hyperslabs - testing phase
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@2 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'par')
-rw-r--r--par/hdf5.par31
1 files changed, 31 insertions, 0 deletions
diff --git a/par/hdf5.par b/par/hdf5.par
new file mode 100644
index 0000000..ec67555
--- /dev/null
+++ b/par/hdf5.par
@@ -0,0 +1,31 @@
+# hdf5.par: HDF5 output
+
+ActiveThorns = "CartGrid3D IOUtil IDScalarWave WavetoyF77 PUGH IOHDF5"
+
+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
+IOHDF5::out3D_vars = "all"
+IOHDF5::outdir3D = "./hdf5"