aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 3c65ef4c9b09e4437453c2db2ef654dab47094f3 (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
SHARES: ADMBase

EXTENDS KEYWORD initial_data
{
  "revivedata" :: "Load existing simulation output and interpolate it onto a new grid"
}

EXTENDS KEYWORD initial_lapse
{
  "revivedata" :: "Load existing simulation output and interpolate it onto a new grid"
}

EXTENDS KEYWORD initial_shift
{
  "revivedata" :: "Load existing simulation output and interpolate it onto a new grid"
}

RESTRICTED:
STRING load_data_exe ""
{
    "" :: ""
} ""

STRING simdata_path ""
{
    "" :: ""
} ""

REAL load_time ""
{
    : :: ""
} 0.0

INT load_iteration ""
{
    : :: ""
} -1