summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/param.ccl b/src/param.ccl
index a69099da..4c8659af 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -53,6 +53,13 @@ BOOLEAN allow_mixeddim_gfs "Allow use of GFs from different dimensions"
{
} "no"
+KEYWORD recovery_mode "How to behave when recovering from a checkpoint" STEERABLE=RECOVER
+{
+ "strict" :: "All CCTK variables must be recovered successfully, no INITIAL timebins will be scheduled"
+ "relaxed" :: "Recover variables if possible, schedule INITIAL timebins afterwards"
+} "strict"
+
+
restricted:
BOOLEAN terminate_next "Terminate on next iteration?" STEERABLE=ALWAYS
@@ -82,4 +89,3 @@ INT cctk_itlast "Final iteration number" STEERABLE = ALWAYS
{
: :: "Any integer"
} 10
-