aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl15
1 files changed, 14 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e4c492d..3fd0600 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,10 +4,23 @@
# Mask for norms
STORAGE: normmask
+if (use_variable_deltas)
+{
+ STORAGE: deltas
+}
+
SCHEDULE SBP_SetNormMask AT basegrid
{
LANG: Fortran
-} "Setup the mask for the calulcation of the norm"
+} "Setup the mask for the calculation of the norm"
+
+if (use_variable_deltas)
+{
+ SCHEDULE SBP_DeltaInitial AT basegrid
+ {
+ LANG: Fortran
+ } "Initialize dissipation deltas"
+}
if (check_grid_sizes)
{