aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 640ae93..63366f7 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -20,6 +20,7 @@ if (*filereader_ID_files && *filereader_ID_vars)
schedule IOUtil_RecoverIDFromDatafiles at INITIAL
{
LANG:C
+ OPTIONS: level
} "Initial data recovery routine"
}
@@ -28,5 +29,6 @@ if (! CCTK_Equals (parfile_write, "no") && parfile_update_every)
schedule IOUtil_UpdateParFile at POSTSTEP
{
LANG:C
+ OPTIONS: global
} "Append steered parameters to parameter file"
}