Skip to content
Snippets Groups Projects
Commit 9daab767 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

namelist update

parent 209c1303
No related branches found
No related tags found
No related merge requests found
Pipeline #19564 canceled
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment