From 3e3c15f61a5a28c83ec9acf32136d2d411baf5c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Chi-Tu=C3=A2n=20Pham?= <chi-tuan.pham@edf.fr>
Date: Fri, 27 Dec 2024 18:20:48 +0100
Subject: [PATCH] [VnV][telemac3d] Update cone example with default choices
 (including non-hydrostatic version: no differences except for W, light for W)
 IMPLICITATION FOR VELOCITIES has no impact

---
 examples/telemac3d/cone/doc/cone.tex | 3 ++-
 examples/telemac3d/cone/f3d_cone.slf | 2 +-
 examples/telemac3d/cone/t3d_cone.cas | 7 -------
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/examples/telemac3d/cone/doc/cone.tex b/examples/telemac3d/cone/doc/cone.tex
index 9a75fdf1fa..b1f64c8c70 100644
--- a/examples/telemac3d/cone/doc/cone.tex
+++ b/examples/telemac3d/cone/doc/cone.tex
@@ -85,7 +85,8 @@ The simulation time is set to one period of rotation.
 The time step is chosen in order to do the whole period in 64 steps, so it is
 equal to 0.098174771~s.
 
-The hydrostatic version is used.
+The non-hydrostatic version is used (no differences with the hydrostatic version
+except for the vertical velocity component $W$ for which differences are light).
 
 For tracers advection, nearly all the numerical schemes available in \telemac{3D}
 are tested (except strong characteristics which are known to be non conservative).
diff --git a/examples/telemac3d/cone/f3d_cone.slf b/examples/telemac3d/cone/f3d_cone.slf
index 6183721992..f3dde86f2e 100644
--- a/examples/telemac3d/cone/f3d_cone.slf
+++ b/examples/telemac3d/cone/f3d_cone.slf
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:4fd52bd7a26fe90a13b1a26bf7f6b5303a3882a8091c1ae075201aa6d46a7d45
+oid sha256:14d8e7a773e9cccff6d4023f6074cf5be32799ac4dda48d22cf78ad1c8c65d3b
 size 3297948
diff --git a/examples/telemac3d/cone/t3d_cone.cas b/examples/telemac3d/cone/t3d_cone.cas
index e16e9b8b6c..f4d077825d 100644
--- a/examples/telemac3d/cone/t3d_cone.cas
+++ b/examples/telemac3d/cone/t3d_cone.cas
@@ -76,10 +76,3 @@ NUMBER OF PRIVATE ARRAYS = 1
 NUMBER OF 2D PRIVATE ARRAYS = 1
 NAMES OF 2D PRIVATE VARIABLES = 'ANALYTICAL SOL T'
 /----------------------------------------------------------------------/
-
-/ DEFAULT VALUE UNTIL V7P3 KEPT FOR NON REGRESSION
-NON-HYDROSTATIC VERSION : NO
-/
-/ DEFAULT VALUES UNTIL V8P0 KEPT FOR NON REGRESSION
-SCHEME OPTION FOR ADVECTION OF VELOCITIES = 1
-IMPLICITATION FOR VELOCITIES = 1.
-- 
GitLab