aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-07-18 11:38:33 +0000
committerallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-07-18 11:38:33 +0000
commitc495c0644ab15649c66b6bbe7919d092d477bdc9 (patch)
tree99349dfc4ec81777c6c58c55da12bdade52dd633 /param.ccl
parent7d56016628a224835610a3fe7ab1e5b6e4c8883f (diff)
New parameter names
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@14 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl40
1 files changed, 21 insertions, 19 deletions
diff --git a/param.ccl b/param.ccl
index 9d5343b..aa1617c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -18,47 +18,47 @@ restricted:
####################
# Output directories
####################
-STRING IO_outdir "Name of IO output directory"
+STRING outdir "Name of IO output directory"
{
} "."
-STRING IO_outdir0D "Name of IO 0D output directory, overrides IO_outdir"
+STRING outdir0d "Name of IO 0D output directory, overrides outdir"
{
-} "IO_outdir"
-STRING IO_outdir1D "Name of IO 1D output directory, overrides IO_outdir"
+} "outdir"
+STRING outdir1d "Name of IO 1D output directory, overrides outdir"
{
-} "IO_outdir"
-STRING IO_outdir2D "Name of IO 2D output directory, overrides IO_outdir"
+} "outdir"
+STRING outdir2d "Name of IO 2D output directory, overrides outdir"
{
-} "IO_outdir"
-STRING IO_outdir3D "Name of IO 3D output directory, overrides IO_outdir"
+} "outdir"
+STRING outdir3d "Name of IO 3D output directory, overrides outdir"
{
-} "IO_outdir"
+} "outdir"
########################
# How often to do output
########################
-INT IO_every "How often to do IO output"
+INT output_every "How often to do IO output"
{
-1:* ::
} -1
-INT info_every "How often to do Info output"
+INT outputinfo_every "How often to do Info output"
{
-1:* ::
} -1
-INT IO_0Devery "How often to do 0D output, overrides IO_every"
+INT output0d_every "How often to do 0D output, overrides output_every"
{
-1:* ::
} -1
-INT IO_1Devery "How often to do 1D output, overrides IO_every"
+INT output1d_every "How often to do 1D output, overrides output_every"
{
-1:* ::
} -1
-INT IO_2Devery "How often to do 2D output, overrides IO_every"
+INT output2d_every "How often to do 2D output, overrides output_every"
{
-1:* ::
} -1
-INT IO_3Devery "How often to do 3D output, overrides IO_every"
+INT output3d_every "How often to do 3D output, overrides output_every"
{
-1:* ::
} -1
@@ -67,16 +67,16 @@ INT IO_3Devery "How often to do 3D output, overrides IO_every"
################
# various things
################
-LOGICAL IO_verbose "Give extended screen output in IO?"
+LOGICAL output_verbose "Give extended screen output in IO?"
{
} "no"
-LOGICAL IO_datestamp "Write date as attribute to IO 3D output file?"
+LOGICAL output3d_datestamp "Write date as attribute to IO 3D output file?"
{
} "yes"
-LOGICAL IO_parameters "Write parameters to IO 3D output file?"
+LOGICAL output3d_parameters "Write parameters to IO 3D output file?"
{
} "yes"
-LOGICAL IO_structures "Write structures to IO 3D output file?"
+LOGICAL output3d_structures "Write structures to IO 3D output file?"
{
} "yes"
@@ -176,3 +176,5 @@ STRING checkpoint_dir "Output directory for checkpoint files"
STRING recovery_dir "Directory to look for the recovery file"
{
} "."
+
+