aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetDev/CarpetIOF5/schedule.ccl')
-rw-r--r--CarpetDev/CarpetIOF5/schedule.ccl27
1 files changed, 27 insertions, 0 deletions
diff --git a/CarpetDev/CarpetIOF5/schedule.ccl b/CarpetDev/CarpetIOF5/schedule.ccl
new file mode 100644
index 000000000..494ce02fe
--- /dev/null
+++ b/CarpetDev/CarpetIOF5/schedule.ccl
@@ -0,0 +1,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"