From 90c980cd128de865830d026b4d2565856a1978c6 Mon Sep 17 00:00:00 2001 From: Francois Colleoni <110899888+inoelloc@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:23:05 +0200 Subject: [PATCH] FIX: Fix the exchange term in gr6/grc svg structure (#324) * FIX: Fix the exchange term in gr6/grc svg structure Minor fix in the Model docstring for `adjust_interception` setup option * Apply suggestions from TH code review Co-authored-by: Ngo Nghi Truyen Huynh <129378719+nghi-truyen@users.noreply.github.com> --------- Co-authored-by: Ngo Nghi Truyen Huynh <129378719+nghi-truyen@users.noreply.github.com> --- 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..43d64767 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'``, ``'gr6'``, etc.) 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.