From 335fb1e7e53d78e6cf18eab34f48cbbe7eaa513e Mon Sep 17 00:00:00 2001 From: John P Wakefield Date: Wed, 11 Dec 2024 13:58:01 -0500 Subject: [PATCH] added variable digits in output filename option; see exa MR1373 --- docs/source_docs/user_guide/inputs/output/plotfiles.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source_docs/user_guide/inputs/output/plotfiles.rst b/docs/source_docs/user_guide/inputs/output/plotfiles.rst index 83c0d05..ed45e90 100644 --- a/docs/source_docs/user_guide/inputs/output/plotfiles.rst +++ b/docs/source_docs/user_guide/inputs/output/plotfiles.rst @@ -28,6 +28,9 @@ format (for debugging). | par_ascii_per_approx | Time period of the ascii particle output (approximate); | Real | -1 | | | if -1 then particle ascii files will not be written at this frequency | | | +----------------------+-----------------------------------------------------------------------+-------------+-----------+ +| file_digits | Number of digits to use in plotfile (plt[0-9]+) and checkpoint | Int | 5 | +| | (chk[0-9]+) filenames. | | | ++----------------------+-----------------------------------------------------------------------+-------------+-----------+ | ascent_int | Frequency of ascent pipeline; | Int | -1 | | | if -1 then ascent will not be called. | | | +----------------------+-----------------------------------------------------------------------+-------------+-----------+ -- GitLab