From 67164c9b99c03764e1fe921dcf7a3505ba5db7dd Mon Sep 17 00:00:00 2001 From: Quentin Rodier <quentin.rodier@meteo.fr> Date: Tue, 3 Mar 2020 14:17:31 +0100 Subject: [PATCH] Christine 03/03/2020: change the cloud fraction diagnostic if SUBGCOND=F --- src/MNH/lima_adjust.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MNH/lima_adjust.f90 b/src/MNH/lima_adjust.f90 index 7d20f4f44..bb3c7195d 100644 --- a/src/MNH/lima_adjust.f90 +++ b/src/MNH/lima_adjust.f90 @@ -1109,8 +1109,8 @@ DEALLOCATE(ZCTMIN) !* 5.2 compute the cloud fraction PCLDFR (binary !!!!!!!) ! IF ( .NOT. OSUBG_COND ) THEN -! WHERE (PRCS(:,:,:) + PRIS(:,:,:) + PRSS(:,:,:) > 1.E-12 / ZDT) - WHERE (PRCS(:,:,:) + PRIS(:,:,:) > 1.E-12 / ZDT) + WHERE (PRCS(:,:,:) + PRIS(:,:,:) + PRSS(:,:,:) > 1.E-12 / ZDT) +! WHERE (PRCS(:,:,:) + PRIS(:,:,:) > 1.E-12 / ZDT) ZW(:,:,:) = 1. ELSEWHERE ZW(:,:,:) = 0. -- GitLab