From 54cd5be54e665e29cf6f9883e83b224ed4a212fd Mon Sep 17 00:00:00 2001
From: Quentin Rodier <quentin.rodier@meteo.fr>
Date: Thu, 24 Jan 2019 17:56:56 +0100
Subject: [PATCH] Quentin 24/01/2019: minor correction on XCEDIS : cancellation
 of previous modification of XCEDIS with respect to the mixing length

---
 src/MNH/read_exsegn.f90 | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/MNH/read_exsegn.f90 b/src/MNH/read_exsegn.f90
index 56df1c2a4..e8f0e9d73 100644
--- a/src/MNH/read_exsegn.f90
+++ b/src/MNH/read_exsegn.f90
@@ -1418,12 +1418,6 @@ ELSE
   END IF
 END IF
 !
-IF(CTURBLEN=='RM17') THEN
-  XCEDIS=0.34
-ELSE
-  XCEDIS=0.84
-END IF
-!
 !*       3.3  Moist turbulence
 !
 IF ( LUSERC .AND. CTURB /= 'NONE' ) THEN
-- 
GitLab