From dea01d5c7bc143b609fbbc40a87d70964b2dd297 Mon Sep 17 00:00:00 2001
From: Pierre Tulet <pierre.tulet@aero.obs-mip.fr>
Date: Mon, 22 May 2023 17:51:59 +0200
Subject: [PATCH] =?UTF-8?q?P.Tulet=2022/02/23:=20reglages=20par=20d=C3=A9f?=
 =?UTF-8?q?aut=20pour=20concentraton=20en=20nombre=20minimum=20de=20sels?=
 =?UTF-8?q?=20marins.=20default=20settings=20for=20minimum=20number=20of?=
 =?UTF-8?q?=20sea=20salts=20concentration.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/MNH/init_salt.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/MNH/init_salt.f90 b/src/MNH/init_salt.f90
index ab14998b3..bb99ab50f 100644
--- a/src/MNH/init_salt.f90
+++ b/src/MNH/init_salt.f90
@@ -45,7 +45,7 @@ XINIRADIUS_SLT=  (/0.009, 0.021, 0.045, 0.115, 0.415,2.5, 7.0, 25.0/)
 !Initial, standard deviation from  Ova et al., 2014
 XINISIG_SLT =  (/ 1.37, 1.5, 1.42, 1.53, 1.85,1.7, 1.8, 2.1 /)
 !Minimum allowed number concentration for any mode (#/m3)
-XN0MIN_SLT  = (/1.e1 , 1.e1, 1.e1, 1., 1.e-4,1.e-20 , 1.e-20, 1.e-20 /)
+XN0MIN_SLT  = (/1.e1 , 1.e1, 1.e1, 1., 1.e-4, 1.e-5, 1.e-6, 1.e-7 /)
 
 ELSE IF ( NMODE_SLT == 3) THEN
 
-- 
GitLab