From a2cbc4e51a78c2d335bd562920ca13d4e85b2aad Mon Sep 17 00:00:00 2001 From: "robbberto88@gmail.com" Date: Wed, 5 Apr 2023 11:14:33 -0400 Subject: [PATCH] Fix the description for walltime_limit --- docs/source_docs/inputs/InputsTimeStepping.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source_docs/inputs/InputsTimeStepping.rst b/docs/source_docs/inputs/InputsTimeStepping.rst index 9dcb6e9..104b6e8 100644 --- a/docs/source_docs/inputs/InputsTimeStepping.rst +++ b/docs/source_docs/inputs/InputsTimeStepping.rst @@ -28,10 +28,10 @@ The following inputs must be preceded by "mfix.": +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | tcoll_ratio | DEM timestep equals the min collision time divided by this value | Real | 50.0 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ -| walltime_limit | Write a check point file before the specified walltime (HH:MM:SS) | String | "" | -| | has been reached. For example, if mfix.walltime_limit = 0:10:00, then | | | -| | timestepping is terminated just before runtime has reached the fixed | | | -| | walltime, and the code performs a clean exit | | | +| walltime_limit | Runtime limit specified with format HH:MM:SS. When the runtime has | String | "" | +| | almost reached the limit (approaching is computed by considering the | | | +| | average runtime needed for each step) then the simulation ends and | | | +| | a clean exit is performed | | | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | walltime_buffer | This time value, specified as HH:MM:SS, is used to determine whether | String | "" | | | to plot a checkpoint file before the job is terminated by the value | | | -- GitLab