From 32949bf9591c5980ce16fee1033e01ad6f056e49 Mon Sep 17 00:00:00 2001 From: paulasp Date: Tue, 3 Mar 2026 15:18:14 +0100 Subject: [PATCH 1/2] add documentation for time dep release --- docs/com1DFAAlgorithm.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/com1DFAAlgorithm.rst b/docs/com1DFAAlgorithm.rst index f92083b71..bc19e6112 100644 --- a/docs/com1DFAAlgorithm.rst +++ b/docs/com1DFAAlgorithm.rst @@ -45,6 +45,9 @@ Check consistency of rasters according to the following rules: main release. If they do, the overlapping part is removed. Order of priority is: main release, secondary release, entrainment area. + - if the release is time dependent, timesteps and respective release thickness and initial velocity + are read and checked for plausibility in :py:func:`com1DFA.debrisFunctions.checkTimeDepRelease`. + Go back to :ref:`com1DFAAlgorithm:Algorithm graph` Initialize Dam From a584cc8e583929e8983527f3ca814b571faa98d4 Mon Sep 17 00:00:00 2001 From: Paula Spannring <95042192+PaulaSp3@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:12:35 +0100 Subject: [PATCH 2/2] minor --- docs/com1DFAAlgorithm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/com1DFAAlgorithm.rst b/docs/com1DFAAlgorithm.rst index bc19e6112..9cd97edec 100644 --- a/docs/com1DFAAlgorithm.rst +++ b/docs/com1DFAAlgorithm.rst @@ -46,7 +46,7 @@ Check consistency of rasters according to the following rules: release, secondary release, entrainment area. - if the release is time dependent, timesteps and respective release thickness and initial velocity - are read and checked for plausibility in :py:func:`com1DFA.debrisFunctions.checkTimeDepRelease`. + are read (from csv file) and checked for plausibility in :py:func:`com1DFA.debrisFunctions.checkTimeDepRelease`. Go back to :ref:`com1DFAAlgorithm:Algorithm graph`