From e068e8209322962c82ffa0df4d9c707b61ee5f7d Mon Sep 17 00:00:00 2001
From: Quentin Rodier <quentin.rodier@meteo.fr>
Date: Wed, 7 Jul 2021 11:44:51 +0200
Subject: [PATCH] Quentin 07/07/2021: default value XPOND=1 (before=0.2 is
 adapted to a few cases only)

---
 src/MNH/default_desfmn.f90 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/MNH/default_desfmn.f90 b/src/MNH/default_desfmn.f90
index a0817ad3d..43f67f5ae 100644
--- a/src/MNH/default_desfmn.f90
+++ b/src/MNH/default_desfmn.f90
@@ -218,6 +218,7 @@ END MODULE MODI_DEFAULT_DESFM_n
 !  B. Vie         06/2021: add prognostic supersaturation for LIMA
 !  Q. Rodier      06/2021: modify default value to LGZ=F (grey-zone corr.), LSEDI and OSEDC=T (LIMA sedimentation)
 !  F. Couvreux    06/2021: add LRELAX_UVMEAN_FRC
+!  Q. Rodier      07/2021: modify XPOND=1
 !-------------------------------------------------------------------------------
 !
 !*       0.    DECLARATIONS
@@ -499,7 +500,7 @@ NLBLY(:) = 1
 XCPHASE = 20.
 XCPHASE_PBL = 0.
 XCARPKMAX = XUNDEF
-XPOND = 0.2
+XPOND = 1.0
 !
 !-------------------------------------------------------------------------------
 !
-- 
GitLab