Skip to content

Commit 9679883

Browse files
committed
ECC-2172: Add 50r1 WAM to pre/post MTG2Switch for ecmwf.
1 parent cf6b5da commit 9679883

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

definitions/grib2/localConcepts/ecmf/MTG2SwitchConcept.def

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,31 @@
1010
# 'cy50r1' = { generatingProcessIdentifier = 161; }
1111
# 'cy49r2' = { generatingProcessIdentifier = 159; }
1212
# 'cy49r1' = { generatingProcessIdentifier = 158; }
13+
# We also need the wave model for cy50r1. The values for the wave model are:
14+
# generatingProcessIdentifier = 109; # cy50r1 wave global
15+
# generatingProcessIdentifier = 209; # cy50r1 wave global
16+
1317

1418
# We only need the concepts which differ from the default below.
15-
# These are all for 50r1 (255 + 161; GRIBmix), where we have the newer model but still want the pre-MTG2 behaviour
19+
# These are all for 50r1 (255 + 161, 255 + 109, 255 + 209; GRIBmix), where we have the newer model but still want the pre-MTG2 behaviour
1620
# and for AIFS, where we have the newer tablesVersion but still want the pre-MTG2 behaviour
1721

1822
# OD
1923
0 = {tablesVersion=35; productionStatusOfProcessedData=0; backgroundProcess=255; generatingProcessIdentifier=161;}
24+
0 = {tablesVersion=35; productionStatusOfProcessedData=0; backgroundProcess=255; generatingProcessIdentifier=109;}
25+
0 = {tablesVersion=35; productionStatusOfProcessedData=0; backgroundProcess=255; generatingProcessIdentifier=209;}
2026
# RD
2127
0 = {tablesVersion=35; productionStatusOfProcessedData=2; backgroundProcess=255; generatingProcessIdentifier=161;}
28+
0 = {tablesVersion=35; productionStatusOfProcessedData=2; backgroundProcess=255; generatingProcessIdentifier=109;}
29+
0 = {tablesVersion=35; productionStatusOfProcessedData=2; backgroundProcess=255; generatingProcessIdentifier=209;}
2230
# MC
2331
0 = {tablesVersion=35; productionStatusOfProcessedData=0; backgroundProcess=255; generatingProcessIdentifier=161; marsClass=19;}
32+
0 = {tablesVersion=35; productionStatusOfProcessedData=0; backgroundProcess=255; generatingProcessIdentifier=109; marsClass=19;}
33+
0 = {tablesVersion=35; productionStatusOfProcessedData=0; backgroundProcess=255; generatingProcessIdentifier=209; marsClass=19;}
2434
# CR
2535
0 = {tablesVersion=35; productionStatusOfProcessedData=2; backgroundProcess=255; generatingProcessIdentifier=161; marsClass=36;}
36+
0 = {tablesVersion=35; productionStatusOfProcessedData=2; backgroundProcess=255; generatingProcessIdentifier=109; marsClass=36;}
37+
0 = {tablesVersion=35; productionStatusOfProcessedData=2; backgroundProcess=255; generatingProcessIdentifier=209; marsClass=36;}
2638
# AI
2739
0 = {tablesVersion=34; productionStatusOfProcessedData=0; marsClass=51;}
2840
0 = {tablesVersion=35; productionStatusOfProcessedData=0; marsClass=51;}

0 commit comments

Comments
 (0)