From 2ce04dd51eac8fa4675af8cfc6bf61eee1465950 Mon Sep 17 00:00:00 2001
From: Quentin Rodier <quentin.rodier@meteo.fr>
Date: Mon, 2 Mar 2020 18:36:38 +0100
Subject: [PATCH] Benoit V. 02/03/2020: Desactivate temperature change of
 droplets by air temperature

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

diff --git a/src/MNH/lima_sedimentation.f90 b/src/MNH/lima_sedimentation.f90
index b64244b29..4e3e1dfef 100644
--- a/src/MNH/lima_sedimentation.f90
+++ b/src/MNH/lima_sedimentation.f90
@@ -62,6 +62,7 @@ END MODULE MODI_LIMA_SEDIMENTATION
 !!      Original             15/03/2018
 !!
 !!      B.Vie  02/2019  Desactivate (comment) the heat transport by droplets
+!!      B.Vie  03/2020  Desactivate temperature change of droplets by air temperature
 !-------------------------------------------------------------------------------
 !
 !*       0.    DECLARATIONS
@@ -225,7 +226,7 @@ DO JN = 1 ,  NSPLITSED(KID)
       DEALLOCATE(ZZY)
       !      
       PINPR(:,:) = PINPR(:,:) + ZWSEDR(:,:,KKB)/XRHOLW/NSPLITSED(KID)                          ! in m/s
-      PT(:,:,:) = PT(:,:,:) + ZWDT(:,:,:)
+      !PT(:,:,:) = PT(:,:,:) + ZWDT(:,:,:)
       
    END IF
 END DO
-- 
GitLab