From 8db373485aa10bc63eee8e7996b0a02399a2461d Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 2 Mar 2001 10:18:42 +0000 Subject: Fixed parameter names for AlphaThorns/IOHDF5. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@41 4825ed28-b72c-4eae-9704-e50c059e567d --- par/hdf5.par | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'par') diff --git a/par/hdf5.par b/par/hdf5.par index 3ac596c..c612a1a 100644 --- a/par/hdf5.par +++ b/par/hdf5.par @@ -1,6 +1,6 @@ # hdf5.par: HDF5 output -ActiveThorns = "CartGrid3D IOUtil IDScalarWave WavetoyF77 PUGH IOHDF5" +ActiveThorns = "CartGrid3D IDScalarWaveC WavetoyC PUGH PUGHReduce PUGHSlab IOUtil IOHDF5Util IOHDF5" Cactus::cctk_brief_output = "yes" @@ -8,7 +8,7 @@ IDScalarWave::radius = 0.0 IDScalarWave::amplitude = 1.0 IDScalarWave::initial_data = "gaussian" -cactus::cctk_itlast = 1 +cactus::cctk_itlast = 10 # PUGH parameters driver::global_nx = 10 @@ -21,17 +21,11 @@ driver::global_nz = 10 # flag to enable verbose output IO::verbose = "yes" -# say how often to output -IO::out_every = 1 +# want unchunked output into a single file IO::out3D_mode = "onefile" -IO::out3D_unchunked = "yes" - -# say what GF to output -#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" +IO::out3D_unchunked = "yes" +# say when, where, and what GF to output +IOHDF5::outHDF5_every = 1 +IOHDF5::out_vars = "wavetoy::phi" +IOHDF5::outdir_HDF5 = "./hdf5" -- cgit v1.2.3