aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 74b5d33..9920825 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -14,5 +14,15 @@ if (nuceos_read_table)
LANG: C
OPTIONS: global
} "Read EOS HDF5 table"
+
+ if (dump_nuceos_table)
+ {
+ SCHEDULE EOS_OMNI_dumptable after EOS_OMNI_ReadTable AT CCTK_BASEGRID
+ {
+ LANG: FORTRAN
+ OPTIONS: global
+ } "Dump EOS HDF5 table in ASCII"
+ }
+
}