aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-18 11:35:29 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-18 11:35:29 +0000
commitab7c971ceb848db311af7e57c00e1bf8773add9b (patch)
tree69057de76d2322fb89eea0d1e0c70941725b9638 /param.ccl
parentbb1c3a9f91c93befd38f29ca22f5c0d954cbf132 (diff)
Changing parameter names for IO. There should be one more change tomorrow,
but then that should be it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@16 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl24
1 files changed, 12 insertions, 12 deletions
diff --git a/param.ccl b/param.ccl
index 30c37b1..fa3557e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -36,29 +36,29 @@ shares: IO
####################
# Output directories
####################
-EXTEND STRING IO_outdir "Name of IO output directory"
+EXTEND STRING outdir "Name of IO output directory"
{
} "."
-EXTEND STRING IO_outdir2D "Name of IO 2D output directory, overrides IO_outdir"
+EXTEND STRING outdir2d "Name of IO 2D output directory, overrides outdir"
{
-} "IO_outdir"
-EXTEND STRING IO_outdir3D "Name of IO 3D output directory, overrides IO_outdir"
+} "outdir"
+EXTEND STRING outdir3d "Name of IO 3D output directory, overrides outdir"
{
-} "IO_outdir"
+} "outdir"
########################
# How often to do output
########################
-EXTEND INT IO_every "How often to do IO output"
+EXTEND INT output_every "How often to do IO output"
{
-1:* ::
} -1
-EXTEND INT IO_2Devery "How often to do 2D output, overrides IO_every"
+EXTEND INT output2d_every "How often to do 2D output, overrides output_every"
{
-1:* ::
} -1
-EXTEND INT IO_3Devery "How often to do 3D output, overrides IO_every"
+EXTEND INT output3d_every "How often to do 3D output, overrides output_every"
{
-1:* ::
} -1
@@ -67,16 +67,16 @@ EXTEND INT IO_3Devery "How often to do 3D output, overrides IO_every"
################
# various things
################
-EXTEND LOGICAL IO_verbose "Give extended screen output in IO?"
+EXTEND LOGICAL output_verbose "Give extended screen output in IO?"
{
} "no"
-EXTEND LOGICAL IO_datestamp "Write date as attribute to IO 3D output file?"
+EXTEND LOGICAL output3d_datestamp "Write date as attribute to IO 3D output file?"
{
} "yes"
-EXTEND LOGICAL IO_parameters "Write parameters to IO 3D output file?"
+EXTEND LOGICAL output3d_parameters "Write parameters to IO 3D output file?"
{
} "yes"
-EXTEND LOGICAL IO_structures "Write structures to IO 3D output file?"
+EXTEND LOGICAL output3d_structures "Write structures to IO 3D output file?"
{
} "yes"