diff --git a/src/open-channel/remous.ts b/src/open-channel/remous.ts
index cb8e52fb24bc78cc942a600fa342b2b4e5b88758..817708d7ac7ca5bb5af4f7aba3af97d63b5a1616 100644
--- a/src/open-channel/remous.ts
+++ b/src/open-channel/remous.ts
@@ -445,9 +445,10 @@ export class CourbeRemous extends SectionNub {
             } else {
                 ligneDeau = Math.max(crbFlu[x], crbTor[x]);
             }
-            const re = new ResultElement({ Y: ligneDeau + this.getCoteFond(x) });
+            const re = new ResultElement({ ZW: ligneDeau + this.getCoteFond(x) });
 
             re.addExtraResult("X", x);
+            re.addExtraResult("Y", ligneDeau);
 
             if (crbFlu[x]) {
                 re.addExtraResult("flu", crbFlu[x] + this.getCoteFond(x));