# Parameter definitions for thorn IOHDF5Util # $Header$ ##################### # Compression level ##################### INT compression_level "Compression level to use for writing HDF5 data" { 0:9 :: "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 out_fileinfo