aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9372a6a..0e44842 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -15,6 +15,15 @@ schedule IOFlexIO_TerminateGH at CCTK_TERMINATE
########################################################################
+### choose 2D slices
+########################################################################
+schedule IOFlexIO_Choose2D at BASEGRID after SpatialCoordinates
+{
+ LANG:C
+} "Choose 2D output planes"
+
+
+########################################################################
### register checkpointing routines
########################################################################
if (checkpoint && checkpoint_ID)