From c68786323b2c3ced51801cd441496a37d4b6aa18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Vi=C3=A9?= <benoit.vie@meteo.fr> Date: Mon, 19 Sep 2022 10:22:05 +0200 Subject: [PATCH] bugfix --- src/MNH/ini_lima_cold_mixed.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MNH/ini_lima_cold_mixed.f90 b/src/MNH/ini_lima_cold_mixed.f90 index 496f53870..8bbbed217 100644 --- a/src/MNH/ini_lima_cold_mixed.f90 +++ b/src/MNH/ini_lima_cold_mixed.f90 @@ -342,7 +342,7 @@ IF (GFLAG) THEN END IF ! XLBDAS_MAX = 500000. ! used only before transforming lambda for non MP PSD -XLBDAS_MIN = 1000. *1.E-10 +XLBDAS_MIN = 1000. XLBDAG_MAX = 100000.0 ! ZCONC_MAX = 1.E6 ! Maximal concentration for falling particules set to 1 per cc -- GitLab