From a3840ea23b8c02d771d9b2ec6857efcb5a577d7d Mon Sep 17 00:00:00 2001 From: Boris Basic <boris.basic@edf.fr> Date: Fri, 28 Mar 2025 10:53:48 +0100 Subject: [PATCH] NEWS.txt: move the mention of TelemacFile fix to its proper place --- NEWS.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 757eb1d12e..ff007917b5 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,9 +1,14 @@ Latest changes ============== + TELEMAC-2D: Fix mass balance issue with finite volumes and tracer Initialization of MASSOU for finite volumes kernel Correction of mass balance computation for parellel runs +PYTHON: TelemacFile.print_info now correctly displays the number of interface +points if any, as well as the number of boundary points and elements regardless +of the presence or not of a boundary conditions file. + MASCARET: Fix Bazin's friction Law KHIONE: Addition of a new formula to compute under ice cover friction @@ -22,10 +27,6 @@ TELEMAC-3D: New keywords SIGMA DISTRIBUTION OF PLANES and PRESCRIBED ELEVATION OF PLANES to set vertical planes directly in the steering file -PYTHON: TelemacFile.print_info now correctly displays the number of interface -points if any, as well as the number of boundary points and elements regardless -of the presence or not of a boundary conditions file. - TOMAWAC: fix time series for wave directions MASCARET: Reference Documentation has been added -- GitLab