From a06c8e42f11220cb18a70be7f8c7aa5f5cf264ac Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Thu, 6 Oct 2022 15:06:43 +0200 Subject: [PATCH] Use 202 --- blueprints/test_chemistry/namelist.chem | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/test_chemistry/namelist.chem b/blueprints/test_chemistry/namelist.chem index 402c2f4..1bf645a 100644 --- a/blueprints/test_chemistry/namelist.chem +++ b/blueprints/test_chemistry/namelist.chem @@ -1,6 +1,6 @@ &chem kemit = 1, - chem_opt = 201, 201, + chem_opt = 202, 202, bioemdt = 12., 4., photdt = 12., 4., chemdt = 12., 4., @@ -19,7 +19,7 @@ gaschem_onoff = 1, 1, aerchem_onoff = 1, 1, wetscav_onoff = 1, 1, - cldchem_onoff = 0, 0, + cldchem_onoff = 1, 1, vertmix_onoff = 1, 1, chem_conv_tr = 1, 1, conv_tr_wetscav = 1, 1, -- GitLab