aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIONirvana/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetDev/CarpetIONirvana/schedule.ccl')
-rw-r--r--CarpetDev/CarpetIONirvana/schedule.ccl16
1 files changed, 16 insertions, 0 deletions
diff --git a/CarpetDev/CarpetIONirvana/schedule.ccl b/CarpetDev/CarpetIONirvana/schedule.ccl
new file mode 100644
index 000000000..5154cb400
--- /dev/null
+++ b/CarpetDev/CarpetIONirvana/schedule.ccl
@@ -0,0 +1,16 @@
+# Schedule definitions for thorn CarpetIONirvana
+
+storage: next_output_iteration next_output_time this_iteration
+storage: last_output_iteration_slice last_output_time_slice this_iteration_slice
+
+schedule CarpetIONirvana_Startup at STARTUP after IOUtil_Startup
+{
+ LANG: C
+} "Startup routine"
+
+schedule CarpetIONirvana_Init at BASEGRID
+{
+ LANG: C
+ OPTIONS: global
+} "Initialisation routine"
+