diff options
Diffstat (limited to 'Docs/source/usage/parameters.rst')
-rw-r--r-- | Docs/source/usage/parameters.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Docs/source/usage/parameters.rst b/Docs/source/usage/parameters.rst index 40639aa37..1fa959795 100644 --- a/Docs/source/usage/parameters.rst +++ b/Docs/source/usage/parameters.rst @@ -1761,10 +1761,9 @@ In-situ capabilities can be used by turning on Sensei or Ascent (provided they a Name of each diagnostics. example: ``diagnostics.diags_names = diag1 my_second_diag``. -* ``<diag_name>.intervals`` (`string` optional, default `0`) +* ``<diag_name>.intervals`` (`string`) Using the `Intervals parser`_ syntax, this string defines the timesteps at which data is dumped. Use a negative number or 0 to disable data dumping. - This is ``0`` (disabled) by default. example: ``diag1.intervals = 10,20:25:1``. Note that by default the last timestep is dumped regardless of this parameter. This can be changed using the parameter ``<diag_name>.dump_last_timestep`` described below. @@ -2325,7 +2324,7 @@ Reduced Diagnostics so the time of the diagnostic may be long depending on the simulation size. -* ``<reduced_diags_name>.intervals`` (`string`) optional (default ``1``) +* ``<reduced_diags_name>.intervals`` (`string`) Using the `Intervals Parser`_ syntax, this string defines the timesteps at which reduced diagnostics are written to file. |