aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index c39b65e..dac8931 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -19,6 +19,12 @@ SCHEDULE setup_epsdis AT cctk_poststep after SphericalSurface_HasBeenSet
SYNC: epsdisA_group
} "Setup spatially varying dissipation"
+SCHEDULE setup_epsdis AT cctk_postregrid
+{
+ LANG: C
+ SYNC: epsdisA_group
+} "Setup spatially varying dissipation"
+
SCHEDULE dissipation_add IN MoL_PostRHS
{
LANG: C