aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index b16942d..174744e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -10,11 +10,11 @@ private:
########################
# How often to do output
########################
-INT out2D_every "How often to do 2D output, overrides out_every"
+INT out2D_every "How often to do 2D output, overrides out_every" STEERABLE = ALWAYS
{
-1:* ::
} -1
-INT out3D_every "How often to do 3D output, overrides out_every"
+INT out3D_every "How often to do 3D output, overrides out_every" STEERABLE = ALWAYS
{
-1:* ::
} -1
@@ -36,11 +36,11 @@ STRING outdir3D "Name of IO 3D output directory, overrides outdir"
##########################
# What variables to output
##########################
-STRING out2D_vars "Variables to output in 2D FlexIO file format"
+STRING out2D_vars "Variables to output in 2D FlexIO file format" STEERABLE = ALWAYS
{
.* :: A regex which matces everything
} ""
-STRING out3D_vars "Variables to output in 3D FlexIO file format"
+STRING out3D_vars "Variables to output in 3D FlexIO file format" STEERABLE = ALWAYS
{
.* :: A regex which matces everything
} ""