From d6ddbf3b2ff929cebd96d960b6ed948e5254b0ac Mon Sep 17 00:00:00 2001 From: Pierre Tulet <pierre.tulet@aero.obs-mip.fr> Date: Mon, 22 May 2023 17:53:14 +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/modd_salt.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MNH/modd_salt.f90 b/src/MNH/modd_salt.f90 index e111b15db..c8ebbebd0 100644 --- a/src/MNH/modd_salt.f90 +++ b/src/MNH/modd_salt.f90 @@ -83,7 +83,7 @@ REAL,DIMENSION(8) :: XINIRADIUS_SLT= (/0.009, 0.021, 0.045, 0.115,0.415,2.5, REAL,DIMENSION(8) :: XINISIG_SLT = (/ 1.37, 1.5, 1.42, 1.53, 1.85,1.7,1.8, 2.9 /) !Minimum allowed number concentration for any mode (#/m3) -REAL,DIMENSION(8) :: XN0MIN_SLT = (/1.e1 , 1.e1, 1.e1, 1., 1.e-4,1.e-20, 1.e-20,1.e-20 /) +REAL,DIMENSION(8) :: XN0MIN_SLT = (/1.e1 , 1.e1, 1.e1, 1., 1.e-4,1.e-5, 1.e-6,1.e-7 /) !Test Thomas REAL, DIMENSION(:,:,:), ALLOCATABLE :: XSLTMSS ! [kg/m3] total mass concentration of sea salt ! -- GitLab