aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/schedule.ccl
blob: 494ce02fe2d7ed4ac56d96e8322d4f4840e32757 (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
# Schedule definitions for thorn CarpetIOF5

SCHEDULE F5_Output AT initial
{
  LANG: C
  OPTIONS: global-late
} "Create an output file"



SCHEDULE F5_Poison AT initial AFTER F5_Output BEFORE F5_Input
{
  LANG: C
  OPTIONS: global-late
} "Poison all variables"

SCHEDULE F5_Input AT initial AFTER F5_Output
{
  LANG: C
  OPTIONS: global-late
} "Read from file"

SCHEDULE F5_Check AT initial AFTER F5_Input
{
  LANG: C
  OPTIONS: global-late
} "Check all variables for poison"