From c99224bd38a34c3f5727019974c652c1833902f6 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Thu, 27 Oct 2022 10:42:47 +0200 Subject: [PATCH] No conv for LES domain --- blueprints/highres_chemistry/namelist.chem | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blueprints/highres_chemistry/namelist.chem b/blueprints/highres_chemistry/namelist.chem index 4ce3023..bfe1e32 100644 --- a/blueprints/highres_chemistry/namelist.chem +++ b/blueprints/highres_chemistry/namelist.chem @@ -21,9 +21,9 @@ wetscav_onoff = 1, 1, 1, cldchem_onoff = 0, 0, 0, vertmix_onoff = 1, 1, 1, - chem_conv_tr = 1, 1, 1, - conv_tr_wetscav = 1, 1, 1, - conv_tr_aqchem = 1, 1, 1, + chem_conv_tr = 1, 1, 0, + conv_tr_wetscav = 1, 1, 0, + conv_tr_aqchem = 1, 1, 0, seas_opt = 2, dust_opt = 3, dmsemis_opt = 1, -- GitLab