aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2009-11-08 14:49:29 -0600
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:13 +0000
commitd8c3fcc99202b8013be08b49423c89cc93211817 (patch)
treef1e5db78f1e67e0231eb6fba729673982838b5db /Carpet/CarpetIOHDF5/param.ccl
parent386c2e7ed1d0a5044479b8036b5cbcf4b35d4f54 (diff)
CarpetIOHDF5: Rename some parameters
Rename out3D_ghosts to output_ghost_points. Rename out3D_outer_ghosts to output_boundary_points. Keep the old parameter name for compatibility.
Diffstat (limited to 'Carpet/CarpetIOHDF5/param.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/param.ccl14
1 files changed, 11 insertions, 3 deletions
diff --git a/Carpet/CarpetIOHDF5/param.ccl b/Carpet/CarpetIOHDF5/param.ccl
index cc017adcb..025414e16 100644
--- a/Carpet/CarpetIOHDF5/param.ccl
+++ b/Carpet/CarpetIOHDF5/param.ccl
@@ -359,15 +359,23 @@ BOOLEAN output_all_timelevels "Output all timelevels instead of only the current
{
} "no"
-BOOLEAN output_symmetry_points "Output symmetry points (assuming that there are nghostzones symmetry points)"
+BOOLEAN output_symmetry_points "Output symmetry points (assuming that there are nghostzones symmetry points)" STEERABLE = ALWAYS
{
} "yes"
-BOOLEAN out3D_ghosts "Output ghost zones"
+BOOLEAN output_ghost_points "Output ghost points" STEERABLE = ALWAYS
{
} "yes"
-BOOLEAN out3D_outer_ghosts "Output outer boundary zones (assuming that there are nghostzones boundary points)"
+BOOLEAN output_boundary_points "Output outer boundary points (assuming that there are nghostzones boundary points)" STEERABLE = ALWAYS
+{
+} "yes"
+
+BOOLEAN out3D_ghosts "Output ghost zones (DEPRECATED)" STEERABLE = ALWAYS
+{
+} "yes"
+
+BOOLEAN out3D_outer_ghosts "Output outer boundary zones (assuming that there are nghostzones boundary points) (DEPRECATED)" STEERABLE = ALWAYS
{
} "yes"