From ce1f2d1e58b5fa33b1ab6028ae705ee3d29d6903 Mon Sep 17 00:00:00 2001 From: Charles G Waldman Date: Fri, 27 Feb 2026 12:57:00 -0600 Subject: [PATCH] improve ascent descriptions --- docs/source_docs/user_guide/inputs/output/ascent.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/output/ascent.rst b/docs/source_docs/user_guide/inputs/output/ascent.rst index a61bc21..d125f51 100644 --- a/docs/source_docs/user_guide/inputs/output/ascent.rst +++ b/docs/source_docs/user_guide/inputs/output/ascent.rst @@ -13,11 +13,11 @@ The following inputs must be preceded by the prefix ``mfix`` and control frequen +----------------------+-----------------------------------------------------------------------+-------------+-----------+ | | Description | Type | Default | +======================+=======================================================================+=============+===========+ -| ascent_int | Frequency of ascent pipeline; | Int | -1 | -| | if -1 then ascent will not be called. | | | +| ascent_int | Frequency of ascent pipeline in timesteps; -1 to disable ascent | Int | -1 | +| | pipeline based on timeseps. | | | +----------------------+-----------------------------------------------------------------------+-------------+-----------+ -| ascent_per_approx | Time period of the ascent pipeline (approximate); | Real | -1 | -| | if -1 then ascent will not be called. | | | +| ascent_per_approx | Time period of the ascent pipeline in simulation time(approximate); | Real | -1 | +| | -1 to disable ascent pipeline based on simulation time. | | | +----------------------+-----------------------------------------------------------------------+-------------+-----------+ -- GitLab