aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-08-24 12:10:36 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:21:12 +0000
commit5fe6689c15dc6e5485dff1ecee016ff511f96cbe (patch)
tree66234eacd65e033f858a6d558e13eade2988cd94 /CarpetDev/CarpetIOF5/schedule.ccl
parente3283feb24d585ec76130ba363892ec4630b73e9 (diff)
CarpetIOF5: New thorn
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"