aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO/param.ccl
diff options
context:
space:
mode:
authoreschnett <>2001-03-15 22:28:00 +0000
committereschnett <>2001-03-15 22:28:00 +0000
commit60680e786eaa169094567c6e24be7fe7103075fd (patch)
tree1e4005616e45dda7cb6d7515dfdb3e1551c7bd16 /CarpetAttic/CarpetIOFlexIO/param.ccl
parentf6cd14089f886957b548e17ccd176a7edeccd6e3 (diff)
Added FlexIO I/O.
darcs-hash:20010315222845-f6438-22ee1dfc7f233239470a5ac47b09f3bcd5b20c41.gz
Diffstat (limited to 'CarpetAttic/CarpetIOFlexIO/param.ccl')
-rw-r--r--CarpetAttic/CarpetIOFlexIO/param.ccl61
1 files changed, 4 insertions, 57 deletions
diff --git a/CarpetAttic/CarpetIOFlexIO/param.ccl b/CarpetAttic/CarpetIOFlexIO/param.ccl
index 6c1f7cdca..21adb4df9 100644
--- a/CarpetAttic/CarpetIOFlexIO/param.ccl
+++ b/CarpetAttic/CarpetIOFlexIO/param.ccl
@@ -1,27 +1,21 @@
# Parameter definitions for thorn CarpetIOFlexIO
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/param.ccl,v 1.9 2004/02/07 16:21:40 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/param.ccl,v 1.1 2001/03/15 23:28:45 eschnett Exp $
shares: IO
-USES STRING out_dir
+USES STRING outdir
USES CCTK_INT out_every
-private:
+restricted:
-BOOLEAN verbose "Produce log output"
-{
-} "no"
-
-
-
-CCTK_STRING out3D_dir "Name of 3D FlexIO output directory, overrides out_dir" STEERABLE = ALWAYS
+CCTK_STRING outdir3D "Name of 3D FlexIO output directory, overrides outdir" STEERABLE = ALWAYS
{
.* :: "A regex which matches everything"
} "."
@@ -38,54 +32,7 @@ KEYWORD out3D_format "File format to use for 3D FlexIO output" STEERABLE = ALWAY
"HDF5" :: "The new HDF format"
} "HDF5"
-CCTK_STRING out3D_extension "File extension to use for 3D FlexIO output" STEERABLE = ALWAYS
-{
- .* :: "A regex which matches everything"
-} ""
-
CCTK_INT out3D_every "How often to do 3D FlexIO output, overrides out_every" STEERABLE = ALWAYS
{
-1:* :: "Values <= 0 disable 3D output"
} -1
-
-
-
-CCTK_INT out3D_max_num_lower_ghosts "Maximum number of lower ghost zones that are output" STEERABLE = ALWAYS
-{
- -1 :: "output all ghost zones"
- 0:* :: "output that many ghost zones"
-} -1
-
-CCTK_INT out3D_max_num_upper_ghosts "Maximum number of upper ghost zones that are output" STEERABLE = ALWAYS
-{
- -1 :: "output all ghost zones"
- 0:* :: "output that many ghost zones"
-} -1
-
-BOOLEAN out3D_output_outer_boundary "Output all of the outer boundary ghost zones even if not all ghost zones are output" STEERABLE = ALWAYS
-{
-} "yes"
-
-
-
-CCTK_STRING in3D_dir "Name of 3D FlexIO input directory" STEERABLE = ALWAYS
-{
- .* :: "A regex which matches everything"
-} "."
-
-CCTK_STRING in3D_vars "Variables to input in 3D FlexIO file format" STEERABLE = ALWAYS
-{
- .* :: "A regex which matches everything"
-} ""
-
-KEYWORD in3D_format "File format to use for 3D FlexIO input" STEERABLE = ALWAYS
-{
- "IEEE" :: "IEEE, readable by the FlexIO library"
- "HDF4" :: "The old HDF format"
- "HDF5" :: "The new HDF format"
-} "HDF5"
-
-CCTK_STRING in3D_extension "File extension to use for 3D FlexIO input" STEERABLE = ALWAYS
-{
- .* :: "A regex which matches everything"
-} ""