From 06a9fd059b64731e694a2e04a5dfa4c66cff5d81 Mon Sep 17 00:00:00 2001
From: Quentin Rodier <quentin.rodier@meteo.fr>
Date: Tue, 29 Jun 2021 13:52:08 +0200
Subject: [PATCH] Benoit V. 29/06/2021: bugfix LIMA spawning from a model
 backup with LIMA

---
 src/MNH/spawn_model2.f90 | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/MNH/spawn_model2.f90 b/src/MNH/spawn_model2.f90
index 3d1e9382c..7d286b6ee 100644
--- a/src/MNH/spawn_model2.f90
+++ b/src/MNH/spawn_model2.f90
@@ -590,15 +590,15 @@ CSCONV   = 'NONE'                 ! shallow convection will have to be restarted
 !
 ! cas LIMA 
 !
-IF (HCLOUD=='LIMA') THEN
-  CCLOUD='LIMA'
-  NMOD_CCN=3
-  LSCAV=.FALSE.
-  LAERO_MASS=.FALSE.
-  NMOD_IFN=2
-  NMOD_IMM=1
-  LHHONI=.FALSE.
-ENDIF
+!IF (HCLOUD=='LIMA') THEN
+!  CCLOUD='LIMA'
+!  NMOD_CCN=3
+!  LSCAV=.FALSE.
+!  LAERO_MASS=.FALSE.
+!  NMOD_IFN=2
+!  NMOD_IMM=1
+!  LHHONI=.FALSE.
+!ENDIF
 !
 CALL INI_NSV(2) ! NSV* are set equal for model 2 and model 1. 
                 ! NSV is set to the total number of SV for model 2
-- 
GitLab