From 53ed0ab44d7132aba65dfa1848de3c3210dd1d59 Mon Sep 17 00:00:00 2001
From: Poulard Christine <christine.poulard@irstea.fr>
Date: Tue, 21 Sep 2021 17:49:13 +0200
Subject: [PATCH] Update README.md

---
 README.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1e22673..796180a 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,14 @@ Christine Poulard, Céline Berni, INRAE  June 2021
 Teaching tool to illustrate the influence of the rugosity and computation space-step on the estimation of a simple backwater curve, in a Wide rectangular channel.
 
 The simplest script is ligne-eau-reservoir_vuCP, in french only.
-For demo purposes "subcritical_flow_channel_into_reservoir.py" was developped : it is interactive, with sliders allowing to modify the values of roughness and discretisation step.
+For demo purposes "subcritical_flow_channel_into_reservoir.py" was developped : it is interactive, with sliders allowing to modify the values of roughness and discretisation step (left screenshot).
+The figure displays the estimated backwater curve when possible. When the normal depth hn is under the critical depth hc or when it would make the water level at the reservoir entrance higher than the reservoir level, the computation is not possible with the hypotheses of the exercice : hc and hn are drawn but on a pink background  ( screenshot on the right)
+
+It appeared that sliders are not suitable for the range of discretisation step, so the input is now through a textbox widget (right screenshot) 
+
+| Code with sliders for K and delta_h | Code with sliders for K and TextBox for delta_h  |
+| ------ | ------ |
+| ![screenshot](/screenshots/Subcritical_backwater.PNG) | ![screenshot](/screenshots/BackwaterDemoTextBox_impossible.PNG) |
+| <i> K such as computation is possible </i> | <i> K such as computation is _impossible (hn < hc) _ </i>  |
+
 
-![screenshot](/screenshots/Subcritical_backwater.PNG)
-- 
GitLab