From 6d37a01fc5a6d8ecbb440c5aec1af79719a6b551 Mon Sep 17 00:00:00 2001 From: John P Wakefield Date: Wed, 11 Dec 2024 22:00:08 +0000 Subject: [PATCH] edits corresponding to exa MR1373 (exa/docs!103) --- 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 18ddc4f..db4732b 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