From 1970fe7cfb0a97b85aee4d154a11d282b2409e24 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 12 Oct 2000 12:05:05 +0000 Subject: Turned all 'IOHDF5::out3D_xxx' parameters into 'IOHDF5::out_xxx'. Temporarily disabled 'IOHDF5::out1D_xxx' and 'IOHDF5::out2D_xxx' parameters. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@23 4825ed28-b72c-4eae-9704-e50c059e567d --- param.ccl | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 75315ea..0671346 100644 --- a/param.ccl +++ b/param.ccl @@ -8,15 +8,7 @@ private: ######################## # How often to do output ######################## -INT out1D_every "How often to do 1D output, overrides out_every" STEERABLE = ALWAYS -{ - -1:* :: -} -1 -INT out2D_every "How often to do 2D output, overrides out_every" STEERABLE = ALWAYS -{ - -1:* :: -} -1 -INT out3D_every "How often to do 3D output, overrides out_every" STEERABLE = ALWAYS +INT outHDF5_every "How often to do HDF5 output, overrides IO::out_every" STEERABLE = ALWAYS { -1:* :: } -1 @@ -24,15 +16,7 @@ INT out3D_every "How often to do 3D output, overrides out_every" STEERABLE = ALW #################### # Output directories #################### -STRING outdir1D "Name of IO 1D output directory, overrides outdir" -{ - .* :: A regex which matches everything -} "." -STRING outdir2D "Name of IO 2D output directory, overrides outdir" -{ - .* :: A regex which matches everything -} "." -STRING outdir3D "Name of IO 3D output directory, overrides outdir" +STRING outdir_HDF5 "Name of IO output directory, overrides IO::outdir" { .* :: A regex which matches everything } "." @@ -41,15 +25,7 @@ STRING outdir3D "Name of IO 3D output directory, overrides outdir" ##################### # Variables to output ##################### -STRING out1D_vars "Variables to output in 1D HDF5 file format" STEERABLE = ALWAYS -{ - .* :: A regex which matches everything -} "" -STRING out2D_vars "Variables to output in 2D HDF5 file format" STEERABLE = ALWAYS -{ - .* :: A regex which matches everything -} "" -STRING out3D_vars "Variables to output in 3D HDF5 file format" STEERABLE = ALWAYS +STRING out_vars "Variables to output in HDF5 file format" STEERABLE = ALWAYS { .* :: A regex which matches everything } "" -- cgit v1.2.3