aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOBasic/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2005-12-21 14:24:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2005-12-21 14:24:00 +0000
commit6592bec0050ebbebc1c3c5168ef2d34969f6c920 (patch)
treedf65194cea01ae7c789f8e79c8a8899028909ada /Carpet/CarpetIOBasic/schedule.ccl
parenta96a13a9a13f5e4cae25fa3445f515a037f21c54 (diff)
CarpetIOBasic: A new thorn that replaces IOBasic for Carpet
darcs-hash:20051221142410-dae7b-eb542dc795db5f794f9f2db0a82971eb8b63e659.gz
Diffstat (limited to 'Carpet/CarpetIOBasic/schedule.ccl')
-rw-r--r--Carpet/CarpetIOBasic/schedule.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/Carpet/CarpetIOBasic/schedule.ccl b/Carpet/CarpetIOBasic/schedule.ccl
new file mode 100644
index 000000000..77e139a69
--- /dev/null
+++ b/Carpet/CarpetIOBasic/schedule.ccl
@@ -0,0 +1,15 @@
+# Schedule definitions for thorn CarpetIOBasic
+
+storage: last_output_iteration last_output_time this_iteration
+
+schedule CarpetIOBasicStartup at STARTUP after IOUtil_Startup
+{
+ LANG: C
+ OPTIONS: global
+} "Startup routine"
+
+schedule CarpetIOBasicInit at BASEGRID
+{
+ LANG: C
+ OPTIONS: global
+} "Initialisation routine"