aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl45
1 files changed, 45 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..790ec2f
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,45 @@
+# Parameter definitions for thorn Norms
+# $Header$
+
+
+INT max_nr_vars "maximum number of variables for which norms to compute"
+{
+ 0:* :: "positive"
+} 100
+
+INT verbose "verbosity of output"
+{
+ 0:9 :: "higher number means more verbose output"
+} 1
+
+INT out_every "At which iterations should we be called" STEERABLE=always
+{
+ *:* :: ""
+} 1
+
+STRING gridfunctions_1st "Set of grid functions to compute norms for 2nd order variables"
+{
+ ".*" :: "List of grid function names"
+} ""
+
+STRING gridfunctions_2nd "Set of grid functions to compute norms for 2nd order variables"
+{
+ ".*" :: "List of grid function names"
+} ""
+
+
+
+#############################################################################
+shares: IO
+
+USES STRING out_dir AS io_out_dir
+USES INT out_every AS io_out_every
+USES BOOLEAN new_filename_scheme
+
+EXTENDS KEYWORD out_fileinfo
+{
+ "axis labels" :: "add axis labels information to output files"
+}
+
+
+