aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 790ec2f118a75f6d97134b011ec6159a12a5a6f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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"
}