From c783651d5f89f254e2282b635ac17ac82c3924a4 Mon Sep 17 00:00:00 2001 From: Quentin Rodier <quentin.rodier@meteo.fr> Date: Wed, 3 Apr 2019 12:31:33 +0200 Subject: [PATCH] Revert "Quentin 24/01/2019: minor correction on XCEDIS : cancellation of previous modification of XCEDIS with respect to the mixing length" This reverts commit 54cd5be54e665e29cf6f9883e83b224ed4a212fd. --- src/MNH/read_exsegn.f90 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/MNH/read_exsegn.f90 b/src/MNH/read_exsegn.f90 index 83d45636d..d09c3323b 100644 --- a/src/MNH/read_exsegn.f90 +++ b/src/MNH/read_exsegn.f90 @@ -1419,6 +1419,12 @@ 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