aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ea43999..dc8f58b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -20,3 +20,11 @@ if (*recover_ID_files)
LANG:C
} "Initial data recovery routine"
}
+
+if (! CCTK_Equals (parfile_write, "no") && parfile_update_every)
+{
+ schedule IOUtil_UpdateParFile at POSTSTEP after HTTP_Work
+ {
+ LANG:C
+ } "Append steered parameters to parameter file"
+}