From d369fc9e2c12af4686dc06365138d33599662249 Mon Sep 17 00:00:00 2001 From: Francois Colleoni Date: Sun, 15 Sep 2024 21:04:09 +0200 Subject: [PATCH] FIX: Fix the exchange term in gr6/grc svg structure Minor fix in the Model docstring for `adjust_interception` setup option --- doc/source/_static/gr6_structure.svg | 895 +++++++++++++----------- doc/source/_static/grc_structure.svg | 984 ++++++++++++++------------- smash/core/model/model.py | 4 +- 3 files changed, 1032 insertions(+), 851 deletions(-) diff --git a/doc/source/_static/gr6_structure.svg b/doc/source/_static/gr6_structure.svg index c9c834b4..c2d1ef31 100644 --- a/doc/source/_static/gr6_structure.svg +++ b/doc/source/_static/gr6_structure.svg @@ -2,9 +2,9 @@ + style="stroke:#000000;stroke-width:0.283464;stroke-dasharray:none;stroke-opacity:1" /> diff --git a/doc/source/_static/grc_structure.svg b/doc/source/_static/grc_structure.svg index 56d883ac..5a9e7b68 100644 --- a/doc/source/_static/grc_structure.svg +++ b/doc/source/_static/grc_structure.svg @@ -2,9 +2,9 @@ + style="stroke:#000000;stroke-width:0.283464;stroke-dasharray:none;stroke-opacity:1" /> diff --git a/smash/core/model/model.py b/smash/core/model/model.py index d7d15e32..712ece71 100644 --- a/smash/core/model/model.py +++ b/smash/core/model/model.py @@ -193,8 +193,8 @@ class Model: adjust_interception : `bool`, default True Whether or not to adjust the maximum capacity of the interception reservoir. - This option is only applicable if **hydrological_module** is set to ``'gr4'`` or ``'gr5'`` and - for a sub-daily simulation time step **dt**. + This option is available for any **hydrological_module** having the :math:`c_i` parameter + (i.e. ``'gr4'``, ``'gr5'``, ...) and for a sub-daily simulation time step **dt**. compute_mean_atmos : `bool`, default True Whether or not to compute mean atmospheric data for each gauge.