aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-08-02 08:57:44 -0700
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:30 +0100
commitd4e68808498683c6f4c69669b935a6f896102b23 (patch)
tree9f25ba883502e444388ec5167e6590a157db35b8 /Carpet/Carpet/param.ccl
parent2eb545daa8e07f54aa680d6a24a78895d80c64f9 (diff)
Carpet: change defaults of periodic_[xyz] to "yes" to match PUGH
If any of the periodicity parameter are set to "yes" in a parameter file or checkpoint, Carpet will still abort.
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl8
1 files changed, 5 insertions, 3 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index 607355807..e8d24f7e9 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -92,21 +92,23 @@ STRING ghost_sizes "Number of ghost zones for each refinement level"
restricted:
+# Carpet ignores all periodic* parameters and aborts in ParamCheck if any is
+# changed to "yes"
BOOLEAN periodic "do not use this parameter"
{
} "no"
BOOLEAN periodic_x "do not use this parameter"
{
-} "no"
+} "yes"
BOOLEAN periodic_y "do not use this parameter"
{
-} "no"
+} "yes"
BOOLEAN periodic_z "do not use this parameter"
{
-} "no"
+} "yes"