aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO/schedule.ccl
blob: c0c09528e2fc372804621c28fd10c187aeb528ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Schedule definitions for thorn CarpetIOFlexIO
# $Header:$

schedule CarpetIOFlexIOStartup at STARTUP after IOUtil_Startup
{
  LANG: C
} "Startup routine"

schedule CarpetIOFlexIOReadData at INITIAL
{
  LANG: C
  OPTIONS: global
} "Read initial data from file"