From e9e56c55184a0f03ef895c71ced34103f33f68ac Mon Sep 17 00:00:00 2001
From: Philippe WAUTELET <philippe.wautelet@cnrs.fr>
Date: Mon, 23 Sep 2024 16:37:53 +0200
Subject: [PATCH] Philippe 23/09/2024: no longer write detailed statistics
 files for the pressure solver

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

diff --git a/src/MNH/modeln.f90 b/src/MNH/modeln.f90
index 7c7b289d9..695ad2415 100644
--- a/src/MNH/modeln.f90
+++ b/src/MNH/modeln.f90
@@ -484,7 +484,7 @@ LOGICAL,                  INTENT(INOUT) :: OEXIT      ! Switch for the end of th
 !
 !*       0.2   declarations of local variables
 !
-LOGICAL, PARAMETER :: GFULLSTAT_PRESS_SLV = .TRUE. ! To write detailed stats of pressure solver in files
+LOGICAL, PARAMETER :: GFULLSTAT_PRESS_SLV = .FALSE. ! To write detailed stats of pressure solver in files
 !
 INTEGER :: ILUOUT      ! Logical unit number for the output listing
 INTEGER :: IIU,IJU,IKU ! array size in first, second and third dimensions
-- 
GitLab