aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5_standalone/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetDev/CarpetIOF5_standalone/schedule.ccl')
-rw-r--r--CarpetDev/CarpetIOF5_standalone/schedule.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/CarpetDev/CarpetIOF5_standalone/schedule.ccl b/CarpetDev/CarpetIOF5_standalone/schedule.ccl
new file mode 100644
index 000000000..3f6209662
--- /dev/null
+++ b/CarpetDev/CarpetIOF5_standalone/schedule.ccl
@@ -0,0 +1,14 @@
+# Schedule definitions for thorn CarpetIOF5
+
+STORAGE: next_output_iteration next_output_time this_iteration
+
+SCHEDULE CarpetIOF5_Startup AT startup AFTER IOUtil_Startup
+{
+ LANG: C
+} "Startup routine"
+
+SCHEDULE CarpetIOF5_Init AT basegrid
+{
+ LANG: C
+ OPTIONS: global
+} "Initialisation routine"