aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
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"