From a78669271eb730eb651b64c84c845cb3388ea872 Mon Sep 17 00:00:00 2001
From: Dr Jeff Polton <jpolton@gmail.com>
Date: Wed, 22 May 2019 11:52:43 +0100
Subject: [PATCH] switch to non-penetrative convection: zdfnpc=T

---
 EXP_Apr19/namelist_cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/EXP_Apr19/namelist_cfg b/EXP_Apr19/namelist_cfg
index 2763c04..efb0336 100644
--- a/EXP_Apr19/namelist_cfg
+++ b/EXP_Apr19/namelist_cfg
@@ -930,10 +930,10 @@ ln_rnf_depth_ini = .true.    !  compute depth at initialisation from runoff file
    rn_avt0     =   1.2e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
    nn_avb      =    0      !  profile for background avt & avm (=1) or not (=0)
    nn_havtb    =    0      !  horizontal shape for avtb (=1) or not (=0)
-   ln_zdfevd   = .true.    !  enhanced vertical diffusion (evd) (T) or not (F)
+   ln_zdfevd   = .false.    !  enhanced vertical diffusion (evd) (T) or not (F)
       nn_evdm     =    0        ! evd apply on tracer (=0) or on tracer and momentum (=1)
       rn_avevd    =  100.       !  evd mixing coefficient [m2/s]
-   ln_zdfnpc   = .false.   !  Non-Penetrative Convective algorithm (T) or not (F)
+   ln_zdfnpc   = .true.   !  Non-Penetrative Convective algorithm (T) or not (F)
       nn_npc      =    1        ! frequency of application of npc
       nn_npcp     =  365        ! npc control print frequency
    ln_zdfexp   = .false.   !  time-stepping: split-explicit (T) or implicit (F) time stepping
-- 
GitLab