Skip to content
Snippets Groups Projects
Commit 4fb50527 authored by AUBRY JEAN-PASCAL's avatar AUBRY JEAN-PASCAL
Browse files

feat: replaceKs Field by Stickler correction factor

Refs #657
parent f4f9150d
Branches master
No related tags found
2 merge requests!275Release v4.19.0,!253Resolve "Ajout de la passe à rugosité de fond"
Pipeline #167650 passed
...@@ -18,10 +18,7 @@ ...@@ -18,10 +18,7 @@
}, },
"CdT", "CdT",
"d65", "d65",
{ "a"
"id": "Ks",
"help": "pam/macrorugo.html#rugosite-de-fond"
}
] ]
}, },
{ {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"select_passtype": "Pass type", "select_passtype": "Pass type",
"Q": "Flow", "Q": "Flow",
"If": "Slope", "If": "Slope",
"Ks": "Bottom roughness", "a": "Stickler correction factor",
"ZF1": "Upstream ramp bottom elevation", "ZF1": "Upstream ramp bottom elevation",
"ZD1": "Lower upstream ramp bottom elevation", "ZD1": "Lower upstream ramp bottom elevation",
"ZR1": "Upper upstream ramp bottom elevation", "ZR1": "Upper upstream ramp bottom elevation",
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"select_passtype": "Type de passe", "select_passtype": "Type de passe",
"Q": "Débit", "Q": "Débit",
"If": "Pente", "If": "Pente",
"Ks": "Rugosité de fond", "a": "Coefficient correcteur du Strickler",
"ZF1": "Cote de fond amont rampe", "ZF1": "Cote de fond amont rampe",
"ZD1": "Cote de fond bas amont rampe", "ZD1": "Cote de fond bas amont rampe",
"ZR1": "Cote de fond haut amont rampe", "ZR1": "Cote de fond haut amont rampe",
...@@ -20,6 +20,6 @@ ...@@ -20,6 +20,6 @@
"CdT": "Coefficient de débit", "CdT": "Coefficient de débit",
"d65": "d65", "d65": "d65",
"PASSTYPE_0": "Radier hotizontal", "PASSTYPE_0": "Radier horizontal",
"PASSTYPE_1": "Radier incliné" "PASSTYPE_1": "Radier incliné"
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment