aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
Diffstat (limited to 'par')
-rw-r--r--par/hdf5.par10
1 files changed, 8 insertions, 2 deletions
diff --git a/par/hdf5.par b/par/hdf5.par
index ec67555..3ac596c 100644
--- a/par/hdf5.par
+++ b/par/hdf5.par
@@ -8,7 +8,7 @@ IDScalarWave::radius = 0.0
IDScalarWave::amplitude = 1.0
IDScalarWave::initial_data = "gaussian"
-cactus::cctk_itlast = 10
+cactus::cctk_itlast = 1
# PUGH parameters
driver::global_nx = 10
@@ -27,5 +27,11 @@ IO::out3D_mode = "onefile"
IO::out3D_unchunked = "yes"
# say what GF to output
-IOHDF5::out3D_vars = "all"
+#IOHDF5::out3D_vars = "wavetoy::phi"
+IOHDF5::out2D_vars = "wavetoy::phi"
+#IOHDF5::out1D_vars = "wavetoy::phi"
+IOHDF5::downsampling2D = "2,1"
+IOHDF5::downsampling1D = "3"
IOHDF5::outdir3D = "./hdf5"
+IOHDF5::outdir2D = "./hdf5"
+