aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/schedule.ccl
diff options
context:
space:
mode:
authoreschnett <>2001-03-01 11:40:00 +0000
committereschnett <>2001-03-01 11:40:00 +0000
commit310f0ea48d18866b773136aed11200b6eda6378b (patch)
tree445d3e34ce8b89812994b6614f7bc9f4acbc7fe2 /Carpet/CarpetIOASCII/schedule.ccl
Initial revision
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz
Diffstat (limited to 'Carpet/CarpetIOASCII/schedule.ccl')
-rw-r--r--Carpet/CarpetIOASCII/schedule.ccl16
1 files changed, 16 insertions, 0 deletions
diff --git a/Carpet/CarpetIOASCII/schedule.ccl b/Carpet/CarpetIOASCII/schedule.ccl
new file mode 100644
index 000000000..9cdfdd7b1
--- /dev/null
+++ b/Carpet/CarpetIOASCII/schedule.ccl
@@ -0,0 +1,16 @@
+# Schedule definitions for thorn CarpetIOASCII
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/schedule.ccl,v 1.8 2004/06/21 16:07:19 schnetter Exp $
+
+storage: last_output_iteration last_output_time this_iteration
+
+schedule CarpetIOASCIIStartup at STARTUP after IOUtil_Startup
+{
+ LANG: C
+ OPTIONS: global
+} "Startup routine"
+
+schedule CarpetIOASCIIInit at BASEGRID
+{
+ LANG: C
+ OPTIONS: global
+} "Initialisation routine"