aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 5e70614bf13cbd7a14400f985f7b5454c0b755bc (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 ""
{
    "" :: "Path to the binary that will provide that data"
} ""

STRING simdata_path ""
{
    "" :: "Path to stored simulation data"
} ""

REAL load_time ""
{
    : :: "Simulation time at which to restore the data"
} 0.0

INT load_iteration ""
{
    : :: "Simulation iteration at which to restore the data"
} -1