From 4fb50527f87d6f013825c14f0670b286c45cfffb Mon Sep 17 00:00:00 2001 From: Jean-Pascal <jean-pascal.aubry@inrae.fr> Date: Mon, 5 Feb 2024 15:16:09 +0000 Subject: [PATCH] feat: replaceKs Field by Stickler correction factor Refs #657 --- src/app/calculators/rugofond/config.json | 5 +---- src/app/calculators/rugofond/en.json | 2 +- src/app/calculators/rugofond/fr.json | 4 ++-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/calculators/rugofond/config.json b/src/app/calculators/rugofond/config.json index e75940758..38289c769 100644 --- a/src/app/calculators/rugofond/config.json +++ b/src/app/calculators/rugofond/config.json @@ -18,10 +18,7 @@ }, "CdT", "d65", - { - "id": "Ks", - "help": "pam/macrorugo.html#rugosite-de-fond" - } + "a" ] }, { diff --git a/src/app/calculators/rugofond/en.json b/src/app/calculators/rugofond/en.json index c986c8f6e..a075a1041 100644 --- a/src/app/calculators/rugofond/en.json +++ b/src/app/calculators/rugofond/en.json @@ -11,7 +11,7 @@ "select_passtype": "Pass type", "Q": "Flow", "If": "Slope", - "Ks": "Bottom roughness", + "a": "Stickler correction factor", "ZF1": "Upstream ramp bottom elevation", "ZD1": "Lower upstream ramp bottom elevation", "ZR1": "Upper upstream ramp bottom elevation", diff --git a/src/app/calculators/rugofond/fr.json b/src/app/calculators/rugofond/fr.json index 68680d054..f6883198c 100644 --- a/src/app/calculators/rugofond/fr.json +++ b/src/app/calculators/rugofond/fr.json @@ -11,7 +11,7 @@ "select_passtype": "Type de passe", "Q": "Débit", "If": "Pente", - "Ks": "Rugosité de fond", + "a": "Coefficient correcteur du Strickler", "ZF1": "Cote de fond amont rampe", "ZD1": "Cote de fond bas amont rampe", "ZR1": "Cote de fond haut amont rampe", @@ -20,6 +20,6 @@ "CdT": "Coefficient de débit", "d65": "d65", - "PASSTYPE_0": "Radier hotizontal", + "PASSTYPE_0": "Radier horizontal", "PASSTYPE_1": "Radier incliné" } \ No newline at end of file -- GitLab