From ded964bfb0c8ba99afb6ef9abab9d1753f81bb80 Mon Sep 17 00:00:00 2001 From: lanfer Date: Wed, 23 Aug 2000 10:50:31 +0000 Subject: sample par file git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@4 4825ed28-b72c-4eae-9704-e50c059e567d --- par/hdf5.par | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'par') 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" + -- cgit v1.2.3