From c33a98a32080d677bd55264a19f3e1a4c3024ee1 Mon Sep 17 00:00:00 2001 From: Ann Almgren <asalmgren@lbl.gov> Date: Fri, 6 Dec 2019 16:55:30 -0800 Subject: [PATCH] Update with plot_per_exact and plot_per_approx --- docs/source/InputsPlotFiles.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/InputsPlotFiles.rst b/docs/source/InputsPlotFiles.rst index 7bc928c..859b93e 100644 --- a/docs/source/InputsPlotFiles.rst +++ b/docs/source/InputsPlotFiles.rst @@ -11,7 +11,12 @@ format (for debugging). | | Description | Type | Default | +=====================+=======================================================================+=============+===========+ | plot_int | Frequency of plotfile output; | Int | -1 | -| | if -1 then no plotfiles will be written | | | +| | if -1 then no plotfiles will be written at this frequency | | | +| plot_per_exact | Time period of plotfile output (exact); will modify dt | Real | -1 | +| | if -1 then no plotfiles will be written at this frequency | | | +| plot_per_approx | Time period of plotfile output (approximate); does not modify dt | Real | -1 | +| | if -1 then no plotfiles will be written at this frequency | | | ++---------------------+-----------------------------------------------------------------------+-------------+-----------+ +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | plotfile_on_restart | Should we write a plotfile when we restart (only used if plot_int>0) | Bool | False | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ -- GitLab