From 9daab767f1c5916d92d9661632e04272694ccfb3 Mon Sep 17 00:00:00 2001
From: "Takumi.Matsunobu" <Takumi.Matsunobu@physik.uni-muenchen.de>
Date: Fri, 18 Aug 2023 14:29:27 +0200
Subject: [PATCH] namelist update

---
 templates/real-from-d2-ana/prepare_namelist.py | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/templates/real-from-d2-ana/prepare_namelist.py b/templates/real-from-d2-ana/prepare_namelist.py
index 3ae3660..f05dd86 100644
--- a/templates/real-from-d2-ana/prepare_namelist.py
+++ b/templates/real-from-d2-ana/prepare_namelist.py
@@ -66,8 +66,12 @@ else:
 ccn_type = 7
 cloudnue = 1
 
-MPPCOMB = ((7,1), (6, 0), (6, 8), (9, 0), (9,8))
-IBC_MPP_COMBLIST = [0, 1, 4, 4, 0, 3, 4, 1, 2, 0, 2, 0, 1, 3, 1, 3, 2, 4, 2, 3]
+#MPPCOMB = ((7,1), (6, 0), (6, 8), (9, 0), (9,8))
+MPPCOMB = ((7, 1), (7, 4), (8, 8), (6, 1), (7, 2), (9, 2), (6, 0), (6, 8), (7, 0), (6, 4),
+           (8, 0), (6, 2), (8, 4), (9, 4), (9, 8), (8, 2), (9, 0), (7, 8), (9, 1), (8, 1))
+
+#IBC_MPP_COMBLIST = [0, 1, 4, 4, 0, 3, 4, 1, 2, 0, 2, 0, 1, 3, 1, 3, 2, 4, 2, 3]
+IBC_MPP_COMBLIST = list(range(20))
 if %simulation.uncertanty.mpp% :
     ccn_type = MPPCOMB[IBC_MPP_COMBLIST[int(MEMBER[1:])-1]][0]
     cloudnue = MPPCOMB[IBC_MPP_COMBLIST[int(MEMBER[1:])-1]][1]
-- 
GitLab