aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
Diffstat (limited to 'par')
-rw-r--r--par/hdf5.par29
1 files changed, 14 insertions, 15 deletions
diff --git a/par/hdf5.par b/par/hdf5.par
index 586de82..7a5b950 100644
--- a/par/hdf5.par
+++ b/par/hdf5.par
@@ -1,31 +1,30 @@
-# hdf5.par: HDF5 output
+# hdf5.par: HDF5 output
-ActiveThorns = "CartGrid3D IDScalarWaveC WavetoyC PUGH PUGHReduce PUGHSlab IOUtil IOHDF5Util IOHDF5"
+ActiveThorns = "Boundary CartGrid3D IOUtil IDScalarWave WavetoyF77 PUGH PUGHSlab IOHDF5 IOHDF5Util"
Cactus::cctk_brief_output = "yes"
-IDScalarWave::radius = 0.0
-IDScalarWave::amplitude = 1.0
+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
+driver::global_nsize = 10
####################### IO parameters ###################################
# flag to enable verbose output
-IO::verbose = "standard"
+IO::verbose = "full"
-# want unchunked output into a single file
-IO::out_mode = "onefile"
-IO::out_unchunked = "yes"
+# say how often to output
+IO::out_every = 1
+IO::out_mode = "onefile"
+IO::out_unchunked = "yes"
-# say when, where, and what GF to output
-IOHDF5::out_every = 1
-IOHDF5::out_vars = "wavetoy::phi"
-IOHDF5::outdir = "./hdf5"
+# say what GF to output
+IOHDF5::out_vars = "wavetoy::phi"
+
+IOHDF5::out_dir = "./hdf5"