From 98f69250705cc83d32c3281ca8022b400748bf6e Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 6 May 2002 09:23:45 +0000 Subject: Parameter names changes as announced in today's mail to users@cactuscode.org. You must also update thorn IOUtil now. This thorn will be moved from BetaThorns to CactusPUGHIO now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@64 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- param.ccl | 47 +++++++++-------------------------------------- 1 file changed, 9 insertions(+), 38 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 6402d83..ee2b37e 100644 --- a/param.ccl +++ b/param.ccl @@ -1,53 +1,24 @@ # Parameter definitions for thorn IOHDF5Util # $Header$ -##################### +############################################################################# +### declare IOHDF5 parameters +############################################################################# +private: + +################### # Compression level -##################### +################### INT compression_level "Compression level to use for writing HDF5 data" { - 0:9 :: "A value of zero disables compression" + 0:9 :: "Higher numbers compress better, a value of zero disables compression" } 0 -###################### -# Hyperslab parameters -###################### - -# TR: temporarily commented out hyperslab parameters -# until parsing is fully implemented - -#STRING origin "Default origin" -#{ -# .* :: "Comma separated list of positive integer values" -#} "0,0,0" -#STRING downsampling "Default downsampling" -#{ -# .* :: "Comma separated list of positive integer values" -#} "1,1,1" -#STRING length "Default length of the hyperslab to stream" -#{ -# .* :: "Comma separated list of integer values" -#} "-1,-1,-1" -#STRING direction "Default direction of hyperslab to stream" -#{ -# .* :: "Comma separated list of positive integer values" -#} "0,1,2" -# -#CCTK_INT slabdim "default dimension of slab" -#{ -# 1:3 :: "dimension of slab (1,2,3)" -#} 3 - - ############################################################################# ### import IOUtil parameters ############################################################################# shares: IO -################ -# various things -################ -USES BOOLEAN verbose -USES BOOLEAN out3D_parameters +USES KEYWORD verbose USES KEYWORD out_fileinfo -- cgit v1.2.3