From 47d284e27d730e6d8c7b23d95a59af2599e37656 Mon Sep 17 00:00:00 2001
From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr>
Date: Wed, 28 Apr 2021 11:54:33 +0200
Subject: [PATCH] Philippe 28/04/2021: bugfix: DELT: ODZ is not optional
 (present not tested)

---
 src/MNH/turb.f90 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/MNH/turb.f90 b/src/MNH/turb.f90
index b46c45593..d569258fe 100644
--- a/src/MNH/turb.f90
+++ b/src/MNH/turb.f90
@@ -344,7 +344,7 @@ END MODULE MODI_TURB
 !  P. Wautelet 11/06/2020: bugfix: correct PRSVS array indices
 !  P. Wautelet + Benoit ViƩ 06/2020: improve removal of negative scalar variables + adapt the corresponding budgets
 !  P. Wautelet 30/06/2020: move removal of negative scalar variables to Sources_neg_correct
-!! 02/2021  (R. Honnert/V. Masson) New mixing length in the grey zone
+!  R. Honnert/V. Masson 02/2021: new mixing length in the grey zone
 ! --------------------------------------------------------------------------
 !
 !*      0. DECLARATIONS
@@ -1456,7 +1456,7 @@ END SUBROUTINE COMPUTE_FUNCTION_THERMO
 !*       0.1   Declarations of dummy arguments 
 !
 REAL, DIMENSION(:,:,:), INTENT(OUT)   :: PLM
-LOGICAL, OPTIONAL,      INTENT(IN)    :: ODZ
+LOGICAL,                INTENT(IN)    :: ODZ
 !
 !*       0.2   Declarations of local variables
 !
-- 
GitLab