Skip to content
Snippets Groups Projects
Commit 51fa87e9 authored by David Dorchies's avatar David Dorchies
Browse files

feat(macrorugo): Warning message for concentration out of bounds

Fix jalhyd#284
parent f72537bd
No related branches found
No related tags found
No related merge requests found
Pipeline #138683 passed
......@@ -677,6 +677,7 @@
"WARNING_NEGATIVE_SILL": "Sill should be positive",
"WARNING_RAMP_WIDTH_LOWER_THAN_PATTERN_WIDTH": "Ramp width should contain at least one block (%pattern%m)",
"WARNING_RAMP_WIDTH_NOT_MULTIPLE_OF_HALF_PATTERN_WIDTH": "Ramp width should be a multiple of half the block width (%halfPattern%m). Nearest values are %lower% and %higher%",
"WARNING_MACRORUGO_CONCENTRATION_OUT_OF_BOUNDS": "The calculation formula has not been experimentally validated for block concentrations not between 8% and 20%",
"WARNING_YN_SECTION_PENTE_NEG_NULLE_HNORMALE_INF": "Normal depth: slope is negative or zero, normal depth is infinite",
"WARNING_YN_SECTION_NON_CONVERGENCE_NEWTON_HNORMALE": "Normal depth: non convergence of the calculation (Newton's method)",
"WARNING_SECTION_OVERFLOW": "Overflow: water elevation exceeds embankment elevation",
......
......@@ -678,6 +678,7 @@
"WARNING_NEGATIVE_SILL": "La pelle du seuil devrait être positive",
"WARNING_RAMP_WIDTH_LOWER_THAN_PATTERN_WIDTH": "La largeur de la rampe devrait comprendre au moins un motif de plot (%pattern%m)",
"WARNING_RAMP_WIDTH_NOT_MULTIPLE_OF_HALF_PATTERN_WIDTH": "La largeur de la rampe devrait être un multiple d'un demi motif (%halfPattern%m). Les valeurs voisines sont %lower% et %higher%",
"WARNING_MACRORUGO_CONCENTRATION_OUT_OF_BOUNDS": "La formule de calcul n'est pas validée expérimentalement pour des concentrations de blocs non compris entre 8% et 20%",
"WARNING_YN_SECTION_PENTE_NEG_NULLE_HNORMALE_INF": "Hauteur normale : pente négative ou nulle, hauteur normale infinie",
"WARNING_YN_SECTION_NON_CONVERGENCE_NEWTON_HNORMALE": "Hauteur normale : non convergence du calcul (méthode de Newton)",
"WARNING_SECTION_OVERFLOW": "Débordement : la cote de l'eau dépasse la cote de berge",
......
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