aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/schedule.ccl
blob: 3c40260037cd872037019276cec801c6943a8e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Schedule definitions for thorn CarpetIOASCII

STORAGE: last_output_iteration last_output_time this_iteration

SCHEDULE CarpetIOASCIIStartup AT startup AFTER IOUtil_Startup
{
  LANG: C
  OPTIONS: global
} "Startup routine"

SCHEDULE CarpetIOASCIIInit AT initial
{
  LANG: C
  OPTIONS: global
} "Initialisation routine"