aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl10
1 files changed, 6 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 5210831..7ba4c91 100644
--- a/param.ccl
+++ b/param.ccl
@@ -26,20 +26,22 @@ KEYWORD integration_method "How to do surface integrals" STEERABLE=always
CCTK_INT out_every "How often to output" \
STEERABLE=recover
{
- * :: "Any integer"
+ 0 :: "no output"
+ 1:* :: "output every to many iterations"
} 1
CCTK_INT out_1d_every "How often to output 1d data" \
STEERABLE=recover
{
- * :: "Any integer"
+ 0 :: "no output"
+ 1:* :: "output every to many iterations"
} 0
#physical params:
CCTK_INT nradii "How many extraction radii?" \
STEERABLE=recover
{
- 0:101 :: "A positive integer less than 101"
+ 0:100 :: ""
} 1
@@ -58,7 +60,7 @@ STEERABLE=recover
CCTK_INT nphi "How many points in the phi direction?" \
STEERABLE=recover
{
- 0:* :: "Positive please"
+ 1:* :: ""
} 100
CCTK_STRING variables "What variables to decompose"