Skip to content

Commit 734fa12

Browse files
authored
ECC-2132: GRIB2: add 2 new models for AIFS-Compo
2 parents 4a59453 + 090360c commit 734fa12

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

definitions/grib2/localConcepts/ecmf/modelNameConcept.def

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,15 @@
1616
'aifs-ens-diff' = {
1717
backgroundProcess = 5;
1818
}
19+
'aifs-compo-single' = {
20+
backgroundProcess = 6;
21+
}
22+
'aifs-compo-ens' = {
23+
backgroundProcess = 7;
24+
}
25+
'aifs-compo-single-mse' = {
26+
backgroundProcess = 8;
27+
}
28+
'aifs-compo-ens-crps' = {
29+
backgroundProcess = 9;
30+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'v0.1' = { generatingProcessIdentifier = 1; }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'aifs-compo-ens-crps-v0.1' = { generatingProcessIdentifier = 1; }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'v0.1' = { generatingProcessIdentifier = 1; }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
'aifs-compo-single-mse-v0.1' = { generatingProcessIdentifier = 1; }

0 commit comments

Comments
 (0)