aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/param.ccl
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2006-02-06 18:45:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2006-02-06 18:45:00 +0000
commitce735660029995acae9691a1fefc6df15e692d03 (patch)
tree01cb43c7d8ed36ad6fb4a30814d74254f62348eb /Carpet/CarpetIOHDF5/param.ccl
parente8dd3974cc9ec67ec41ae4bdd788822b0b264765 (diff)
CarpetIOHDF5: remove deprecated I/O parameters
This patch finally closes the long-standing issue of keeping both old and new CarpetIOHDF5 parameters around. Now the old parameters have been removed, only the new ones can be used further on. If you still have old-style parameter files, you must convert them now. The perl script CarpetIOHDF5/srcutil/SubstituteDeprecatedParameters.pl does that for you automatically. darcs-hash:20060206184519-776a0-29d9d612e011dda4bf2b6054cee73546beae373a.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/param.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/param.ccl77
1 files changed, 0 insertions, 77 deletions
diff --git a/Carpet/CarpetIOHDF5/param.ccl b/Carpet/CarpetIOHDF5/param.ccl
index ee6a8d2ca..276cbeb33 100644
--- a/Carpet/CarpetIOHDF5/param.ccl
+++ b/Carpet/CarpetIOHDF5/param.ccl
@@ -44,32 +44,16 @@ STRING out_dir "Name of CarpetIOHDF5 output directory, overrides 'IO::out_dir'"
".+" :: "Not empty: directory name"
} ""
-STRING out3D_dir "Name of 3D CarpetIOHDF5 output directory, overrides 'IO::out_dir' (DEPRECATED - please use 'IOHDF5::out_dir' instead)" STEERABLE = ALWAYS
-{
- "^$" :: "Empty: use IO::out_dir"
- ".+" :: "Not empty: directory name"
-} ""
-
STRING out_vars "Variables to output in CarpetIOHDF5 file format" STEERABLE = ALWAYS
{
.* :: "List of group or variable names"
} ""
-STRING out3D_vars "Variables to output in CarpetIOHDF5 file format (DEPRECATED - please use 'IOHDF5::out_vars' instead)" STEERABLE = ALWAYS
-{
- .* :: "List of group or variable names"
-} ""
-
STRING out_extension "File extension to use for CarpetIOHDF5 output" STEERABLE = ALWAYS
{
".*" :: "File extension (including a leading dot, if desired)"
} ".h5"
-STRING out3D_extension "File extension to use for CarpetIOHDF5 output (DEPRECATED - please use 'IOHDF5::out_extension' instead)" STEERABLE = ALWAYS
-{
- ".*" :: "File extension (including a leading dot, if desired)"
-} ".h5"
-
KEYWORD out_criterion "Criterion to select CarpetIOHDF5 output intervals, overrides out_every" STEERABLE = ALWAYS
{
"default" :: "Use 'IO::out_criterion'"
@@ -79,15 +63,6 @@ KEYWORD out_criterion "Criterion to select CarpetIOHDF5 output intervals, overri
"time" :: "Output every that much coordinate time"
} "default"
-KEYWORD out3D_criterion "Criterion to select CarpetIOHDF5 output intervals, overrides out_every (DEPRECATED - please use 'IOHDF5::out_criterion' instead)" STEERABLE = ALWAYS
-{
- "default" :: "Use 'IO::out_criterion'"
- "never" :: "Never output"
- "iteration" :: "Output every so many iterations"
- "divisor" :: "Output if (iteration % out_every) == 0."
- "time" :: "Output every that much coordinate time"
-} "default"
-
INT out_every "How often to do CarpetIOHDF5 output, overrides out_every" STEERABLE = ALWAYS
{
1:* :: "Output every so many time steps"
@@ -95,13 +70,6 @@ INT out_every "How often to do CarpetIOHDF5 output, overrides out_every" STEERAB
-2 :: "Use 'IO::out_every'"
} -2
-INT out3D_every "How often to do CarpetIOHDF5 output, overrides out_every (DEPRECATED - please use 'IOHDF5::out_every' instead)" STEERABLE = ALWAYS
-{
- 1:* :: "Output every so many time steps"
- -1:0 :: "No output"
- -2 :: "Use 'IO::out_every'"
-} -2
-
REAL out_dt "How often to do CarpetIOHDF5 output, overrides 'IO::out_dt'" STEERABLE = ALWAYS
{
(0:* :: "In intervals of that much coordinate time"
@@ -110,47 +78,6 @@ REAL out_dt "How often to do CarpetIOHDF5 output, overrides 'IO::out_dt'" STEERA
-2 :: "Default to 'IO::out_dt'"
} -2
-REAL out3D_dt "How often to do CarpetIOHDF5 output, overrides 'IO::out_dt' (DEPRECATED - please use 'IOHDF5::out_dt' instead)" STEERABLE = ALWAYS
-{
- (0:* :: "In intervals of that much coordinate time"
- 0 :: "As often as possible"
- -1 :: "Disable output"
- -2 :: "Default to IO::out_dt"
-} -2
-
-
-
-STRING in_dir "Name of CarpetIOHDF5 input directory (DEPRECATED - please use filereader interface instead)" STEERABLE = ALWAYS
-{
- ".+" :: "Directory name"
-} "."
-
-STRING in3D_dir "Name of CarpetIOHDF5 input directory (DEPRECATED - please use filereader interface instead)" STEERABLE = ALWAYS
-{
- ".+" :: "Directory name"
-} "."
-
-STRING in_vars "Variables to input in CarpetIOHDF5 file format (DEPRECATED - please use filereader interface instead)" STEERABLE = ALWAYS
-{
- .* :: "List of group or variable names"
-} ""
-
-STRING in3D_vars "Variables to input in CarpetIOHDF5 file format (DEPRECATED - please use filereader interface instead)" STEERABLE = ALWAYS
-{
- .* :: "List of group or variable names"
-} ""
-
-STRING in_extension "File extension to use for CarpetIOHDF5 input (DEPRECATED - please use filereader interface instead)" STEERABLE = ALWAYS
-{
- ".*" :: "File extension (including a leading dot, if desired)"
-} ".h5"
-
-STRING in3D_extension "File extension to use for CarpetIOHDF5 input (DEPRECATED - please use filereader interface instead)" STEERABLE = ALWAYS
-{
- ".*" :: "File extension (including a leading dot, if desired)"
-} ".h5"
-
-
BOOLEAN checkpoint "Do checkpointing with CarpetIOHDF5 ?" STEERABLE = ALWAYS
{
} "no"
@@ -163,7 +90,3 @@ BOOLEAN checkpoint_next "Checkpoint at next iteration ?" STEERABLE = ALWAYS
BOOLEAN use_reflevels_from_checkpoint "Use 'CarpetRegrid::refinement_levels' from the checkpoint file rather than from the parameter file ?" STEERABLE = ALWAYS
{
} "no"
-
-BOOLEAN out_unchunked "Write recombined (unchunked) grid components to HDF5 output files ? DEPRECATED - DO NOT USE ANYMORE" STEERABLE = RECOVER
-{
-} "yes"