diff --git a/templates/real-from-d2-ana/prepare_namelist.py b/templates/real-from-d2-ana/prepare_namelist.py
index 3ae36602f9d2f920c2a8b94110ba9def063d8801..f05dd86342f327a1c193f791261b821afbca1f84 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]